Pith. sign in

REVIEW 4 major objections 5 minor 64 references

Infinite Video Understanding

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read The next frontier in video understanding is building systems that can process and reason about video streams that never end.

desk verdict A useful position paper that names a real research direction and surveys the literature well, but the bounded-memory inconsistency and untested metrics keep it from being more than a call to action. read the letter →

arxiv 2507.09068 v2 pith:YHCH2VY3 submitted 2025-07-11 cs.CV cs.AIcs.IRcs.LGcs.MM

classification cs.CVcs.AIcs.IRcs.LGcs.MM
keywords infinitevideounderstandinglongstreamingprocessingpersistentmemoryevent-centricreasoningevaluationmetricspositionpapermultimodallargelanguagemodels
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This position paper argues that the next major goal for multimedia research should be Infinite Video Understanding: models that continuously process, remember, and reason about video of arbitrary, potentially unbounded duration. It claims that today's long-video systems, however efficient, still hit hard ceilings from token counts, memory and compute costs, lossy compression, and finite benchmarks, and that scaling cannot remove those ceilings. The paper therefore proposes a research agenda organized around streaming architectures, persistent memory, hierarchical adaptive representations, event-centric tracking, robustness to noise and concept drift, and new evaluation paradigms. It also introduces three measurement tools for long-horizon behavior. A sympathetic reader would take away a concrete definition of the problem and a set of directions that reframe video understanding as a lifelong task rather than a longer clip task.

What carries the argument

The carrying device is a formal streaming encoder defined by $V: \mathbb{R}_{\ge 0} \to \mathcal{X}$ and $z_t = \mathcal{E}(V(t), M_{<t}, \theta)$, where $\mathcal{E}$ is the encoder, $M_{<t}$ is the memory state built from everything seen before time $t$, and $\theta$ are learned parameters. Three constraints make the formulation match infinity: Incremental Encoding (compute $z_t$ without future frames), Memory Consolidation (update $M_{<t}$ with a bounded-memory function $f$), and Query-Aligned Retrieval (efficiently access relevant past latents given a query). The paper then turns these constraints into research directions and translates them into three model-agnostic metrics, defining temporal consistency as an agreement score across repeated queries, entity tracking as a recall over fully tracked entities, and reasoning fidelity as the fraction of reasoning steps that stay valid as context accumulates.

What would settle it

Build a stream in which one brief, unremarkable visual detail appears exactly once and is never repeated or cued; ask a model for that detail after a very long subsequent interval. If no system with fixed bounded memory can answer without having stored the raw frame or an equivalent amount of information, the claim that bounded memory suffices for arbitrary infinite-stream understanding is refuted.

Watch

Extended reading notes

Core claim

The central claim is that the ultimate challenge for the multimedia community is Infinite Video Understanding, defined as the capability to process, understand, and reason about video streams of arbitrary, potentially never-ending duration, such as live feeds or lifelong egocentric recordings. The paper argues this is a conceptual shift, not an incremental extension of long-video work: at every instant a model must satisfy incremental encoding without seeing the future, consolidate observations into bounded memory, and retrieve query-relevant past representations without reprocessing history. The paper formalizes this with a streaming encoder and three operational constraints, then derives research directions and three new metrics — Long-Horizon Consistency Score, Entity Trajectory Recall, and Progressive Reasoning Fidelity — for evaluating understanding over unbounded streams.

Load-bearing premise

The argument assumes that a model with bounded memory can preserve enough information about a never-ending stream to answer arbitrary questions about its distant past, and the paper does not prove or demonstrate that such a memory capacity is sufficient.

Editorial extensions

If this is right

  • If the goal is adopted, video architectures must become streaming and incremental, with memory that is continuously consolidated into bounded representations rather than context windows that grow without limit.
  • Benchmarks will need to include simulated infinite streams with controllable hidden patterns, questions about arbitrarily distant past events, and predictions about future events from cumulative history.
  • Entity tracking and event-centric reasoning over long temporal gaps become first-class evaluation targets, measured by metrics such as Entity Trajectory Recall and Progressive Reasoning Fidelity.
  • Work on continual learning, egocentric personal assistants, and retrieval-augmented agentic systems should be interpreted as partial progress toward the same goal rather than separate research silos.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper: a concrete way to test the proposal is to build a synthetic infinite stream with periodic reappearing entities and one-shot details, then check whether the proposed metrics stay high after very long gaps; the paper presents the metrics but does not run such a stress test.
  • Beyond the paper: the three metrics could naturally be extended to online evaluation where queries arrive while the stream is still running, so that real-time responsiveness becomes part of the score rather than a separate concern.
  • Beyond the paper: if the bounded-memory framing is accepted, then performance on curated finite clips may actively mislead progress, because the distinctive failure modes of persistent memory and drift only appear on streams long enough to exceed the memory budget.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. This position paper proposes 'Infinite Video Understanding' (IVU) as a blue-sky research goal: models that continuously process, understand, and reason about video streams of arbitrary, potentially unbounded duration. It surveys current limitations in long-video understanding, formulates an ideal encoder subject to three operational constraints (incremental encoding, bounded-memory consolidation, query-aligned retrieval) in Section 3, proposes research directions in Section 4, and introduces three evaluation metrics (LCS, ETR, PRF) in Section 5. The paper then connects IVU to continual learning, universal personal assistants, infinite games, and AGI in Sections 6 and 7. The conclusion explicitly states that the paper presents no empirical results and instead focuses on the scientific argument and research trajectory.

