[ICASSP'2026] Erasing Your Voice Before It’s Heard: Training-free Speaker Unlearning for Zero-shot Text-to-Speech
Myungjin Lee, Eunji Shin, Jiyoung Lee+
Department of Artificial Intelligence, Ewha Womans University
This repository contains the official implementation of Trus, a training-free inference-time steering method for erasing speaker idenentity zero-shot TTS models.
We present TruS, a training-free speaker unlearning framework that shifts the paradigm from data deletion to inference-time control. TruS steers identity-specific hidden activations to suppress target speakers while preserving other attributes (e.g., prosody and emotion).
plan to add info + explanation You can download datasets from...
- Emilia : Seen opt-out dataset
- LibriSpeech test-clean : Unseen opt-out
- CREMA-D : Test for Emotion presevation
conda create -n trus python=3.11
conda activate trus
pip install -r trus_requirements.txttrus/
├── assets/ # Images and figures for README/docs
├── ckpts/ # Model checkpoints and pretrained weights
├── data/ # Experimental data and evaluation results
│ ├── Emilia_out/ # Generated outputs and analysis results
│ │ ├── audio/ # Synthesized or processed audio files
│ │ ├── difference/ # Difference metrics before/after unlearning
│ │ ├── forget/ # Outputs from forgetting targets
│ │ └── remain/ # Outputs from remain samples
│ │ ├── remain_10/
│ │ ├── remain_30/
│ │ ├── remain_50/
│ │ └── remain_mean/
│ ├── Libri_out # same structure as Emilia set
│ ├── CREMAD_test/ # same structure as Emilia set
│
├── src/ # Source code for inference, and evaluation
│ ├── eval/
│ ├── infer/
│
└── README.md
- Title: Erasing Your Voice Before It’s Heard: Training-free Speaker Unlearning for Zero-shot Text-to-Speech
- Authors: Myungjin Lee, Eunji Shin, Jiyoung Lee+
- Affiliation: Department of Artificial Intelligence, Ewha Womans University
- Paper: arXiv
TruS has been greatly inspired by the following amazing works and team :
We would like to thank the open-source projects for providing the foundations and inspiration for our implementation.
Also, We hope that releasing this model/codebase helps the community to continue advancing open, responsible, and reproducible research.
If you find this work useful for your research, please consider citing:
@article{lee2026erasing,
title = {Erasing Your Voice Before It's Heard: Training-free Speaker Unlearning for Zero-shot Text-to-Speech},
author = {Lee, Myungjin and Shin, Eunji and Lee, Jiyoung},
journal = {arXiv preprint arXiv:2601.20481},
year = {2026}
}