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

A zero-data self-evolution framework that co-trains a Challenger, Solver, and Judge so LLMs can iteratively improve on both verifiable and unverifiable tasks without human labels. Uses role-asymmetry and subtask-amplification preference pairs to train the Judge and sustain improvement.

Trains compact conversational agents to adapt at runtime to changing 'Harness' configurations (Skills, Hooks, prompts, tools) using Harness-Aware Training (HAT): Harness-State Augmentation, on-policy distillation, and RL to preserve generality while meeting low-latency deployment constraints.

Analyzes how to generate useful interaction data for LLM agents and proposes the ACE lens — Accuracy, Complexity, divErsity — while factorizing agentic data as (E, q, τ, v). Surveys verification, difficulty calibration, and coverage strategies and outlines implications for training and benchmarks.