LGCVOct 23, 2021

Towards a Robust Differentiable Architecture Search under Label Noise

arXiv:2110.12197v15 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust NAS for noisy data, which is incremental as it adapts existing differentiable NAS methods to handle label noise.

The paper tackles the problem of Neural Architecture Search (NAS) performance degradation under label noise by introducing a noise-injecting operation based on the information bottleneck principle, which prevents learning from noisy samples and outperforms specialized noisy-label algorithms without requiring prior noise knowledge.

Neural Architecture Search (NAS) is the game changer in designing robust neural architectures. Architectures designed by NAS outperform or compete with the best manual network designs in terms of accuracy, size, memory footprint and FLOPs. That said, previous studies focus on developing NAS algorithms for clean high quality data, a restrictive and somewhat unrealistic assumption. In this paper, focusing on the differentiable NAS algorithms, we show that vanilla NAS algorithms suffer from a performance loss if class labels are noisy. To combat this issue, we make use of the principle of information bottleneck as a regularizer. This leads us to develop a noise injecting operation that is included during the learning process, preventing the network from learning from noisy samples. Our empirical evaluations show that the noise injecting operation does not degrade the performance of the NAS algorithm if the data is indeed clean. In contrast, if the data is noisy, the architecture learned by our algorithm comfortably outperforms algorithms specifically equipped with sophisticated mechanisms to learn in the presence of label noise. In contrast to many algorithms designed to work in the presence of noisy labels, prior knowledge about the properties of the noise and its characteristics are not required for our algorithm.

Foundations

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

Your Notes