GCWSNet: Generalized Consistent Weighted Sampling for Scalable and Accurate Training of Neural Networks
Ping Li, Weijie Zhao

TL;DR
GCWSNet introduces a scalable hashing method that improves neural network training speed and accuracy by transforming data into binary form, enabling faster convergence and reduced computation, especially beneficial for single-epoch training scenarios.
Contribution
The paper proposes GCWS, a novel generalized consistent weighted sampling technique, and demonstrates its effectiveness in enhancing neural network training efficiency and accuracy across various datasets.
Findings
GCWSNet often achieves higher classification accuracy.
GCWSNet converges faster, sometimes within less than one epoch.
Binary input data reduces computational complexity.
Abstract
We develop the "generalized consistent weighted sampling" (GCWS) for hashing the "powered-GMM" (pGMM) kernel (with a tuning parameter ). It turns out that GCWS provides a numerically stable scheme for applying power transformation on the original data, regardless of the magnitude of and the data. The power transformation is often effective for boosting the performance, in many cases considerably so. We feed the hashed data to neural networks on a variety of public classification datasets and name our method ``GCWSNet''. Our extensive experiments show that GCWSNet often improves the classification accuracy. Furthermore, it is evident from the experiments that GCWSNet converges substantially faster. In fact, GCWS often reaches a reasonable accuracy with merely (less than) one epoch of the training process. This property is much desired because many applications, such as…
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
TopicsDomain Adaptation and Few-Shot Learning · Generative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications
