paper-with-me

홈 › Papers

Empirical Results for Adjusting Truncated Backpropagation Through Time while Training Neural Audio Effects

2025-12-08 · Yann Bourdin, Pierrick Legrand, Fanny Roche arxiv

This paper investigates the optimization of Truncated Backpropagation Through Time (TBPTT) for training neural networks in digital audio effect modeling, with a focus on dynamic range compression. The study evaluates key TBPTT hyperparameters -- sequence number, batch size, and sequence length -- and their influence on model performance. Using a convolutional-recurrent architecture, we conduct extensive experiments across datasets with and without conditionning by user controls. Results demonstrate that carefully tuning these parameters enhances model accuracy and training stability, while also reducing computational demands. Objective evaluations confirm improved performance with optimized settings, while subjective listening tests indicate that the revised TBPTT configuration maintains high perceptual quality.

📄 PDF Abstract BibTeX arXiv:2512.07393

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unbiasing Truncated Backpropagation Through Time

2017-05-23 · ICLR 2018 1 · Corentin Tallec, Yann Ollivier

Truncated Backpropagation Through Time (truncated BPTT) is a widespread method for learning recurrent computational graphs. Truncated BPTT keeps the computational benefits of Backpropagation Through Time (BPTT) while rel…

Language Modelling

On Training Recurrent Networks with Truncated Backpropagation Through Time in Speech Recognition

2018-07-09 · Hao Tang, James Glass

Recurrent neural networks have been the dominant models for many speech and language processing tasks. However, we understand little about the behavior and the class of functions recurrent networks can realize. Moreover,…

speech-recognitionSpeech Recognition

Optimal Kronecker-Sum Approximation of Real Time Recurrent Learning

2019-02-11 · Frederik Benzing, Marcelo Matheus Gauy, Asier Mujika, Anders Martinsson 외

One of the central goals of Recurrent Neural Networks (RNNs) is to learn long-term dependencies in sequential data. Nevertheless, the most popular training method, Truncated Backpropagation through Time (TBPTT), categori…

Memorization

Hardware-efficient on-line learning through pipelined truncated-error backpropagation in binary-state networks

2017-06-15 · Hesham Mostafa, Bruno Pedroni, Sadique Sheik, Gert Cauwenberghs

Artificial neural networks (ANNs) trained using backpropagation are powerful learning architectures that have achieved state-of-the-art performance in various benchmarks. Significant effort has been devoted to developing…

Backpropagation Through Time For Networks With Long-Term Dependencies

2021-03-26 · George Bird, Maxim E. Polivoda

Backpropagation through time (BPTT) is a technique of updating tuned parameters within recurrent neural networks (RNNs). Several attempts at creating such an algorithm have been made including: Nth Ordered Approximations…