FIBER: A Differentially Private Optimizer with Filter-Aware Innovation Bias Correction
Abstract
Lay Summary
Modern AI models learn by example. However, when training data includes sensitive sources such as medical records, personal messages, or financial data, models can inadvertently memorize and leak individual details. Differential privacy, a standard safeguard, addresses this risk by introducing carefully calibrated random noise during training. However, this noise disrupts widely used adaptive training algorithms that adjust parameters dynamically, resulting in noticeably reduced model accuracy. FIBER is a new training method designed specifically for private learning. Rather than smoothing the noisy learning signal directly, FIBER tracks changes between training steps, similar to a navigation system that emphasizes course corrections instead of redrawing the entire route at each moment. Additionally, FIBER recalibrates the training algorithm to account for how this cleaning process alters the residual noise, a subtle effect overlooked by previous methods that contributed to degraded performance. On standard image-recognition and language-understanding benchmarks, FIBER produced more accurate models than existing private training methods, with the largest improvements observed under the strictest privacy constraints. These results enhance the practicality of private machine learning for real-world applications that depend on sensitive data.