中文
相关论文

相关论文: Deep Residual-Dense Lattice Network for Speech Enh…

200 篇论文

Deep neural networks (DNNs) are so over-parametrized that recent research has found them to already contain a subnetwork with high accuracy at their randomly initialized state. Finding these subnetworks is a viable alternative training…

计算机视觉与模式识别 · 计算机科学 2021-11-25 Ángel López García-Arias , Masanori Hashimoto , Masato Motomura , Jaehoon Yu

Convolutional neural networks (CNNs) have shown great capability of solving various artificial intelligence tasks. However, the increasing model size has raised challenges in employing them in resource-limited applications. In this work, we…

计算机视觉与模式识别 · 计算机科学 2018-09-06 Hongyang Gao , Zhengyang Wang , Shuiwang Ji

Deep residual networks were shown to be able to scale up to thousands of layers and still have improving performance. However, each fraction of a percent of improved accuracy costs nearly doubling the number of layers, and so training very…

计算机视觉与模式识别 · 计算机科学 2017-06-15 Sergey Zagoruyko , Nikos Komodakis

In this work, we address the problem to model all the nodes (words or phrases) in a dependency tree with the dense representations. We propose a recursive convolutional neural network (RCNN) architecture to capture syntactic and…

计算与语言 · 计算机科学 2015-05-22 Chenxi Zhu , Xipeng Qiu , Xinchi Chen , Xuanjing Huang

Recent research on super-resolution has progressed with the development of deep convolutional neural networks (DCNN). In particular, residual learning techniques exhibit improved performance. In this paper, we develop an enhanced deep…

计算机视觉与模式识别 · 计算机科学 2017-07-11 Bee Lim , Sanghyun Son , Heewon Kim , Seungjun Nah , Kyoung Mu Lee

Channel state information (CSI) feedback is critical for frequency division duplex (FDD) massive multi-input multi-output (MIMO) systems. Most conventional algorithms are based on compressive sensing (CS) and are highly dependent on the…

信号处理 · 电气工程与系统科学 2020-04-17 Hongyuan Ye , Feifei Gao , Jing Qian , Hao Wang , Geoffrey Ye Li

Speech super-resolution (SSR) aims to predict a high resolution (HR) speech signal from its low resolution (LR) corresponding part. Most neural SSR models focus on producing the final result in a noise-free environment by recovering the…

音频与语音处理 · 电气工程与系统科学 2023-10-11 Junkang Yang , Hongqing Liu , Lu Gan , Yi Zhou

Skip connections are increasingly utilized by deep neural networks to improve accuracy and cost-efficiency. In particular, the recent DenseNet is efficient in computation and parameters, and achieves state-of-the-art predictions by directly…

计算机视觉与模式识别 · 计算机科学 2017-11-02 Hanzhang Hu , Debadeepta Dey , Allison Del Giorno , Martial Hebert , J. Andrew Bagnell

In this paper, we present Reshape Dimensions Network (ReDimNet), a novel neural network architecture for extracting utterance-level speaker representations. Our approach leverages dimensionality reshaping of 2D feature maps to 1D signal…

音频与语音处理 · 电气工程与系统科学 2024-09-26 Ivan Yakovlev , Rostislav Makarov , Andrei Balykin , Pavel Malov , Anton Okhotnikov , Nikita Torgashov

Recurrent Neural Networks (RNNs) are very successful at solving challenging problems with sequential data. However, this observed efficiency is not yet entirely explained by theory. It is known that a certain class of multiplicative RNNs…

机器学习 · 计算机科学 2019-01-31 Valentin Khrulkov , Oleksii Hrinchuk , Ivan Oseledets

This paper proposed a class of novel Deep Recurrent Neural Networks which can incorporate language-level information into acoustic models. For simplicity, we named these networks Recurrent Deep Language Networks (RDLNs). Multiple variants…

计算与语言 · 计算机科学 2020-11-12 Peidong Wang , Deliang Wang

We present a novel deep Recurrent Neural Network (RNN) model for acoustic modelling in Automatic Speech Recognition (ASR). We term our contribution as a TC-DNN-BLSTM-DNN model, the model combines a Deep Neural Network (DNN) with Time…

机器学习 · 计算机科学 2015-04-08 William Chan , Ian Lane

State-of-the-art results of semantic segmentation are established by Fully Convolutional neural Networks (FCNs). FCNs rely on cascaded convolutional and pooling layers to gradually enlarge the receptive fields of neurons, resulting in an…

计算机视觉与模式识别 · 计算机科学 2016-03-17 Zhicheng Yan , Hao Zhang , Yangqing Jia , Thomas Breuel , Yizhou Yu

ResNet or DenseNet? Nowadays, most deep learning based approaches are implemented with seminal backbone networks, among them the two arguably most famous ones are ResNet and DenseNet. Despite their competitive performance and overwhelming…

计算机视觉与模式识别 · 计算机科学 2020-10-26 Chaoning Zhang , Philipp Benz , Dawit Mureja Argaw , Seokju Lee , Junsik Kim , Francois Rameau , Jean-Charles Bazin , In So Kweon

Deep neural networks have recently been shown to achieve highly competitive performance in many computer vision tasks due to their abilities of exploring in a much larger hypothesis space. However, since most deep architectures like stacked…

计算与语言 · 计算机科学 2018-02-06 Zixiang Ding , Rui Xia , Jianfei Yu , Xiang Li , Jian Yang

Physical Neural Networks (PNN) are promising platforms for next-generation computing systems. However, recent advances in digital neural network performance are largely driven by the rapid growth in the number of trainable parameters and,…

机器学习 · 计算机科学 2025-11-19 Kohei Tsuchiyama , Andre Roehm , Takatomo Mihana , Ryoichi Horisaki

Convolutional Neural Networks (CNNs) are important for many machine learning tasks. They are built with different types of layers: convolutional layers that detect features, dropout layers that help to avoid over-reliance on any single…

计算机视觉与模式识别 · 计算机科学 2024-10-02 Rinor Cakaj , Jens Mehnert , Bin Yang

Deep learning has made important contributions to the development of medical image segmentation. Convolutional neural networks, as a crucial branch, have attracted strong attention from researchers. Through the tireless efforts of numerous…

图像与视频处理 · 电气工程与系统科学 2024-05-02 Zhaojin Fu , Zheng Chen , Jinjiang Li , Lu Ren

3D speech enhancement can effectively improve the auditory experience and plays a crucial role in augmented reality technology. However, traditional convolutional-based speech enhancement methods have limitations in extracting dynamic voice…

音频与语音处理 · 电气工程与系统科学 2023-11-21 Han Yin , Jisheng Bai , Mou Wang , Siwei Huang , Yafei Jia , Jianfeng Chen

Various powerful deep neural network architectures have made great contribution to the exciting successes of deep learning in the past two decades. Among them, deep Residual Networks (ResNets) are of particular importance because they…

机器学习 · 计算机科学 2022-05-16 Wentao Huang , Haizhang Zhang