Forgetting Only What Matters: Layer-Selective Unlearning toward Robust LLMs
FOM-UL targets model layers that affect unwanted memories while sparing retained knowledge, and reports that forgetting survives 8-bit and 4-bit quantization better than baselines.
FOM-UL scores transformer layers by influence on the forget set versus sensitivity to the retain set, then updates only the strongest candidates. Across **TOFU**, **KnowUnDo**, and **MUSE-style** evaluations, it reports less residual memorization while keeping utility near the original model.
Teams that must remove sensitive or copyrighted training content should evaluate unlearning after every deployment transformation. The method specifically tests **8-bit and 4-bit quantization**, where low-bit rounding can otherwise undo small, diffuse parameter changes, plus adversarial prompts that try to recover forgotten content.
FOM-UL scores transformer layers by influence on the forget set versus sensitivity to the retain set, then updates only the strongest candidates. Across **TOFU**, **KnowUnDo**, and **MUSE-style** evaluations, it reports less residual memorization while keeping utility near the original model. Teams that must remove sensitive or copyrighted training content should evaluate unlearning after every deployment transformation. The method specifically tests **8-bit and 4-bit quantization**, where low-bit rounding can otherwise undo small, diffuse parameter changes, plus adversarial prompts that try to recover forgotten content. This is empirical suppression, not proof of deletion. The paper explicitly offers no formal erasure guarantee, so builders should not treat lower benchmark recovery as evidence that targeted data can never be extracted.
This narrows utility-preserving unlearning to the layers most influential for forgetting and explicitly makes post-quantization recovery testing part of the deployment workflow. It supports targeted intervention over diffuse updates for this objective, but only demonstrates resistance to tested recovery methods; it does not convert empirical suppression into a deletion guarantee.