paper-with-me

Papers

Heterogeneous Learning Rate Scheduling for Neural Architecture Search on Long-Tailed Datasets

2024-06-11 · Chenxia Tang

In this paper, we attempt to address the challenge of applying Neural Architecture Search (NAS) algorithms, specifically the Differentiable Architecture Search (DARTS), to long-tailed datasets where class distribution is highly imbalanced. We observe that traditional re-sampling and re-weighting techniques, which are effective in standard classification tasks, lead to performance degradation when combined with DARTS. To mitigate this, we propose a novel adaptive learning rate scheduling strategy tailored for the architecture parameters of DARTS when integrated with the Bilateral Branch Network (BBN) for handling imbalanced datasets. Our approach dynamically adjusts the learning rate of the architecture parameters based on the training epoch, preventing the disruption of well-trained representations in the later stages of training. Additionally, we explore the impact of branch mixing factors on the algorithm's performance. Through extensive experiments on the CIFAR-10 dataset with an artificially induced long-tailed distribution, we demonstrate that our method achieves comparable accuracy to using DARTS alone. And the experiment results suggest that re-sampling methods inherently harm the performance of the DARTS algorithm. Our findings highlight the importance of careful data augment when applying DNAS to imbalanced learning scenarios.

📄 PDF Abstract BibTeX arXiv:2406.07028

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchScheduling

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
DNAS 설명 없음
DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

HGT-Scheduler: Deep Reinforcement Learning for the Job Shop Scheduling Problem via Heterogeneous Graph Transformers

2026-03-06 · Bulent Soykan arxiv

The Job Shop Scheduling Problem (JSSP) is commonly formulated as a disjunctive graph in which nodes represent operations and edges encode technological precedence constraints as well as machine-sharing conflicts. Most ex…

Reinforcement Learning

DATS: Dispersive Stable Task Scheduling in Heterogeneous Fog Networks

2018-12-01 · Conference 2018 12 · Zening Liu, Xiumei Yang, Yang Yang, Kunlun Wang 외

Abstract—Fog computing has risen as a promising architecture for future Internet of Things (IoT), 5G and embedded artificial intelligence (AI) applications with stringent service delay requirements along the cloud to …

SchedulingSTS

Skrull: Towards Efficient Long Context Fine-tuning through Dynamic Data Scheduling

2025-05-26 · Hongtao Xu, Wenting Shen, Yuanxin Wei, Ang Wang 외

Long-context supervised fine-tuning (Long-SFT) plays a vital role in enhancing the performance of large language models (LLMs) on long-context tasks. To smoothly adapt LLMs to long-context scenarios, this process typical…

Scheduling

Inductive-bias-driven Reinforcement Learning For Efficient Schedules in Heterogeneous Clusters

2019-09-04 · Subho S. Banerjee, Saurabh Jha, Zbigniew T. Kalbarczyk, Ravishankar K. Iyer

The problem of scheduling of workloads onto heterogeneous processors (e.g., CPUs, GPUs, FPGAs) is of fundamental importance in modern data centers. Current system schedulers rely on application/system-specific heuristics…

Heuristic SearchInductive Biasreinforcement-learningReinforcement Learning+2

HYDRA: A Heterogeneous Chiplet DSE Framework for Serving Dynamic Hybrid LLM Workloads

2026-08-19 · Jiahao Lin, Alish Kanani, Sangwan Lee, Jaehyun Park 외 arxiv

Hybrid Transformer-Mamba large language models (LLMs) enhance long-context efficiency, but their heterogeneous computation and communication patterns complicate efficient hardware acceleration. Chiplet-based architecture…