Papers › Preventing Gradient Attenuation in Lipschitz Constrained Convolutional Networks

Preventing Gradient Attenuation in Lipschitz Constrained Convolutional Networks

3 Nov 2019NeurIPS 2019 12arXiv:1911.00937archive 2025-07-28

Qiyang Li, Saminul Haque, Cem Anil, James Lucas, Roger Grosse, Jörn-Henrik Jacobsen

Lipschitz constraints under L2 norm on deep neural networks are useful for provable adversarial robustness bounds, stable training, and Wasserstein distance estimation. While heuristic approaches such as the gradient penalty have seen much practical success, it is challenging to achieve similar practical performance while provably enforcing a Lipschitz constraint. In principle, one can design Lipschitz constrained architectures using the composition property of Lipschitz functions, but Anil et al. recently identified a key obstacle to this approach: gradient norm attenuation. They showed how to circumvent this problem in the case of fully connected networks by designing each layer to be gradient norm preserving. We extend their approach to train scalable, expressive, provably Lipschitz convolutional networks. In particular, we present the Block Convolution Orthogonal Parameterization (BCOP), an expressive parameterization of orthogonal convolution operations. We show that even though the space of orthogonal convolutions is disconnected, the largest connected component of BCOP with 2n channels can represent arbitrary BCOP convolutions over n channels. Our BCOP parameterization allows us to train large convolutional networks with provable Lipschitz bounds. Empirically, we find that it is competitive with existing approaches to provable adversarial robustness and Wasserstein distance estimation.

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="1911.00937")

Code

Syntology Ran 10 of 14 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 4 ran · fixture could not drive it; 1 ran with no contract checked.

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

ColinQiyangLi/LConvNet officialmentioned in papermentioned on GitHubpytorch 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

14 samples harvested; 10 ran; 1 honoured the contract we drafted; 4 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 · honoured contract
4ran · our draft was wrong
4ran · fixture could not drive it
1ran
4unverified

Licence: 0 of the 14 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 ColinQiyangLi/LConvNet. “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.

bjorck_orthonormalize ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · c6d2da76d5fbb78a · report
block_orth ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · our draft was wrong MIT (permissive) · 67faa492a8df483a · report
conv2d_cyclic_pad ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0e56ee61b3f7a88d · report
conv_singular_values_numpy ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · fixture could not drive it MIT (permissive) · 8c6d22a2cf2995bc · report
cyclic_pad_2d ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · a03b76e7e8b7145d · report
dict_to_tensor ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran MIT (permissive) · 2bdb69b2570e1bd8 · report
matrix_conv ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · our draft was wrong MIT (permissive) · 20d0aab322225a36 · report
orthogonal_matrix ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · honoured contract fingerprinted MIT (permissive) · 6e1165eb18d80570 · report
power_iteration ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 264dacf0aae30538 · report
symmetric_projection ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 246c26b7c160c814 · report
BCOP ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository unverified MIT (permissive) · 568d86e4f1f7b544 · report
LipschitzModuleL2 ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository unverified MIT (permissive) · b3df67d1d29dafde · report
StreamlinedModule ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository unverified MIT (permissive) · 33d734483d94ad69 · report
convolution_orthogonal_generator_projs ColinQiyangLi/LConvNet/lconvnet/layers/bcop.py official repository unverified MIT (permissive) · 5a14b8c3f447240f · report

Tasks

Adversarial Robustness

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

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