Contrastive Neural Architecture Search with Neural Architecture Comparators
Yaofo Chen, Yong Guo, Qi Chen, Minli Li, Wei Zeng, Yaowei Wang,, Mingkui Tan

TL;DR
This paper introduces CTNAS, a neural architecture search method that uses a learned comparator to rank architectures based on comparison rather than absolute performance, improving efficiency and accuracy.
Contribution
The paper proposes a novel contrastive NAS approach using a neural architecture comparator, addressing data scarcity and improving search efficiency.
Findings
Outperforms existing NAS methods in multiple search spaces
Efficiently utilizes limited labeled data through comparison-based learning
Theoretically links comparator learning to ranking optimization
Abstract
One of the key steps in Neural Architecture Search (NAS) is to estimate the performance of candidate architectures. Existing methods either directly use the validation performance or learn a predictor to estimate the performance. However, these methods can be either computationally expensive or very inaccurate, which may severely affect the search efficiency and performance. Moreover, as it is very difficult to annotate architectures with accurate performance on specific tasks, learning a promising performance predictor is often non-trivial due to the lack of labeled data. In this paper, we argue that it may not be necessary to estimate the absolute performance for NAS. On the contrary, we may need only to understand whether an architecture is better than a baseline one. However, how to exploit this comparison information as the reward and how to well use the limited labeled data…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
