CVAISep 5, 2024

TC-LLaVA: Rethinking the Transfer from Image to Video Understanding with Temporal Considerations

arXiv:2409.03206v18 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving video understanding for AI applications by focusing on under-explored LLM components, offering incremental advancements in temporal modeling.

The paper tackles the problem of adapting image pre-trained multimodal large language models (MLLMs) for video understanding by enhancing inter-layer attention in large language models (LLMs) with temporal-aware modifications, achieving new state-of-the-art performance on various video understanding benchmarks.

Multimodal Large Language Models (MLLMs) have significantly improved performance across various image-language applications. Recently, there has been a growing interest in adapting image pre-trained MLLMs for video-related tasks. However, most efforts concentrate on enhancing the vision encoder and projector components, while the core part, Large Language Models (LLMs), remains comparatively under-explored. In this paper, we propose two strategies to enhance the model's capability in video understanding tasks by improving inter-layer attention computation in LLMs. Specifically, the first approach focuses on the enhancement of Rotary Position Embedding (RoPE) with Temporal-Aware Dual RoPE, which introduces temporal position information to strengthen the MLLM's temporal modeling capabilities while preserving the relative position relationships of both visual and text tokens. The second approach involves enhancing the Attention Mask with the Frame-wise Block Causal Attention Mask, a simple yet effective method that broadens visual token interactions within and across video frames while maintaining the causal inference mechanism. Based on these proposed methods, we adapt LLaVA for video understanding tasks, naming it Temporal-Considered LLaVA (TC-LLaVA). Our TC-LLaVA achieves new state-of-the-art performance across various video understanding benchmarks with only supervised fine-tuning (SFT) on video-related datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes