paper-with-me

홈 › Papers

LongViTU: Instruction Tuning for Long-Form Video Understanding

2025-01-09 · Rujie Wu, Xiaojian Ma, Hai Ci, Yue Fan, Yuxuan Wang, Haozhe Zhao, Qing Li, Yizhou Wang

This paper introduces LongViTU, a large-scale (~121k QA pairs, ~900h videos), automatically generated dataset for long-form video understanding. We propose a systematic approach that organizes videos into a hierarchical tree structure for QA generation and incorporates self-revision mechanisms to ensure high-quality QA pairs. Each QA pair in LongViTU features: 1) long-term context (average certificate length of 4.6 minutes); 2) rich knowledge and condensed reasoning (commonsense, causality, planning, etc.)). We also offer explicit timestamp annotations of relevant events for each QA pair. We have conducted extensive human studies on LongViTU, and the results prove the quality of our dataset. To better evaluate the challenges posed by LongViTU's emphasis on long-term context and condensed reasoning, we manually curate a subset of LongViTU into a benchmark. Evaluations using a state-of-the-art open-source model (LongVU), a proprietary model (Gemini-1.5-Pro), and human annotators yield GPT-4 scores of 49.9, 52.3, and 81.0, respectively, underscoring the substantial difficulty presented by LongViTU questions. Performing supervised fine-tuning (SFT) of LongVU and LLaVA-Video on LongViTU data results in average performance gains of 2.5% and 3.7%, respectively, across a suite of long video understanding benchmarks (EgoSchema, VideoMME-Long, MLVU, LVBench).

📄 PDF Abstract BibTeX arXiv:2501.05037

Code (0)

등록된 구현이 없습니다.

Tasks

EgoSchemaFormInstruction FollowingVideo Understanding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Residual Connection 설명 없음
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…
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$…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

TimeSuite: Improving MLLMs for Long Video Understanding via Grounded Tuning

2024-10-25 · Xiangyu Zeng, Kunchang Li, Chenting Wang, Xinhao Li 외

Multimodal Large Language Models (MLLMs) have demonstrated impressive performance in short video understanding. However, understanding long-form videos still remains challenging for MLLMs. This paper proposes TimeSuite, …

EgoSchemaHallucinationHighlight DetectionMoment Retrieval+3

BT-Adapter: Video Conversation is Feasible Without Video Instruction Tuning

2023-09-27 · CVPR 2024 1 · Ruyang Liu, Chen Li, Yixiao Ge, Ying Shan 외

The recent progress in Large Language Models (LLM) has spurred various advancements in image-language conversation agents, while how to build a proficient video-based dialogue system is still under exploration. Consideri…

GPUVideo-based Generative Performance BenchmarkingVideo-based Generative Performance Benchmarking (Consistency)Video-based Generative Performance Benchmarking (Contextual Understanding)+7

Human Motion Instruction Tuning

2024-11-25 · CVPR 2025 1 · Lei LI, Sen Jia, Jianhao Wang, Zhongyu Jiang 외

This paper presents LLaMo (Large Language and Human Motion Assistant), a multimodal framework for human motion instruction tuning. In contrast to conventional instruction-tuning approaches that convert non-linguistic inp…

Sports Analytics

VIDiff: Translating Videos via Multi-Modal Instructions with Diffusion Models

2023-11-30 · Zhen Xing, Qi Dai, Zihao Zhang, HUI ZHANG 외

Diffusion models have achieved significant success in image and video generation. This motivates a growing interest in video editing tasks, where videos are edited according to provided text descriptions. However, most e…

Semantic SegmentationVideo EditingVideo GenerationVideo Object Segmentation+1

Video-STaR: Self-Training Enables Video Instruction Tuning with Any Supervision

2024-07-08 · Orr Zohar, Xiaohan Wang, Yonatan Bitton, Idan Szpektor 외

The performance of Large Vision Language Models (LVLMs) is dependent on the size and quality of their training datasets. Existing video instruction tuning datasets lack diversity as they are derived by prompting large la…

Action Quality AssessmentDescriptiveVideo Understanding