paper-with-me

홈 › Papers

One-Pass Learning via Bridging Orthogonal Gradient Descent and Recursive Least-Squares

2022-07-28 · Youngjae Min, Kwangjun Ahn, Navid Azizan

While deep neural networks are capable of achieving state-of-the-art performance in various domains, their training typically requires iterating for many passes over the dataset. However, due to computational and memory constraints and potential privacy concerns, storing and accessing all the data is impractical in many real-world scenarios where the data arrives in a stream. In this paper, we investigate the problem of one-pass learning, in which a model is trained on sequentially arriving data without retraining on previous datapoints. Motivated by the increasing use of overparameterized models, we develop Orthogonal Recursive Fitting (ORFit), an algorithm for one-pass learning which seeks to perfectly fit every new datapoint while changing the parameters in a direction that causes the least change to the predictions on previous datapoints. By doing so, we bridge two seemingly distinct algorithms in adaptive filtering and machine learning, namely the recursive least-squares (RLS) algorithm and orthogonal gradient descent (OGD). Our algorithm uses the memory efficiently by exploiting the structure of the streaming data via an incremental principal component analysis (IPCA). Further, we show that, for overparameterized linear models, the parameter vector obtained by our algorithm is what stochastic gradient descent (SGD) would converge to in the standard multi-pass setting. Finally, we generalize the results to the nonlinear setting for highly overparameterized models, relevant for deep learning. Our experiments show the effectiveness of the proposed method compared to the baselines.

📄 PDF Abstract BibTeX arXiv:2207.13853

Code (0)

등록된 구현이 없습니다.

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

Optimal Rates for $O(1)$-Smooth DP-SCO with a Single Epoch and Large Batches

2024-06-04 · Christopher A. Choquette-Choo, Arun Ganesh, Abhradeep Thakurta

In this paper we revisit the DP stochastic convex optimization (SCO) problem. For convex smooth losses, it is well-known that the canonical DP-SGD (stochastic gradient descent) achieves the optimal rate of $O\left(\frac{…

Federated Learning

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

Deeply Shared Filter Bases for Parameter-Efficient Convolutional Neural Networks

2020-06-09 · NeurIPS 2021 12 · Woochul Kang, Daeyeon Kim

Modern convolutional neural networks (CNNs) have massive identical convolution blocks, and, hence, recursive sharing of parameters across these blocks has been proposed to reduce the amount of parameters. However, naive …

image-classificationImage Classificationobject-detectionObject Detection

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…