English

FiCABU: A Fisher-Based, Context-Adaptive Machine Unlearning Processor for Edge AI

Machine Learning 2025-11-11 v1 Hardware Architecture

Abstract

Machine unlearning, driven by privacy regulations and the "right to be forgotten", is increasingly needed at the edge, yet server-centric or retraining-heavy methods are impractical under tight computation and energy budgets. We present FiCABU (Fisher-based Context-Adaptive Balanced Unlearning), a software-hardware co-design that brings unlearning to edge AI processors. FiCABU combines (i) Context-Adaptive Unlearning, which begins edits from back-end layers and halts once the target forgetting is reached, with (ii) Balanced Dampening, which scales dampening strength by depth to preserve retain accuracy. These methods are realized in a full RTL design of a RISC-V edge AI processor that integrates two lightweight IPs for Fisher estimation and dampening into a GEMM-centric streaming pipeline, validated on an FPGA prototype and synthesized in 45 nm for power analysis. Across CIFAR-20 and PinsFaceRecognition with ResNet-18 and ViT, FiCABU achieves random-guess forget accuracy while matching the retraining-free Selective Synaptic Dampening (SSD) baseline on retain accuracy, reducing computation by up to 87.52 percent (ResNet-18) and 71.03 percent (ViT). On the INT8 hardware prototype, FiCABU further improves retain preservation and reduces energy to 6.48 percent (CIFAR-20) and 0.13 percent (PinsFaceRecognition) of the SSD baseline. In sum, FiCABU demonstrates that back-end-first, depth-aware unlearning can be made both practical and efficient for resource-constrained edge AI devices.

Keywords

Cite

@article{arxiv.2511.05605,
  title  = {FiCABU: A Fisher-Based, Context-Adaptive Machine Unlearning Processor for Edge AI},
  author = {Eun-Su Cho and Jongin Choi and Jeongmin Jin and Jae-Jin Lee and Woojoo Lee},
  journal= {arXiv preprint arXiv:2511.05605},
  year   = {2025}
}

Comments

8 pages, 6 figures, 4 tables, DATE 2026 accepted paper

R2 v1 2026-07-01T07:26:54.416Z