paper-with-me

Papers

Towards a Robust Differentiable Architecture Search under Label Noise

2021-10-23 · Christian Simon, Piotr Koniusz, Lars Petersson, Yan Han, Mehrtash Harandi

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.

📄 PDF Abstract BibTeX arXiv:2110.12197

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Differentiable NAS 설명 없음

Similar Papers 제목 키워드 기반

UnrealNAS: Can We Search Neural Architectures with Unreal Data?

2022-05-04 · Zhen Dong, Kaicheng Zhou, Guohao Li, Qiang Zhou 외

Neural architecture search (NAS) has shown great success in the automatic design of deep neural networks (DNNs). However, the best way to use data to search network architectures is still unclear and under exploration. P…

Neural Architecture Search

Differentiable Architecture Search for Adversarially Robust Quantum Computer Vision

2026-01-26 · Mohamed Afane, Quanjiang Long, Haoting Shen, Ying Mao 외 arxiv

Current quantum neural networks suffer from extreme sensitivity to both adversarial perturbations and hardware noise, creating a significant barrier to real-world deployment. Existing robustness techniques typically sacr…

Computational Efficiency

END$^2$: Robust Dual-Decoder Watermarking Framework Against Non-Differentiable Distortions

2024-12-13 · Nan Sun, Han Fang, Yuxing Lu, Chengxin Zhao 외

DNN-based watermarking methods have rapidly advanced, with the ``Encoder-Noise Layer-Decoder'' (END) framework being the most widely used. To ensure end-to-end training, the noise layer in the framework must be different…

Decoder

$μ$DARTS: Model Uncertainty-Aware Differentiable Architecture Search

2021-07-24 · Biswadeep Chakraborty, Saibal Mukhopadhyay

We present a Model Uncertainty-aware Differentiable ARchiTecture Search ($\mu$DARTS) that optimizes neural networks to simultaneously achieve high accuracy and low uncertainty. We introduce concrete dropout within DARTS …

modelNeural Architecture Search

DSRNA: Differentiable Search of Robust Neural Architectures

2020-12-11 · CVPR 2021 1 · Ramtin Hosseini, Xingyi Yang, Pengtao Xie

In deep learning applications, the architectures of deep neural networks are crucial in achieving high accuracy. Many methods have been proposed to search for high-performance neural architectures automatically. However,…