jh-yi commited on
Commit
e9a1531
1 Parent(s): 7e09da6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -4,4 +4,34 @@ pipeline_tag: video-text-to-text
4
  license: apache-2.0
5
  ---
6
 
7
- This repository contains the model described in the paper [Video-Panda: Parameter-efficient Alignment for Encoder-free Video-Language Models](https://huggingface.co/papers/2412.18609).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  license: apache-2.0
5
  ---
6
 
7
+ <div align='center'>
8
+ <h1>Video-Panda: Parameter-efficient Alignment for Encoder-free Video-Language Models</h1h1>
9
+
10
+ [Jinhui Yi*](https://scholar.google.com/citations?user=kLZxzzUAAAAJ&hl=en),
11
+ [Syed Talal Wasim*](https://talalwasim.github.io),
12
+ [Yanan Luo*](https://scholar.google.com/citations?user=yuDQY0YAAAAJ&hl=en),
13
+ [Muzammal Naseer](https://muzammal-naseer.netlify.app/),
14
+ [Juergen Gall](https://pages.iai.uni-bonn.de/gall_juergen/)
15
+
16
+ *Equal Contribution
17
+
18
+ University of Bonn; Lamarr Institute for Machine Learning and Artificial Intelligence; Khalifa University
19
+ <!-- <sup>1</sup> [University of Bonn], <sup>2</sup> [Lamarr Institute for Machine Learning and Artificial Intelligence], <sup>3</sup> [Khalifa University]<br><sup>*</sup> Equal Contribution -->
20
+
21
+ | [Paper](https://arxiv.org/abs/2412.18609) | [Code](https://github.com/jh-yi/Video-Panda) |
22
+ </div>
23
+ We present an efficient encoder-free approach for video-language understanding that achieves competitive performance while significantly reducing computational overhead. Current video-language models typically rely on heavyweight image encoders (300M-1.1B parameters) or video encoders (1B-1.4B parameters), creating a substantial computational burden when processing multi-frame videos. Our method introduces a novel Spatio-Temporal Alignment Block (STAB) that directly processes video inputs without requiring pre-trained encoders while using only 45M parameters for visual processing - at least a 6.5x reduction compared to traditional approaches. The STAB architecture combines Local Spatio-Temporal Encoding for fine-grained feature extraction, efficient spatial downsampling through learned attention and separate mechanisms for modeling frame-level and video-level relationships. Our model achieves comparable or superior performance to encoder-based approaches for open-ended video question answering on standard benchmarks. The fine-grained video question-answering evaluation demonstrates our model's effectiveness, outperforming the encoder-based approaches Video-ChatGPT and Video-LLaVA in key aspects like correctness and temporal understanding. Extensive ablation studies validate our architectural choices and demonstrate the effectiveness of our spatio-temporal modeling approach while achieving 3-4x faster processing speeds than previous methods.
24
+
25
+ ## Model Weights
26
+ We release the pretrained and instruction-tuned weights of **Video-Panda** in this repository.
27
+
28
+ ## ✒️ Citation
29
+ If **Video-Panda** is helpful for your research, please consider **star** ⭐ and **citation** 📝 :
30
+ ```bibtex
31
+ @article{yi2024video-panda,
32
+ author = {Jinhui Yi* and Syed Talal Wasim* and Yanan Luo* and Muzammal Naseer and Juergen Gall},
33
+ title = {Video-Panda: Parameter-efficient Alignment for Encoder-free Video-Language Models},
34
+ journal = {arXiv preprint, arXiv:2412.18609},
35
+ year = {2024},
36
+ }
37
+ ```