English

Efficient Data Subset Selection to Generalize Training Across Models: Transductive and Inductive Networks

Machine Learning 2024-09-20 v1 Machine Learning

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 SubSelNet\texttt{SubSelNet}, 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 SubSelNet\texttt{SubSelNet}. The first variant is transductive (called as Transductive-SubSelNet\texttt{SubSelNet}) 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-SubSelNet\texttt{SubSelNet}) 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

Keywords

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

R2 v1 2026-06-28T18:49:28.866Z