Search papers, labs, and topics across Lattice.
The paper addresses the challenge of efficiently unlearning user data in multimodal recommendation systems (MRS), where user-item interactions and item content are tightly coupled. They identify that the influence of deleted data is non-uniformly distributed across ranking behavior, modality branches, and network layers, leading to bottlenecks in existing unlearning methods. To overcome this, they propose TRU, a targeted reverse update framework that strategically intervenes at different levels of the model to improve the retain-forget trade-off, demonstrating superior performance compared to baseline unlearning methods.
Unlearning in multimodal recommendation systems is broken because deleted data's influence isn't uniform; TRU fixes this with targeted interventions, achieving better forgetting with less performance loss.
Multimodal recommendation systems (MRS) jointly model user-item interaction graphs and rich item content, but this tight coupling makes user data difficult to remove once learned. Approximate machine unlearning offers an efficient alternative to full retraining, yet existing methods for MRS mainly rely on a largely uniform reverse update across the model. We show that this assumption is fundamentally mismatched to modern MRS: deleted-data influence is not uniformly distributed, but concentrated unevenly across \textit{ranking behavior}, \textit{modality branches}, and \textit{network layers}. This non-uniformity gives rise to three bottlenecks in MRS unlearning: target-item persistence in the collaborative graph, modality imbalance across feature branches, and layer-wise sensitivity in the parameter space. To address this mismatch, we propose \textbf{targeted reverse update} (TRU), a plug-and-play unlearning framework for MRS. Instead of applying a blind global reversal, TRU performs three coordinated interventions across the model hierarchy: a ranking fusion gate to suppress residual target-item influence in ranking, branch-wise modality scaling to preserve retained multimodal representations, and capacity-aware layer isolation to localize reverse updates to deletion-sensitive modules. Experiments across two representative backbones, three datasets, and three unlearning regimes show that TRU consistently achieves a better retain-forget trade-off than prior approximate baselines, while security audits further confirm deeper forgetting and behavior closer to a full retraining on the retained data.