paper-with-me

홈 › Papers

FALCONEye: Finding Answers and Localizing Content in ONE-hour-long videos with multi-modal LLMs

2025-03-25 · Carlos Plou, Cesar Borja, Ruben Martinez-Cantin, Ana C. Murillo

Information retrieval in hour-long videos presents a significant challenge, even for state-of-the-art Vision-Language Models (VLMs), particularly when the desired information is localized within a small subset of frames. Long video data presents challenges for VLMs due to context window limitations and the difficulty of pinpointing frames containing the answer. Our novel video agent, FALCONEye, combines a VLM and a Large Language Model (LLM) to search relevant information along the video, and locate the frames with the answer. FALCONEye novelty relies on 1) the proposed meta-architecture, which is better suited to tackle hour-long videos compared to short video approaches in the state-of-the-art; 2) a new efficient exploration algorithm to locate the information using short clips, captions and answer confidence; and 3) our state-of-the-art VLMs calibration analysis for the answer confidence. Our agent is built over a small-size VLM and a medium-size LLM being accessible to run on standard computational resources. We also release FALCON-Bench, a benchmark to evaluate long (average > 1 hour) Video Answer Search challenges, highlighting the need for open-ended question evaluation. Our experiments show FALCONEye's superior performance than the state-of-the-art in FALCON-Bench, and similar or better performance in related benchmarks.

📄 PDF Abstract BibTeX arXiv:2503.19850

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationInformation RetrievalLarge Language Model

Similar Papers 제목 키워드 기반

Falcon: A Cross-Modal Evaluation Dataset for Comprehensive Safety Perception

2025-09-28 · Qi Xue, Minrui Jiang, Runjia Zhang, Xiurui Xie 외 arxiv

Existing methods for evaluating the harmfulness of content generated by large language models (LLMs) have been well studied. However, approaches tailored to multimodal large language models (MLLMs) remain underdeveloped …

Visual Question Answering

Accounting for Focus Ambiguity in Visual Questions

2025-01-04 · Chongyan Chen, Yu-Yun Tseng, Zhuoheng Li, Anush Venkatesh 외

No existing work on visual question answering explicitly accounts for ambiguity regarding where the content described in the question is located in the image. To fill this gap, we introduce VQ-FocusAmbiguity, the first V…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

WebSentinel: Detecting and Localizing Prompt Injection Attacks for Web Agents

2026-02-03 · Xilong Wang, Yinuo Liu, Zhun Wang, Dawn Song 외 arxiv

Prompt injection attacks manipulate webpage content to cause web agents to execute attacker-specified tasks instead of the user's intended ones. Existing methods for detecting and localizing such attacks achieve limited …

Risk-Constrained Freshness-Aware Semantic Caching for Open-Web Retrieval-Augmented LLMs

2026-07-05 · Muhammad Mansoor, Tahir Ahmad, Yeo-Chan Yoon arxiv

Semantic caching reduces the latency and cost of retrieval-augmented generation (RAG) by serving cached answers to semantically similar queries, but most existing methods do not model the time-varying freshness of open-w…

Paraphrase Generation

Natural-Language Temporal Grounding in Hour-Long Videos is a Search Problem: A Benchmark and Empirical Decomposition

2026-06-10 · Sukmin Seo, Geewook Kim arxiv

Temporal grounding--returning the interval $[t_s, t_e]$ for a natural-language query over a video--is the language interface to long-form video, yet has been studied on short videos; the dynamics of hour-scale natural-la…