LGAIJun 11, 2024

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

arXiv:2406.07028v1
Originality Incremental advance
AI Analysis

This addresses the problem of performance degradation in NAS algorithms for imbalanced datasets, which is incremental as it adapts existing methods to a specific scenario.

The paper tackled the challenge of applying Neural Architecture Search (DARTS) to long-tailed datasets by proposing an adaptive learning rate scheduling strategy for architecture parameters, achieving comparable accuracy to DARTS alone on CIFAR-10 with an induced long-tailed distribution.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes