Active Expansion Sampling for Learning Feasible Domains in an Unbounded Input Space
Wei Chen, Mark Fuge

TL;DR
This paper introduces Active Expansion Sampling (AES), a novel active learning method that efficiently identifies feasible domains in unbounded input spaces, overcoming limitations of fixed bounds in traditional methods.
Contribution
AES is the first method to adaptively expand input bounds during active learning, providing guarantees on misclassification loss within the explored region.
Findings
AES effectively identifies feasible domains in unbounded spaces.
AES outperforms fixed-bound methods like Neighborhood-Voronoi and straddle heuristic.
AES provides real-time feasibility prediction with theoretical guarantees.
Abstract
Many engineering problems require identifying feasible domains under implicit constraints. One example is finding acceptable car body styling designs based on constraints like aesthetics and functionality. Current active-learning based methods learn feasible domains for bounded input spaces. However, we usually lack prior knowledge about how to set those input variable bounds. Bounds that are too small will fail to cover all feasible domains; while bounds that are too large will waste query budget. To avoid this problem, we introduce Active Expansion Sampling (AES), a method that identifies (possibly disconnected) feasible domains over an unbounded input space. AES progressively expands our knowledge of the input space, and uses successive exploitation and exploration stages to switch between learning the decision boundary and searching for new feasible domains. We show that AES has a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Machine Learning and Data Classification · Imbalanced Data Classification Techniques
