Monotone, Bi-Lipschitz, and Polyak-Lojasiewicz Networks
Ruigang Wang, Krishnamurthy Dvijotham, Ian R. Manchester
TL;DR
This work develops BiLipNet, a bi-Lipschitz invertible neural network built from strongly monotone, Lipschitz residual layers (F(x)=\mu x+H(x)) and orthogonal blocks, with inversion achieved via a three-operator splitting solver. It also introduces PLNet, a scalar-output network formed by pairing a BiLipNet with a quadratic potential that satisfies the Polyak-Łojasiewicz condition, ensuring a unique, efficiently computable global minimum. The core technical advances include a feed-through network (FTN) for enhanced expressivity, IQC-based certification that yields tighter bounds than spectral normalization, and a direct parameterization enabling scalable constrained design. The paper further demonstrates applications in uncertainty quantification and surrogate loss learning, showing improved predictive distance-awareness and reliable optimization for non-convex surrogate objectives. Overall, BiLipNet and PLNet offer certified, invertible, and easily optimizable neural architectures with practical impact on trustworthy ML and surrogate optimization tasks.
Abstract
This paper presents a new bi-Lipschitz invertible neural network, the BiLipNet, which has the ability to smoothly control both its Lipschitzness (output sensitivity to input perturbations) and inverse Lipschitzness (input distinguishability from different outputs). The second main contribution is a new scalar-output network, the PLNet, which is a composition of a BiLipNet and a quadratic potential. We show that PLNet satisfies the Polyak-Lojasiewicz condition and can be applied to learn non-convex surrogate losses with a unique and efficiently-computable global minimum. The central technical element in these networks is a novel invertible residual layer with certified strong monotonicity and Lipschitzness, which we compose with orthogonal layers to build the BiLipNet. The certification of these properties is based on incremental quadratic constraints, resulting in much tighter bounds than can be achieved with spectral normalization. Moreover, we formulate the calculation of the inverse of a BiLipNet -- and hence the minimum of a PLNet -- as a series of three-operator splitting problems, for which fast algorithms can be applied.