Significance. If the framework is accepted, IVU could serve as a useful organizing 'north star' for the multimedia community, shifting attention from scaling context windows toward streaming architectures, persistent memory, hierarchical representations, event-centric reasoning, and new evaluation paradigms. The paper's literature review is broad and current, and its connections to continual learning and egocentric assistants are valuable. The main contribution is a clearly articulated research agenda rather than a validated technical framework. The absence of experiments is acceptable for a position paper, but the formal constraints in Section 3 are asserted rather than derived, and the proposed metrics in Section 5 are not operationalized. The paper is honest about these limitations, yet the central concept needs sharper formal grounding before the research direction can serve as a reliable guide.

major comments (4)
  1. [§3 and §4] The formal framework is internally ambiguous about what 'bounded memory' means. In Section 3, the Memory Consolidation constraint requires M<t <- f(M<t-1, z<t-1) while 'maintaining bounded memory,' but Section 4 calls for a continuously updated, queryable long-term memory and endorses RAG-style external stores (e.g., Deep Video Discovery, Video-XL-2's KV store) that grow with the stream. If the bound applies to total retained information, then for any fixed budget B the system cannot answer arbitrary questions about a stream of length T >> B, because two streams that agree over the last B units but differ earlier are indistinguishable; arbitrary retrospective querying is then information-theoretically impossible. If the bound applies only to the internal encoder state, with unbounded external storage permitted, then the Section 3 constraint is vacuous and the central feasibility claim needs to be restated. The authors should disambiguate these readings and explain how query-aligned retrieval over unbounded history can coexist with the bounded-memory requirement.
  2. [§5, Eq. (11)] The Long-Horizon Consistency Score, as defined, equates any change in the answer to the same question with inconsistency. For a video stream whose semantics evolve over time, the same question may legitimately have different correct answers at different timestamps (e.g., 'What is the character doing?' asked before and after a scene change). As written, LCS = 1 - (fraction of disagreeing pairs) will penalize models that correctly update their answers. Unless 'identical queries' are understood to include a fixed temporal reference point, or the metric is conditioned on a specified query context, LCS conflates temporal incoherence with legitimate knowledge update.
  3. [§5, Eqs. (12)-(13)] ETR and PRF are not operational enough to be used as metrics. The predicate T_k (successful tracking of the k-th entity across the entire video) requires a definition of entity identity, track success, and a finite annotation procedure for a stream of unbounded duration; similarly, R_t (the t-th step remains valid as context accumulates) requires a specified way to decompose a task into reasoning steps and to judge validity after each new context. Without these, Eqs. (12)-(13) are placeholders. The paper should either give concrete annotation or scoring protocols (including how to handle infinite streams, e.g., evaluation over time horizons or sliding windows) or present these as illustrative directions rather than as proposed metrics.
  4. [§3 and Conclusion] The three operational constraints in Section 3 (incremental encoding, bounded-memory consolidation, query-aligned retrieval) are asserted as requirements for an 'ideal encoder,' and the Conclusion explicitly states that the paper contains no empirical validation. For a position paper this is not automatically disqualifying, but the paper should either derive the constraints from a stated model of computation or make clear that they are desiderata. In particular, the assumption that bounded-memory consolidation can preserve enough information for arbitrary query answering is the load-bearing premise of the entire vision and should be flagged as an open hypothesis, ideally with a concrete falsifiability condition (e.g., a simple stream class where the requirement provably fails or succeeds).
minor comments (5)
  1. [§3, Eq. (3)] The notation in Eq. (3) is inconsistent with Eq. (1): the encoder E is applied to x_t^visible rather than to V(t) with a memory state, and the decoder D is not defined. Please align the notation.
  2. [§4, 'Deep Reasoning...'] The sentence ending '...greatly enhance Infinite Video Understanding, offloading and consolidation.' is incomplete and appears to contain a leftover phrase; please rewrite it.
  3. [§2 and elsewhere] The paper alternates between 'HoPE' and 'HoPE!' for the same method; please use one form consistently.
  4. [Table 1] The label 'EgoLifeQA2' in Table 1 does not match the text 'EgoLifeQA' (and the EgoLife reference [50]); align the names.
  5. [§5] Eqs. (7)-(10) are standard definitions that add little to the argument; consider condensing them so that the new metrics receive more space.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation; only an incidental non-load-bearing self-citation.

full rationale

This is a position paper that proposes a research agenda rather than an empirical derivation. Section 3 presents the encoder equation z_t = E(V(t), M_<t, theta) and the three operational constraints as desiderata, not as results derived from prior premises. Section 5's metrics LCS, ETR, and PRF (Eqs. 11-13) are definitions of new evaluation scores, not predictions obtained by fitting parameters; no quantity is fitted and then renamed as a conclusion. There is no uniqueness theorem imported from the authors' prior work, no ansatz smuggled in via citation, and no benchmark prediction that reduces by construction to a fitted input. The only detectable self-citation is reference [59] (AVHash, which shares author Dell Zhang), used once in Section 4 as an example of leveraging cross-modal dependencies and signals. That citation is illustrative and non-load-bearing: the central argument does not depend on it. The paper does contain an internal conceptual tension between Section 3's 'maintaining bounded memory' requirement and Section 4's discussion of external, queryable memory stores such as Deep Video Discovery, which could allow growing memory; however, this under-specification concerns feasibility and definitions, not circular reasoning. No circular step can be exhibited from the paper's own equations. Score 2 reflects the single incidental self-citation; the central claim is a self-contained position statement.

Assumptions & free parameters 0 free parameters · 4 assumptions · 4 invented entities

The paper introduces no fitted parameters; it relies on unproven assumptions about bounded memory and on proposed metrics with no validation. These assumptions and conceptual entities are the load-bearing elements of the position.

assumptions (4)
  • domain assumption Video can be modeled as a continuous-time function V: R>=0 -> X of frames
    Section 3 defines the video stream this way; it abstracts away camera, encoding, and sampling issues but is a standard idealization.
  • ad hoc to paper An ideal encoder must satisfy incremental encoding, bounded memory consolidation, and query-aligned retrieval
    Section 3 states these as operational constraints; they are not derived and their mutual feasibility is assumed.
  • ad hoc to paper Bounded memory consolidation can retain sufficient information for arbitrary-length understanding
    Sections 3 and 4 rely on this for persistent LTM; it is the paper's weakest load-bearing premise.
  • ad hoc to paper The proposed metrics LCS, ETR, and PRF capture the essential aspects of infinite video understanding
    Section 5 introduces them without validation or analysis of their properties.
invented entities (4)
  • Infinite Video Understanding capability
    purpose: A research target defined as continuous understanding of potentially unbounded video streams
    Introduced in Section 1 as a conceptual goal; no falsifiable prediction or measurement is provided.
  • Long-Horizon Consistency Score (LCS)
    purpose: Metric to measure answer consistency over time
    Section 5 defines it as 1 minus the pairwise disagreement rate; no experiments show it behaves meaningfully.
  • Entity Trajectory Recall (ETR)
    purpose: Metric for long-term entity tracking
    Section 5 defines it as the fraction of entities successfully tracked; the criteria for successful tracking are unspecified.
  • Progressive Reasoning Fidelity (PRF)
    purpose: Metric for logical coherence of reasoning as context accumulates
    Section 5 defines it as the fraction of reasoning steps that remain valid; the notion of a valid step is left informal.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Infinite Video Understanding." pith.science (2026). https://pith.science/paper/YHCH2VY3

@misc{pith2026250709068,
  author       = {Pith},
  title        = {Pith review of: Infinite Video Understanding},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YHCH2VY3}},
  note         = {Machine review of arXiv:2507.09068}
}
read the original abstract

