V-LynX: Token Interface Alignment for Video+X LLMs
About
This study introduces an intriguing phenomenon in Video LLMs: rather than merely translating frames into textual embeddings, Video LLMs establish a continuous manifold, token interface, allowing visual tokens to operate as standalone entities within the architecture. Exploiting this discovery, we propose V-LynX, a scalable framework that integrates novel modalities into Video LLMs by repurposing the internalized interface. Departing from conventional paradigms that necessitate heavy modality-specific encoders or paired supervision, V-LynX employs a lightweight auxiliary pathway in parallel with the frozen vision encoder. Our method integrates new sensory inputs with intrinsic video priors by aligning both attention responses and statistical distributions using unpaired unimodal data sets. This ensures manifold compatibility while preserving the integrity of the Video LLMs. Extensive benchmarks demonstrate that V-LynX achieves SOTA and efficiency across audio-visual QA, 3D reasoning, high-frame-rate, and multi-view video understanding. The code is available at https://github.com/park-jungin/lynx.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Question Answering | MLVU | Accuracy68.4 | 194 | |
| Audio-Visual Question Answering | AVQA | Accuracy94.2 | 85 | |
| 3D Question Answering | SQA3D | Exact Match (EM)60.5 | 34 | |
| Video Question Answering | MVBench | Average Score61.2 | 20 | |
| Proficiency estimation | Ego-Exo4D | -- | 16 | |
| 3D Question Answering | ScanQA (evaluation) | CIDEr107.4 | 13 | |
| Audio-visual understanding | AVUT AV-Human | Accuracy0.4691 | 12 | |
| Audio-Visual QA | MUSIC-AVQA | Overall Accuracy83 | 11 | |
| Audio-Visual QA | AVSD | CIDEr163 | 10 | |
| Video Question Answering | VideoMME | Short VQA Accuracy73 | 6 |