← Search

Ajinkya Tejankar

6 accepted papers

2023

Defending Against Patch-Based Backdoor Attacks on Self-Supervised Learning

CVPR 2023poster

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim trains an SSL model on it, the final model will have a backdoor that the adversary ca…

2022

Backdoor Attacks on Self-Supervised Learning

CVPR 2022oral

Large-scale unlabeled data has spurred recent progress in self-supervised learning methods that learn rich visual representations. State-of-the-art self-supervised methods for learning representations from images (e.g., MoCo, BYOL, MSF) use an inductive bias that random augmentations (e.g., random c…

Cited by 133PDFcodeScholar
2022

Constrained Mean Shift Using Distant Yet Related Neighbors for Representation Learning

ECCV 2022poster

"We are interested in representation learning in self-supervised, supervised, and semi-supervised settings. Some recent self-supervised learning methods like mean-shift (MSF) cluster images by pulling the embedding of a query image to be closer to its nearest neighbors (NNs). Since most NNs are clos…

2021

ISD: Self-Supervised Learning by Iterative Similarity Distillation

ICCV 2021poster

Recently, contrastive learning has achieved great results in self-supervised learning, where the main idea is to pull two augmentations of an image (positive pairs) closer compared to other random images (negative pairs). We argue that not all negative images are equally negative. Hence, we introduc…

Cited by 66PDFcodeScholar
2020

CompRess: Self-Supervised Learning by Compressing Representations

NeurIPS 2020poster

Self-supervised learning aims to learn good representations with unlabeled data. Recent works have shown that larger models benefit more from self-supervised learning than smaller models. As a result, the gap between supervised and self-supervised learning has been greatly reduced for larger models.…