LGMLSep 18, 2024

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

arXiv:2409.12255v125 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the need for efficient and generalizable data subset selection in machine learning, though it appears incremental as it builds on existing subset selection approaches.

The paper tackles the problem of existing subset selection methods lacking generalizability across different neural network architectures by proposing SubSelNet, a trainable framework with transductive and inductive variants that outperforms several methods on real datasets.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes