#214 · Primary category: Computer Vision
Video-LLaVA
【EMNLP 2024🔥】Video-LLaVA: Learning United Visual Representation by Alignment Before Projection
Project last updated:12/03/24
GitHub Stars
3.5K
Forks
255
Contributors
6
License
Apache-2.0
Why we included this project
Teams building systems that need to answer questions about video content will find a lot to work with here. Video-LLaVA is a vision-language model that accepts both still images and video frames and produces natural-language responses, so it handles tasks like describing a clip, answering queries about it, or reasoning over visual details. The notable design choice is aligning visual and language features early, before projecting them into the language model, which lets a single encoder serve both images and video rather than requiring separate pipelines. The repo includes pretrained and instruction-tuned checkpoints, plus code for training, evaluation, and inference, so you can run it directly or use it as a baseline for your own experiments. If you're prototyping video understanding or captioning and want a practical open-weight starting point, this is a reasonable candidate to load and test on your own footage.
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)