Orthogonal Soft Pruning for Efficient Class Unlearning
Qinghui Gong, Xue Yang, Xiaohu Tang
TL;DR
FedOrtho tackles data unlearning in federated learning under non-IID data by orthogonalizing convolutional kernels to decouple semantic representations and applying activation-guided one-shot soft pruning. The framework combines Federated Collaborative Orthogonal Training with activation difference statistics and adaptive pruning to erase forgotten data in a single forward pass, without retraining, while preserving retained knowledge via local-global alignment. The authors provide a dual-space theoretical justification showing that kernel orthogonality bounds cross-functional covariance, leading to feature decoupling, and validate the approach with extensive experiments on CIFAR-10/100 and TinyImageNet across ResNet and VGG architectures, achieving over 98% forgetting quality and subsecond erasure in centralized settings with minimal retention loss. FedOrtho demonstrates substantial efficiency gains in federated settings (2–3 orders of magnitude reductions in computation and communication) and improved privacy protection (lower MIA), making it a practical solution for verifiable data unlearning in collaborative environments.
Abstract
Efficient and controllable data unlearning in federated learning remains challenging, due to the trade-off between forgetting and retention performance. Especially under non-independent and identically distributed (non-IID) settings, where deep feature entanglement exacerbates this dilemma. To address this challenge, we propose FedOrtho, a federated unlearning framework that combines orthogonalized deep convolutional kernels with an activation-driven controllable one-shot soft pruning (OSP) mechanism. FedOrtho enforces kernel orthogonality and local-global alignment to decouple feature representations and mitigate client drift. This structural independence enables precise one-shot pruning of forgetting-related kernels while preserving retained knowledge. FedOrtho achieves SOTA performance on CIFAR-10, CIFAR100 and TinyImageNet with ResNet and VGG frameworks, verifying that FedOrtho supports class-, client-, and sample-level unlearning with over 98% forgetting quality. It reduces computational and communication costs by 2-3 orders of magnitude in federated settings and achieves subsecond-level erasure in centralized scenarios while maintaining over 97% retention accuracy and mitigating membership inference risks.
