paper-with-me

Papers

Importance-Aware Scheduling for High-Dimensional Hyperparameter Optimization

2026-06-08 · Ruinan Wang, Ian Nabney, Mohammad Golbabaee arxiv

Hyperparameter Optimization (HPO) is essential for building high-performing ML/DL models, yet conventional optimizers often struggle in high-dimensional spaces where evaluations are costly and progress is diluted across many low-impact variables. We propose Greedy Importance First (GIF), an importance-aware scheduling strategy that uses a small-sample warm start to estimate hyperparameter importance, forms importance-based groups, allocates trials proportionally, and retains a full-space fallback. We evaluate GIF under fixed evaluation budgets on five anisotropic analytic functions, Bayesmark, and NAS-Bench-301. On the higher-dimensional benchmarks, GIF reaches better incumbents with faster convergence than TPE, BOHB, Random Search, and Sequential Grouping. On Bayesmark, where the effective dimensionality is smaller, GIF remains competitive but the margins are smaller. Ablation studies show that importance estimation, proportional allocation, and the fallback step all contribute to the gains. We also verify that the HIA component recovers the intended anisotropy on the analytic benchmarks. These results suggest that GIF is a simple and plug-compatible way to improve sample efficiency in high-dimensional HPO.

📄 PDF Abstract BibTeX arXiv:2606.10068

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

GATES: Cost-aware Dynamic Workflow Scheduling via Graph Attention Networks and Evolution Strategy

2025-05-18 · Ya Shen, Gang Chen, Hui Ma, Mengjie Zhang

Cost-aware Dynamic Workflow Scheduling (CADWS) is a key challenge in cloud computing, focusing on devising an effective scheduling policy to efficiently schedule dynamically arriving workflow tasks, represented as Direct…

Cloud ComputingDeep Reinforcement LearningGraph AttentionScheduling

Quantile Learn-Then-Test: Quantile-Based Risk Control for Hyperparameter Optimization

2024-07-24 · Amirmohammad Farzaneh, Sangwoo Park, Osvaldo Simeone

The increasing adoption of Artificial Intelligence (AI) in engineering problems calls for the development of calibration methods capable of offering robust statistical reliability guarantees. The calibration of black box…

Hyperparameter OptimizationScheduling

Uplink Scheduling in Federated Learning: an Importance-Aware Approach via Graph Representation Learning

2023-01-27 · Marco Skocaj, Pedro Enrique Iturria Rivera, Roberto Verdone, Melike Erol-Kantarci

Federated Learning (FL) has emerged as a promising framework for distributed training of AI-based services, applications, and network procedures in 6G. One of the major challenges affecting the performance and efficiency…

Federated LearningGraph Representation LearningInductive BiasRepresentation Learning+1

Scheduling for Cellular Federated Edge Learning with Importance and Channel Awareness

2020-04-01 · Jinke Ren, Yinghui He, Dingzhu Wen, Guanding Yu 외

In cellular federated edge learning (FEEL), multiple edge devices holding local data jointly train a neural network by communicating learning updates with an access point without exchanging their data samples. With very …

DiversityScheduling

Feature Importance Guided Random Forest Learning with Simulated Annealing Based Hyperparameter Tuning

2025-10-31 · Kowshik Balasubramanian, Andre Williams, Ismail Butun arxiv

This paper introduces a novel framework for enhancing Random Forest classifiers by integrating probabilistic feature sampling and hyperparameter tuning via Simulated Annealing. The proposed framework exhibits substantial…

Feature ImportanceAnomaly Detection