摘要:
论文地址:双路信号变换LSTM网络的实时噪声抑制 论文代码:https://github.com/breizhn/DTLN 引用格式:Westhausen N L, Meyer B T. Dual-signal transformation LSTM network for real-time no 阅读全文
摘要:
论文地址:PACDNN:一种用于语音增强的相位感知复合深度神经网络 相似代码:https://github.com/phpstorm1/SE-FCN 引用格式:Hasannezhad M,Yu H,Zhu W P,et al. PACDNN: A phase-aware composite deep 阅读全文
摘要:
论文地址:TCNN:时域卷积神经网络用于实时语音增强 论文代码:https://github.com/LXP-Never/TCNN(非官方复现) 引用格式:Pandey A, Wang D L. TCNN: Temporal convolutional neural network for real 阅读全文
摘要:
论文地址:FLGCNN:一种新颖的全卷积神经网络,用于基于话语的目标函数的端到端单耳语音增强 论文代码:https://github.com/LXP-Never/FLGCCRN(非官方复现) 引用格式:Zhu Y, Xu X, Ye Z. FLGCNN: A novel fully convolut 阅读全文
摘要:
论文地址:MetricGAN+:用于语音增强的 MetricGAN 的改进版本 论文代码:https://github.com/JasonSWFu/MetricGAN 引用格式:Fu S W, Yu C, Hsieh T A, et al. MetricGAN+: An Improved Versi 阅读全文
摘要:
论文地址:使用感知动机目标和损失的低延迟语音增强 引用格式:Zhang X, Ren X, Zheng X, et al. Low-Delay Speech Enhancement Using Perceptually Motivated Target and Loss[J]. Proc. Inte 阅读全文
摘要:
论文地址:一种低复杂度实时增强全频带语音的感知激励方法 论文代码:https://github.com/search?q=PercepNet 引用格式:Valin J M, Isik U, Phansalkar N, et al. A Perceptually Motivated Approach 阅读全文
摘要:
论文地址:通过语音增强的电话强化感知损失提高感知质量 论文代码:https://github.com/aleXiehta/PhoneFortifiedPerceptualLoss 引用格式:Hsieh T A, Yu C, Fu S W, et al. Improving Perceptual Qu 阅读全文
摘要:
论文地址:使用门控卷积循环网络学习复数谱映射以增强单耳语音 代码地址:https://github.com/JupiterEthan/GCRN-complex 作者主页:https://jupiterethan.github.io/ 引用格式:Tan K, Wang D L. Learning co 阅读全文
摘要:
论文地址:用于实时语音增强的卷积递归神经网络 代码地址:https://github.com/JupiterEthan/CRN-causal 作者主页:https://jupiterethan.github.io/ 引用格式:Tan K, Wang D L. A Convolutional Recu 阅读全文
摘要:
论文地址:基于神经网络的实时语音增强的加权语音失真损失 论文代码:https://github.com/GuillaumeVW/NSNet 引用:Xia Y, Braun S, Reddy C K A, et al. Weighted speech distortion losses for neu 阅读全文
摘要:
论文地址:基于深度波形U-Net进行单耳语音增强 论文代码:https://github.com/Hguimaraes/SEWUNet 引用格式:Guimarães H R, Nagano H, Silva D W. Monaural speech enhancement through deep 阅读全文
摘要:
论文地址:两阶段深度网络的解耦幅度和相位优化 引用格式:Li A, Liu W, Luo X, et al. ICASSP 2021 deep noise suppression challenge: Decoupling magnitude and phase optimization with 阅读全文
摘要:
论文名称:扩展卷积密集连接神经网络用于时域实时语音增强 论文代码:https://github.com/ashutosh620/DDAEC 引用:Pandey A, Wang D L. Densely connected neural network with dilated convolution 阅读全文
摘要:
论文地址:用于端到端语音增强的卷积递归神经网络 论文代码:https://github.com/aleXiehta/WaveCRN 引用格式:Hsieh T A, Wang H M, Lu X, et al. WaveCRN: An efficient convolutional recurrent 阅读全文
摘要:
论文地址:Fullsubnet:实时单通道语音增强的全频带和子频带融合模型 代码地址:https://github.com/haoxiangsnr/FullSubNet 引用格式:Hao X, Su X, Horaud R, et al. FullSubNet: A Full-Band and Su 阅读全文
摘要:
TensorFlow Lite 开源企业:谷歌 GitHub地址:https://github.com/tensorflow/tflite-micro TensorFlow Lite for Microcontrollers 是TensorFlow Lite的实验端口,旨在在只有千字节内存的微控制器 阅读全文
摘要:
我最近在学使用Pytorch写GAN代码,发现有些代码在训练部分细节有略微不同,其中有的人用到了detach()函数截断梯度流,有的人没用detch(),取而代之的是在损失函数在反向传播过程中将backward(retain_graph=True),本文通过两个 gan 的代码,介绍它们的作用,并分 阅读全文