Video2LoRA: Parametric Video Internalization for Vision-Language Models
Abstract
Video2LoRA enables efficient video processing in vision-language models by predicting Low-Rank Adaptation weights from video representations, reducing computational costs while maintaining video-faithful outputs.
Processing video in vision-language models is expensive: each frame occupies hundreds of tokens, and inference cost scales with every frame and every repeated query. We introduce Video2LoRA, a method for parametric video internalization. A perceiver hypernetwork reads the intermediate representations produced layer-by-layer as a frozen VLM encodes a video, and generates a Low-Rank Adaptation (LoRA) adapter in a single forward pass. Unlike standard LoRA fine-tuning, which requires iterative gradient updates, Video2LoRA predicts these weights directly from the video. Trained for SmolVLM2 500M and 2.2B on video summarization and captioning, Video2LoRA enables the same frozen VLM to answer queries from the adapter alone, with zero visual tokens in its context at query time. Video2LoRA is statistically non-inferior and equivalent to direct video-in-context inference across all five captioning benchmarks at both model scales, and across seven of eight video question answering benchmark-scale pairings. Although trained only on 12 frames at 384px, it remains stable up to 1,024 frames and 1024px, where direct video-in-context inference often degenerates. Across this sweep, it reduces answer-time visual-token load by up to 1,500x and query TTFT by 6-80x, while preserving video-faithful outputs. We also find that independently generated adapters for non-overlapping video segments can compose in rank space, suggesting a path toward chunked long-video internalization.
Community
Zero token video understanding for VLMs!
We train hypernetworks to metalearn video understanding for VLMs; during inference you can convert a video to a LoRA adapter in a single forward pass, and have efficient video understanding without any visual tokens in the model's context.
We show:
→ Up to 1500× reduction in answer-time visual-token load
→ 6–80× faster TTFT during queries
→ Statistically equivalent / non-inferior to direct video-in-context inference across most captioning and QA settings
→ At scales like 1024px and 1024 frames, where the base model often degenerates into gibberish, Video2LoRA-enabled VLMs still generate meaningfully relevant content
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs (2026)
- AsymVLM: Asymmetric Token Pruning for Efficient Vision-Language Model Inference (2026)
- PEEK: Picking Essential frames via Efficient Knowledge distillation (2026)
- CodecCap: High-Fidelity Codec-Inspired Residual Modeling for Dense Video Captioning (2026)
- COPRA: Conditional Parameter Adaptation with Reinforcement Learning for Video Anomaly Detection (2026)
- EvoStreaming: Your Offline Video Model Is a Natively Streaming Assistant (2026)
- V-LynX: Token Interface Alignment for Video+X LLMs (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2606.04351 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 1
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper