MLLGFeb 2

Rethinking Test-Time Training: Tilting The Latent Distribution For Few-Shot Source-Free Adaptation

arXiv:2602.02633v1
Originality Highly original
AI Analysis

This addresses the challenge of adapting foundation models in deployment settings where parameter updates are infeasible, offering a novel inference-level solution for few-shot source-free adaptation.

The paper tackles the problem of test-time adaptation for few-shot classification under a frozen-model regime with no upstream data access, by proposing a training-free inference method that reweights latent distributions using exponential tilting based on task-similarity scores. The method consistently competes with parameter-update-based methods across benchmarks and shot regimes, demonstrating viability under stricter constraints.

Often, constraints arise in deployment settings where even lightweight parameter updates e.g. parameter-efficient fine-tuning could induce model shift or tuning instability. We study test-time adaptation of foundation models for few-shot classification under a completely frozen-model regime, where additionally, no upstream data are accessible. We propose arguably the first training-free inference method that adapts predictions to the new task by performing a change of measure over the latent embedding distribution induced by the encoder. Using task-similarity scores derived from a small labeled support set, exponential tilting reweights latent distributions in a KL-optimal manner without modifying model parameters. Empirically, the method consistently competes with parameter-update-based methods across multiple benchmarks and shot regimes, while operating under strictly and universally stronger constraints. These results demonstrate the viability of inference-level distributional correction for test-time adaptation even with a fully-frozen model pipeline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes