LGAIJun 17, 2023

Understanding Certified Training with Interval Bound Propagation

arXiv:2306.10426v229 citationsh-index: 64
Originality Incremental advance
AI Analysis

This addresses the trade-off between robustness and accuracy in certified training for neural networks, offering insights that could lead to improved methods, though it is incremental in nature.

The paper investigates why interval bound propagation (IBP), an imprecise method, outperforms more precise bounding techniques in training certifiably robust neural networks, showing theoretically and experimentally that IBP's tightness improves with width and training, and that high tightness is not essential for robustness, suggesting new methods could avoid its strong regularization.

As robustness verification methods are becoming more precise, training certifiably robust neural networks is becoming ever more relevant. To this end, certified training methods compute and then optimize an upper bound on the worst-case loss over a robustness specification. Curiously, training methods based on the imprecise interval bound propagation (IBP) consistently outperform those leveraging more precise bounding methods. Still, we lack an understanding of the mechanisms making IBP so successful. In this work, we thoroughly investigate these mechanisms by leveraging a novel metric measuring the tightness of IBP bounds. We first show theoretically that, for deep linear models, tightness decreases with width and depth at initialization, but improves with IBP training, given sufficient network width. We, then, derive sufficient and necessary conditions on weight matrices for IBP bounds to become exact and demonstrate that these impose strong regularization, explaining the empirically observed trade-off between robustness and accuracy in certified training. Our extensive experimental evaluation validates our theoretical predictions for ReLU networks, including that wider networks improve performance, yielding state-of-the-art results. Interestingly, we observe that while all IBP-based training methods lead to high tightness, this is neither sufficient nor necessary to achieve high certifiable robustness. This hints at the existence of new training methods that do not induce the strong regularization required for tight IBP bounds, leading to improved robustness and standard accuracy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes