#313 · Primary category: Computer Vision
MovieChat
[CVPR 2024] MovieChat: From Dense Token to Sparse Memory for Long Video Understanding
Project last updated:01/29/25
GitHub Stars
706
Forks
44
Contributors
5
License
BSD-3-Clause
Why we included this project
MovieChat is a CVPR 2024 research system that attacks the context-length problem in video understanding directly. It's a multimodal large language model that compresses dense visual tokens into a sparse memory representation, which is how it reasons over videos with tens of thousands of frames on a single 24GB GPU. The repo ships the model code, training and evaluation scripts, and the MovieChat-1K benchmark with a public leaderboard, so it doubles as a reference point for comparing newer long-video methods. Teams building video Q&A or summarization tools can borrow the memory-compression ideas and the evaluation harness even if they plan to build on a newer base model. It's a research artifact rather than a turnkey service, so expect to adapt the code before it's production-ready.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)