paper-with-me

홈 › Papers

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

2024-09-18 · NeurIPS 2023 11 · Eeshaan Jain, Tushar Nandy, Gaurav Aggarwal, Ashish Tendulkar, Rishabh Iyer, Abir De

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

📄 PDF Abstract BibTeX arXiv:2409.12255

Code (1)

structlearning/subselnet 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Chasing Random: Instruction Selection Strategies Fail to Generalize

2024-10-19 · Harshita Diddee, Daphne Ippolito

Prior work has shown that language models can be tuned to follow user instructions using only a small set of high-quality instructions. This has accelerated the development of methods that filter a large, noisy instructi…

You Only Train Once: Differentiable Subset Selection for Omics Data

2025-12-19 · Daphné Chopard, Jorge da Silva Gonçalves, Irene Cannistraci, Thomas M. Sutter 외 arxiv

Selecting compact and informative gene subsets from single-cell transcriptomic data is essential for biomarker discovery, improving interpretability, and cost-effective profiling. However, most existing feature selection…

Multi-Task Learning

A Fast Greedy Algorithm for Generalized Column Subset Selection

2013-12-24 · Ahmed K. Farahat, Ali Ghodsi, Mohamed S. Kamel

This paper defines a generalized column subset selection problem which is concerned with the selection of a few columns from a source matrix A that best approximate the span of a target matrix B. The paper then proposes …

ProbMoE: Differentiable Probabilistic Routing for Mixture-of-Experts

2026-06-01 · Heng Zhao, Zilei Shao, Guy Van den Broeck, Zhe Zeng arxiv

Mixture-of-Experts (MoE) models scale by activating only a small subset of experts per token. However, training such models remains challenging because top-$k$ routing is discrete and non-differentiable, requiring gradie…

BWS: Best Window Selection Based on Sample Scores for Data Pruning across Broad Ranges

2024-06-05 · Hoyong Choi, Nohyun Ki, Hye Won Chung

Data subset selection aims to find a smaller yet informative subset of a large dataset that can approximate the full-dataset training, addressing challenges associated with training neural networks on large-scale dataset…