We lifted 2 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ChangLee0903/SERIL | canonical | 1 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| sisdr_eval | Ran | ChangLee0903/SERIL/evaluation.py code served (permissive licence) · get_code("443830be20f7113e") |
| adnoise | Not yet run | ChangLee0903/SERIL/util.py code served (permissive licence) · get_code("9758aed44c67af69") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Numerous noise adaptation techniques have been proposed to fine-tune deep-learning models in speech enhancement (SE) for mismatched noise environments. Nevertheless, adaptation to a new environment may lead to catastrophic forgetting of the previously learned environments. The catastrophic forgetting issue degrades the performance of SE in real-world embedded devices, which often revisit previous noise environments. The nature of embedded devices does not allow solving the issue with additional storage of all pre-trained models or earlier training data. In this paper, we propose a regularization-based incremental learning SE (SERIL) strategy, complementing existing noise adaptation strategies without using additional storage. With a regularization constraint, the parameters are updated to the new noise environment while retaining the knowledge of the previous noise environments. The experimental results show that, when faced with a new noise domain, the SERIL model outperforms the unadapted SE model. Meanwhile, compared with the current adaptive technique based on fine-tuning, the SERIL model can reduce the forgetting of previous noise environments by 52%. The results verify that the SERIL model can effectively adjust itself to new noise environments while overcoming the catastrophic forgetting issue. The results make SERIL a favorable choice for real-world SE applications, where the noise environment changes frequently.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2005.11760")
get_code_for_paper("2005.11760")
have("2005.11760")
Connect an agent — have() is free.