The rapid advancements in Large Language Models (LLMs) and their multimodal extensions (MLLMs) have ushered in remarkable progress in video understanding. However, a fundamental challenge persists: effectively processing and comprehending video content that extends beyond minutes or hours. While recent efforts like Video-XL-2 have demonstrated novel architectural solutions for extreme efficiency, and advancements in positional encoding such as HoPE and VideoRoPE++ aim to improve spatio-temporal understanding over extensive contexts, current state-of-the-art models still encounter significant computational and memory constraints when faced with the sheer volume of visual tokens from lengthy sequences. Furthermore, maintaining temporal coherence, tracking complex events, and preserving fine-grained details over extended periods remain formidable hurdles, despite progress in agentic reasoning systems like Deep Video Discovery. This position paper posits that a logical, albeit ambitious, next frontier for multimedia research is Infinite Video Understanding -- the capability for models to continuously process, understand, and reason about video data of arbitrary, potentially never-ending duration. We argue that framing Infinite Video Understanding as a blue-sky research objective provides a vital north star for the multimedia, and the wider AI, research communities, driving innovation in areas such as streaming architectures, persistent memory mechanisms, hierarchical and adaptive representations, event-centric reasoning, and novel evaluation paradigms. Drawing inspiration from recent work on long/ultra-long video understanding and several closely related fields, we outline the core challenges and key research directions towards achieving this transformative capability.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

