paper-with-me

Papers

Almost-Orthogonal Layers for Efficient General-Purpose Lipschitz Networks

2022-08-05 · Bernd Prach, Christoph H. Lampert

It is a highly desirable property for deep networks to be robust against small input changes. One popular way to achieve this property is by designing networks with a small Lipschitz constant. In this work, we propose a new technique for constructing such Lipschitz networks that has a number of desirable properties: it can be applied to any linear network layer (fully-connected or convolutional), it provides formal guarantees on the Lipschitz constant, it is easy to implement and efficient to run, and it can be combined with any training objective and optimization method. In fact, our technique is the first one in the literature that achieves all of these properties simultaneously. Our main contribution is a rescaling-based weight matrix parametrization that guarantees each network layer to have a Lipschitz constant of at most 1 and results in the learned weight matrices to be close to orthogonal. Hence we call such layers almost-orthogonal Lipschitz (AOL). Experiments and ablation studies in the context of image classification with certified robust accuracy confirm that AOL layers achieve results that are on par with most existing methods. Yet, they are simpler to implement and more broadly applicable, because they do not require computationally expensive matrix orthogonalization or inversion steps as part of the network architecture. We provide code at https://github.com/berndprach/AOL.

📄 PDF Abstract BibTeX arXiv:2208.03160

Code (1)

berndprach/aol 공식 구현 tf

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

A Unified Algebraic Perspective on Lipschitz Neural Networks

2023-03-06 · ICLR 2023 2 · Alexandre Araujo, Aaron Havens, Blaise Delattre, Alexandre Allauzen 외

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. Rece…

image-classificationImage ClassificationProvable Adversarial Defense

Exploiting Connections between Lipschitz Structures for Certifiably Robust Deep Equilibrium Models

2023-09-21 · NeurIPS 2023 11

Recently, deep equilibrium models (DEQs) have drawn increasing attention from the machine learning community. However, DEQs are much less understood in terms of certified robustness than their explicit network counterpar…

Enhancing Certified Robustness via Block Reflector Orthogonal Layers and Logit Annealing Loss

2025-05-21 · Bo-Han Lai, Pin-Han Huang, Bo-Han Kung, Shang-Tse Chen

Lipschitz neural networks are well-known for providing certified robustness in deep learning. In this paper, we present a novel, efficient Block Reflector Orthogonal (BRO) layer that enhances the capability of orthogonal…

Orthogonalizing Convolutional Layers with the Cayley Transform

2021-04-14 · ICLR 2021 1 · Asher Trockman, J. Zico Kolter

Recent work has highlighted several advantages of enforcing orthogonality in the weight layers of deep networks, such as maintaining the stability of activations, preserving gradient norms, and enhancing adversarial robu…

Adversarial Robustness

Orthogonium : A Unified, Efficient Library of Orthogonal and 1-Lipschitz Building Blocks

2026-01-20 · Thibaut Boissin, Franck Mamalet, Valentin Lafargue, Mathieu Serrurier arxiv

Orthogonal and 1-Lipschitz neural network layers are essential building blocks in robust deep learning architectures, crucial for certified adversarial robustness, stable generative models, and reliable recurrent network…

Adversarial Robustness