Skip to main content

Showing 1–11 of 11 results for author: Tejankar, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2304.01482  [pdf, other

    cs.CV

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

    Authors: A**kya Tejankar, Maziar Sanjabi, Qifan Wang, Sinong Wang, Hamed Firooz, Hamed Pirsiavash, Liang Tan

    Abstract: 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 can exploit. This work aims to defend self-supervised learning against such attacks. We use a three-st… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

    Comments: Accepted to CVPR 2023

  2. arXiv:2206.08477  [pdf, other

    cs.CV cs.CR cs.LG

    Backdoor Attacks on Vision Transformers

    Authors: Akshayvarun Subramanya, Aniruddha Saha, Soroush Abbasi Koohpayegani, A**kya Tejankar, Hamed Pirsiavash

    Abstract: Vision Transformers (ViT) have recently demonstrated exemplary performance on a variety of vision tasks and are being used as an alternative to CNNs. Their design is based on a self-attention mechanism that processes images as a sequence of patches, which is quite different compared to CNNs. Hence it is interesting to study if ViTs are vulnerable to backdoor attacks. Backdoor attacks happen when a… ▽ More

    Submitted 16 June, 2022; originally announced June 2022.

  3. arXiv:2201.05131  [pdf, other

    cs.CV

    SimReg: Regression as a Simple Yet Effective Tool for Self-supervised Knowledge Distillation

    Authors: K L Navaneet, Soroush Abbasi Koohpayegani, A**kya Tejankar, Hamed Pirsiavash

    Abstract: Feature regression is a simple way to distill large neural network models to smaller ones. We show that with simple changes to the network architecture, regression can outperform more complex state-of-the-art approaches for knowledge distillation from self-supervised models. Surprisingly, the addition of a multi-layer perceptron head to the CNN backbone is beneficial even if used only during disti… ▽ More

    Submitted 13 January, 2022; originally announced January 2022.

    Comments: In BMVC 2021. Code available at: https://github.com/UCDvision/simreg

  4. arXiv:2112.13884  [pdf, other

    cs.CV

    A Fistful of Words: Learning Transferable Visual Models from Bag-of-Words Supervision

    Authors: A**kya Tejankar, Maziar Sanjabi, Bichen Wu, Saining Xie, Madian Khabsa, Hamed Pirsiavash, Hamed Firooz

    Abstract: Using natural language as a supervision for training visual recognition models holds great promise. Recent works have shown that if such supervision is used in the form of alignment between images and captions in large training datasets, then the resulting aligned models perform well on zero-shot classification as downstream tasks2. In this paper, we focus on teasing out what parts of the language… ▽ More

    Submitted 5 January, 2022; v1 submitted 27 December, 2021; originally announced December 2021.

  5. arXiv:2112.04607  [pdf, other

    cs.CV

    Constrained Mean Shift Using Distant Yet Related Neighbors for Representation Learning

    Authors: KL Navaneet, Soroush Abbasi Koohpayegani, A**kya Tejankar, Kossar Pourahmadi, Akshayvarun Subramanya, Hamed Pirsiavash

    Abstract: 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 close to the query by design, the averaging may not affect the embedding of the query much. On the other… ▽ More

    Submitted 14 October, 2022; v1 submitted 8 December, 2021; originally announced December 2021.

    Comments: Code is available at https://github.com/UCDvision/CMSF. arXiv admin note: text overlap with arXiv:2110.10309

  6. arXiv:2110.10309  [pdf, other

    cs.CV

    Constrained Mean Shift for Representation Learning

    Authors: A**kya Tejankar, Soroush Abbasi Koohpayegani, Hamed Pirsiavash

    Abstract: We are interested in representation learning from labeled or unlabeled data. Inspired by recent success of self-supervised learning (SSL), we develop a non-contrastive representation learning method that can exploit additional knowledge. This additional knowledge may come from annotated labels in the supervised setting or an SSL model from another modality in the SSL setting. Our main idea is to g… ▽ More

    Submitted 19 October, 2021; originally announced October 2021.

  7. arXiv:2105.10123  [pdf, other

    cs.CV

    Backdoor Attacks on Self-Supervised Learning

    Authors: Aniruddha Saha, A**kya Tejankar, Soroush Abbasi Koohpayegani, Hamed Pirsiavash

    Abstract: 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 crops) of an image should produce similar embeddings. We show that such methods are vulnerable to bac… ▽ More

    Submitted 8 June, 2022; v1 submitted 21 May, 2021; originally announced May 2021.

    Comments: CVPR 2022 (Oral)

  8. arXiv:2105.07269  [pdf, other

    cs.CV

    Mean Shift for Self-Supervised Learning

    Authors: Soroush Abbasi Koohpayegani, A**kya Tejankar, Hamed Pirsiavash

    Abstract: Most recent self-supervised learning (SSL) algorithms learn features by contrasting between instances of images or by clustering the images and then contrasting between the image clusters. We introduce a simple mean-shift algorithm that learns representations by grou** images together without contrasting between them or adopting much of prior on the structure of the clusters. We simply "shift" t… ▽ More

    Submitted 10 September, 2021; v1 submitted 15 May, 2021; originally announced May 2021.

  9. arXiv:2012.09259  [pdf, other

    cs.CV

    ISD: Self-Supervised Learning by Iterative Similarity Distillation

    Authors: A**kya Tejankar, Soroush Abbasi Koohpayegani, Vipin Pillai, Paolo Favaro, Hamed Pirsiavash

    Abstract: Recently, contrastive learning has achieved great results in self-supervised learning, where the main idea is to push two augmentations of an image (positive pairs) closer compared to other random images (negative pairs). We argue that not all random images are equal. Hence, we introduce a self supervised learning algorithm where we use a soft similarity for the negative images rather than a binar… ▽ More

    Submitted 10 September, 2021; v1 submitted 16 December, 2020; originally announced December 2020.

  10. arXiv:2010.14713  [pdf, other

    cs.CV cs.LG

    CompRess: Self-Supervised Learning by Compressing Representations

    Authors: Soroush Abbasi Koohpayegani, A**kya Tejankar, Hamed Pirsiavash

    Abstract: 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. In this work, instead of designing a new pseudo task for self-supervised learning, we develop a mod… ▽ More

    Submitted 27 October, 2020; originally announced October 2020.

  11. arXiv:1912.11903  [pdf, other

    cs.CV

    A simple baseline for domain adaptation using rotation prediction

    Authors: A**kya Tejankar, Hamed Pirsiavash

    Abstract: Recently, domain adaptation has become a hot research area with lots of applications. The goal is to adapt a model trained in one domain to another domain with scarce annotated data. We propose a simple yet effective method based on self-supervised learning that outperforms or is on par with most state-of-the-art algorithms, e.g. adversarial domain adaptation. Our method involves two phases: predi… ▽ More

    Submitted 26 December, 2019; originally announced December 2019.