Efficient Data Subset Selection to Generalize Training Across Models: Transductive and Inductive Networks
Abstract
Existing subset selection methods for efficient learning predominantly employ discrete combinatorial and model-specific approaches which lack generalizability. For an unseen architecture, one cannot use the subset chosen for a different model. To tackle this problem, we propose , a trainable subset selection framework, that generalizes across architectures. Here, we first introduce an attention-based neural gadget that leverages the graph structure of architectures and acts as a surrogate to trained deep neural networks for quick model prediction. Then, we use these predictions to build subset samplers. This naturally provides us two variants of . The first variant is transductive (called as Transductive-) which computes the subset separately for each model by solving a small optimization problem. Such an optimization is still super fast, thanks to the replacement of explicit model training by the model approximator. The second variant is inductive (called as Inductive-) which computes the subset using a trained subset selector, without any optimization. Our experiments show that our model outperforms several methods across several real datasets
Cite
@article{arxiv.2409.12255,
title = {Efficient Data Subset Selection to Generalize Training Across Models: Transductive and Inductive Networks},
author = {Eeshaan Jain and Tushar Nandy and Gaurav Aggarwal and Ashish Tendulkar and Rishabh Iyer and Abir De},
journal= {arXiv preprint arXiv:2409.12255},
year = {2024}
}
Comments
Published at NeurIPS 2023