Active partitioning: inverting the paradigm of active learning
Marius Tacke, Matthias Busch, Kevin Linka, Christian J. Cyron, Roland C. Aydin

TL;DR
This paper introduces active partitioning, a novel algorithm that uses model competition to identify and separate functional patterns in datasets, leading to improved model specialization and performance.
Contribution
It presents a new partitioning method that inverts active learning by reinforcing model strengths, enabling better dataset understanding and enhanced regression performance.
Findings
Partitioning reveals distinct dataset patterns like stress and strain.
Active partitioning improves regression accuracy, reducing loss by up to 54%.
Models specializing in dataset partitions outperform single models.
Abstract
Datasets often incorporate various functional patterns related to different aspects or regimes, which are typically not equally present throughout the dataset. We propose a novel, general-purpose partitioning algorithm that utilizes competition between models to detect and separate these functional patterns. This competition is induced by multiple models iteratively submitting their predictions for the dataset, with the best prediction for each data point being rewarded with training on that data point. This reward mechanism amplifies each model's strengths and encourages specialization in different patterns. The specializations can then be translated into a partitioning scheme. The amplification of each model's strengths inverts the active learning paradigm: while active learning typically focuses the training of models on their weaknesses to minimize the number of required training…
Peer Reviews
Decision·ICLR 2025 Conference Withdrawn Submission
* The claims of the paper are easy to understand (though I dont quite believe them, see below) * The experimental results one of the datasets was interesting to read
TLDR; I dont think the contributions of the paper meet the conference bar. * There are lots of existing work on MOEs, this paper feels like re-inventing them from scratch. There is minimal mention to existing literature, no comparisons. * The experimental results are quite unconvincing. The scale of the datasets are just too small. Why not have larger capacity models which can learn more. The scale of the datasets + model sizes (the latter I suspect is also small), makes me question if partiti
1. Interesting new paradigm. Even though it's similar to the ideas of mixture of experts which are well-studies in current LLMs era, the idea of applying multiple experts and partitioning datasets are interesting in active learning literatures. 2. The number of datasets in experiments section is impressive, including 2 two-dimensional datasets and 22 datasets from UCI Machine Learning Repository.
1. Lack of related works: The author mentions mixture of experts algorithm in Section 2.2. There is a rich body of related works regarding applications of mixtures of experts on LLMs [1, 2, 3]. 2. Lack of theoretical justifications. Most of partitioning experiments have theoretical guarantees and more theoretical understandings would be helpful in understanding this algorithm. 3. Datasets are too simple and small scale. Code is not open-sourced. Datasets selected are mainly from UCI Machine Le
1. The writing in this paper is easy to understand, and the use of flowcharts and other visuals makes it easier to grasp the core methods and concepts. 2. The authors provide pseudocode and detailed parameter settings in the paper, and the code is included in the supplementary materials, ensuring the reproducibility of the work.
1. The number of dataset partitioning baselines compared is insufficient. In the related work section, the authors discuss other dataset partitioning methods, while the authors did not compare active partitioning with any of these methods. The authors may supplement the baselines or explain why there is no comparison between them. 2. The modular model tends to underperform compared to a single model when the split dataset using active partitioning exhibits one coherent pattern or when multiple
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Systems and Decision Making
MethodsSparse Evolutionary Training
