Machine Unlearning: The Right to Be Forgotten (2D)
Interactive 2D 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, with a top-down decision-probability heatmap and a running SISA-vs-naive retrain-cost chart.
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 2D companion builds the same real SISA-sharded ensemble of logistic-regression classifiers over a synthetic dataset, each shard trained by genuine gradient descent on cross-entropy loss, and renders the ensemble's live decision surface as a top-down probability heatmap with a pannable, zoomable view. 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 strip chart comparing the true SISA retraining cost against what a naive full retrain would have cost.
Interactive 2D SISA machine-unlearning simulator: file a GDPR erasure request on a training point in a pannable, zoomable feature-space plot and watch a sharded ensemble retrain only that shard with real gradient descent, while a live decision-probability heatmap and a running cost-comparison chart track SISA's retraining cost against a naive full retrain.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install