paper-with-me

홈 › Papers

Small Data, Big Decisions: Model Selection in the Small-Data Regime

2020-09-26 · ICML 2020 1 · Jorg Bornschein, Francesco Visin, Simon Osindero

Highly overparametrized neural networks can display curiously strong generalization performance - a phenomenon that has recently garnered a wealth of theoretical and empirical research in order to better understand it. In contrast to most previous work, which typically considers the performance as a function of the model size, in this paper we empirically study the generalization performance as the size of the training set varies over multiple orders of magnitude. These systematic experiments lead to some interesting and potentially very useful observations; perhaps most notably that training on smaller subsets of the data can lead to more reliable model selection decisions whilst simultaneously enjoying smaller computational costs. Our experiments furthermore allow us to estimate Minimum Description Lengths for common datasets given modern neural network architectures, thereby paving the way for principled model selection taking into account Occams-razor.

📄 PDF Abstract BibTeX arXiv:2009.12583

Code (0)

등록된 구현이 없습니다.

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Learning to Resolve Conflicts for Multi-Agent Path Finding with Conflict-Based Search

2020-12-10 · Taoan Huang, Bistra Dilkina, Sven Koenig

Conflict-Based Search (CBS) is a state-of-the-art algorithm for multi-agent path finding. At the high level, CBS repeatedly detects conflicts and resolves one of them by splitting the current problem into two subproblems…

Multi-Agent Path Finding

The Price of Local Fairness in Multistage Selection

2019-06-15 · Vitalii Emelianov, George Arvanitakis, Nicolas Gast, Krishna Gummadi 외

The rise of algorithmic decision making led to active researches on how to define and guarantee fairness, mostly focusing on one-shot decision making. In several important applications such as hiring, however, decisions …

AttributeDecision MakingFairness

Sampling Approach Matters: Active Learning for Robotic Language Acquisition

2020-11-16 · Nisha Pillai, Edward Raff, Francis Ferraro, Cynthia Matuszek

Ordering the selection of training data using active learning can lead to improvements in learning efficiently from smaller corpora. We present an exploration of active learning approaches applied to three grounded langu…

Active LearningDiversityfeature selectionLanguage Acquisition

The autofeat Python Library for Automated Feature Engineering and Selection

2019-01-22 · Franziska Horn, Robert Pack, Michael Rieger

This paper describes the autofeat Python library, which provides scikit-learn style linear regression and classification models with automated feature engineering and selection capabilities. Complex non-linear machine le…

Automated Feature EngineeringFeature Engineeringregression

When Routing Collapses: On the Degenerate Convergence of LLM Routers

2026-02-03 · Guannan Lai, Han-Jia Ye arxiv

LLM routing aims to achieve a favorable quality--cost trade-off by dynamically assigning easy queries to smaller models and harder queries to stronger ones. However, across both unimodal and multimodal settings, we uncov…