paper-with-me

Papers

How Well Can Your Video Model Remember? Measuring Memory-Budget Trade-offs in Long Video Understanding

2026-06-17 · Yixian Tian arxiv

We introduce a compact empirical model that quantifies how answer accuracy degrades as a function of frame budget B and temporal distance D in long video understanding -- analyzing performance when recalling content from D seconds in the past using a fraction B of total frames. Long-form models operate under strict budgets, yet no prior framework predicts how accuracy degrades as B shrinks and events recede. We fit a weighted least-squares model on ~155,000 binary predictions across ten models and three sampling strategies, deriving a law where logit-accuracy scales linearly in log-budget with a distance-dependent exponent that decays log-linearly with distance. This budget exponent α(D) captures the marginal value of extra frames at distance D. The law achieves cell-level weighted R^2 = 0.05-0.75 across models. Notably, budget effectiveness at D = 1000 s differs by \approx 7.4\times between the best streaming and base models. STREAMINGVLM achieves α(1000) = 1.26 (95% CI: [1.06, 1.58]), meaning a tenfold budget increase substantially improves long-distance accuracy, while the best Qwen3-VL base model reaches only α(1000) = 0.17 (CI: [0.04, 0.34]). In accuracy space, a 10\times budget increase at D = 1000 s yields +29 percentage points for STREAMINGVLM versus +4 pp for the base model. Sampling strategies show model-dependent trade-offs: random sampling yields higher base sensitivity but steeper distance decay. We demonstrate how α(D) enables principled budget allocation, including a model-ranking reversal at long distance, and propose it as a diagnostic metric for streaming video models.

📄 PDF Abstract BibTeX arXiv:2606.20726

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Those Aren't Your Memories, They're Somebody Else's: Seeding Misinformation in Chat Bot Memories

2023-04-06 · Conor Atkins, Benjamin Zi Hao Zhao, Hassan Jameel Asghar, Ian Wood 외

One of the new developments in chit-chat bots is a long-term memory mechanism that remembers information from past conversations for increasing engagement and consistency of responses. The bot is designed to extract know…

Misinformation

Watch, Remember, Reason: Human-View Video Understanding with MLLMs

2026-06-05 · Jiahao Meng, Yue Tan, Qi Xu, Kuan Gao 외 arxiv

Video understanding is being rapidly transformed by multimodal large language models (MLLMs), as research moves from short clips to long, multimodal, and knowledge-intensive video scenarios. These scenarios require model…

Gamifying the Vehicle Routing Problem with Stochastic Requests

2019-11-14 · Nicholas D. Kullman, Nikita Dudorov, Jorge E. Mendoza, Martin Cousineau 외

Do you remember your first video game console? We remember ours. Decades ago, they provided hours of entertainment. Now, we have repurposed them to solve dynamic and stochastic optimization problems. With deep reinforcem…

Atari GamesDecision MakingDecision Making Under UncertaintyDeep Reinforcement Learning+5

Slightly Shift New Classes to Remember Old Classes for Video Class-Incremental Learning

2024-04-01 · Jian Jiao, Yu Dai, Hefei Mei, Heqian Qiu 외

Recent video class-incremental learning usually excessively pursues the accuracy of the newly seen classes and relies on memory sets to mitigate catastrophic forgetting of the old classes. However, limited storage only a…

class-incremental learningClass Incremental LearningIncremental Learning

DAWN: Dual Augmented Memory Network for Unsupervised Video Object Tracking

2019-08-02 · Zhenmei Shi, Haoyang Fang, Yu-Wing Tai, Chi-Keung Tang

Psychological studies have found that human visual tracking system involves learning, memory, and planning. Despite recent successes, not many works have focused on memory and planning in deep learning based tracking. We…

Object TrackingVideo Object TrackingVisual Tracking