paper-with-me

Papers

IQViC: In-context, Question Adaptive Vision Compressor for Long-term Video Understanding LMMs

2024-12-13 · Sosuke Yamao, Natsuki Miyahara, Yuki Harazono, Shun Takeuchi

With the increasing complexity of video data and the need for more efficient long-term temporal understanding, existing long-term video understanding methods often fail to accurately capture and analyze extended video sequences. These methods typically struggle to maintain performance over longer durations and to handle the intricate dependencies within the video content. To address these limitations, we propose a simple yet effective large multi-modal model framework for long-term video understanding that incorporates a novel visual compressor, the In-context, Question Adaptive Visual Compressor (IQViC). The key idea, inspired by humans' selective attention and in-context memory mechanisms, is to introduce a novel visual compressor and incorporate efficient memory management techniques to enhance long-term video question answering. Our framework utilizes IQViC, a transformer-based visual compressor, enabling question-conditioned in-context compression, unlike existing methods that rely on full video visual features. This selectively extracts relevant information, significantly reducing memory token requirements. Through extensive experiments on a new dataset based on InfiniBench for long-term video understanding, and standard benchmarks used for existing methods' evaluation, we demonstrate the effectiveness of our proposed IQViC framework and its superiority over state-of-the-art methods in terms of video understanding accuracy and memory efficiency.

📄 PDF Abstract BibTeX arXiv:2412.09907

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVideo Question AnsweringVideo Understanding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

ATACompressor: Adaptive Task-Aware Compression for Efficient Long-Context Processing in LLMs

2026-02-03 · Xuancheng Li, Haitao Li, Yujia Zhou, Qingyao Ai 외 arxiv

Long-context inputs in large language models (LLMs) often suffer from the "lost in the middle" problem, where critical information becomes diluted or ignored due to excessive length. Context compression methods aim to ad…

Compressor-VLA: Instruction-Guided Visual Token Compression for Efficient Robotic Manipulation

2025-11-24 · Juntao Gao, Feiyang Ye, Jing Zhang, Wenjing Qian arxiv

Vision-Language-Action (VLA) models have emerged as a powerful paradigm in Embodied AI. However, the significant computational overhead of processing redundant visual tokens remains a critical bottleneck for real-time ro…

SeDeM: Selective Decompression of Hidden-State Memories for Long-Context Question Answering

2026-07-31 · Maryam Haghifam, Jason Cong, Yizhou Sun arxiv

Long-context inference with large language models (LLMs) is costly: self-attention during prefill scales quadratically with sequence length, and the key-value (KV) cache grows with the number of processed tokens. Larger …

Question Answering

Perception Compressor: A Training-Free Prompt Compression Framework in Long Context Scenarios

2024-09-28 · Jiwei Tang, Jin Xu, Tingwei Lu, Zhicheng Zhang 외

Large language models (LLMs) demonstrate exceptional capabilities in various scenarios. However, they suffer from much redundant information and are sensitive to the position of key information in long context scenarios.…

Position

K-COMP: Retrieval-Augmented Medical Domain Question Answering With Knowledge-Injected Compressor

2025-01-23 · Jeonghun Cho, Gary Geunbae Lee

Retrieval-augmented question answering (QA) integrates external information, and thereby increases the QA accuracy of reader models that lack domain knowledge. However, documents retrieved for closed domains require high…

Question AnsweringRAGRetrieval