Enhancing Partially Spoofed Audio Localization with Boundary-aware Attention Mechanism
About
The task of partially spoofed audio localization aims to accurately determine audio authenticity at a frame level. Although some works have achieved encouraging results, utilizing boundary information within a single model remains an unexplored research topic. In this work, we propose a novel method called Boundary-aware Attention Mechanism (BAM). Specifically, it consists of two core modules: Boundary Enhancement and Boundary Frame-wise Attention. The former assembles the intra-frame and inter-frame information to extract discriminative boundary features that are subsequently used for boundary position detection and authenticity decision, while the latter leverages boundary prediction results to explicitly control the feature interaction between frames, which achieves effective discrimination between real and fake frames. Experimental results on PartialSpoof database demonstrate our proposed method achieves the best performance. The code is available at https://github.com/media-sec-lab/BAM.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Audio Spoof Detection | PartialSpoof (PS) (test) | EER3.58 | 22 | |
| Fake Detection | PartialSpoof (dev) | EER4.84 | 12 | |
| Partial Spoof Detection | PartialSpoof 11 (evaluation) | Volatility2.89 | 9 | |
| Content Localization | HumanEdit | Accuracy95.91 | 5 | |
| Content Localization | AiEdit | Accuracy95.48 | 5 | |
| Content Localization | Pool HumanEdit and AiEdit average | Accuracy96.05 | 5 | |
| Speech Editing Detection | HumanEdit | Accuracy99.56 | 5 | |
| Speech Editing Detection | AiEdit | Accuracy78.48 | 5 | |
| Speech Editing Detection | Pool HumanEdit and AiEdit average | Acc97.96 | 5 | |
| Fake Audio Localization | PartialSpoof (eval) | EER12.53 | 4 |