paper-with-me

홈 › Papers

A Scalable Model Specialization Framework for Training and Inference using Submodels and its Application to Speech Model Personalization

2022-03-23 · Fadi Biadsy, Youzheng Chen, Xia Zhang, Oleg Rybakov, Andrew Rosenberg, Pedro J. Moreno

Model fine-tuning and adaptation have become a common approach for model specialization for downstream tasks or domains. Fine-tuning the entire model or a subset of the parameters using light-weight adaptation has shown considerable success across different specialization tasks. Fine-tuning a model for a large number of domains typically requires starting a new training job for every domain posing scaling limitations. Once these models are trained, deploying them also poses significant scalability challenges for inference for real-time applications. In this paper, building upon prior light-weight adaptation techniques, we propose a modular framework that enables us to substantially improve scalability for model training and inference. We introduce Submodels that can be quickly and dynamically loaded for on-the-fly inference. We also propose multiple approaches for training those Submodels in parallel using an embedding space in the same training job. We test our framework on an extreme use-case which is speech model personalization for atypical speech, requiring a Submodel for each user. We obtain 128x Submodel throughput with a fixed computation budget without a loss of accuracy. We also show that learning a speaker-embedding space can scale further and reduce the amount of personalization training data required per speaker.

📄 PDF Abstract BibTeX arXiv:2203.12559

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Sharing pattern submodels for prediction with missing values

2022-06-22 · Lena Stempfle, Ashkan Panahi, Fredrik D. Johansson

Missing values are unavoidable in many applications of machine learning and present challenges both during training and at test time. When variables are missing in recurring patterns, fitting separate pattern submodels h…

ImputationMissing ValuesPrediction

Dropout Inference with Non-Uniform Weight Scaling

2022-04-27 · Zhaoyuan Yang, Arpit Jain

Dropout as regularization has been used extensively to prevent overfitting for training neural networks. During training, units and their connections are randomly dropped, which could be considered as sampling many diffe…

Multilinear Mixture of Experts: Scalable Expert Specialization through Factorization

2024-02-19 · James Oldfield, Markos Georgopoulos, Grigorios G. Chrysos, Christos Tzelepis 외

The Mixture of Experts (MoE) paradigm provides a powerful way to decompose dense layers into smaller, modular computations often more amenable to human interpretation, debugging, and editability. However, a major challen…

AttributecounterfactualMixture-of-Experts

A General Framework for Joint Multi-State Models

2025-10-08 · Félix Laplante, Christophe Ambroise arxiv

Conventional joint modeling approaches generally characterize the relationship between longitudinal biomarkers and discrete event occurrences within terminal, recurring or competing risk settings, thereby offering a limi…

Star Elastic: Many-in-One Reasoning LLMs with Efficient Budget Control

2026-05-08 · Ali Taghibakhshi, Ruisi Cai, Saurav Muralidharan, Sharath Turuvekere Sreenivas 외 arxiv

Training a family of large language models (LLMs), either from scratch or via iterative compression, is prohibitively expensive and inefficient, requiring separate training runs for each model in the family. In this pape…

Knowledge Distillation