Machine Unlearning: The Right to Be Forgotten
Interactive SISA machine-unlearning simulator: click a training point to file a GDPR erasure request and watch a sharded ensemble retrain only its own shard, live cross-entropy gradient descent and all, while a naive full-retrain cost counter ticks up for comparison.
GDPR's "right to erasure" is easy to grant for a database row and hard to grant for a trained model — a naive fix means retraining from scratch every time someone asks to be forgotten. This simulator builds a real SISA-sharded ensemble of logistic-regression classifiers over a synthetic 2D dataset, each shard trained by genuine gradient descent on cross-entropy loss, and renders the ensemble's live decision surface as a colored 3D landscape. Click any training point to file an erasure request, then process it and watch only that point's shard retrain while every other shard — and its portion of the model — stays untouched, with a running counter comparing the true SISA retraining cost against what a naive full retrain would have cost.
Interactive SISA machine-unlearning simulator: file a GDPR erasure request on a training point and watch a sharded ensemble retrain only that shard with real gradient descent, while a live counter compares SISA's retraining cost against a naive full retrain.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install