Papers › A Unified Algebraic Perspective on Lipschitz Neural Networks

A Unified Algebraic Perspective on Lipschitz Neural Networks

6 Mar 2023ICLR 2023 2arXiv:2303.03169archive 2025-07-28

Alexandre Araujo, Aaron Havens, Blaise Delattre, Alexandre Allauzen, Bin Hu

Important research efforts have focused on the design and training of neural networks with a controlled Lipschitz constant. The goal is to increase and sometimes guarantee the robustness against adversarial attacks. Recent promising techniques draw inspirations from different backgrounds to design 1-Lipschitz neural networks, just to name a few: convex potential layers derive from the discretization of continuous dynamical systems, Almost-Orthogonal-Layer proposes a tailored method for matrix rescaling. However, it is today important to consider the recent and promising contributions in the field under a common theoretical lens to better design new and improved layers. This paper introduces a novel algebraic perspective unifying various types of 1-Lipschitz neural networks, including the ones previously mentioned, along with methods based on orthogonality and spectral methods. Interestingly, we show that many existing techniques can be derived and generalized via finding analytical solutions of a common semidefinite programming (SDP) condition. We also prove that AOL biases the scaled weight to the ones which are close to the set of orthogonal matrices in a certain mathematical manner. Moreover, our algebraic condition, combined with the Gershgorin circle theorem, readily leads to new and diverse parameterizations for 1-Lipschitz network layers. Our approach, called SDP-based Lipschitz Layers (SLL), allows us to design non-trivial yet efficient generalization of convex potential layers. Finally, the comprehensive set of experiments on image classification shows that SLLs outperform previous approaches on certified robust accuracy. Code is available at https://github.com/araujoalexandre/Lipschitz-SLL-Networks.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.03169")

Code

Syntology Ran 2 of 4 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

araujoalexandre/lipschitz-sll-networks officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

4 samples harvested; 2 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran
2unverified

Licence: 0 of the 4 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from araujoalexandre/lipschitz-sll-networks. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

SDPBasedLipschitzConvLayer araujoalexandre/lipschitz-sll-networks/core/models/layers.py official repository ran fingerprinted Apache-2.0 (permissive) · a53f2e98004de3e5 · report
safe_inv araujoalexandre/lipschitz-sll-networks/core/models/layers.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 78b329790b439bbe · report
eval_certified araujoalexandre/lipschitz-sll-networks/reproduce_tables.py official repository unverified Apache-2.0 (permissive) · 176682a411532153 · report
safe_inv araujoalexandre/lipschitz-sll-networks/core/models/layers.py official repository unverified Apache-2.0 (permissive) · 5da48aeb96343d0a · report

Tasks

Image ClassificationProvable Adversarial Defenseimage-classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Provable Adversarial Defense CIFAR-10 SLL X-Large Accuracy 70.3 #1 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-10 SLL Large Accuracy 69.8 #2 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-10 SLL Medium Accuracy 69.1 #3 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-10 SLL Small Accuracy 68.1 #4 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-100 SLL X-Large Accuracy 42.7 #1 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-100 SLL Large Accuracy 42.1 #2 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-100 SLL Medium Accuracy 41.5 #3 of 4 Archive leaderboard report
Provable Adversarial Defense CIFAR-100 SLL Small Accuracy 40.7 #4 of 4 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections