paper-with-me

홈 › Papers

On Batching Variable Size Inputs for Training End-to-End Speech Enhancement Systems

2023-01-25 · Philippe Gonzalez, Tommy Sonne Alstrøm, Tobias May

The performance of neural network-based speech enhancement systems is primarily influenced by the model architecture, whereas training times and computational resource utilization are primarily affected by training parameters such as the batch size. Since noisy and reverberant speech mixtures can have different duration, a batching strategy is required to handle variable size inputs during training, in particular for state-of-the-art end-to-end systems. Such strategies usually strive for a compromise between zero-padding and data randomization, and can be combined with a dynamic batch size for a more consistent amount of data in each batch. However, the effect of these strategies on resource utilization and more importantly network performance is not well documented. This paper systematically investigates the effect of different batching strategies and batch sizes on the training statistics and speech enhancement performance of a Conv-TasNet, evaluated in both matched and mismatched conditions. We find that using a small batch size during training improves performance in both conditions for all batching strategies. Moreover, using sorted or bucket batching with a dynamic batch size allows for reduced training time and GPU memory usage while achieving similar performance compared to random batching with a fixed batch size.

📄 PDF Abstract BibTeX arXiv:2301.10587

Code (0)

등록된 구현이 없습니다.

Tasks

GPUSpeech Enhancement

Similar Papers 제목 키워드 기반

Taming Resource Heterogeneity In Distributed ML Training With Dynamic Batching

2023-05-20 · Sahil Tyagi, Prateek Sharma

Current techniques and systems for distributed model training mostly assume that clusters are comprised of homogeneous servers with a constant resource availability. However, cluster heterogeneity is pervasive in computi…

CPUGPU

VariViT: A Vision Transformer for Variable Image Sizes

2026-02-16 · Aswathi Varma, Suprosanna Shit, Chinmay Prabhakar, Daniel Scholz 외 arxiv

Vision Transformers (ViTs) have emerged as the state-of-the-art architecture in representation learning, leveraging self-attention mechanisms to excel in various tasks. ViTs split images into fixed-size patches, constrai…

Brain Tumor ClassificationRepresentation Learning

Researchers waste 80% of LLM annotation costs by classifying one text at a time

2026-04-04 · Christian Pipal, Eva-Maria Vogel, Morgan Wack, Frank Esser arxiv

Large language models (LLMs) are increasingly being used for text classification across the social sciences, yet researchers overwhelmingly classify one text per variable per prompt. Coding 100,000 texts on four variable…

Text Classification

LazyBatching: An SLA-aware Batching System for Cloud Machine Learning Inference

2020-10-25 · Yujeong Choi, Yunseong Kim, Minsoo Rhu

In cloud ML inference systems, batching is an essential technique to increase throughput which helps optimize total-cost-of-ownership. Prior graph batching combines the individual DNN graphs into a single one, allowing m…

BIG-bench Machine LearningScheduling

Audio-visual video-to-speech synthesis with synthesized input audio

2023-07-31 · Triantafyllos Kefalas, Yannis Panagakis, Maja Pantic

Video-to-speech synthesis involves reconstructing the speech signal of a speaker from a silent video. The implicit assumption of this task is that the sound signal is either missing or contains a high amount of noise/cor…

Speech Synthesis