Skip to content

zqwang7/CausalityCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Causality Check in Frame-online Speech Separation

Many recent speech separation challenges require frame-online processing with a strict constraint on algorithmic latency, which equals the allowed amount of future context to be used for separation.

For example, the Clarity challenge requires that, to obtain the separation result at the current sample, the separation model cannot use information >= 5 ms into the future.

Similar constraint can be found in the recent DNS challenges.

Such constraints are often unconsciously violated by challenge participants, resulting in unfair rankings and misleading comparison among different submissions.

This code provides one example to verify whether a separation model peeks future context beyond the allowed range.

Citations

@article{Wang2023STFTLowAlgoLat,
archivePrefix = {arXiv},
arxivId = {2204.09911},
author = {Wang, Zhong-Qiu and Wichern, Gordon and Watanabe, Shinji and {Le Roux}, Jonathan},
eprint = {2204.09911},
journal = {IEEE/ACM Transactions on Audio, Speech, and Language Processing},
pages = {397--410},
title = {{STFT-Domain Neural Speech Enhancement with Very Low Algorithmic Latency}},
url = {http://arxiv.org/abs/2204.09911},
volume = {31},
year = {2023}
}

About

Causality Check in Frame-online Speech Separation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages