SUPREME: A Multi-GPU Framework for Reproducible Image Unlearning Method Evaluation

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Expert, quick

Summary

SUPREME is an open-source, multi-GPU framework designed to enhance the reproducible evaluation of machine unlearning methods for image classification. Published on 2026-05-29, this framework addresses the computational expense of evaluating unlearning techniques across multiple seeds, a limitation of existing single-GPU solutions. SUPREME distributes training, unlearning, and evaluation stages across multiple GPUs, supporting various accelerators and precision modes. Its architecture includes a registry-based design for easily integrating new methods, metrics, models, and unlearning scenarios. The framework's utility is demonstrated on the Pins Face Recognition dataset, utilizing ResNet18 and ViT models under both full-class and random-sample unlearning scenarios, evaluated across ten seeds.

Key takeaway

For MLOps engineers or AI researchers evaluating machine unlearning methods, SUPREME offers a critical solution to accelerate rigorous testing. Its multi-GPU architecture significantly reduces the computational burden of running multi-seed evaluations, enabling more comprehensive reproducibility studies. You should consider integrating this open-source framework to streamline your unlearning method validation, especially when working with large image datasets and complex models like ResNet18 or ViT.

Key insights

SUPREME is a multi-GPU framework accelerating reproducible evaluation of image unlearning methods.

Principles

Method

SUPREME distributes training, unlearning, and evaluation stages across multiple GPUs, using a registry-based design to integrate new components and scenarios.

In practice

Topics

Code references

Best for: Research Scientist, Computer Vision Engineer, Machine Learning Engineer, AI Scientist, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.