paper-with-me

홈 › Papers

Orthogonal Over-Parameterized Training

2020-04-09 · CVPR 2021 1 · Weiyang Liu, Rongmei Lin, Zhen Liu, James M. Rehg, Liam Paull, Li Xiong, Le Song, Adrian Weller

The inductive bias of a neural network is largely determined by the architecture and the training algorithm. To achieve good generalization, how to effectively train a neural network is of great importance. We propose a novel orthogonal over-parameterized training (OPT) framework that can provably minimize the hyperspherical energy which characterizes the diversity of neurons on a hypersphere. By maintaining the minimum hyperspherical energy during training, OPT can greatly improve the empirical generalization. Specifically, OPT fixes the randomly initialized weights of the neurons and learns an orthogonal transformation that applies to these neurons. We consider multiple ways to learn such an orthogonal transformation, including unrolling orthogonalization algorithms, applying orthogonal parameterization, and designing orthogonality-preserving gradient descent. For better scalability, we propose the stochastic OPT which performs orthogonal transformation stochastically for partial dimensions of neurons. Interestingly, OPT reveals that learning a proper coordinate system for neurons is crucial to generalization. We provide some insights on why OPT yields better generalization. Extensive experiments validate the superiority of OPT over the standard training.

📄 PDF Abstract BibTeX arXiv:2004.04690

Code (1)

wy1iu/OPT tf

Tasks

DiversityInductive BiasRolling Shutter Correction

Similar Papers 제목 키워드 기반

On the Inductive Bias of a CNN for Distributions with Orthogonal Patterns

2021-01-01 · Alon Brutzkus, Amir Globerson

Training overparameterized convolutional neural networks with gradient based optimization is the most successful learning method for image classification. However, their generalization properties are far from understood.…

image-classificationImage ClassificationInductive Bias

Reparameterized LLM Training via Orthogonal Equivalence Transformation

2025-06-09 · Zeju Qiu, Simon Buchholz, Tim Z. Xiao, Maximilian Dax 외

While large language models (LLMs) are driving the rapid advancement of artificial intelligence, effectively and reliably training these large models remains one of the field's most significant challenges. To address thi…

Overparameterized random feature regression with nearly orthogonal data

2022-11-11 · Zhichao Wang, Yizhe Zhu

We investigate the properties of random feature ridge regression (RFRR) given by a two-layer neural network with random Gaussian initialization. We study the non-asymptotic behaviors of the RFRR with nearly orthogonal de…

regression

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 …

Parameter-free Sentence Embedding via Orthogonal Basis

2018-09-30 · IJCNLP 2019 11 · Ziyi Yang, Chenguang Zhu, Weizhu Chen

We propose a simple and robust non-parameterized approach for building sentence representations. Inspired by the Gram-Schmidt Process in geometric theory, we build an orthogonal basis of the subspace spanned by a word an…

SentenceSentence EmbeddingSentence-EmbeddingWord Embeddings