ACL2026
EMCompress: Video-LLMs with Endomorphic Multimodal Compression
Zheyu Fan, Jiateng Liu, Yuji Zhang, Zihan Wang, Yi R. Fung, Manling Li, Heng Ji
被引用 2 次
摘要
Video-LLMs face a fundamental tension in long-video reasoning: static, sparse frame sampling either dilutes evidence across taskirrelevant segments at significant cost or misses fine-grained temporal semantics altogether. We propose a novel, cognitivelyinspired task -Endomorphic Multimodal Compression (EMC) -as a structurallyconstrained sufficient-statistic problem for VideoQA, and formulate it as an endomorphic transformation F EM C : (V, Q) → (v, q) that compresses the multimodal input while preserving answer invariance across reasonable downstream models. The endomorphic form keeps the compressed output in the downstream pipeline's native task space -a structural mirror of the filter-then-reason mechanism in the cognitive literature motivating EMC -distinguishing it from latent-code compression (IB / VIB) and making the formulation extensible to other multimodal settings. Under the Markov chain A → (V, Q) → (v, q), EMC realizes the classical sufficiency condition I((v, q); A) = I((V, Q); A) in its VideoQA-natural form. As a modular front-end, EMC plugs into both Video Instruction Tuning and Video Question Answering pipelines. We release the first dedicated benchmark and propose ReSimplifyIt, an EMC baseline surpassing prior methods by 0.40 F-1 with competitive query rewriting. Integrating EMC yields relative gains of 7.33% in training and 33.7% in inference for videolanguage understanding. 1 * Work done during internship at UIUC. 1 Our code is available here.