Localizing Speech Deepfakes Beyond Transitions via Segment-Aware Learning
Yuchen Mao, Wen Huang, Yanmin Qian
TL;DR
This work tackles partial speech deepfake localization by shifting focus from boundary artifacts to the intrinsic structure of entire segments. It introduces Segment Positional Labeling (SPL) as a fine-grained, multi-label supervision and Cross-Segment Mixing (CSM) as a data augmentation strategy, both integrated into a Segment-Aware Learning (SAL) framework. Across PS, HAD, and LPS datasets, SAL demonstrates strong in-domain and cross-domain performance, improves localization in non-boundary regions, and reduces shortcut learning, as illustrated by Grad-CAM analyses. The approach offers robust, generalizable tooling for precise deepfake localization with practical implications for anti-spoofing systems.
Abstract
Localizing partial deepfake audio, where only segments of speech are manipulated, remains challenging due to the subtle and scattered nature of these modifications. Existing approaches typically rely on frame-level predictions to identify spoofed segments, and some recent methods improve performance by concentrating on the transitions between real and fake audio. However, we observe that these models tend to over-rely on boundary artifacts while neglecting the manipulated content that follows. We argue that effective localization requires understanding the entire segments beyond just detecting transitions. Thus, we propose Segment-Aware Learning (SAL), a framework that encourages models to focus on the internal structure of segments. SAL introduces two core techniques: Segment Positional Labeling, which provides fine-grained frame supervision based on relative position within a segment; and Cross-Segment Mixing, a data augmentation method that generates diverse segment patterns. Experiments across multiple deepfake localization datasets show that SAL consistently achieves strong performance in both in-domain and out-of-domain settings, with notable gains in non-boundary regions and reduced reliance on transition artifacts. The code is available at https://github.com/SentryMao/SAL.
