CVAINov 14, 2025

PAS: A Training-Free Stabilizer for Temporal Encoding in Video LLMs

arXiv:2511.10979v1h-index: 19
Originality Incremental advance
AI Analysis

This addresses a stability problem in Video LLMs for video understanding tasks, offering a plug-and-play solution that is incremental in nature.

The paper tackles temporal inconsistency in Video LLMs, where small frame timing shifts disrupt attention, by introducing Phase Aggregated Smoothing (PAS), a training-free stabilizer that smooths the temporal kernel and improves performance on multiple video understanding benchmarks with negligible overhead.

Video LLMs suffer from temporal inconsistency: small shifts in frame timing can flip attention and suppress relevant frames. We trace this instability to the common extension of Rotary Position Embeddings to video through multimodal RoPE. The induced inverse Fourier time kernel exhibits frame-scale ripples that multiply adjacent frames by different factors, which perturbs attention that should otherwise be governed by the raw query key inner product. We present Phase Aggregated Smoothing (PAS), a simple, training-free mechanism that applies small opposed phase offsets across heads and then aggregates their outputs. PAS preserves the per-head spectrum magnitude, while the aggregation effectively smooths the temporal kernel and reduces phase sensitivity without changing the positional encoding structure. Our analysis shows that the RoPE rotated logit can be approximated as a content dot product scaled by a time kernel; smoothing this kernel yields Lipschitz stability of attention to small temporal shifts; multi phase averaging attenuates high frequency ripples while preserving per-head spectra under Nyquist-valid sampling. Experiments on multiple video understanding benchmarks under matched token budgets show consistent improvements with negligible computational overhead. PAS provides a plug and play upgrade for robust temporal encoding in Video LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes