paper-with-me

홈 › Papers

Information Geometry of Dropout Training

2022-06-22 · Masanari Kimura, Hideitsu Hino

Dropout is one of the most popular regularization techniques in neural network training. Because of its power and simplicity of idea, dropout has been analyzed extensively and many variants have been proposed. In this paper, several properties of dropout are discussed in a unified manner from the viewpoint of information geometry. We showed that dropout flattens the model manifold and that their regularization performance depends on the amount of the curvature. Then, we showed that dropout essentially corresponds to a regularization that depends on the Fisher information, and support this result from numerical experiments. Such a theoretical analysis of the technique from a different perspective is expected to greatly assist in the understanding of neural networks, which are still in their infancy.

📄 PDF Abstract BibTeX arXiv:2206.10936

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

PairDropGS: Paired Dropout-Induced Consistency Regularization for Sparse-View Gaussian Splatting

2026-05-12 · Hantang Li, Qiang Zhu, Xiandong Meng, Xingtao Wang 외 arxiv

Dropout-based sparse-view 3D Gaussian Splatting (3DGS) methods alleviate overfitting by randomly suppressing Gaussian primitives during training. Existing methods mainly focus on designing increasingly sophisticated drop…

Representation Learning

A Combinatorial Theory of Dropout: Subnetworks, Graph Geometry, and Generalization

2025-04-20 · Sahil Rajesh Dhayalkar

We propose a combinatorial and graph-theoretic theory of dropout by modeling training as a random walk over a high-dimensional graph of binary subnetworks. Each node represents a masked version of the network, and dropou…

From Random to Supervised: A Novel Dropout Mechanism Integrated with Global Information

2018-08-24 · CONLL 2018 10 · Hengru Xu, Shen Li, Renfen Hu, Si Li 외

Dropout is used to avoid overfitting by randomly dropping units from the neural networks during training. Inspired by dropout, this paper presents GI-Dropout, a novel dropout method integrating with global information to…

ClassificationGeneral ClassificationSentiment Analysistext-classification+2

Phase Diagram of Dropout for Two-Layer Neural Networks in the Mean-Field Regime

2025-10-08 · Lénaïc Chizat, Pierre Marion, Yerkin Yesbay arxiv

Dropout is a standard training technique for neural networks that consists of randomly deactivating units at each step of their gradient-based training. It is known to improve performance in many settings, including in t…

Dropout Training, Data-dependent Regularization, and Generalization Bounds

2018-07-01 · ICML 2018 7 · Wenlong Mou, Yuchen Zhou, Jun Gao, Li-Wei Wang

We study the problem of generalization guarantees for dropout training. A general framework is first proposed for learning procedures with random perturbation on model parameters. The generalization error is bounded…

Generalization Bounds