AI RESEARCH

LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs

arXiv CS.CV

ArXi:2605.17260v1 Announce Type: new The fundamental challenge in scaling Video Large Language Models (Video LLMs) to long-form video lies in managing the explosion of visual-token context length. Existing strategies predominantly focus on "post-hoc" token reduction -- reducing visual tokens after feature extraction to alleviate the LLM's computational overhead. While these methods effectively reduce the number of visual tokens, we observe that the primary latency bottleneck then shifts from the LLM to the expensive per-frame processing of the vision encoder. To address this, we.