Switch language한국어
Back to the list

Linear Scaling Video VLMs for Long Video Understanding

TL;DR AI

Key summary

2 min read
  1. StateKV is an inference-only method for long-video vision-language models that keeps cross-frame context in a fixed-size recurrent state and uses a full cache for decoding.

  2. Across three benchmarks and seven models, it stayed close to full self-attention and outperformed common sliding-window or recency-based streaming methods.

  3. It reduces prefill cost to linear time without fine-tuning or architectural changes, making long-video understanding and streaming more scalable.

Read the original