paper-with-me

Papers

Debugging using Orthogonal Gradient Descent

2022-06-17 · Narsimha Chilkuri, Chris Eliasmith

In this report we consider the following problem: Given a trained model that is partially faulty, can we correct its behaviour without having to train the model from scratch? In other words, can we ``debug" neural networks similar to how we address bugs in our mathematical models and standard computer code. We base our approach on the hypothesis that debugging can be treated as a two-task continual learning problem. In particular, we employ a modified version of a continual learning algorithm called Orthogonal Gradient Descent (OGD) to demonstrate, via two simple experiments on the MNIST dataset, that we can in-fact \textit{unlearn} the undesirable behaviour while retaining the general performance of the model, and we can additionally \textit{relearn} the appropriate behaviour, both without having to train the model from scratch.

📄 PDF Abstract BibTeX arXiv:2206.08489

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

ONG: Orthogonal Natural Gradient Descent

2025-08-24 · Yajat Yadav, Patrick Mendoza, Jathin Korrapati arxiv

Orthogonal Gradient Descent (OGD) has emerged as a powerful method for continual learning. However, its Euclidean projections do not leverage the underlying information-geometric structure of the problem, which can lead …

Continual LearningRotated MNIST

Fisher-Orthogonal Projected Natural Gradient Descent for Continual Learning

2026-01-19 · Ishir Garg, Neel Kolhe, Andy Peng, Rohan Gopalam arxiv

Continual learning aims to enable neural networks to acquire new knowledge on sequential tasks. However, the key challenge in such settings is to learn new tasks without catastrophically forgetting previously learned tas…

Continual Learning

Deep orthogonal linear networks are shallow

2020-11-27 · Pierre Ablin

We consider the problem of training a deep orthogonal linear network, which consists of a product of orthogonal matrices, with no non-linearity in-between. We show that training the weights with Riemannian gradient desce…

Implicit Bias of Gradient Descent for Two-layer ReLU and Leaky ReLU Networks on Nearly-orthogonal Data

2023-10-29 · NeurIPS 2023 11

The implicit bias towards solutions with favorable properties is believed to be a key reason why neural networks trained by gradient-based optimization can generalize well. While the implicit bias of gradient flow has be…

Evading Adversarial Example Detection Defenses with Orthogonal Projected Gradient Descent

2021-06-28 · ICLR 2022 4 · Oliver Bryniarski, Nabeel Hingun, Pedro Pachuca, Vincent Wang 외

Evading adversarial example detection defenses requires finding adversarial examples that must simultaneously (a) be misclassified by the model and (b) be detected as non-adversarial. We find that existing attacks that a…