64 extracted references · 16 canonical work pages

  1. [1]

    Shihab Aaqil Ahamed, Malitha Gunawardhana, Liel David, Michael Sidorov, Daniel Harari, and Muhammad Haris Khan. 2025. CrossVideoMAE: Self-Supervised Image-Video Representation Learning with Masked Autoencoders. doi:10.48550/arXiv.2502.07811 arXiv:2502.07811 [cs]

  2. [2]

    James Carse. 2011. Finite and Infinite Games . Simon and Schuster

  3. [3]

    Hadzic, Taran Kota, Jimming He, Cristóbal Eyzaguirre, Zane Durante, Manling Li, Jiajun Wu, and Li Fei-Fei

    Keshigeyan Chandrasegaran, Agrim Gupta, Lea M. Hadzic, Taran Kota, Jimming He, Cristóbal Eyzaguirre, Zane Durante, Manling Li, Jiajun Wu, and Li Fei-Fei. 2024. HourVideo: 1-Hour Video-Language Understanding. doi:10.48550/arXiv.2411.04998 arXiv:2411.04998 [cs]

  4. [4]

    Yukang Chen, Fuzhao Xue, Dacheng Li, Qinghao Hu, Ligeng Zhu, Xiuyu Li, Yunhao Fang, Haotian Tang, Shang Yang, Zhijian Liu, Ethan He, Hongxu Yin, Pavlo Molchanov, Jan Kautz, Linxi Fan, Yuke Zhu, Yao Lu, and Song Han. 2024. LongVILA: Scaling Long-Context Visual Language Models for Long Videos. doi:10.48550/arXiv.2408.10188 arXiv:2408.10188 [cs]

  5. [5]

    Chuanqi Cheng, Jian Guan, Wei Wu, and Rui Yan. 2025. Scaling Video-Language Models to 10K Frames via Hierarchical Differential Distillation. doi:10.48550/arXiv.2504.02438 arXiv:2504.02438 [cs]

  6. [6]

    Junhao Cheng, Yuying Ge, Teng Wang, Yixiao Ge, Jing Liao, and Ying Shan. 2025. Video-Holmes: Can MLLM Think Like Holmes for Complex Video Reasoning? doi:10.48550/arXiv.2505.21374 arXiv:2505.21374 [cs]

  7. [7]

    Kitani, and László A

    Rohan Choudhury, Koichiro Niinuma, Kris M. Kitani, and László A. Jeni. 2023. Zero-Shot Video Question Answering with Procedural Programs. doi:10.48550/arXiv.2312.00937 arXiv:2312.00937 [cs]

  8. [8]

    Jakob Engel, Kiran Somasundaram, Michael Goesele, Albert Sun, Alexander Gamino, Andrew Turner, Arjang Talattof, Arnie Yuan, Bilal Souti, Brighid Meredith, Cheng Peng, Chris Sweeney, Cole Wilson, Dan Barnes, Daniel DeTone, David Caruso, Derek Valleroy, Dinesh Ginjupalli, Duncan Frost, Edward Miller, Elias Mueggler, Evgeniy Oleinik, Fan Zhang, Guruprasad So...

