paper-with-me

Papers

Utterance Weighted Multi-Dilation Temporal Convolutional Networks for Monaural Speech Dereverberation

2022-05-17 · William Ravenscroft, Stefan Goetze, Thomas Hain

Speech dereverberation is an important stage in many speech technology applications. Recent work in this area has been dominated by deep neural network models. Temporal convolutional networks (TCNs) are deep learning models that have been proposed for sequence modelling in the task of dereverberating speech. In this work a weighted multi-dilation depthwise-separable convolution is proposed to replace standard depthwise-separable convolutions in TCN models. This proposed convolution enables the TCN to dynamically focus on more or less local information in its receptive field at each convolutional block in the network. It is shown that this weighted multi-dilation temporal convolutional network (WD-TCN) consistently outperforms the TCN across various model configurations and using the WD-TCN model is a more parameter efficient method to improve the performance of the model than increasing the number of convolutional blocks. The best performance improvement over the baseline TCN is 0.55 dB scale-invariant signal-to-distortion ratio (SISDR) and the best performing WD-TCN model attains 12.26 dB SISDR on the WHAMR dataset.

📄 PDF Abstract BibTeX arXiv:2205.08455

Code (1)

jwr1995/wd-tcn 공식 구현 pytorch

Tasks

Speech Dereverberation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Generalized Dilation Neural Networks

2019-05-08 · Gavneet Singh Chadha, Jan Niclas Reimann, Andreas Schwung

Vanilla convolutional neural networks are known to provide superior performance not only in image recognition tasks but also in natural language processing and time series analysis. One of the strengths of convolutional …

Time SeriesTime Series Analysis

Maximization and restoration: Action segmentation through dilation passing and temporal reconstruction

2022-05-02 · Pattern Recognition 2022 5 · Junyong Park, Daekyum Kim, Sejoon Huh, Sungho Jo

Action segmentation aims to split videos into segments of different actions. Recent work focuses on dealing with long-range dependencies of long, untrimmed videos, but still suffers from over-segmentation and performance…

Action SegmentationSegmentation

Pruning In Time (PIT): A Lightweight Network Architecture Optimizer for Temporal Convolutional Networks

2022-03-28 · Matteo Risso, Alessio Burrello, Daniele Jahier Pagliari, Francesco Conti 외

Temporal Convolutional Networks (TCNs) are promising Deep Learning models for time-series processing tasks. One key feature of TCNs is time-dilated convolution, whose optimization requires extensive experimentation. We p…

Time SeriesTime Series Analysis

Depthwise Separable Temporal Convolutional Network for Action Segmentation

2021-01-19 · 2020 International Conference on 3D Vision (3DV) 2021 1 · Basavaraj Hampiholi, Christian Jarvers, Wolfgang Mader, Heiko Neumann

Fine-grained temporal action segmentation in long, untrimmed RGB videos is a key topic in visual human- machine interaction. Recent temporal convolution based approaches either use encoder-decoder(ED) architecture or …

Action SegmentationDecoderTemporal Action Segmentation

Inferring Missing Trajectory Data with Temporal Convolutional Networks

2026-07-27 · Ilinca Tiriblecea, Gabriel Turinici arxiv

Trajectory data collected in real-world settings is frequently incomplete due to sensor failure, communication loss, or occlusion. We address the task of \emph{trajectory inpainting}: reconstructing contiguous missing se…