paper-with-me

홈 › Papers

Text-Conditioned Resampler For Long Form Video Understanding

2023-12-19 · Bruno Korbar, Yongqin Xian, Alessio Tonioni, Andrew Zisserman, Federico Tombari

In this paper we present a text-conditioned video resampler (TCR) module that uses a pre-trained and frozen visual encoder and large language model (LLM) to process long video sequences for a task. TCR localises relevant visual features from the video given a text condition and provides them to a LLM to generate a text response. Due to its lightweight design and use of cross-attention, TCR can process more than 100 frames at a time with plain attention and without optimised implementations. We make the following contributions: (i) we design a transformer-based sampling architecture that can process long videos conditioned on a task, together with a training method that enables it to bridge pre-trained visual and language models; (ii) we identify tasks that could benefit from longer video perception; and (iii) we empirically validate its efficacy on a wide variety of evaluation tasks including NextQA, EgoSchema, and the EGO4D-LTA challenge.

📄 PDF Abstract BibTeX arXiv:2312.11897

Code (0)

등록된 구현이 없습니다.

Tasks

EgoSchemaFormLanguage ModelingLanguage ModellingLarge Language ModelVideo Question AnsweringVideo Understanding

Similar Papers 제목 키워드 기반

LongVU-TTT: Causal Test-Time Training for Visual Resampling in Long Video Understanding

2026-08-26 · Mahmoud Ahmed, Sameh Abdulah, Olatunji Ruwase, Sam Ade Jacobs 외 arxiv

Long-video MLLMs must model temporal change before a limited visual-token budget removes most frame evidence. We introduce LongVU-TTT, which inserts a convolutional Test-Time Training (TTT) resampler with causal fast-wei…

Lost in Space: Probing Fine-grained Spatial Understanding in Vision and Language Resamplers

2024-04-21 · Georgios Pantazopoulos, Alessandro Suglia, Oliver Lemon, Arash Eshghi

An effective method for combining frozen large language models (LLM) and visual encoders involves a resampler module that creates a `visual prompt' which is provided to the LLM, along with the textual prompt. While this …

DiagnosticImage CaptioningQuestion AnsweringVisual Question Answering

Synthetic Visual Genome 2: Extracting Large-scale Spatio-Temporal Scene Graphs from Videos

2026-02-26 · Ziqi Gao, Jieyu Zhang, Wisdom Oluchi Ikezogwo, Jae Sung Park 외 arxiv

We introduce Synthetic Visual Genome 2 (SVG2), a large-scale panoptic video scene graph dataset. SVG2 contains over 636K videos with 6.6M objects, 52.0M attributes, and 6.7M relations, providing an order-of-magnitude inc…

Video scene graph generationVideo Question AnsweringPanoptic SegmentationSemantic Parsing

Long Context Transfer from Language to Vision

2024-06-24 · Peiyuan Zhang, Kaichen Zhang, Bo Li, Guangtao Zeng 외

Video sequences offer valuable temporal information, but existing large multimodal models (LMMs) fall short in understanding extremely long videos. Many works address this by reducing the number of visual tokens using vi…

Language ModelingLanguage ModellingMMEVideo MME+3

MS-Resampler: Multi-Scope Visual Resampling for Efficient Multimodal LLMs

2026-06-30 · Zhongyang Li, Yaqian Li, Faming Fang, Rinyoichi Takezoe 외 arxiv

Multimodal large language models (MLLMs) typically employ resampling-based projectors to transform dense visual features into a compact token sequence for language modeling. Most existing resamplers adopt a single, fixed…

Multimodal Reasoning