Efficient SGD Neural Network Training via Sublinear Activated Neuron Identification
Lianke Qin, Zhao Song, Yuanyuan Yang

TL;DR
This paper introduces a novel geometric data structure that enables rapid identification of activated neurons in neural networks, significantly reducing training time while maintaining convergence guarantees.
Contribution
It proposes a static half-space report data structure for shifted ReLU networks, enabling sublinear activated neuron identification and providing convergence proof.
Findings
Achieves sublinear time neuron activation identification
Provides convergence guarantee with $O(M^2/psilon^2)$ complexity
Applicable to fully connected two-layer neural networks
Abstract
Deep learning has been widely used in many fields, but the model training process usually consumes massive computational resources and time. Therefore, designing an efficient neural network training method with a provable convergence guarantee is a fundamental and important research question. In this paper, we present a static half-space report data structure that consists of a fully connected two-layer neural network for shifted ReLU activation to enable activated neuron identification in sublinear time via geometric search. We also prove that our algorithm can converge in time with network size quadratic in the coefficient norm upper bound and error term .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Domain Adaptation and Few-Shot Learning · Model Reduction and Neural Networks
