English

Graph Learning with Loss-Guided Training

Machine Learning 2020-06-02 v1 Machine Learning

Abstract

Classically, ML models trained with stochastic gradient descent (SGD) are designed to minimize the average loss per example and use a distribution of training examples that remains {\em static} in the course of training. Research in recent years demonstrated, empirically and theoretically, that significant acceleration is possible by methods that dynamically adjust the training distribution in the course of training so that training is more focused on examples with higher loss. We explore {\em loss-guided training} in a new domain of node embedding methods pioneered by {\sc DeepWalk}. These methods work with implicit and large set of positive training examples that are generated using random walks on the input graph and therefore are not amenable for typical example selection methods. We propose computationally efficient methods that allow for loss-guided training in this framework. Our empirical evaluation on a rich collection of datasets shows significant acceleration over the baseline static methods, both in terms of total training performed and overall computation.

Keywords

Cite

@article{arxiv.2006.00460,
  title  = {Graph Learning with Loss-Guided Training},
  author = {Eliav Buchnik and Edith Cohen},
  journal= {arXiv preprint arXiv:2006.00460},
  year   = {2020}
}

Comments

14 pages, 8 figures, 6 tables. to be published in Grades NDA 2020, Joint Workshop on Graph Data Management Experiences & Systems (GRADES) and Network Data Analytics (NDA)

R2 v1 2026-06-23T15:56:22.510Z