← Latest papers
💻 computer science

V-CAST: Video Curvature-Aware Spatio-Temporal Pruning for Efficient Video Large Language Models

V-CAST is a training-free, plug-and-play pruning method for VideoLLMs that addresses spatio-temporal information loss in long-context inference by modeling token compression as a trajectory approximation problem, utilizing curvature-guided temporal allocation and dual-anchor spatial selection to significantly reduce memory and latency while preserving 98.6% of original performance.

Original authors: Xinying Lin, Xuyang Liu, Yiyu Wang, Teng Ma, Wenqi Ren

Published 2026-03-31
📖 4 min read☕ Coffee break read

Original authors: Xinying Lin, Xuyang Liu, Yiyu Wang, Teng Ma, Wenqi Ren

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to explain a 2-hour movie to a friend, but you only have 5 minutes to tell the story.

If you try to summarize it by saying, "Okay, 1 minute of action, 1 minute of dialogue, 1 minute of scenery..." (giving every second equal time), you will miss the most important plot twists. You might spend too much time describing the boring car ride and not enough time on the explosion that changes everything.

This is the problem V-CAST solves for Artificial Intelligence (AI) watching videos.

The Problem: The AI is Drowning in Data

Modern AI models (VideoLLMs) are like super-smart students who can watch videos and answer questions. But when the video is long, the AI gets overwhelmed.

  • The Bottleneck: To understand a video, the AI breaks it down into thousands of tiny picture-pieces called "tokens." A 2-minute video might have 10,000 tokens.
  • The Crash: Trying to process all 10,000 tokens at once is like trying to drink from a firehose. It takes too much computer memory (RAM) and too much time.
  • The Old Fix: Previous methods tried to fix this by either:
    1. Cutting equally: Removing the same number of tokens from every frame (like cutting a slice off every page of a book). This misses the "explosions."
    2. Merging: Smashing two picture-pieces together into one blob. This is like blurring two distinct faces into one. The AI gets confused about where things are happening in the video.

The Solution: V-CAST (The Smart Editor)

The authors created V-CAST, a tool that acts like a smart film editor for the AI. Instead of cutting randomly or merging things, it uses two clever tricks:

1. The "Curvature" Compass (Timing is Everything)

Imagine the video's story as a line drawn on a piece of paper.

  • Flat lines are boring parts (a car driving on a highway, a static room).
  • Sharp curves are exciting parts (a car crashing, a character turning around, a scene changing).

Old methods treated the flat lines and the sharp curves the same. V-CAST looks at the "curvature" of the story. When the line curves sharply (meaning something important just happened), V-CAST says, "Stop! Give the AI extra brainpower here!" It saves more tokens for the exciting moments and fewer for the boring parts.

2. The "Dual-Anchor" Net (Finding the Best Pixels)

Once V-CAST decides when to look closely, it has to decide what to keep in that specific frame.

  • Anchor 1 (The Spotlight): It looks for the brightest, most active parts of the image (like a person moving or a glowing object).
  • Anchor 2 (The Difference Maker): It looks for things that are different from the background. If the whole room is blue, but one guy is wearing a red hat, V-CAST keeps the red hat because it stands out.

By using these two "anchors," V-CAST keeps the most important details without blurring them together.

Why This Matters (The Magic Result)

The paper shows that V-CAST is a game-changer for three reasons:

  1. It's Faster: It cuts the time the AI takes to "watch" the video by nearly half.
  2. It's Smarter: Even though it throws away 75% of the data, the AI actually understands the video better than before because it focused on the right parts. It scored higher on tests than any other method.
  3. It Doesn't Break the Map: Because it simply removes unimportant pieces rather than smashing them together, the AI never gets confused about where things are in the video. It keeps the "GPS coordinates" of the video intact.

The Bottom Line

Think of V-CAST as the difference between a tourist who takes a photo of every single tree on a road trip (and forgets the mountain) and a professional photographer who knows exactly when to zoom in on the mountain and when to skip the trees.

V-CAST lets AI watch long videos, remember the important parts, and answer questions correctly, all while using much less computer power. It's the difference between drowning in data and swimming with purpose.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →