paper-with-me

홈 › Papers

Mirror Mirror on the Wall, Have I Forgotten it All? A New Framework for Evaluating Machine Unlearning

2025-05-13 · Brennon Brimhall, Philip Mathew, Neil Fendley, Yinzhi Cao, Matthew Green

Machine unlearning methods take a model trained on a dataset and a forget set, then attempt to produce a model as if it had only been trained on the examples not in the forget set. We empirically show that an adversary is able to distinguish between a mirror model (a control model produced by retraining without the data to forget) and a model produced by an unlearning method across representative unlearning methods from the literature. We build distinguishing algorithms based on evaluation scores in the literature (i.e. membership inference scores) and Kullback-Leibler divergence. We propose a strong formal definition for machine unlearning called computational unlearning. Computational unlearning is defined as the inability for an adversary to distinguish between a mirror model and a model produced by an unlearning method. If the adversary cannot guess better than random (except with negligible probability), then we say that an unlearning method achieves computational unlearning. Our computational unlearning definition provides theoretical structure to prove unlearning feasibility results. For example, our computational unlearning definition immediately implies that there are no deterministic computational unlearning methods for entropic learning algorithms. We also explore the relationship between differential privacy (DP)-based unlearning methods and computational unlearning, showing that DP-based approaches can satisfy computational unlearning at the cost of an extreme utility collapse. These results demonstrate that current methodology in the literature fundamentally falls short of achieving computational unlearning. We conclude by identifying several open questions for future work.

📄 PDF Abstract BibTeX arXiv:2505.08138

Code (0)

등록된 구현이 없습니다.

Tasks

AllMachine Unlearning

Similar Papers 제목 키워드 기반

Mirror, mirror on the wall, tell me, is the error small?

2015-01-21 · CVPR 2015 6 · Heng Yang, Ioannis Patras

Do object part localization methods produce bilaterally symmetric results on mirror images? Surprisingly not, even though state of the art methods augment the training set with mirrored images. In this paper we take a cl…

Face AlignmentPose Estimation

Mirror, Mirror on the Wall: Can VLM Agents Tell Who They Are at All?

2026-05-09 · Filippo Ziliotto, Ciro Beneduce, Bruno Lepri, Luciano Serafini 외 arxiv

In the animal kingdom, mirror self-recognition is a canonical probe of higher-order cognition, emerging only in some species. We ask whether an analogous functional capability emerges in embodied vision-language model (V…

Diffuse Mirrors: 3D Reconstruction from Diffuse Indirect Illumination Using Inexpensive Time-of-Flight Sensors

2014-06-01 · CVPR 2014 6 · Felix Heide, Lei Xiao, Wolfgang Heidrich, Matthias B. Hullin

The functional difference between a diffuse wall and a mirror is well understood: one scatters back into all directions, and the other one preserves the directionality of reflected light. The temporal structure of the li…

3D Reconstruction

Flopping for FLOPs: Leveraging equivariance for computational efficiency

2025-02-07 · Georg Bökman, David Nordström, Fredrik Kahl

Incorporating geometric invariance into neural networks enhances parameter efficiency but typically increases computational costs. This paper introduces new equivariant neural networks that preserve symmetry while mainta…

Computational Efficiency

Mirror Speculative Decoding: Breaking the Serial Barrier in LLM Inference

2025-10-15 · Nikhil Bhendawade, Kumari Nishu, Arnav Kundu, Chris Bartels 외 arxiv

Speculative decoding accelerates LLM inference by using a draft model to look ahead, but gains are capped by the cost of autoregressive draft generation: increasing draft size elevates acceptance rates but introduces add…