DANTE-AD: Dual-Vision Attention Network for Long-Term Audio Description
Adrienne Deganutti, Simon Hadfield, Andrew Gilbert
TL;DR
DANTE-AD tackles the challenge of long-form audio description by introducing a dual-vision Transformer that fuses frame-level and scene-level visual embeddings through sequential cross-attention, enabling coherent narratives over extended videos. The frame branch leverages EVA-CLIP with Q-Former for fine-grained content while the scene branch uses Side4Video to capture global temporal dynamics; a frozen LLaMA2-7B decodes the fused representations. Training employs HowTo-AD pretraining with a 2-epoch CMD-AD fine-tuning setup and offline embedding precomputation to enable efficient single-GPU training. Empirical results on CMD-AD show improvements in traditional NLP metrics (CIDEr) and LLM-based evaluations (LLM-AD-Eval), underscoring gains in narrative depth and contextual grounding for automated audio description. This work advances accessible video storytelling by bridging frame-level detail and long-term narrative structure, with potential extensions to additional modalities and adaptive attention strategies.
Abstract
Audio Description is a narrated commentary designed to aid vision-impaired audiences in perceiving key visual elements in a video. While short-form video understanding has advanced rapidly, a solution for maintaining coherent long-term visual storytelling remains unresolved. Existing methods rely solely on frame-level embeddings, effectively describing object-based content but lacking contextual information across scenes. We introduce DANTE-AD, an enhanced video description model leveraging a dual-vision Transformer-based architecture to address this gap. DANTE-AD sequentially fuses both frame and scene level embeddings to improve long-term contextual understanding. We propose a novel, state-of-the-art method for sequential cross-attention to achieve contextual grounding for fine-grained audio description generation. Evaluated on a broad range of key scenes from well-known movie clips, DANTE-AD outperforms existing methods across traditional NLP metrics and LLM-based evaluations.
