paper-with-me

홈 › Papers

Contrastive Learning for Object Detection

2022-08-12 · Rishab Balasubramanian, Kunal Rathore

Contrastive learning is commonly used as a method of self-supervised learning with the "anchor" and "positive" being two random augmentations of a given input image, and the "negative" is the set of all other images. However, the requirement of large batch sizes and memory banks has made it difficult and slow to train. This has motivated the rise of Supervised Contrasative approaches that overcome these problems by using annotated data. We look to further improve supervised contrastive learning by ranking classes based on their similarity, and observe the impact of human bias (in the form of ranking) on the learned representations. We feel this is an important question to address, as learning good feature embeddings has been a long sought after problem in computer vision.

📄 PDF Abstract BibTeX arXiv:2208.06412

Code (1)

rishabbala/contrastive_learning_for_object_detection 공식 구현 pytorch

Tasks

Contrastive LearningObjectobject-detectionObject DetectionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

FSCE: Few-Shot Object Detection via Contrastive Proposal Encoding

2021-03-10 · CVPR 2021 1 · Bo Sun, Banghuai Li, Shengcai Cai, Ye Yuan 외

Emerging interests have been brought to recognize previously unseen objects given very few training examples, known as few-shot object detection (FSOD). Recent researches demonstrate that good feature embedding is the ke…

Contrastive LearningCross-Domain Few-Shot Object DetectionFew-Shot LearningFew-Shot Object Detection+4

Contrastive View Design Strategies to Enhance Robustness to Domain Shifts in Downstream Object Detection

2022-12-09 · Kyle Buettner, Adriana Kovashka

Contrastive learning has emerged as a competitive pretraining method for object detection. Despite this progress, there has been minimal investigation into the robustness of contrastively pretrained detectors when faced …

Contrastive LearningObjectobject-detectionObject Detection

Video Salient Object Detection via Contrastive Features and Attention Modules

2021-11-03 · Yi-Wen Chen, Xiaojie Jin, Xiaohui Shen, Ming-Hsuan Yang

Video salient object detection aims to find the most visually distinctive objects in a video. To explore the temporal dependencies, existing methods usually resort to recurrent neural networks or optical flow. However, t…

Contrastive LearningObjectobject-detectionObject Detection+7

Aligning Pretraining for Detection via Object-Level Contrastive Learning

2021-06-04 · NeurIPS 2021 12 · Fangyun Wei, Yue Gao, Zhirong Wu, Han Hu 외

Image-level contrastive representation learning has proven to be highly effective as a generic model for transfer learning. Such generality for transfer learning, however, sacrifices specificity if we are interested in a…

Contrastive LearningObjectobject-detectionObject Detection+4

DetCo: Unsupervised Contrastive Learning for Object Detection

2021-02-09 · ICCV 2021 10 · Enze Xie, Jian Ding, Wenhai Wang, Xiaohang Zhan 외

Unsupervised contrastive learning achieves great success in learning image representations with CNN. Unlike most recent methods that focused on improving accuracy of image classification, we present a novel contrastive l…

Contrastive Learningimage-classificationImage ClassificationObject+1