paper-with-me

홈 › Papers

VaQuitA: Enhancing Alignment in LLM-Assisted Video Understanding

2023-12-04 · Yizhou Wang, Ruiyi Zhang, Haoliang Wang, Uttaran Bhattacharya, Yun Fu, Gang Wu

Recent advancements in language-model-based video understanding have been progressing at a remarkable pace, spurred by the introduction of Large Language Models (LLMs). However, the focus of prior research has been predominantly on devising a projection layer that maps video features to tokens, an approach that is both rudimentary and inefficient. In our study, we introduce a cutting-edge framework, VaQuitA, designed to refine the synergy between video and textual information. At the data level, instead of sampling frames uniformly, we implement a sampling method guided by CLIP-score rankings, which enables a more aligned selection of frames with the given question. At the feature level, we integrate a trainable Video Perceiver alongside a Visual-Query Transformer (abbreviated as VQ-Former), which bolsters the interplay between the input question and the video features. We also discover that incorporating a simple prompt, "Please be critical", into the LLM input can substantially enhance its video comprehension capabilities. Our experimental results indicate that VaQuitA consistently sets a new benchmark for zero-shot video question-answering tasks and is adept at producing high-quality, multi-turn video dialogues with users.

📄 PDF Abstract BibTeX arXiv:2312.02310

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingQuestion AnsweringVideo Question AnsweringVideo Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…

Similar Papers 제목 키워드 기반

MASRA: MLLM-Assisted Semantic-Relational Consistent Alignment for Video Temporal Grounding

2026-05-05 · Ran Ran, Jiwei Wei, Shuchang Zhou, Yitong Qin 외 arxiv

Video Temporal Grounding (VTG) faces a cross-modal semantic gap that often leads to background features being incorrectly aligned with the query, while directly matching the query to moments results in insufficient discr…

SOC: Semantic-Assisted Object Cluster for Referring Video Object Segmentation

2023-05-26 · NeurIPS 2023 11 · Zhuoyan Luo, Yicheng Xiao, Yong liu, Shuyan Li 외

This paper studies referring video object segmentation (RVOS) by boosting video-level visual-linguistic alignment. Recent approaches model the RVOS task as a sequence prediction problem and perform multi-modal interactio…

cross-modal alignmentObjectReferring Expression SegmentationReferring Video Object Segmentation+4

Bora: Biomedical Generalist Video Generation Model

2024-07-12 · Weixiang Sun, Xiaocao You, Ruizhe Zheng, Zhengqing Yuan 외

Generative models hold promise for revolutionizing medical education, robot-assisted surgery, and data augmentation for medical AI development. Diffusion models can now generate realistic images from text prompts, while …

Cell TrackingData AugmentationmodelVideo Generation

EA-VTR: Event-Aware Video-Text Retrieval

2024-07-10 · Zongyang Ma, Ziqi Zhang, Yuxin Chen, Zhongang Qi 외

Understanding the content of events occurring in the video and their inherent temporal logic is crucial for video-text retrieval. However, web-crawled pre-training datasets often lack sufficient event information, and th…

Action RecognitionContrastive Learningcross-modal alignmentMoment Retrieval+6

SurgLLM: A Versatile Large Multimodal Model with Spatial Focus and Temporal Awareness for Surgical Video Understanding

2025-08-30 · Zhen Chen, Xingjian Luo, Kun Yuan, Jinlin Wu 외 arxiv

Surgical video understanding is crucial for facilitating Computer-Assisted Surgery (CAS) systems. Despite significant progress in existing studies, two major limitations persist, including inadequate visual content perce…

Video Reconstruction