├── Audio_demo ├── .gitkeep ├── Audio_demo.pptx └── Audio_demo_v2.pptx ├── Audio_demo_wav_file ├── .gitkeep ├── 2CL_Audio_demo_wav_file │ ├── .gitkeep │ ├── s_hat_F_a0.1_10db.wav │ ├── s_hat_F_a0.45_10db.wav │ ├── s_hat_F_a0.55_10db.wav │ ├── s_hat_F_a0.5_10db.wav │ ├── s_hat_F_a0.75_10db.wav │ ├── s_hat_F_a0.9_10db.wav │ ├── s_hat_F_a0_10db.wav │ ├── s_hat_M_a0.1_10db.wav │ ├── s_hat_M_a0.45_10db.wav │ ├── s_hat_M_a0.55_10db.wav │ ├── s_hat_M_a0.5_10db.wav │ ├── s_hat_M_a0.75_10db.wav │ ├── s_hat_M_a0.9_10db.wav │ └── s_hat_M_a0_10db.wav ├── s_hat_F_a0.05_b0.9_10db.wav ├── s_hat_F_a0.15_b0.7_10db.wav ├── s_hat_F_a0.1_b0.4_10db.wav ├── s_hat_F_a0.1_b0.6_10db.wav ├── s_hat_F_a0.1_b0.8_10db.wav ├── s_hat_F_a0.2_b0.6_10db.wav ├── s_hat_F_a0.3_b0.4_10db.wav ├── s_hat_F_a0.4_b0.2_10db.wav ├── s_hat_F_a0.6_b0.2_10db.wav ├── s_hat_F_a0.8_b0.1_10db.wav ├── s_hat_F_baselineMSE_10db.wav ├── s_hat_F_clean.wav ├── s_hat_F_noisy_10db.wav ├── s_hat_M_a0.05_b0.9_10db.wav ├── s_hat_M_a0.15_b0.7_10db.wav ├── s_hat_M_a0.1_b0.4_10db.wav ├── s_hat_M_a0.1_b0.6_10db.wav ├── s_hat_M_a0.1_b0.8_10db.wav ├── s_hat_M_a0.2_b0.6_10db.wav ├── s_hat_M_a0.3_b0.4_10db.wav ├── s_hat_M_a0.4_b0.2_10db.wav ├── s_hat_M_a0.6_b0.2_10db.wav ├── s_hat_M_a0.8_b0.1_10db.wav ├── s_hat_M_baselineMSE_10db.wav ├── s_hat_M_clean.wav └── s_hat_M_noisy_10db.wav ├── Mask-based_CNN_2CL_test.py ├── Mask-based_CNN_2CL_training.py ├── Mask-based_CNN_3CL_test.py ├── Mask-based_CNN_3CL_training.py ├── README.md ├── test_data ├── .gitkeep ├── test_clean_speech.mat ├── test_input_noisy_speech.mat ├── test_noisy_speech_unmorm.mat └── test_pure_noise.mat ├── test_results └── .gitkeep ├── training_data ├── .gitkeep ├── training_clean_speech.mat ├── training_input_noisy.mat ├── training_pure_noise.mat ├── validation_clean_speech.mat ├── validation_input_noisy.mat └── validation_pure_noise.mat └── training_results └── .gitkeep /Audio_demo/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Audio_demo/Audio_demo.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo/Audio_demo.pptx -------------------------------------------------------------------------------- /Audio_demo/Audio_demo_v2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo/Audio_demo_v2.pptx -------------------------------------------------------------------------------- /Audio_demo_wav_file/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.1_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.1_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.45_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.45_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.55_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.55_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.5_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.5_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.75_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.75_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.9_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0.9_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_F_a0_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.1_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.1_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.45_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.45_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.55_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.55_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.5_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.5_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.75_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.75_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.9_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0.9_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/2CL_Audio_demo_wav_file/s_hat_M_a0_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.05_b0.9_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.05_b0.9_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.15_b0.7_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.15_b0.7_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.1_b0.4_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.1_b0.4_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.1_b0.6_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.1_b0.6_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.1_b0.8_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.1_b0.8_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.2_b0.6_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.2_b0.6_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.3_b0.4_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.3_b0.4_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.4_b0.2_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.4_b0.2_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.6_b0.2_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.6_b0.2_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_a0.8_b0.1_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_a0.8_b0.1_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_baselineMSE_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_baselineMSE_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_clean.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_clean.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_F_noisy_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_F_noisy_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.05_b0.9_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.05_b0.9_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.15_b0.7_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.15_b0.7_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.1_b0.4_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.1_b0.4_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.1_b0.6_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.1_b0.6_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.1_b0.8_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.1_b0.8_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.2_b0.6_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.2_b0.6_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.3_b0.4_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.3_b0.4_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.4_b0.2_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.4_b0.2_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.6_b0.2_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.6_b0.2_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_a0.8_b0.1_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_a0.8_b0.1_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_baselineMSE_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_baselineMSE_10db.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_clean.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_clean.wav -------------------------------------------------------------------------------- /Audio_demo_wav_file/s_hat_M_noisy_10db.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Audio_demo_wav_file/s_hat_M_noisy_10db.wav -------------------------------------------------------------------------------- /Mask-based_CNN_2CL_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Mask-based_CNN_2CL_test.py -------------------------------------------------------------------------------- /Mask-based_CNN_2CL_training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Mask-based_CNN_2CL_training.py -------------------------------------------------------------------------------- /Mask-based_CNN_3CL_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Mask-based_CNN_3CL_test.py -------------------------------------------------------------------------------- /Mask-based_CNN_3CL_training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/Mask-based_CNN_3CL_training.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/README.md -------------------------------------------------------------------------------- /test_data/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test_data/test_clean_speech.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/test_data/test_clean_speech.mat -------------------------------------------------------------------------------- /test_data/test_input_noisy_speech.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/test_data/test_input_noisy_speech.mat -------------------------------------------------------------------------------- /test_data/test_noisy_speech_unmorm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/test_data/test_noisy_speech_unmorm.mat -------------------------------------------------------------------------------- /test_data/test_pure_noise.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/test_data/test_pure_noise.mat -------------------------------------------------------------------------------- /test_results/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /training_data/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /training_data/training_clean_speech.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/training_data/training_clean_speech.mat -------------------------------------------------------------------------------- /training_data/training_input_noisy.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/training_data/training_input_noisy.mat -------------------------------------------------------------------------------- /training_data/training_pure_noise.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/training_data/training_pure_noise.mat -------------------------------------------------------------------------------- /training_data/validation_clean_speech.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/training_data/validation_clean_speech.mat -------------------------------------------------------------------------------- /training_data/validation_input_noisy.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/training_data/validation_input_noisy.mat -------------------------------------------------------------------------------- /training_data/validation_pure_noise.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifnspaml/Components-Loss/HEAD/training_data/validation_pure_noise.mat -------------------------------------------------------------------------------- /training_results/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------