Search papers, labs, and topics across Lattice.
The paper addresses the problem of continual speaker identity unlearning in zero-shot text-to-speech (ZS-TTS) models, where unlearning requests arrive sequentially. It demonstrates that existing unlearning methods fail in this continual setting, as unlearning a new speaker revives previously unlearned ones. To solve this, they propose Cumulative ORThogonal Identity Suppression (CORTIS), which combines Fisher-information-based parameter masking with orthogonal projection to ensure persistent unlearning without access to past speaker data.
Unlearning a speaker's voice from a TTS model doesn't guarantee they'll stay unlearned – current methods resurrect forgotten voices with each new unlearning request.
Machine unlearning removes designated concepts or knowledge from pre-trained models. Recent work has extended this paradigm to speaker identity unlearning in zero-shot text-to-speech (ZS-TTS), the task of selectively erasing a model's ability to replicate a speaker's voice. Existing methods, however, quietly assume all unlearning requests arrive at once; an unrealistic assumption, since privacy-motivated removals arrive sequentially over time. We show this assumption breaks state-of-the-art methods: unlearning each new speaker fully revives previously unlearned speakers, reintroducing the very privacy risk unlearning was meant to eliminate. We present Cumulative ORThogonal Identity Suppression (CORTIS), the first framework for continual speaker identity unlearning in ZS-TTS that requires no access to previously-unlearned speaker data. CORTIS combines Fisher-information-based parameter masking, which localizes updates to speaker-relevant weights, with orthogonal projection against subspaces spanned by prior unlearning updates. With VoiceBox, CORTIS unlearns each requested speaker while keeping previously unlearned speakers forgotten across long request sequences, substantially outperforming sequential application of prior methods. The demo is available at https://cumulativeortis.github.io/ .