paper-with-me

홈 › Papers

Dynamic Ensemble of Low-fidelity Experts: Mitigating NAS "Cold-Start"

2023-02-02 · Junbo Zhao, Xuefei Ning, Enshu Liu, Binxin Ru, Zixuan Zhou, Tianchen Zhao, Chen Chen, Jiajin Zhang, Qingmin Liao, Yu Wang

Predictor-based Neural Architecture Search (NAS) employs an architecture performance predictor to improve the sample efficiency. However, predictor-based NAS suffers from the severe ``cold-start'' problem, since a large amount of architecture-performance data is required to get a working predictor. In this paper, we focus on exploiting information in cheaper-to-obtain performance estimations (i.e., low-fidelity information) to mitigate the large data requirements of predictor training. Despite the intuitiveness of this idea, we observe that using inappropriate low-fidelity information even damages the prediction ability and different search spaces have different preferences for low-fidelity information types. To solve the problem and better fuse beneficial information provided by different types of low-fidelity information, we propose a novel dynamic ensemble predictor framework that comprises two steps. In the first step, we train different sub-predictors on different types of available low-fidelity information to extract beneficial knowledge as low-fidelity experts. In the second step, we learn a gating network to dynamically output a set of weighting coefficients conditioned on each input neural architecture, which will be used to combine the predictions of different low-fidelity experts in a weighted sum. The overall predictor is optimized on a small set of actual architecture-performance data to fuse the knowledge from different low-fidelity experts to make the final prediction. We conduct extensive experiments across five search spaces with different architecture encoders under various experimental settings. Our method can easily be incorporated into existing predictor-based NAS frameworks to discover better architectures.

📄 PDF Abstract BibTeX arXiv:2302.00932

Code (1)

A-LinCui/DELE 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

FedCoE: Bridging Generalization and Personalization via Federated Coordinated Dual-level MoEs

2026-05-20 · Penglin Dai, Fulian Li, Xincao Xu, Junhua Wang 외 arxiv

Federated Learning (FL) has emerged as a promising paradigm for privacy-preserving distributed learning. However, existing FL methods face a fundamental challenge. Traditional averaging-based approaches suffer from param…

Federated Learning

Cold & Warm Net: Addressing Cold-Start Users in Recommender Systems

2023-09-27 · Xiangyu Zhang, Zongqiang Kuang, Zehao Zhang, Fan Huang 외

Cold-start recommendation is one of the major challenges faced by recommender systems (RS). Herein, we focus on the user cold-start problem. Recently, methods utilizing side information or meta-learning have been used to…

Knowledge DistillationMeta-LearningRecommendation Systems

Continual learning with the neural tangent ensemble

2024-08-30 · Ari S. Benjamin, Christian Pehle, Kyle Daruwalla

A natural strategy for continual learning is to weigh a Bayesian ensemble of fixed functions. This suggests that if a (single) neural network could be interpreted as an ensemble, one could design effective algorithms tha…

Continual Learningvalid

TriMoE: Augmenting GPU with AMX-Enabled CPU and DIMM-NDP for High-Throughput MoE Inference via Offloading

2026-03-01 · Yudong Pan, Yintao He, Tianhua Han, Lian Liu 외 arxiv

To deploy large Mixture-of-Experts (MoE) models cost-effectively, offloading-based single-GPU heterogeneous inference is crucial. While GPU-CPU architectures that offload cold experts are constrained by host memory bandw…

HalluClear: Diagnosing, Evaluating and Mitigating Hallucinations in GUI Agents

2026-04-19 · Chao Jin, Wenkui Yang, Hao Sun, Yuqi Liao 외 arxiv

While progress in GUI agents has been largely driven by industrial-scale training, ungrounded hallucinations often trigger cascading failures in real-world deployments.Unlike general VLM domains, the GUI agent field lack…