paper-with-me

Papers

ViLA: Efficient Video-Language Alignment for Video Question Answering

2023-12-13 · Xijun Wang, Junbang Liang, Chun-Kai Wang, Kenan Deng, Yu Lou, Ming Lin, Shan Yang

In this work, we propose an efficient Video-Language Alignment (ViLA) network. Our ViLA model addresses both efficient frame sampling and effective cross-modal alignment in a unified way. In our ViLA network, we design a new learnable text-guided Frame-Prompter together with a new cross-modal distillation (QFormer-Distiller) module. Pre-trained large image-language models have shown promising results on problems such as visual question answering (VQA). However, how to efficiently and effectively sample video frames when adapting pre-trained large image-language model to video-language alignment is still the major challenge. Compared with prior work, our ViLA model demonstrates the capability of selecting key frames with critical contents, thus improving the video-language alignment accuracy while reducing the inference latency +3.3% on NExT-QA Temporal with 3.0X speed up). Overall, our ViLA network outperforms the state-of-the-art methods on the video question-answering benchmarks: +4.6% on STAR Interaction, +2.2% on STAR average with 3.0X speed up, ours 2-frames out-perform SeViLA 4-frames on the VLEP dataset with 4.2X speed-up. The code will be available at https://github.com/xijun-cs/ViLA.

📄 PDF Abstract BibTeX arXiv:2312.08367

Code (1)

xijun-cs/vila 공식 구현 pytorch

Tasks

cross-modal alignmentLanguage ModelingLanguage ModellingQuestion AnsweringVideo Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Uncertainty-Guided Self-Questioning and Answering for Video-Language Alignment

2024-09-17 · Jin Chen, Kaijing Ma, Haojian Huang, Han Fang 외

The development of multi-modal models has been rapidly advancing, with some demonstrating remarkable capabilities. However, annotating video-text pairs remains expensive and insufficient. Take video question answering (V…

Question AnsweringVideo Question Answering

Long-Form Video-Language Pre-Training with Multimodal Temporal Contrastive Learning

2022-10-12 · Yuchong Sun, Hongwei Xue, Ruihua Song, Bei Liu 외

Large-scale video-language pre-training has shown significant improvement in video-language understanding tasks. Previous studies of video-language pretraining mainly focus on short-form videos (i.e., within 30 seconds) …

Contrastive LearningFormQuestion AnsweringRetrieval+2

Self-Chained Image-Language Model for Video Localization and Question Answering

2023-05-11 · NeurIPS 2023 11 · Shoubin Yu, Jaemin Cho, Prateek Yadav, Mohit Bansal

Recent studies have shown promising results on utilizing large pre-trained image-language models for video question answering. While these image-language models can efficiently bootstrap the representation learning of vi…

Language ModelingLanguage ModellingQuestion AnsweringRepresentation Learning+3

X-VILA: Cross-Modality Alignment for Large Language Model

2024-05-29 · Hanrong Ye, De-An Huang, Yao Lu, Zhiding Yu 외

We introduce X-VILA, an omni-modality model designed to extend the capabilities of large language models (LLMs) by incorporating image, video, and audio modalities. By aligning modality-specific encoders with LLM inputs …

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

LongVILA: Scaling Long-Context Visual Language Models for Long Videos

2024-08-19 · Yukang Chen, Fuzhao Xue, Dacheng Li, Qinghao Hu 외

Long-context capability is critical for multi-modal foundation models, especially for long video understanding. We introduce LongVILA, a full-stack solution for long-context visual-language models by co-designing the alg…

Video CaptioningVideo Question AnsweringVideo Understanding