paper-with-me

홈 › Papers

ST$^2$U: Stateful Test-Time Unlearning via Restricted Knowledge Boundary Control

2026-08-24 · Xunlei Chen, Qinghui Gong, Ruini Xue, Yaodong Hu, Tian Lan, Wenhong Tian arxiv

Controlling restricted knowledge in large language models is essential for model alignment and safe deployment. Test-time unlearning avoids costly retraining and parameter updates by intervening only during inference. However, existing activation-editing methods apply isolated pointwise corrections, overlooking how autoregressive generation continually reconstructs hidden states from the prompt, cache, and generated prefix. Consequently, later states may return to restricted knowledge regions after a locally successful correction, causing restricted knowledge re-entry. In this work, we propose Stateful Test-Time Unlearning via restricted knowledge boundary control (ST$^2$U), which formulates test-time unlearning as trajectory-wide boundary control. ST$^2$U first models restricted knowledge boundaries in low-dimensional invertible coordinates while leaving orthogonal non-target components unchanged. During inference, ST$^2$U monitors risk along the trajectory, applies minimal boundary corrections with contextual anchoring, and propagates historical correction states across tokens to mitigate knowledge re-entry. This trajectory-wide control enables more persistent forgetting while preserving non-target capabilities and limiting inference overhead. Across three benchmarks and three model families, ST$^2$U delivers the strongest overall balance, combining best or second-best retention with competitive forgetting and substantially less restricted-knowledge re-entry than test-time baselines (13.76%-19.84% versus 46.50%-59.10%).

📄 PDF Abstract BibTeX arXiv:2608.23034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Forgetting Without Restarting: Execution-State Unlearning for Stateful LLM Agents

2026-09-04 · Chao Yao, Yangbo Wei, Zhen Huang, Junhong Qian 외 arxiv

Long-running LLM agents are stateful: beyond the transcript they accrete compressed summaries, plaintext memory, pending tool plans, and, under every serving API, a KV cache. Yet today's "forget" operations delete a plai…

LLM Unlearning Under the Microscope: A Full-Stack View on Methods and Metrics

2025-10-08 · Chongyu Fan, Changsheng Wang, Yancheng Huang, Soumyadeep Pal 외 arxiv

Machine unlearning for large language models (LLMs) aims to remove undesired data, knowledge, and behaviors (e.g., for safety, privacy, or copyright) while preserving useful model capabilities. Despite rapid progress ove…

GENIU: A Restricted Data Access Unlearning for Imbalanced Data

2024-06-12 · Chenhao Zhang, Shaofei Shen, Yawen Zhao, Weitong Tony Chen 외

With the increasing emphasis on data privacy, the significance of machine unlearning has grown substantially. Class unlearning, which involves enabling a trained model to forget data belonging to a specific class learned…

Machine Unlearning

Machine Unlearning

2019-12-09 · Lucas Bourtoule, Varun Chandrasekaran, Christopher A. Choquette-Choo, Hengrui Jia 외

Once users have shared their data online, it is generally difficult for them to revoke access and ask for the data to be deleted. Machine learning (ML) exacerbates this problem because any model trained with said data ma…

Machine UnlearningTransfer Learning

Visual-Noise Guided In-Context Distillation for Multimodal Large Language Model Unlearning

2026-05-26 · Junkai Chen, Yuhao He, Junxiang You, Ruiqi Liu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress on vision-language tasks, but they may also memorize and expose sensitive or restricted knowledge, raising concerns about privacy and broader saf…