自動音声認識システムの生成的テスト手法
Generative Testing of Automated Speech Recognition Systems
音声認識システムの脆弱性を検出するため、テキスト読み上げモデルの音素潜在空間で補間を行い、自然な音声を保ちつつ誤認識を誘発する入力を生成するブラックボックス攻撃手法を提案した。
著者: Yanis Xabier Wilbrand Peña, Oliver Weißl, Andrea Stocco
分類: cs.CR, cs.LG
原文アブストラクト
Automatic speech recognition (ASR) systems have achieved high accuracy with transformer-based models, enabling deployment in critical applications. However, they remain vulnerable to adversarial manipulation, particularly in black-box settings where attacks must preserve perceptual naturalness. This work introduces GATAS, a black-box testing approach that generates failure inducing inputs by operating in the phoneme-level latent space of a text- to-speech model. Instead of perturbing waveforms directly, the approach interpolates latent representations to induce transcription errors while remaining within the manifold of natural speech. The attack is formulated as a multi-objective optimization problem balancing semantic divergence and perceptual quality. Our empirical evaluation against both white-box and black-box baselines shows that GATAS achieves a 98% success rate while producing lower distortion and higher perceptual quality, as confirmed by human studies. Despite operating without gradient access, GATAS remains competitive against white-box methods, highlighting that representation and perceptual alignment are more critical than access to model internals. Overall, our results demonstrate that untargeted latent-space optimization enables the efficient generation of realistic and effective test cases for ASR systems.