MLLGOCMar 18, 2024

Nonsmooth Implicit Differentiation: Deterministic and Stochastic Convergence Rates

arXiv:2403.11687v35 citationsh-index: 71ICML
Originality Incremental advance
AI Analysis

This work addresses a key challenge in machine learning for tasks like hyperparameter optimization, though it is incremental as it builds on prior nonsmooth analysis.

The paper tackles the problem of computing derivatives of fixed-points in nonsmooth contraction maps, which is relevant for hyperparameter optimization and meta-learning, by providing deterministic linear convergence rates for AID and improved rates for ITD, and introducing a stochastic method (NSID) with convergence rates matching smooth settings.

We study the problem of efficiently computing the derivative of the fixed-point of a parametric nondifferentiable contraction map. This problem has wide applications in machine learning, including hyperparameter optimization, meta-learning and data poisoning attacks. We analyze two popular approaches: iterative differentiation (ITD) and approximate implicit differentiation (AID). A key challenge behind the nonsmooth setting is that the chain rule does not hold anymore. We build upon the work by Bolte et al. (2022), who prove linear convergence of nonsmooth ITD under a piecewise Lipschitz smooth assumption. In the deterministic case, we provide a linear rate for AID and an improved linear rate for ITD which closely match the ones for the smooth setting. We further introduce NSID, a new stochastic method to compute the implicit derivative when the contraction map is defined as the composition of an outer map and an inner map which is accessible only through a stochastic unbiased estimator. We establish rates for the convergence of NSID, encompassing the best available rates in the smooth setting. We also present illustrative experiments confirming our analysis.

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