paper-with-me

홈 › Papers

Contrastive Self-supervised Neural Architecture Search

2021-02-21 · Nam Nguyen, J. Morris Chang

This paper proposes a novel cell-based neural architecture search algorithm (NAS), which completely alleviates the expensive costs of data labeling inherited from supervised learning. Our algorithm capitalizes on the effectiveness of self-supervised learning for image representations, which is an increasingly crucial topic of computer vision. First, using only a small amount of unlabeled train data under contrastive self-supervised learning allow us to search on a more extensive search space, discovering better neural architectures without surging the computational resources. Second, we entirely relieve the cost for labeled data (by contrastive loss) in the search stage without compromising architectures' final performance in the evaluation phase. Finally, we tackle the inherent discrete search space of the NAS problem by sequential model-based optimization via the tree-parzen estimator (SMBO-TPE), enabling us to reduce the computational expense response surface significantly. An extensive number of experiments empirically show that our search algorithm can achieve state-of-the-art results with better efficiency in data labeling cost, searching time, and accuracy in final validation.

📄 PDF Abstract BibTeX arXiv:2102.10557

Code (1)

namnguyen0510/CSNAS 공식 구현 pytorch

Tasks

Neural Architecture SearchSelf-Supervised Learning

Similar Papers 제목 키워드 기반

An Investigation into the Performance of Non-Contrastive Self-Supervised Learning Methods for Network Intrusion Detection

2025-09-27 · Hamed Fard, Tobias Schalau, Gerhard Wunder arxiv

Network intrusion detection, a well-explored cybersecurity field, has predominantly relied on supervised learning algorithms in the past two decades. However, their limitations in detecting only known anomalies prompt th…

Network Intrusion DetectionSelf-Supervised LearningRepresentation Learning

A comprehensive solution to retrieval-based chatbot construction

2021-06-11 · Kristen Moore, Shenjun Zhong, Zhen He, Torsten Rudolf 외

In this paper we present the results of our experiments in training and deploying a self-supervised retrieval-based chatbot trained with contrastive learning for assisting customer support agents. In contrast to most exi…

Binary ClassificationChatbotContrastive LearningMulti-class Classification+1

Unsupervised Graph Neural Architecture Search with Disentangled Self-supervision

2024-03-08 · NeurIPS 2023 11 · Zeyang Zhang, Xin Wang, Ziwei Zhang, Guangyao Shen 외

The existing graph neural architecture search (GNAS) methods heavily rely on supervised labels during the search process, failing to handle ubiquitous scenarios where supervisions are not available. In this paper, we stu…

DisentanglementNeural Architecture Search

Self-Contrastive Learning: Single-viewed Supervised Contrastive Framework using Sub-network

2021-06-29 · Sangmin Bae, Sungnyun Kim, Jongwoo Ko, Gihun Lee 외

Contrastive loss has significantly improved performance in supervised classification tasks by using a multi-viewed framework that leverages augmentation and label information. The augmentation enables contrast with anoth…

Contrastive Learning

A Self-Supervised Descriptor for Image Copy Detection

2022-02-21 · CVPR 2022 1 · Ed Pizzi, Sreya Dutta Roy, Sugosh Nagavara Ravindra, Priya Goyal 외

Image copy detection is an important task for content moderation. We introduce SSCD, a model that builds on a recent self-supervised contrastive training objective. We adapt this method to the copy detection task by chan…

Contrastive LearningCopy Detectionimage-classificationImage Classification