CLAIMMMar 20

OmniTrace: A Unified Framework for Generation-Time Attribution in Omni-Modal LLMs

arXiv:2604.1307373.81 citationsh-index: 5
Predicted impact top 55% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the need for transparency in omni-modal language models, which is an incremental improvement over existing attribution methods.

The paper tackles the problem of identifying which multimodal input sources support each generated statement in omni-modal LLMs, and introduces OmniTrace, a lightweight framework that formalizes attribution as a generation-time tracing problem, producing more stable and interpretable explanations than baselines.

Modern multimodal large language models (MLLMs) generate fluent responses from interleaved text, image, audio, and video inputs. However, identifying which input sources support each generated statement remains an open challenge. Existing attribution methods are primarily designed for classification settings, fixed prediction targets, or single-modality architectures, and do not naturally extend to autoregressive, decoder-only models performing open-ended multimodal generation. We introduce OmniTrace, a lightweight and model-agnostic framework that formalizes attribution as a generation-time tracing problem over the causal decoding process. OmniTrace provides a unified protocol that converts arbitrary token-level signals such as attention weights or gradient-based scores into coherent span-level, cross-modal explanations during decoding. It traces each generated token to multimodal inputs, aggregates signals into semantically meaningful spans, and selects concise supporting sources through confidence-weighted and temporally coherent aggregation, without retraining or supervision. Evaluations on Qwen2.5-Omni and MiniCPM-o-4.5 across visual, audio, and video tasks demonstrate that generation-aware span-level attribution produces more stable and interpretable explanations than naive self-attribution and embedding-based baselines, while remaining robust across multiple underlying attribution signals. Our results suggest that treating attribution as a structured generation-time tracing problem provides a scalable foundation for transparency in omni-modal language models.

Foundations

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

Your Notes