paper-with-me

홈 › Papers

Temporal Working Memory: Query-Guided Segment Refinement for Enhanced Multimodal Understanding

2025-02-09 · Xingjian Diao, Chunhui Zhang, Weiyi Wu, Zhongyu Ouyang, Peijun Qing, Ming Cheng, Soroush Vosoughi, Jiang Gui

Multimodal foundation models (MFMs) have demonstrated significant success in tasks such as visual captioning, question answering, and image-text retrieval. However, these models face inherent limitations due to their finite internal capacity, which restricts their ability to process extended temporal sequences, a crucial requirement for comprehensive video and audio analysis. To overcome these challenges, we introduce a specialized cognitive module, temporal working memory (TWM), which aims to enhance the temporal modeling capabilities of MFMs. It selectively retains task-relevant information across temporal dimensions, ensuring that critical details are preserved throughout the processing of video and audio content. The TWM uses a query-guided attention approach to focus on the most informative multimodal segments within temporal sequences. By retaining only the most relevant content, TWM optimizes the use of the model's limited capacity, enhancing its temporal modeling ability. This plug-and-play module can be easily integrated into existing MFMs. With our TWM, nine state-of-the-art models exhibit significant performance improvements across tasks such as video captioning, question answering, and video-text retrieval. By enhancing temporal modeling, TWM extends the capability of MFMs to handle complex, time-sensitive data effectively. Our code is available at https://github.com/xid32/NAACL_2025_TWM.

📄 PDF Abstract BibTeX arXiv:2502.06020

Code (1)

xid32/naacl_2025_twm 공식 구현 pytorch

Tasks

Image CaptioningImage-text RetrievalQuestion AnsweringRetrievalTemporal SequencesText RetrievalVideo CaptioningVideo-Text Retrieval

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 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

SAM-DAQ: Segment Anything Model with Depth-guided Adaptive Queries for RGB-D Video Salient Object Detection

2025-11-13 · Jia Lin, Xiaofei Zhou, Jiyuan Liu, Runmin Cong 외 arxiv

Recently segment anything model (SAM) has attracted widespread concerns, and it is often treated as a vision foundation model for universal segmentation. Some researchers have attempted to directly apply the foundation m…

Video Salient Object Detection

Local-Global Context Aware Transformer for Language-Guided Video Segmentation

2022-03-18 · Chen Liang, Wenguan Wang, Tianfei Zhou, Jiaxu Miao 외

We explore the task of language-guided video segmentation (LVS). Previous algorithms mostly adopt 3D CNNs to learn video representation, struggling to capture long-term context and easily suffering from visual-linguistic…

Referring Expression SegmentationReferring Video Object SegmentationSegmentationSemantic Segmentation+4

TEDi: Temporal Memory-Enhanced and Denoising Transformer for Surgical Instrument Segmentation

2026-09-15 · Jiahong Yuan, Weiming Mi, Tao Zhang, Haoyin Zhou arxiv

Query-based segmentation methods have shown promising potential for surgical instrument segmentation and recognition, which is essential for scene understanding and downstream tasks in computer assisted surgery. However,…

Scene Understanding

Addressing Issues with Working Memory in Video Object Segmentation

2024-10-29 · Clayton Bromley, Alexander Moore, Amar Saini, Douglas Poland 외

Contemporary state-of-the-art video object segmentation (VOS) models compare incoming unannotated images to a history of image-mask relations via affinity or cross-attention to predict object masks. We refer to the inter…

Inductive BiasObjectSemantic SegmentationVideo Object Segmentation+1

DeVOS: Flow-Guided Deformable Transformer for Video Object Segmentation

2024-05-11 · Volodymyr Fedynyak, Yaroslav Romanus, Bohdan Hlovatskyi, Bohdan Sydor 외

The recent works on Video Object Segmentation achieved remarkable results by matching dense semantic and instance-level features between the current and previous frames for long-time propagation. Nevertheless, global fea…

Optical Flow EstimationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation