Papers › An Algorithm for Learning Smaller Representations of Models With Scarce Data

An Algorithm for Learning Smaller Representations of Models With Scarce Data

15 Oct 2020arXiv:2010.07990archive 2025-07-28

Adrian de Wynter

We present a greedy algorithm for solving binary classification problems in situations where the dataset is either too small or not fully representative of the problem being solved, and obtaining more data is not possible. This algorithm is of particular interest when training small models that have trouble generalizing. It relies on a trained model with loose accuracy constraints, an iterative hyperparameter pruning procedure, and a function used to generate new data. Analysis on correctness and runtime complexity under ideal conditions and an extension to deep neural networks is provided. In the former case we obtain an asymptotic bound of O(|Θ²|(log|Θ| + |θ²| + T_f(| D|)) + S̅|Θ||E|), where |Θ| is the cardinality of the set of hyperparameters θ to be searched; |E| and |D| are the sizes of the evaluation and training datasets, respectively; S̅ and f̅ are the inference times for the trained model and the candidate model; and T_f(|D|) is a polynomial on |D| and f̅. Under these conditions, this algorithm returns a solution that is 1 ≤r ≤2(1 - 2^(-|Θ|)) times better than simply enumerating and training with any θ∈Θ. As part of our analysis of the generating function we also prove that, under certain assumptions, if an open cover of D has the same homology as the manifold where the support of the underlying probability distribution lies, then D is learnable, and viceversa.

PaperPDFCode

Code

alexa/bort mentioned on GitHubmxnet report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Binary Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Pruning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections