Skip to content

Repository files navigation

[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


💡Architecture

Architecture Figure

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).


🔍 Dataset

plan to add info + explanation You can download datasets from...


Getting started

Environment setting

conda create -n trus python=3.11  
conda activate trus
pip install -r trus_requirements.txt

🗂️ Project Structure

trus/
├── 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

📑 Paper

  • 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

☘️ Acknowledgements

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.


📖 Citation

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}
}

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages