paper-with-me

홈 › Papers

MASH-VLM: Mitigating Action-Scene Hallucination in Video-LLMs through Disentangled Spatial-Temporal Representations

2025-03-20 · CVPR 2025 1 · Kyungho Bae, Jinhyung Kim, Sihaeng Lee, Soonyoung Lee, GunHee Lee, Jinwoo Choi

In this work, we tackle action-scene hallucination in Video Large Language Models (Video-LLMs), where models incorrectly predict actions based on the scene context or scenes based on observed actions. We observe that existing Video-LLMs often suffer from action-scene hallucination due to two main factors. First, existing Video-LLMs intermingle spatial and temporal features by applying an attention operation across all tokens. Second, they use the standard Rotary Position Embedding (RoPE), which causes the text tokens to overemphasize certain types of tokens depending on their sequential orders. To address these issues, we introduce MASH-VLM, Mitigating Action-Scene Hallucination in Video-LLMs through disentangled spatial-temporal representations. Our approach includes two key innovations: (1) DST-attention, a novel attention mechanism that disentangles the spatial and temporal tokens within the LLM by using masked attention to restrict direct interactions between the spatial and temporal tokens; (2) Harmonic-RoPE, which extends the dimensionality of the positional IDs, allowing the spatial and temporal tokens to maintain balanced positions relative to the text tokens. To evaluate the action-scene hallucination in Video-LLMs, we introduce the UNSCENE benchmark with 1,320 videos and 4,078 QA pairs. Extensive experiments demonstrate that MASH-VLM achieves state-of-the-art results on the UNSCENE benchmark, as well as on existing video understanding benchmarks.

📄 PDF Abstract BibTeX arXiv:2503.15871

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationVideo Understanding

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

VidHalluc: Evaluating Temporal Hallucinations in Multimodal Large Language Models for Video Understanding

2024-12-04 · CVPR 2025 1 · Chaoyu Li, Eun Woo Im, Pooyan Fazli

Multimodal large language models (MLLMs) have recently shown significant advancements in video understanding, excelling in content reasoning and instruction-following tasks. However, hallucination, where models generate …

HallucinationInstruction FollowingSemantic SimilaritySemantic Textual Similarity+1

CounterVid: Counterfactual Video Generation for Mitigating Action and Temporal Hallucinations in Video-Language Models

2026-01-08 · Tobia Poppi, Burak Uzkent, Amanmeet Garg, Lucas Porto 외 arxiv

Video-language models (VLMs) achieve strong multimodal understanding but remain prone to hallucinations, especially when reasoning about actions and temporal order. Existing mitigation strategies, such as textual filteri…

Action RecognitionVideo Generation

Mitigating Hallucination in VideoLLMs via Temporal-Aware Activation Engineering

2025-05-19 · JianFeng Cai, Wengang Zhou, Zongmeng Zhang, Jiale Hong 외

Multimodal large language models (MLLMs) have achieved remarkable progress in video understanding.However, hallucination, where the model generates plausible yet incorrect outputs, persists as a significant and under-add…

Hallucination

Mitigating Object and Action Hallucinations in Multimodal LLMs via Self-Augmented Contrastive Alignment

2025-12-04 · Kai-Po Chang, Wei-Yuan Cheng, Chi-Pin Huang, Fu-En Yang 외 arxiv

Recent advancement in multimodal LLMs (MLLMs) has demonstrated their remarkable capability to generate descriptive captions for input videos. However, these models suffer from factual inaccuracies in the generated descri…

VERHallu: Evaluating and Mitigating Event Relation Hallucination in Video Large Language Models

2026-01-15 · Zefan Zhang, Kehua Zhu, Shijie Jiang, Hongyuan Lu 외 arxiv

Video Large Language Models (VideoLLMs) exhibit various types of hallucinations. Existing research has primarily focused on hallucinations involving the presence of events, objects, and scenes in videos, while largely ne…

Relation ClassificationQuestion Answering