paper-with-me

홈 › Papers

DATA: Domain-Aware and Task-Aware Self-supervised Learning

2022-03-17 · CVPR 2022 1 · Qing Chang, Junran Peng, Lingxie Xie, Jiajun Sun, Haoran Yin, Qi Tian, Zhaoxiang Zhang

The paradigm of training models on massive data without label through self-supervised learning (SSL) and finetuning on many downstream tasks has become a trend recently. However, due to the high training costs and the unconsciousness of downstream usages, most self-supervised learning methods lack the capability to correspond to the diversities of downstream scenarios, as there are various data domains, different vision tasks and latency constraints on models. Neural architecture search (NAS) is one universally acknowledged fashion to conquer the issues above, but applying NAS on SSL seems impossible as there is no label or metric provided for judging model selection. In this paper, we present DATA, a simple yet effective NAS approach specialized for SSL that provides Domain-Aware and Task-Aware pre-training. Specifically, we (i) train a supernet which could be deemed as a set of millions of networks covering a wide range of model scales without any label, (ii) propose a flexible searching mechanism compatible with SSL that enables finding networks of different computation costs, for various downstream vision tasks and data domains without explicit metric provided. Instantiated With MoCo v2, our method achieves promising results across a wide range of computation costs on downstream tasks, including image classification, object detection and semantic segmentation. DATA is orthogonal to most existing SSL methods and endows them the ability of customization on downstream needs. Extensive experiments on other SSL methods demonstrate the generalizability of the proposed method. Code is released at https://github.com/GAIA-vision/GAIA-ssl

📄 PDF Abstract BibTeX arXiv:2203.09041

Code (1)

gaia-vision/gaia-ssl 공식 구현 pytorch

Tasks

image-classificationImage ClassificationModel SelectionNeural Architecture Searchobject-detectionObject DetectionSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Random Gaussian Blur Random Gaussian Blur is an image data augmentation technique where we randomly blur the image using a Gaussian distribution. Image Source:…
InfoNCE 설명 없음
MoCo v2 MoCo v2 is an improved version of the Momentum Contrast self-supervised learning algorithm. Motivated by the findings presented in…
Batch Normalization 설명 없음
MoCo 설명 없음

Similar Papers 제목 키워드 기반

Minimal and Mechanistic Conditions for Behavioral Self-Awareness in LLMs

2025-11-06 · Matthew Bozoukov, Matthew Nguyen, Shubkarman Singh, Bart Bussmann 외 arxiv

Recent studies have revealed that LLMs can exhibit behavioral self-awareness: the ability to accurately describe or predict their own learned behaviors without explicit supervision. This capability raises safety concerns…

Geometry-Aware Self-Training for Unsupervised Domain Adaptationon Object Point Clouds

2021-08-20 · Longkun Zou, Hui Tang, Ke Chen, Kui Jia

The point cloud representation of an object can have a large geometric variation in view of inconsistent data acquisition procedure, which thus leads to domain discrepancy due to diverse and uncontrollable shape represen…

Domain AdaptationPoint Cloud ClassificationRepresentation LearningUnsupervised Domain Adaptation

Geometry-Aware Self-Training for Unsupervised Domain Adaptation on Object Point Clouds

2021-01-01 · ICCV 2021 10 · Longkun Zou, Hui Tang, Ke Chen, Kui Jia

The point cloud representation of an object can have a large geometric variation in view of inconsistent data acquisition procedure, which thus leads to domain discrepancy due to diverse and uncontrollable shape repr…

Domain AdaptationPoint Cloud ClassificationRepresentation LearningUnsupervised Domain Adaptation

Uncertainty-Aware Model Adaptation for Unsupervised Cross-Domain Object Detection

2021-08-28 · Minjie Cai, Minyi Luo, Xionghu Zhong, Hao Chen

This work tackles the unsupervised cross-domain object detection problem which aims to generalize a pre-trained object detector to a new target domain without labels. We propose an uncertainty-aware model adaptation meth…

Domain AdaptationObjectobject-detectionObject Detection

Shared & Domain Self-Adaptive Experts with Frequency-Aware Discrimination for Continual Test-Time Adaptation

2025-07-01 · JianChao Zhao, Chenhao Ding, Songlin Dong, Jiangyang Li 외 arxiv

This paper focuses on the Continual Test-Time Adaptation (CTTA) task, aiming to enable an agent to continuously adapt to evolving target domains while retaining previously acquired domain knowledge for effective reuse wh…

Test-time Adaptation