paper-with-me

홈 › Papers

HydraFormer: One Encoder For All Subsampling Rates

2024-08-08 · Yaoxun Xu, Xingchen Song, Zhiyong Wu, Di wu, Zhendong Peng, BinBin Zhang

In automatic speech recognition, subsampling is essential for tackling diverse scenarios. However, the inadequacy of a single subsampling rate to address various real-world situations often necessitates training and deploying multiple models, consequently increasing associated costs. To address this issue, we propose HydraFormer, comprising HydraSub, a Conformer-based encoder, and a BiTransformer-based decoder. HydraSub encompasses multiple branches, each representing a distinct subsampling rate, allowing for the flexible selection of any branch during inference based on the specific use case. HydraFormer can efficiently manage different subsampling rates, significantly reducing training and deployment expenses. Experiments on AISHELL-1 and LibriSpeech datasets reveal that HydraFormer effectively adapts to various subsampling rates and languages while maintaining high recognition performance. Additionally, HydraFormer showcases exceptional stability, sustaining consistent performance under various initialization conditions, and exhibits robust transferability by learning from pretrained single subsampling rate automatic speech recognition models\footnote{Model code and scripts: https://github.com/HydraFormer/hydraformer}.

📄 PDF Abstract BibTeX arXiv:2408.04325

Code (1)

hydraformer/hydraformer 공식 구현 pytorch

Tasks

AllAutomatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Group Equivariant Subsampling

2021-06-10 · NeurIPS 2021 12 · Jin Xu, Hyunjik Kim, Tom Rainforth, Yee Whye Teh

Subsampling is used in convolutional neural networks (CNNs) in the form of pooling or strided convolutions, to reduce the spatial dimensions of feature maps and to allow the receptive fields to grow exponentially with de…

Translation

Active Deep Probabilistic Subsampling

2021-01-01 · Hans van Gorp, Iris A.M. Huijben, Bastiaan S. Veeling, Nicola Pezzotti 외

Subsampling a signal of interest can reduce costly data transfer, battery drain, radiation exposure and acquisition time in a wide range of problems. The recently proposed Deep Probabilistic Subsampling (DPS) method effe…

Deep LearningMRI Reconstruction

Notes on Sampled Gaussian Mechanism

2024-09-06 · Nikita P. Kalinin

In these notes, we prove a recent conjecture posed in the paper by R\"ais\"a, O. et al. [Subsampling is not Magic: Why Large Batch Sizes Work for Differentially Private Stochastic Optimization (2024)]. Theorem 6.2 of the…

Stochastic Optimization

Misclassification Rate and Privacy-Utility Trade-offs in Graph Convolutional Networks via Subsampling Stability

2026-05-03 · Yexin Zhang, Zhongtian Ma, Qiaosheng Zhang, Zhen Wang arxiv

We study differential privacy (DP) in Graph Convolutional Networks (GCNs) through the framework of \textit{subsampling stability}. We derive upper bounds on the misclassification rate that depend explicitly on the subsam…

On Compressing Sequences for Self-Supervised Speech Models

2022-10-13 · Yen Meng, Hsuan-Jui Chen, Jiatong Shi, Shinji Watanabe 외

Compressing self-supervised models has become increasingly necessary, as self-supervised models become larger. While previous approaches have primarily focused on compressing the model size, shortening sequences is also …

Self-Supervised Learning