Approximation of the Proximal Operator of the $\ell_\infty$ Norm Using a Neural Network
Kathryn Linehan, Radu Balan
TL;DR
This work tackles the computation of prox_{α||·||∞}(x), a proximal operator traditionally requiring sorting, by deriving an exact O(m log m) algorithm linked to the Moreau decomposition and introducing an O(m) neural-network approximation. The NN relies on a moments-based feature preprocessing that makes it agnostic to vector length, enabling a single model to handle inputs of varying sizes and to outperform a naïve vanilla network. Empirical results show the NN achieves accurate τ predictions and fast proximal computations, with performance advantages especially for uniform data and longer vectors. The approach offers a practical, scalable alternative for integrating proximal steps into large-scale optimization problems while preserving theoretical ties to exact methods.
Abstract
Computing the proximal operator of the $\ell_\infty$ norm, $\textbf{prox}_{α||\cdot||_\infty}(\mathbf{x})$, generally requires a sort of the input data, or at least a partial sort similar to quicksort. In order to avoid using a sort, we present an $O(m)$ approximation of $\textbf{prox}_{α||\cdot||_\infty}(\mathbf{x})$ using a neural network. A novel aspect of the network is that it is able to accept vectors of varying lengths due to a feature selection process that uses moments of the input data. We present results on the accuracy of the approximation, feature importance, and computational efficiency of the approach. We show that the network outperforms a "vanilla neural network" that does not use feature selection. We also present an algorithm with corresponding theory to calculate $\textbf{prox}_{α||\cdot||_\infty}(\mathbf{x})$ exactly, relate it to the Moreau decomposition, and compare its computational efficiency to that of the approximation.
