paper-with-me

홈 › Papers

Surrogate assisted diversity estimation in neural ensemble search

2026-07-29 · Alexandr Udeneev, Petr Babkin, Oleg Bakhteev arxiv

Ensembles are a standard way to improve the performance and robustness of deep neural networks, but their effectiveness crucially depends on both the quality and the diversity of individual models. Most neural architecture search (NAS) methods are computationally expensive. Extending them to neural ensemble search (NES), which requires joint optimization of individual architectures and their ensemble composition, leads to an exponential growth of the search space and makes the problem computationally intractable. To address this, we introduce a dual-objective surrogate-guided ensemble search: candidate architectures are represented as directed acyclic graphs, and two surrogate models are trained independently to estimate predictive accuracy and diversity potential. Their combined estimates guide an NES framework that efficiently identifies architectures that are both individually strong and collectively diverse. Our final ensemble achieves competitive or superior performance compared to standard baselines such as Deep Ensembles and Random Search on FashionMNIST, CIFAR-10, and CIFAR-100.

📄 PDF Abstract BibTeX arXiv:2607.26940

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Surrogate-assisted evolutionary framework with an ensemble of teaching-learning and differential evolution for expensive optimization

2024-06-28 · journal 2024 6 · Xin Lin

Surrogate-Assisted Evolutionary Algorithms (SAEAs) integrate Evolutionary Algorithms (EAs) with surrogate models to reduce the actual number of expensive function evaluations and have been widely used in solving Expensiv…

DiversityEvolutionary Algorithms

A Novel Surrogate-assisted Evolutionary Algorithm Applied to Partition-based Ensemble Learning

2021-04-16 · Arkadiy Dushatskiy, Tanja Alderliesten, Peter A. N. Bosman

We propose a novel surrogate-assisted Evolutionary Algorithm for solving expensive combinatorial optimization problems. We integrate a surrogate model, which is used for fitness value estimation, into a state-of-the-art …

Bayesian OptimizationCombinatorial OptimizationEnsemble Learning

Augmenting Novelty Search with a Surrogate Model to Engineer Meta-Diversity in Ensembles of Classifiers

2022-01-30 · Rui P. Cardoso, Emma Hart, David Burth Kurka, Jeremy V. Pitt

Using Neuroevolution combined with Novelty Search to promote behavioural diversity is capable of constructing high-performing ensembles for classification. However, using gradient descent to train evolved architectures d…

Diversity

A Reinforcement Learning-assisted Genetic Programming Algorithm for Team Formation Problem Considering Person-Job Matching

2023-04-08 · Yangyang Guo, Hao Wang, Lei He, Witold Pedrycz 외

An efficient team is essential for the company to successfully complete new projects. To solve the team formation problem considering person-job matching (TFP-PJM), a 0-1 integer programming model is constructed, which c…

Decision Makingreinforcement-learning

A RankNet-Inspired Surrogate-Assisted Hybrid Metaheuristic for Expensive Coverage Optimization

2025-01-13 · Tongyu Wu, Changhao Miao, Yuntian Zhang, Fang Deng 외

Coverage optimization generally involves deploying a set of facilities to best satisfy the demands of specified points, with broad applications in fields such as location science and sensor networks. Recent applications …

Evolutionary Algorithms