paper-with-me

Papers

TiCo: Transformation Invariance and Covariance Contrast for Self-Supervised Visual Representation Learning

2022-06-21 · Jiachen Zhu, Rafael M. Moraes, Serkan Karakulak, Vlad Sobol, Alfredo Canziani, Yann Lecun

We present Transformation Invariance and Covariance Contrast (TiCo) for self-supervised visual representation learning. Similar to other recent self-supervised learning methods, our method is based on maximizing the agreement among embeddings of different distorted versions of the same image, which pushes the encoder to produce transformation invariant representations. To avoid the trivial solution where the encoder generates constant vectors, we regularize the covariance matrix of the embeddings from different images by penalizing low rank solutions. By jointly minimizing the transformation invariance loss and covariance contrast loss, we get an encoder that is able to produce useful representations for downstream tasks. We analyze our method and show that it can be viewed as a variant of MoCo with an implicit memory bank of unlimited size at no extra memory cost. This makes our method perform better than alternative methods when using small batch sizes. TiCo can also be seen as a modification of Barlow Twins. By connecting the contrastive and redundancy-reduction methods together, TiCo gives us new insights into how joint embedding methods work.

📄 PDF Abstract BibTeX arXiv:2206.10698

Code (2)

lightly-ai/lightly pytorch
sayannag/TiCo-pytorch pytorch

Tasks

Representation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Batch Normalization 설명 없음
Barlow Twins Barlow Twins is a self-supervised learning method that applies redundancy-reduction — a principle first proposed in neuroscience — to self supervised learning. The objective…
MoCo 설명 없음

Similar Papers 제목 키워드 기반

Learning Online Visual Invariances for Novel Objects via Supervised and Self-Supervised Training

2021-10-04 · Valerio Biscione, Jeffrey S. Bowers

Humans can identify objects following various spatial transformations such as scale and viewpoint. This extends to novel objects, after a single presentation at a single pose, sometimes referred to as online invariance. …

Data AugmentationTranslation

On Compositions of Transformations in Contrastive Self-Supervised Learning

2020-03-09 · ICCV 2021 10 · Mandela Patrick, Yuki M. Asano, Polina Kuznetsova, Ruth Fong 외

In the image domain, excellent representations can be learned by inducing invariance to content-preserving transformations via noise contrastive learning. In this paper, we generalize contrastive learning to a wider set …

Action RecognitionAudio ClassificationContrastive LearningRepresentation Learning+1

Time-Equivariant Contrastive Video Representation Learning

2021-12-07 · ICCV 2021 10 · Simon Jenni, Hailin Jin

We introduce a novel self-supervised contrastive learning method to learn representations from unlabelled videos. Existing approaches ignore the specifics of input distortions, e.g., by learning invariance to temporal tr…

Action RecognitionContrastive LearningRepresentation LearningRetrieval+1

Explicit homography estimation improves contrastive self-supervised learning

2021-01-12 · David Torpey, Richard Klein

The typical contrastive self-supervised algorithm uses a similarity measure in latent space as the supervision signal by contrasting positive and negative images directly or indirectly. Although the utility of self-super…

Contrastive LearningHomography EstimationSelf-Supervised Learning

Improving Transformation Invariance in Contrastive Representation Learning

2020-10-19 · ICLR 2021 1 · Adam Foster, Rattana Pukdee, Tom Rainforth

We propose methods to strengthen the invariance properties of representations obtained by contrastive learning. While existing approaches implicitly induce a degree of invariance as representations are learned, we look t…

Contrastive LearningRepresentation Learning