paper-with-me

홈 › Papers

Routing-Aware Expert Calibration for Machine Unlearning in Mixture-of-Experts Language Models

2026-06-09 · Jingyi Xie, Yijun Lin, Yinjiang Xiong, Zhikun Zhang, Sai Li arxiv

Machine unlearning is increasingly important for large language models, yet unlearning in Mixture-of-Experts (MoE) architectures remains underexplored. Unlike dense models, MoE architectures employ a router at each layer to assign each token to a sparse subset of experts. In this work, we observe that forget data often activates a small subset of experts disproportionately, while these experts may receive much weaker activation from retain data. This forget--retain routing mismatch can leave forget-critical experts under-regularized during unlearning. To address this, we propose \textbf{TRACE}, Targeted Routing-Aware Calibration of Experts, for MoE unlearning. TRACE first detects forget-critical experts from offline activation statistics, and then calibrates retain regularization by reweighting token-level retain losses so that each selected expert's retain-side activation frequency better matches its forget-side counterpart. Experiments on WMDP and MUSE-BOOKS across multiple MoE LLMs show that TRACE consistently improves the forget-utility trade-off, yielding a 9\% relative utility improvement over the strongest baseline under comparable forgetting quality and the best performance on three out of four MUSE-BOOKS metrics.

📄 PDF Abstract BibTeX arXiv:2606.10338

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GRIP: Algorithm-Agnostic Machine Unlearning for Mixture-of-Experts via Geometric Router Constraints

2026-01-23 · Andy Zhu, Rongzhe Wei, Yupu Gu, Pan Li arxiv

Machine unlearning (MU) for large language models has become critical for AI safety, yet existing methods fail to generalize to Mixture-of-Experts (MoE) architectures. We identify that traditional unlearning methods expl…

UOE: Unlearning One Expert Is Enough For Mixture-of-experts LLMS

2024-11-27 · Haomin Zhuang, Yihua Zhang, Kehan Guo, Jinghan Jia 외

Recent advancements in large language model (LLM) unlearning have shown remarkable success in removing unwanted data-model influences while preserving the model's utility for legitimate knowledge. However, despite these …

Large Language ModelMixture-of-Experts

When Model Merging Breaks Routing: Training-Free Calibration for MoE

2026-06-02 · Canbin Huang, Tianyuan Shi, Xiaojun Quan, Jingang Wang 외 arxiv

Model merging has emerged as a cost-effective approach for consolidating the capabilities of multiple LLMs without retraining. However, existing merging techniques, largely based on linear parameter arithmetic or optimiz…

Mathematical ReasoningCode Generation

Group-robust Machine Unlearning

2025-03-12 · Thomas De Min, Subhankar Roy, Stéphane Lathuilière, Elisa Ricci 외

Machine unlearning is an emerging paradigm to remove the influence of specific training data (i.e., the forget set) from a model while preserving its knowledge of the rest of the data (i.e., the retain set). Previous app…

FairnessMachine Unlearning

Machine Unlearning via Null Space Calibration

2024-04-21 · Huiqiang Chen, Tianqing Zhu, Xin Yu, Wanlei Zhou

Machine unlearning aims to enable models to forget specific data instances when receiving deletion requests. Current research centres on efficient unlearning to erase the influence of data from the model and neglects the…

Machine Unlearning