paper-with-me

Papers

Self-Supervised Representation Learning by Rotation Feature Decoupling

2019-06-01 · CVPR 2019 6 · Zeyu Feng, Chang Xu, Dacheng Tao

We introduce a self-supervised learning method that focuses on beneficial properties of representation and their abilities in generalizing to real-world tasks. The method incorporates rotation invariance into the feature learning framework, one of many good and well-studied properties of visual representation, which is rarely appreciated or exploited by previous deep convolutional neural network based self-supervised representation learning methods. Specifically, our model learns a split representation that contains both rotation related and unrelated parts. We train neural networks by jointly predicting image rotations and discriminating individual instances. In particular, our model decouples the rotation discrimination from instance discrimination, which allows us to improve the rotation prediction by mitigating the influence of rotation label noise, as well as discriminate instances without regard to image rotations. The resulting feature has a better generalization ability for more various tasks. Experimental results show that our model outperforms current state-of-the-art methods on standard self-supervised feature learning benchmarks.

📄 PDF Abstract BibTeX

Code (1)

philiptheother/FeatureDecoupling pytorch

Tasks

Representation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Adam 설명 없음
1-bit Adam 1-bit Adam is a stochastic optimization technique that is a variant of…

Similar Papers 제목 키워드 기반

Feature Decoupling in Self-supervised Representation Learning for Open Set Recognition

2022-09-28 · Jingyun Jia, Philip K. Chan

Assuming unknown classes could be present during classification, the open set recognition (OSR) task aims to classify an instance into a known class or reject it as unknown. In this paper, we use a two-stage training str…

Open Set LearningRepresentation Learning

Direct Coloring for Self-Supervised Enhanced Feature Decoupling

2024-12-03 · Salman Mohamadi, Gianfranco Doretto, Donald A. Adjeroh

The success of self-supervised learning (SSL) has been the focus of multiple recent theoretical and empirical studies, including the role of data augmentation (in feature decoupling) as well as complete and dimensional r…

Data AugmentationRepresentation LearningSelf-Supervised Learning

RI-MAE: Rotation-Invariant Masked AutoEncoders for Self-Supervised Point Cloud Representation Learning

2024-08-31 · Kunming Su, Qiuxia Wu, Panpan Cai, Xiaogang Zhu 외

Masked point modeling methods have recently achieved great success in self-supervised learning for point cloud data. However, these methods are sensitive to rotations and often exhibit sharp performance drops when encoun…

Representation LearningSelf-Supervised Learning

Countering Noisy Labels By Learning From Auxiliary Clean Labels

2019-05-23 · Tsung Wei Tsai, Chongxuan Li, Jun Zhu

We consider the learning from noisy labels (NL) problem which emerges in many real-world applications. In addition to the widely-studied synthetic noise in the NL literature, we also consider the pseudo labels in semi-su…

Survey on Self-supervised Representation Learning Using Image Transformations

2022-02-17 · Muhammad Ali, Sayed Hashim

Deep neural networks need huge amount of training data, while in real world there is a scarcity of data available for training purposes. To resolve these issues, self-supervised learning (SSL) methods are used. SSL using…

Object RecognitionRepresentation LearningSelf-Supervised LearningSurvey