paper-with-me

홈 › Papers

Fora: From Weight-Space to Function-Space Protection in Capability-Preserving Fine-Tuning

2026-06-30 · Rui Zhou, Tianci Xie arxiv

Full fine-tuning adapts large language models to new tasks but can erode capabilities they already possess. Existing remedies protect through proxies such as parameter distances, importance penalties, output matching, or dominant singular directions of the weights, but none directly asks which activation directions the preserved capability relies on. We argue that a capability is characterized more faithfully by the activation subspace it induces than by the singular geometry of the weight matrix, and develop function-space protection, instantiated as FORA (Function-space Orthogonal Residual Adaptation). From label-free calibration inputs, FORA estimates, per layer, the principal directions $Q$ of the input-activation covariance and forms a right projector $P_Q = I - QQ^T$. Paired with a left projector $P_U$ from the weight SVD, the update is $ΔW = P_U M P_Q + U_2 D_δ V_2^T$: a high-capacity branch structurally barred from reading capability-relevant function directions, plus a narrow spectral channel for controlled plasticity. The construction extends to parameter-efficient adaptation via $M \to (α/r) BA$. Across three settings on Qwen3-1.7B, including COGS and GSM8K learned while preserving translation and translation learned while preserving math, FORA consistently improves preservation over weight-space projection and standard regularization, with only a small new-task trade-off in the math-preservation setting. A controlled ablation isolating the projection source shows that the advantage comes not from projection itself, but from projecting onto capability-derived rather than weight-derived directions. Code is available at https://github.com/zrui239/FORA.

📄 PDF Abstract BibTeX arXiv:2606.31092

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Collective learning from individual experiences and information transfer during group foraging

2019-01-22

Living in groups brings benefits to many animals, such as a protection against predators and an improved capacity for sensing and making decisions while searching for resources in uncertain environments. A body of studie…

Optimal Foraging in Memory Retrieval: Evaluating Random Walks and Metropolis-Hastings Sampling in Modern Semantic Spaces

2025-11-16 · James Moore arxiv

Human memory retrieval often resembles ecological foraging where animals search for food in a patchy environment. Optimal foraging means following the Marginal Value Theorem (MVT), in which individuals exploit a patch of…

Optimal terminal dimensionality reduction in Euclidean space

2018-10-22 · Shyam Narayanan, Jelani Nelson

Let $\varepsilon\in(0,1)$ and $X\subset\mathbb R^d$ be arbitrary with $|X|$ having size $n>1$. The Johnson-Lindenstrauss lemma states there exists $f:X\rightarrow\mathbb R^m$ with $m = O(\varepsilon^{-2}\log n)$ such tha…

Dimensionality ReductionLEMMA

From Weights to Features: SAE-Guided Activation Regularization for LLM Continual Learning

2026-06-25 · Evan Ning, Wei Xue, Dong Lou, Yike Guo arxiv

Weight-space regularization methods such as Elastic Weight Consolidation (EWC) are the standard approach to catastrophic forgetting in continual learning. However, those methods tend to underperform when applied to large…

Continual Learning

Visual Microfossil Identification via Deep Metric Learning

2021-12-17 · Tayfun Karaderi, Tilo Burghardt, Allison Y. Hsiang, Jacob Ramaer 외

We apply deep metric learning for the first time to the problem of classifying planktic foraminifer shells on microscopic images. This species recognition task is an important information source and scientific pillar for…

Metric Learning