AIAny
Icon for item

On the Scaling of PEFT: Towards Million Personal Models of Trillion Parameters

Studies small trainable adapters (PEFT) used as persistent personal models on top of large foundation models, analyzing three scaling axes—Scale Up, Scale Down, Scale Out—and introducing MinT, an infrastructure for adapter identity, provenance, evaluation, and serving.

Introduction

Most PEFT work frames adapters simply as a cheaper substitute for full fine-tuning. This paper flips that view: small adapters can be persistent, personal state that carry user-specific preferences, skills, tool habits and memory-like updates while a shared foundation model provides common competence. Understanding how to scale such a design is the paper's core insight.

Key Findings
  • Scale Up: Stronger shared priors (larger foundation models) make compact adapters more expressive and reliable — so small per-user updates unlock more nuanced personalization without re-training the whole model.
  • Scale Down: The authors quantify how few parameters are needed for stable behavior, mapping reliability vs. adapter size so practitioners can pick adapter footprints that balance cost and fidelity.
  • Scale Out: Managing many concurrent persistent adapters introduces identity, revision, provenance, and serving residency challenges; MinT is proposed as an example infrastructure to handle lifecycle, evaluation, and routing.
  • Practical implication: PEFT shifts from a budget tactic to a substrate for million-scale personal models when combined with governance and serving systems.
Who it's for and trade-offs

Great fit if you design personalization or multi-tenant LLM services and need a compact, upgradeable way to store per-user model state. It helps teams that want to avoid full-model checkpoints while preserving individualized behavior. Look elsewhere if you require instant zero-shot generalization for unknown tasks (adapters help personalization but inherit base-model limits), or if strict regulatory/interpretability constraints demand full-model provenance and auditable parameter-level changes.

Where it fits

This work sits between research on parameter-efficient fine-tuning and systems work on model serving and personalization. It complements foundation-model development by offering a scalable pattern for per-entity customization without proliferating full-model copies.

Notes on methodology

The paper studies adapter scaling along measurable axes and presents MinT as an operational example covering adapter identity, revision control, provenance tracking, evaluation pipelines, and serving residency decisions—emphasizing systems-level needs when deploying millions of small personalized adapters.

Information

  • Websitearxiv.org
  • AuthorsMind Lab, :, Song Cao, Vic Cao, Kaijie Chen, Bunny Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao
  • Published date2026/06/01

More Items

Transfers RL-induced policy shifts from a smaller 'weak' teacher to a stronger target by using the teacher's post-/pre-RL log-ratio as a dense implicit reward applied on the student's on-policy states. Enables reuse of RL supervision without running RL rollouts on the target, improving sample/time efficiency.

Introduces KronQ, a post-training quantization framework that incorporates gradient covariance via a Kronecker‑factored Hessian to guide input/output weight rotations and sensitivity-driven mixed-precision allocation. Demonstrates stable 2-bit weight-only quantization on LLaMA-3-70B (7.93 PPL).

Explores unsupervised visual pretraining on visually rich documents to improve language-model intelligence; shows visual-pretrained models outperform text-only counterparts on the same corpora. Key aspects: direct use of images/layouts (no OCR-only pipeline), scalable across backbones and benchmarks.