LGCVMar 2, 2021

Learning with Hyperspherical Uniformity

arXiv:2103.01649v349 citations
AI Analysis

This addresses the need for stronger regularization in neural networks to improve generalization, though it appears incremental as it builds on existing regularization methods.

The paper tackles the problem of insufficient regularization in over-parameterized neural networks by proposing hyperspherical uniformity as a novel family of relational regularizations that impact neuron interactions, with effectiveness justified through theoretical insights and empirical evaluations.

Due to the over-parameterization nature, neural networks are a powerful tool for nonlinear function approximation. In order to achieve good generalization on unseen data, a suitable inductive bias is of great importance for neural networks. One of the most straightforward ways is to regularize the neural network with some additional objectives. L2 regularization serves as a standard regularization for neural networks. Despite its popularity, it essentially regularizes one dimension of the individual neuron, which is not strong enough to control the capacity of highly over-parameterized neural networks. Motivated by this, hyperspherical uniformity is proposed as a novel family of relational regularizations that impact the interaction among neurons. We consider several geometrically distinct ways to achieve hyperspherical uniformity. The effectiveness of hyperspherical uniformity is justified by theoretical insights and empirical evaluations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes