Official repository for FlowSE (Interspeech 2025)
JavaScript
114
24 commits
updated Jul 9, 2025
FlowSE is the first flow-matching model for Speech Enhancement (SE), designed to address the key challenges faced by existing generative models in SE tasks. Traditional approaches like language model-based SE often degrade timbre and intelligibility due to quantization loss, while diffusion models suffer from complex training and high inference latency. FlowSE provides an efficient and innovative solution to these issues.
Extensive experiments demonstrate that FlowSE significantly outperforms state-of-the-art generative SE methods, establishing a new standard for generative-based SE and highlighting the potential of flow matching in advancing the field.
FlowSE/
โ
โโโ data/ # Data preprocessing and loading utilities
โโโ models/ # FlowSE model code
โโโ checkpoints/ # Pre-trained model weights
โโโ utils/ # Utility functions
โโโ inference.py # Inference script
โโโ train.py # Training script
โโโ README.md # This documentation
1๏ธโฃ Download environment requirements
2๏ธโฃ Download pretrained weights
3๏ธโฃ Inference example
If you find FlowSE useful in your research or work, please consider citing our paper:
@misc{wang2025flowseefficienthighqualityspeech,
title={FlowSE: Efficient and High-Quality Speech Enhancement via Flow Matching},
author={Ziqian Wang and Zikai Liu and Xinfa Zhu and Yike Zhu and Mingshuai Liu and Jun Chen and Longshuai Xiao and Chao Weng and Lei Xie},
year={2025},
eprint={2505.19476},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2505.19476},
}
JavaScript
42.3%
Python
40.8%
HTML
16.1%
Official repository for FlowSE (Interspeech 2025)
JavaScript
114
24 commits
updated Jul 9, 2025
FlowSE is the first flow-matching model for Speech Enhancement (SE), designed to address the key challenges faced by existing generative models in SE tasks. Traditional approaches like language model-based SE often degrade timbre and intelligibility due to quantization loss, while diffusion models suffer from complex training and high inference latency. FlowSE provides an efficient and innovative solution to these issues.
Extensive experiments demonstrate that FlowSE significantly outperforms state-of-the-art generative SE methods, establishing a new standard for generative-based SE and highlighting the potential of flow matching in advancing the field.
FlowSE/
โ
โโโ data/ # Data preprocessing and loading utilities
โโโ models/ # FlowSE model code
โโโ checkpoints/ # Pre-trained model weights
โโโ utils/ # Utility functions
โโโ inference.py # Inference script
โโโ train.py # Training script
โโโ README.md # This documentation
1๏ธโฃ Download environment requirements
2๏ธโฃ Download pretrained weights
3๏ธโฃ Inference example
If you find FlowSE useful in your research or work, please consider citing our paper:
@misc{wang2025flowseefficienthighqualityspeech,
title={FlowSE: Efficient and High-Quality Speech Enhancement via Flow Matching},
author={Ziqian Wang and Zikai Liu and Xinfa Zhu and Yike Zhu and Mingshuai Liu and Jun Chen and Longshuai Xiao and Chao Weng and Lei Xie},
year={2025},
eprint={2505.19476},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2505.19476},
}
JavaScript
42.3%
Python
40.8%
HTML
16.1%