Sagi Polaczek, Noa Kraicer, Gal Metzer, Zhuo Ning, Ali Mahdavi-Amiri, Daniel Cohen-Or, Raja Giryes
5 min
Abstract
Audio-video diffusion models rely on cross-modal attention to coordinate text, sound, and visual content, yet this same mechanism can introduce subtle and systematic semantic leakage. We study these models by probing and analyzing the ``attention triangle,'' comprising the three cross-attention edges connecting the text, audio, and video streams, and examine how semantic information is routed across modalities during generation. Our analysis reveals that routing along the audio-video edge is bidirectional: audio can influence video generation, while video can influence audio generation. This edge is shaped by biases encoded in the model's parameters and emerges as a major contributor to leakage: when prompts are in tension with learned priors, cross-modal interactions may override the intended conditioning and reroute semantics toward visually canonical but incorrect outcomes. These effects suggest that semantic artifacts arise not merely from attention spreading beyond its intended target, but from structured, bias-driven interactions along specific pathways. Building on this perspective, we extract attention-derived signals that expose how semantics are distributed and grounded across modalities, and use them as a diagnostic tool to both analyze and deliberately incur leakage under controlled conditions. This enables us to probe the internal dynamics of cross-modal routing and isolate the role of individual interactions. We further leverage these signals to guide inference-time interventions that encourage more consistent cross-modal alignment. Extensive experiments support our analysis and demonstrate improved semantic grounding while preserving generation quality.
Alex: Their ablations suggest it generalizes reasonably well across the prompt types they tested. Joint steering restores both visual appearance and audio attribution — meaning the parrot looks like a parrot and sounds like one. But I'd flag the scope here: the evaluation is on a constrained set of scenarios where the conflicting prior is well-defined. The harder question — whether the masking procedure degrades generation quality in cases where the model's prior is actually correct — gets less attention in the paper.
Sam: That feels like the natural place a referee would push back. If you're suppressing learned associations globally, you'd expect some cost to overall coherence.
Alex: The authors acknowledge it, but frame it as an acceptable trade-off given the targeted nature of the masks. Their position is that you're only steering when you've identified a specific conflict — you're not applying this blindly. Whether that holds in practice, when users don't know in advance where the model's priors will misfire, is a fair open question.
Sam: And the deeper limitation they flag?
Alex: The model's internal representation of space and time is what they call somewhat degenerate — meaning the model doesn't have a clean, factored representation of which entity occupies which spatial region at which moment. The Attention Triangle framing and the logit steering are working around that, not fixing it. So this is explicitly positioned as an inference-time patch, not a solution to the underlying representational problem. A model with a properly factored spatiotemporal representation probably wouldn't need this intervention in the first place.
Sam: So the contribution is partly the fix, but also the diagnostic — the Attention Triangle as a framework for understanding why these failures occur.
Alex: That's probably the more durable contribution. Moving from "the model hallucinated the wrong speaker" to "here is the specific coupled routing mechanism that produced that failure, and here is how you can steer it" is a meaningful shift in how we reason about these systems. It turns a black-box failure into something mechanistically interpretable and, at least in controlled settings, correctable.
Sam: Which suggests the next step is either architectural — building models that don't have this coupling problem — or developing more robust masking procedures that don't require the user to pre-specify where the conflict is.
Alex: Both seem like natural follow-ons. For now, the paper gives practitioners a concrete handle on a failure mode that's otherwise difficult to diagnose, and gives the research community a cleaner vocabulary for talking about cross-modal attribution in diffusion models.
Alex: Thanks for listening to ResearchPod.