ICLR 2023poster5 citations

DynaMS: Dyanmic Margin Selection for Efficient Deep Learning

Jiaxing Wang, Yong Li, Jingwei Zhuo, Xupeng Shi, WEIZHONG ZHANG, Lixing Gong, Tong Tao, Pengzhang Liu

Abstract

The great success of deep learning is largely driven by training over-parameterized models on massive datasets. To avoid excessive computation, extracting and training only on the most informative subset is drawing increasing attention. Nevertheless, it is still an open question how to select such a subset on which the model trained generalizes on par with the full data. In this paper, we propose dynamic margin selection (DynaMS). DynaMS leverages the distance from candidate samples to the classification boundary to construct the subset, and the subset is dynamically updated during model training. We show that DynaMS converges with large probability, and for the first time show both in theory and practice that dynamically updating the subset can result in better generalization over previous works. To reduce the additional computation incurred by the selection, a light parameter sharing proxy (PSP) is designed. PSP is able to faithfully evaluate instances with respect to the current model, which is necessary for dynamic selection. Extensive analysis and experiments demonstrate the superiority of the proposed approach in data selection against many state-of-the-art counterparts on benchmark datasets.

efficient trainingdata selection
BibTeX
@inproceedings{
wang2023dynams,
title={Dyna{MS}: Dyanmic Margin Selection for Efficient Deep Learning},
author={Jiaxing Wang and Yong Li and Jingwei Zhuo and Xupeng Shi and WEIZHONG ZHANG and Lixing Gong and Tong Tao and Pengzhang Liu and Yongjun Bao and Weipeng Yan},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=7oPAgqxNb20}
}