paper-with-me

Papers

Sorting out Lipschitz function approximation

2018-11-13 · Cem Anil, James Lucas, Roger Grosse

Training neural networks under a strict Lipschitz constraint is useful for provable adversarial robustness, generalization bounds, interpretable gradients, and Wasserstein distance estimation. By the composition property of Lipschitz functions, it suffices to ensure that each individual affine transformation or nonlinear activation is 1-Lipschitz. The challenge is to do this while maintaining the expressive power. We identify a necessary property for such an architecture: each of the layers must preserve the gradient norm during backpropagation. Based on this, we propose to combine a gradient norm preserving activation function, GroupSort, with norm-constrained weight matrices. We show that norm-constrained GroupSort architectures are universal Lipschitz function approximators. Empirically, we show that norm-constrained GroupSort networks achieve tighter estimates of Wasserstein distance than their ReLU counterparts and can achieve provable adversarial robustness guarantees with little cost to accuracy.

📄 PDF Abstract BibTeX arXiv:1811.05381

Code (1)

cemanil/LNets pytorch

Tasks

Adversarial RobustnessGeneralization Bounds

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Stability of sorting based embeddings

2024-10-07 · Radu Balan, Efstratios Tsoukanis, Matthias Wellershoff

Consider a group $G$ of order $M$ acting unitarily on a real inner product space $V$. We show that the sorting based embedding obtained by applying a general linear map $\alpha : \mathbb{R}^{M \times N} \to \mathbb{R}^D$…

Bi-Lipschitz Ansatz for Anti-Symmetric Functions

2025-03-06 · Nadav Dym, Jianfeng Lu, Matan Mizrachi

Motivated by applications for simulating quantum many body functions, we propose a new universal ansatz for approximating anti-symmetric functions. The main advantage of this ansatz over previous alternatives is that it …

Approximation theory for 1-Lipschitz ResNets

2025-05-17 · Davide Murari, Takashi Furuya, Carola-Bibiane Schönlieb

1-Lipschitz neural networks are fundamental for generative modelling, inverse problems, and robust classifiers. In this paper, we focus on 1-Lipschitz residual networks (ResNets) based on explicit Euler steps of negative…

Lipschitz-aware Linearity Grafting for Certified Robustness

2025-10-29 · Yongjin Han, Suhyun Kim arxiv

Lipschitz constant is a fundamental property in certified robustness, as smaller values imply robustness to adversarial examples when a model is confident in its prediction. However, identifying the worst-case adversaria…

Approximation Theory for Lipschitz Continuous Transformers

2026-02-17 · Takashi Furuya, Davide Murari, Carola-Bibiane Schönlieb arxiv

Stability and robustness are critical for deploying Transformers in safety-sensitive settings. A principled way to enforce such behavior is to constrain the model's Lipschitz constant. However, approximation-theoretic gu…