Show all 64 references
  1. [9]

    Alexandre Eymaël, Renaud Vandeghen, Anthony Cioppa, Silvio Giancola, Bernard Ghanem, and Marc Van Droogenbroeck. 2024. Efficient Image Pre-Training with Siamese Cropped Masked Autoencoders. doi:10.1007/978-3-031-73337-6_20 arXiv:2403.17823 [cs]

  2. [10]

    Kaituo Feng, Kaixiong Gong, Bohao Li, Zonghao Guo, Yibing Wang, Tianshuo Peng, Junfei Wu, Xiaoying Zhang, Benyou Wang, and Xiangyu Yue

  3. [11]

    Chaoyou Fu, Yuhan Dai, Yongdong Luo, Lei Li, Shuhuai Ren, Renrui Zhang, Zihan Wang, Chenyu Zhou, Yunhang Shen, Mengdan Zhang, Peixian Chen, Yanwei Li, Shaohui Lin, Sirui Zhao, Ke Li, Tong Xu, Xiawu Zheng, Enhong Chen, Rongrong Ji, and Xing Sun. 2024. Video-MME: The First-Ever ...

  4. [12]

    Iason Gabriel, Arianna Manzini, Geoff Keeling, Lisa Anne Hendricks, Verena Rieser, Hasan Iqbal, Nenad Tomašev, Ira Ktena, Zachary Kenton, Mikel Rodriguez, Seliem El-Sayed, Sasha Brown, Canfer Akbulut, Andrew Trask, Edward Hughes, A. Stevie Bergman, Renee Shelby, Nahema Marchal...

  5. [13]

    Agrim Gupta, Jiajun Wu, Jia Deng, and Li Fei-Fei. 2023. Siamese Masked Autoencoders. doi:10.48550/arXiv.2305.14344 arXiv:2305.14344 [cs]

  6. [14]

    Cheng-Ping Hsieh, Simeng Sun, Samuel Kriman, Shantanu Acharya, Dima Rekesh, Fei Jia, Yang Zhang, and Boris Ginsburg. 2024. RULER: What’s the Real Context Size of Your Long-Context Language Models? doi:10.48550/arXiv.2404.06654 arXiv:2404.06654 [cs]

  7. [15]

    Huiwon Jang, Dongyoung Kim, Junsu Kim, Jinwoo Shin, Pieter Abbeel, and Younggyo Seo. 2024. Visual Representation Learning with Stochastic Frame Prediction. doi:10.48550/arXiv.2406.07398 arXiv:2406.07398 [cs]

  8. [16]

    Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. 2025. Search-R1: Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning. doi:10.48550/arXiv.2503.09516 arXiv:2503.09516 [cs]

  9. [17]

    Jina Kim, Jihoo Lee, and Je-Won Kang. 2025. SNeRV: Spectra-preserving Neural Representation for Video. doi:10.1007/978-3-031-73001-6_19 arXiv:2501.01681 [eess]

  10. [18]

    Chengpeng Li, Mingfeng Xue, Zhenru Zhang, Jiaxi Yang, Beichen Zhang, Xiang Wang, Bowen Yu, Binyuan Hui, Junyang Lin, and Dayiheng Liu

  11. [19]

    Haoran Li, Yingjie Qin, Baoyuan Ou, Lai Xu, and Ruiwen Xu. 2025. HoPE: Hybrid of Position Embedding for Length Generalization in Vision-Language Models. doi:10.48550/arXiv.2505.20444 arXiv:2505.20444 [cs]

  12. [20]

    doi:10.48550/arXiv.2503.04625 arXiv:2503.04625 [cs]

    START: Self-taught Reasoner with Tools. doi:10.48550/arXiv.2503.04625 arXiv:2503.04625 [cs]

  13. [21]

    Xinhao Li, Yi Wang, Jiashuo Yu, Xiangyu Zeng, Yuhan Zhu, Haian Huang, Jianfei Gao, Kunchang Li, Yinan He, Chenting Wang, Yu Qiao, Yali Wang, and Limin Wang. 2025. VideoChat-Flash: Hierarchical Compression for Long-Context Video Modeling. doi:10.48550/arXiv.2501.00574 arXiv:250...

  14. [22]

    Kunchang Li, Yali Wang, Yinan He, Yizhuo Li, Yi Wang, Yi Liu, Zun Wang, Jilan Xu, Guo Chen, Ping Luo, Limin Wang, and Yu Qiao. 2024. MVBench: A Comprehensive Multi-modal Video Understanding Benchmark. doi:10.48550/arXiv.2311.17005 arXiv:2311.17005 [cs]

  15. [23]

    Xiangrui Liu, Yan Shu, Zheng Liu, Ao Li, Yang Tian, and Bo Zhao. 2025. Video-XL-Pro: Reconstructive Token Compression for Extremely Long Video Understanding. doi:10.48550/arXiv.2503.18478 arXiv:2503.18478 [cs]

  16. [24]

    Hao Liu, Wilson Yan, Matei Zaharia, and Pieter Abbeel. 2025. World Model on Million-Length Video And Language With Blockwise RingAttention. doi:10.48550/arXiv.2402.08268 arXiv:2402.08268 [cs]

  17. [25]

    Karttikeya Mangalam, Raiymbek Akshulakov, and Jitendra Malik. 2023. EgoSchema: A Diagnostic Benchmark for Very Long-form Video Language Understanding. doi:10.48550/arXiv.2308.09126 arXiv:2308.09126 [cs]

  18. [26]

    Yongdong Luo, Xiawu Zheng, Xiao Yang, Guilin Li, Haojia Lin, Jinfa Huang, Jiayi Ji, Fei Chao, Jiebo Luo, and Rongrong Ji. 2024. Video-RAG: Visually-aligned Retrieval-Augmented Long Video Comprehension. doi:10.48550/arXiv.2411.13093 arXiv:2411.13093 [cs]

  19. [27]

    NVIDIA. 2025. Cosmos World Foundation Model Platform for Physical AI. doi:10.48550/arXiv.2501.03575 arXiv:2501.03575 [cs]

  20. [28]

    Medhini Narasimhan. 2023. Multimodal Long-Term Video Understanding. University of California, Berkeley

  21. [29]

    Minghao Qin, Xiangrui Liu, Zhengyang Liang, Yan Shu, Huaying Yuan, Juenjie Zhou, Shitao Xiao, Bo Zhao, and Zheng Liu. 2025. Video-XL-2: Towards Very Long-Video Understanding Through Task-Aware KV Sparsification. doi:10.48550/arXiv.2506.19225 arXiv:2506.19225 [cs]

  22. [30]

    Rui Qian, Xiaoyi Dong, Pan Zhang, Yuhang Zang, Shuangrui Ding, Dahua Lin, and Jiaqi Wang. 2024. Streaming Long Video Understanding with Large Language Models. doi:10.48550/arXiv.2405.16009 arXiv:2405.16009 [cs]

  23. [31]

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. 2021. Learning Transferable Visual Models From Natural Language Supervision. doi:10.48550/a...

  24. [32]

    Haoxuan Qu, Hossein Rahmani, Li Xu, Bryan Williams, and Jun Liu. 2024. Recent Advances of Continual Learning in Computer Vision: An Overview. arXiv:2109.11369 [cs]

  25. [33]

    Kim, Bilge Soran, Raghuraman Krishnamoorthi, Mohamed Elhoseiny, and Vikas Chandra

    Xiaoqian Shen, Yunyang Xiong, Changsheng Zhao, Lemeng Wu, Jun Chen, Chenchen Zhu, Zechun Liu, Fanyi Xiao, Balakrishnan Varadarajan, Florian Bordes, Zhuang Liu, Hu Xu, Hyunwoo J. Kim, Bilge Soran, Raghuraman Krishnamoorthi, Mohamed Elhoseiny, and Vikas Chandra. 2024. LongVU: Sp...

  26. [34]

    McNamee, and André F

    Saul Santos, António Farinhas, Daniel C. McNamee, and André F. T. Martins. 2025. $\infty$-Video: A Training-Free Approach to Long Video Understanding via Continuous-Time Memory Consolidation. doi:10.48550/arXiv.2501.19098 arXiv:2501.19098 [cs]

  27. [35]

    David Silver and Richard S Sutton. [n. d.]. Welcome to the Era of Experience. ([n. d.])

  28. [36]

    Yan Shu, Peitian Zhang, Zheng Liu, Minghao Qin, Junjie Zhou, Tiejun Huang, and Bo Zhao. 2024. Video-XL: Extra-Long Vision Language Model for Hour-Scale Video Understanding. doi:10.48550/arXiv.2409.14485 arXiv:2409.14485 [cs]

  29. [37]

    Gemini Team. 2024. Gemini 1.5: Unlocking Multimodal Understanding across Millions of Tokens of Context. doi:10.48550/arXiv.2403.05530 arXiv:2403.05530 [cs] Manuscript submitted to ACM Infinite Video Understanding 19

  30. [38]

    Enxin Song, Wenhao Chai, Guanhong Wang, Yucheng Zhang, Haoyang Zhou, Feiyang Wu, Haozhe Chi, Xun Guo, Tian Ye, Yanting Zhang, Yan Lu, Jenq-Neng Hwang, and Gaoang Wang. 2024. MovieChat: From Dense Token to Sparse Memory for Long Video Understanding. doi:10.48550/arXiv. 2307.164...

  31. [39]

    Michael Tschannen, Alexey Gritsenko, Xiao Wang, Muhammad Ferjad Naeem, Ibrahim Alabdulmohsin, Nikhil Parthasarathy, Talfan Evans, Lucas Beyer, Ye Xia, Basil Mustafa, Olivier Hénaff, Jeremiah Harmsen, Andreas Steiner, and Xiaohua Zhai. 2025. SigLIP 2: Multilingual Vision-Langua...

  32. [40]

    Zhan Tong, Yibing Song, Jue Wang, and Limin Wang. 2022. VideoMAE: Masked Autoencoders Are Data-Efficient Learners for Self-Supervised Video Pre-Training. doi:10.48550/arXiv.2203.12602 arXiv:2203.12602 [cs]

  33. [41]

    Liyuan Wang, Xingxing Zhang, Hang Su, and Jun Zhu. 2024. A Comprehensive Survey of Continual Learning: Theory, Method and Application. doi:10.48550/arXiv.2302.00487 arXiv:2302.00487 [cs]

  34. [42]

    Limin Wang, Bingkun Huang, Zhiyu Zhao, Zhan Tong, Yinan He, Yi Wang, Yali Wang, and Yu Qiao. 2023. VideoMAE V2: Scaling Video Masked Autoencoders with Dual Masking. doi:10.48550/arXiv.2303.16727 arXiv:2303.16727 [cs]

  35. [43]

    Yuchi Wang, Junliang Guo, Xinyi Xie, Tianyu He, Xu Sun, and Jiang Bian. 2025. VidTwin: Video VAE with Decoupled Structure and Dynamics. doi:10.48550/arXiv.2412.17726 arXiv:2412.17726 [cs]

  36. [44]

    Weihan Wang, Zehai He, Wenyi Hong, Yean Cheng, Xiaohan Zhang, Ji Qi, Xiaotao Gu, Shiyu Huang, Bin Xu, Yuxiao Dong, Ming Ding, and Jie Tang

  37. [45]

    Xilin Wei, Xiaoran Liu, Yuhang Zang, Xiaoyi Dong, Pan Zhang, Yuhang Cao, Jian Tong, Haodong Duan, Qipeng Guo, Jiaqi Wang, Xipeng Qiu, and Dahua Lin. 2025. VideoRoPE: What Makes for Good Video Rotary Position Embedding? doi:10.48550/arXiv.2502.05173 arXiv:2502.05173 [cs]

  38. [46]

    Yuetian Weng, Mingfei Han, Haoyu He, Xiaojun Chang, and Bohan Zhuang. 2024. LongVLM: Efficient Long Video Understanding via Large Language Models. doi:10.48550/arXiv.2404.03384 arXiv:2404.03384 [cs]

  39. [47]

    Ziyang Wang, Shoubin Yu, Elias Stengel-Eskin, Jaehong Yoon, Feng Cheng, Gedas Bertasius, and Mohit Bansal. 2025. VideoTree: Adaptive Tree-based Video Representation for LLM Reasoning on Long Videos. doi:10.48550/arXiv.2405.19209 arXiv:2405.19209 [cs]

  40. [48]

    Junde Wu, Jiayuan Zhu, and Yuyuan Liu. 2025. Agentic Reasoning: Reasoning LLMs with Tools for the Deep Research. doi:10.48550/arXiv.2502.04644 arXiv:2502.04644 [cs]

  41. [49]

    Rujie Wu, Xiaojian Ma, Hai Ci, Yue Fan, Yuxuan Wang, Haozhe Zhao, Qing Li, and Yizhou Wang. 2025. LongViTU: Instruction Tuning for Long-Form Video Understanding. doi:10.48550/arXiv.2501.05037 arXiv:2501.05037 [cs]

  42. [50]

    Haoning Wu, Dongxu Li, Bei Chen, and Junnan Li. 2024. LongVideoBench: A Benchmark for Long-context Interleaved Video-Language Understanding. doi:10.48550/arXiv.2407.15754 arXiv:2407.15754 [cs]

  43. [51]

    Hauptmann, Ming-Hsuan Yang, Yuan Hao, Irfan Essa, and Lu Jiang

    Lijun Yu, Yong Cheng, Kihyuk Sohn, José Lezama, Han Zhang, Huiwen Chang, Alexander G. Hauptmann, Ming-Hsuan Yang, Yuan Hao, Irfan Essa, and Lu Jiang. 2023. MAGVIT: Masked Generative Video Transformer. doi:10.48550/arXiv.2212.05199 arXiv:2212.05199 [cs]

  44. [52]

    Gundavarapu, Luca Versari, Kihyuk Sohn, David Minnen, Yong Cheng, Vighnesh Birodkar, Agrim Gupta, Xiuye Gu, Alexander G

    Lijun Yu, José Lezama, Nitesh B. Gundavarapu, Luca Versari, Kihyuk Sohn, David Minnen, Yong Cheng, Vighnesh Birodkar, Agrim Gupta, Xiuye Gu, Alexander G. Hauptmann, Boqing Gong, Ming-Hsuan Yang, Irfan Essa, David A. Ross, and Lu Jiang. 2024. Language Model Beats Diffusion – To...

  45. [53]

    Jingkang Yang, Shuai Liu, Hongming Guo, Yuhao Dong, Xiamengwei Zhang, Sicheng Zhang, Pengyun Wang, Zitang Zhou, Binzhu Xie, Ziyue Wang, Bei Ouyang, Zhengyu Lin, Marco Cominelli, Zhongang Cai, Yuanhan Zhang, Peiyuan Zhang, Fangzhou Hong, Joerg Widmer, Francesco Gringoli, Lei Ya...

  46. [54]

    Xiaoyi Zhang, Zhaoyang Jia, Zongyu Guo, Jiahao Li, Bin Li, Houqiang Li, and Yan Lu. 2025. Deep Video Discovery: Agentic Search with Tool Use for Long-form Video Understanding. doi:10.48550/arXiv.2505.18079 arXiv:2505.18079 [cs]

  47. [55]

    Gundavarapu, Liangzhe Yuan, Hao Zhou, Shen Yan, Jennifer J

    Long Zhao, Nitesh B. Gundavarapu, Liangzhe Yuan, Hao Zhou, Shen Yan, Jennifer J. Sun, Luke Friedman, Rui Qian, Tobias Weyand, Yue Zhao, Rachel Hornung, Florian Schroff, Ming-Hsuan Yang, David A. Ross, Huisheng Wang, Hartwig Adam, Mikhail Sirotenko, Ting Liu, and Boqing Gong

  48. [56]

    Xiaohua Zhai, Basil Mustafa, Alexander Kolesnikov, and Lucas Beyer. 2023. Sigmoid Loss for Language Image Pre-Training. doi:10.48550/arXiv.2303. 15343 arXiv:2303.15343 [cs]

  49. [57]

    Junhao Zheng, Shengjie Qiu, Chengming Shi, and Qianli Ma. 2024. Towards Lifelong Learning of Large Language Models: A Survey. doi:10.48550/ arXiv.2406.06391 arXiv:2406.06391 [cs]

  50. [58]

    Junjie Zhou, Yan Shu, Bo Zhao, Boya Wu, Zhengyang Liang, Shitao Xiao, Minghao Qin, Xi Yang, Yongping Xiong, Bo Zhang, Tiejun Huang, and Zheng Liu. 2025. MLVU: Benchmarking Multi-task Long Video Understanding. doi:10.48550/arXiv.2406.04264 arXiv:2406.04264 [cs]

  51. [59]

    doi:10.48550/arXiv.2402.13217 arXiv:2402.13217 [cs]

    VideoPrism: A Foundational Visual Encoder for Video Understanding. doi:10.48550/arXiv.2402.13217 arXiv:2402.13217 [cs]

  52. [60]

    Zijia Zhao, Haoyu Lu, Yuqi Huo, Yifan Du, Tongtian Yue, Longteng Guo, Bingning Wang, Weipeng Chen, and Jing Liu. 2025. Needle In A Video Haystack: A Scalable Synthetic Evaluator for Video MLLMs. doi:10.48550/arXiv.2406.09367 arXiv:2406.09367 [cs]

  53. [63]

    Yuxiang Zhou, Zhe Sun, Rui Liu, Yong Chen, and Dell Zhang. 2024. AVHash: Joint Audio-Visual Hashing for Video Retrieval. In Proceedings of the 32nd ACM International Conference on Multimedia (MM ’24) . Association for Computing Machinery, New York, NY, USA, 2370–2378. doi:10.1...

  54. [64]

    Heqing Zou, Tianze Luo, Guiyang Xie, Victor, Zhang, Fengmao Lv, Guangcong Wang, Juanyang Chen, Zhuochen Wang, Hansheng Zhang, and Huaijian Zhang. 2024. From Seconds to Hours: Reviewing MultiModal Large Language Models on Comprehensive Long Video Understanding. doi:10.48550/arX...

  55. [2024]

    doi:10.48550/arXiv.2406.08035 arXiv:2406.08035 [cs]

    LVBench: An Extreme Long Video Understanding Benchmark. doi:10.48550/arXiv.2406.08035 arXiv:2406.08035 [cs]

  56. [2025]

    doi:10.48550/arXiv.2503.21776 arXiv:2503.21776 [cs]

    Video-R1: Reinforcing Video Reasoning in MLLMs. doi:10.48550/arXiv.2503.21776 arXiv:2503.21776 [cs]

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.