paper-with-me

Papers

Lightweight Recurrent Cross-modal Encoder for Video Question Answering

2023-06-30 · Knowledge-Based Systems 2023 6 · Steve Andreas Immanuel, Cheol Jeong

A video question answering task essentially boils down to how to fuse the information between text and video effectively to predict an answer. Most works employ a transformer encoder as a cross-modal encoder to fuse both modalities by leveraging the full self-attention mechanism. Due to the high computational cost of the self-attention and the high dimensional data of video, they either have to settle for: 1) only training the cross-modal encoder on offline-extracted video and text features or 2) training the cross-modal encoder with the video and text feature extractor, but only using sparsely-sampled video frames. Training only from offline-extracted features suffers from the disconnection between the extracted features and the data of the downstream task because the video and text feature extractors are trained independently on different domains, e.g., action recognition for the video feature extractor and semantic classification for the text feature extractor. Training using sparsely-sampled video frames might suffer from information loss if the video contains very rich information or has many frames. To alleviate those issues, we propose Lightweight Recurrent Cross-modal Encoder (LRCE) that replaces the self-attention operation with a single learnable special token to summarize the text and video features. As a result, our model incurs a significantly lower computational cost. Additionally, we perform a novel multi-segment sampling which sparsely samples the video frames from different segments of the video to provide more fine-grained information. Through extensive experiments on three VideoQA datasets, we demonstrate the LRCE achieves significant performance gains compared to previous works.

📄 PDF Abstract BibTeX

Code (1)

Sejong-VLI/VQA-LRCE-KBS-2023 pytorch

Tasks

Action RecognitionQuestion AnsweringTGIF-ActionTGIF-FrameTGIF-TransitionVideo Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

OneEncoder: A Lightweight Framework for Progressive Alignment of Modalities

2024-09-17 · Bilal Faye, Hanane Azzag, Mustapha Lebbah

Cross-modal alignment Learning integrates information from different modalities like text, image, audio and video to create unified models. This approach develops shared representations and learns correlations between mo…

cross-modal alignmentQuestion AnsweringVisual Question Answering

Lightweight Cross-Modal Representation Learning

2024-03-07 · Bilal Faye, Hanane Azzag, Mustapha Lebbah, Djamel Bouchaffra

Low-cost cross-modal representation learning is crucial for deriving semantic representations across diverse modalities such as text, audio, images, and video. Traditional approaches typically depend on large specialized…

Representation LearningSelf-Supervised Learning

Unsupervised Learning of Long-Term Motion Dynamics for Videos

2017-01-07 · CVPR 2017 7 · Zelun Luo, Boya Peng, De-An Huang, Alexandre Alahi 외

We present an unsupervised representation learning approach that compactly encodes the motion dependencies in videos. Given a pair of images from a video clip, our framework learns to predict the long-term 3D motions. To…

DecoderRepresentation Learning

Towards Data-Efficient Video Pre-training with Frozen Image Foundation Models

2026-05-18 · Svetlana Orlova, Niccolò Cavagnero, Gijs Dubbelman arxiv

Video foundation models achieve strong performance across many video understanding tasks, but typically require large-scale pre-training on massive video datasets, resulting in substantial data and compute costs. In cont…

V-LynX: Token Interface Alignment for Video+X LLMs

2026-05-30 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn arxiv

This study introduces an intriguing phenomenon in Video LLMs: rather than merely translating frames into textual embeddings, Video LLMs establish a continuous manifold, token interface, allowing visual tokens to operate …