paper-with-me

Papers

DeCafNet: Delegate and Conquer for Efficient Temporal Grounding in Long Videos

2025-05-22 · CVPR 2025 1 · Zijia Lu, A S M Iftekhar, Gaurav Mittal, Tianjian Meng, Xiawei Wang, Cheng Zhao, Rohith Kukkala, Ehsan Elhamifar, Mei Chen

Long Video Temporal Grounding (LVTG) aims at identifying specific moments within lengthy videos based on user-provided text queries for effective content retrieval. The approach taken by existing methods of dividing video into clips and processing each clip via a full-scale expert encoder is challenging to scale due to prohibitive computational costs of processing a large number of clips in long videos. To address this issue, we introduce DeCafNet, an approach employing ``delegate-and-conquer'' strategy to achieve computation efficiency without sacrificing grounding performance. DeCafNet introduces a sidekick encoder that performs dense feature extraction over all video clips in a resource-efficient manner, while generating a saliency map to identify the most relevant clips for full processing by the expert encoder. To effectively leverage features from sidekick and expert encoders that exist at different temporal resolutions, we introduce DeCaf-Grounder, which unifies and refines them via query-aware temporal aggregation and multi-scale temporal refinement for accurate grounding. Experiments on two LTVG benchmark datasets demonstrate that DeCafNet reduces computation by up to 47\% while still outperforming existing methods, establishing a new state-of-the-art for LTVG in terms of both efficiency and performance. Our code is available at https://github.com/ZijiaLewisLu/CVPR2025-DeCafNet.

📄 PDF Abstract BibTeX arXiv:2505.16376

Code (1)

zijialewislu/cvpr2025-decafnet 공식 구현 pytorch

Tasks

Natural Language Moment RetrievalNatural Language QueriesTemporal Sentence GroundingVideo Grounding

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Recursive Agent Optimization

2026-05-07 · Apurva Gandhi, Satyaki Chakraborty, Xiangjun Wang, Aviral Kumar 외 arxiv

We introduce Recursive Agent Optimization (RAO), a reinforcement learning approach for training recursive agents: agents that can spawn and delegate sub-tasks to new instantiations of themselves recursively. Recursive ag…

Reinforcement Learning

Divide and Conquer: Grounding LLMs as Efficient Decision-Making Agents via Offline Hierarchical Reinforcement Learning

2025-05-26 · Zican Hu, Wei Liu, Xiaoye Qu, Xiangyu Yue 외

While showing sophisticated reasoning abilities, large language models (LLMs) still struggle with long-horizon decision-making tasks due to deficient exploration and long-term credit assignment, especially in sparse-rewa…

Decision MakingHierarchical Reinforcement Learning

LLMs Corrupt Your Documents When You Delegate

2026-04-17 · Philippe Laban, Tobias Schnabel, Jennifer Neville arxiv

Large Language Models (LLMs) are poised to disrupt knowledge work, with the emergence of delegated work as a new interaction paradigm (e.g., vibe coding). Delegation requires trust - the expectation that the LLM will fai…

Agent S2: A Compositional Generalist-Specialist Framework for Computer Use Agents

2025-04-01 · Saaket Agashe, Kyle Wong, Vincent Tu, Jiachen Yang 외

Computer use agents automate digital tasks by directly interacting with graphical user interfaces (GUIs) on computers and mobile devices, offering significant potential to enhance human productivity by completing an open…

AI AgentTask Planning

DCARL: A Divide-and-Conquer Framework for Autoregressive Long-Trajectory Video Generation

2026-03-25 · Junyi Ouyang, Wenbin Teng, Gonglin Chen, Yajie Zhao 외 arxiv

Long-trajectory video generation is a crucial yet challenging task for world modeling primarily due to the limited scalability of existing video diffusion models (VDMs). Autoregressive models, while offering infinite rol…

Video Generation