English

Less is More: Modality-Decoupling for General AIGC Audio-Video Detection

Computer Vision and Pattern Recognition 2026-07-28 v1 Artificial Intelligence

Abstract

Generative AI has rapidly expanded audio-visual forgery beyond human-centric deepfakes into general scenes. Existing AIGC detection methods assume audio-visual content correspondence, identifying forgeries by spotting cross-modal inconsistencies. However, we empirically find that this assumption does not consistently hold in general scenarios. We argue that, for general audio-visual AIGC detection, decision-level fusion is a more robust alternative to feature-level fusion. Therefore, we propose DAV-Det, a decoupled audio-visual AIGC detection system that independently models forensic evidence from each modality. The visual detector leverages multi-granularity representations at global, patch, and segment levels to capture spatial forgery cues, while the audio detector exploits both temporal and spectral irregularities via a gated temporal-spectral dual-branch architecture to model acoustic artifacts. Our method ranks 1st in the General AIGC Audio-Video Detection Challenge of the IJCAI-ECAI 2026 DDL 2.0 Workshop, with a final score of 0.8460. Code is available at https://github.com/tuffy-studio/DAV-Det.

Cite

@article{arxiv.2607.25543,
  title  = {Less is More: Modality-Decoupling for General AIGC Audio-Video Detection},
  author = {Jielun Peng and Yabin Wang and Yaqi Li and Jincheng Liu and Xiaopeng Hong and Athanasios V. Vasilakos},
  journal= {arXiv preprint arXiv:2607.25543},
  year   = {2026}
}

Comments

First place in the General AIGC Audio-Video Detection Challenge at the IJCAI-ECAI 2026 DDL 2.0 Workshop