Abstract Gradient Training: A Unified Certification Framework for Data Poisoning, Unlearning, and Differential Privacy
Philip Sosnin, Matthew Wicker, Josh Collyer, Calvin Tsay
TL;DR
This work introduces Abstract Gradient Training (AGT), a unified framework to certify model robustness against training-time perturbations arising from data poisoning, unlearning, and differential privacy. By shifting the certification target from the perturbation of data to a parameter-space enclosure, AGT defines valid parameter-space domains $\Theta$ that bound all possible trained parameters under admissible perturbations and training dynamics. The framework offers two instantiations: a scalable interval-based approach (Interval Bound Propagation) and a tighter, exact but computationally heavier optimization-based method (mixed-integer programming and MIQCP) with decompositions. Through extensive experiments on data-poisoning scenarios, unlearning tasks, and privacy-sensitive prediction, AGT demonstrates meaningful trade-offs between certificate tightness and computational cost, and shows practical applicability to real-world systems such as autonomous driving and medical imaging. Overall, AGT provides provable, attack-model-aware guarantees that enhance the safety and privacy of ML models in sensitive applications, while outlining directions for tighter bounds and scalable certification.
Abstract
The impact of inference-time data perturbation (e.g., adversarial attacks) has been extensively studied in machine learning, leading to well-established certification techniques for adversarial robustness. In contrast, certifying models against training data perturbations remains a relatively under-explored area. These perturbations can arise in three critical contexts: adversarial data poisoning, where an adversary manipulates training samples to corrupt model performance; machine unlearning, which requires certifying model behavior under the removal of specific training data; and differential privacy, where guarantees must be given with respect to substituting individual data points. This work introduces Abstract Gradient Training (AGT), a unified framework for certifying robustness of a given model and training procedure to training data perturbations, including bounded perturbations, the removal of data points, and the addition of new samples. By bounding the reachable set of parameters, i.e., establishing provable parameter-space bounds, AGT provides a formal approach to analyzing the behavior of models trained via first-order optimization methods.
