AgenticRS-EnsNAS: Ensemble-Decoupled Self-Evolving Architecture Search
Yun Chen, Moyu Zhang, Jinxin Hu, Yu Zhang, Xiaoyi Zeng

TL;DR
This paper introduces Ensemble-Decoupled Architecture Search, a framework that predicts ensemble performance from single models, significantly reducing computational costs in neural architecture search for ensemble systems.
Contribution
It proposes a novel theoretical framework and practical algorithms to decouple ensemble evaluation from architecture search, enabling efficient NAS in ensemble-based industrial systems.
Findings
Reduces per-candidate search cost from O(M) to O(1)
Provides theoretical conditions for monotonic ensemble improvement
Unifies multiple solution strategies for different architecture types
Abstract
Neural Architecture Search (NAS) deployment in industrial production systems faces a fundamental validation bottleneck: verifying a single candidate architecture pi requires evaluating the deployed ensemble of M models, incurring prohibitive O(M) computational cost per candidate. This cost barrier severely limits architecture iteration frequency in real-world applications where ensembles (M=50-200) are standard for robustness. This work introduces Ensemble-Decoupled Architecture Search, a framework that leverages ensemble theory to predict system-level performance from single-learner evaluation. We establish the Ensemble-Decoupled Theory with a sufficient condition for monotonic ensemble improvement under homogeneity assumptions: a candidate architecture pi yields lower ensemble error than the current baseline if rho(pi) < rho(pi_old) - (M / (M - 1)) * (Delta E(pi) / sigma^2(pi)), where…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Advanced Software Engineering Methodologies · Advanced Neural Network Applications
