paper-with-me

Papers

Self-EMD: Self-Supervised Object Detection without ImageNet

2020-11-27 · Songtao Liu, Zeming Li, Jian Sun

In this paper, we propose a novel self-supervised representation learning method, Self-EMD, for object detection. Our method directly trained on unlabeled non-iconic image dataset like COCO, instead of commonly used iconic-object image dataset like ImageNet. We keep the convolutional feature maps as the image embedding to preserve spatial structures and adopt Earth Mover's Distance (EMD) to compute the similarity between two embeddings. Our Faster R-CNN (ResNet50-FPN) baseline achieves 39.8% mAP on COCO, which is on par with the state of the art self-supervised methods pre-trained on ImageNet. More importantly, it can be further improved to 40.4% mAP with more unlabeled images, showing its great potential for leveraging more easily obtained unlabeled data. Code will be made available.

📄 PDF Abstract BibTeX arXiv:2011.13677

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIPool 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Self-Supervised Object Detection via Generative Image Synthesis

2021-10-19 · ICCV 2021 10 · Siva Karthik Mustikovela, Shalini De Mello, Aayush Prakash, Umar Iqbal 외

We present SSOD, the first end-to-end analysis-by synthesis framework with controllable GANs for the task of self-supervised object detection. We use collections of real world images without bounding box annotations to l…

Image GenerationObjectobject-detectionObject Detection

HASSOD: Hierarchical Adaptive Self-Supervised Object Detection

2024-02-05 · NeurIPS 2023 11 · Shengcao Cao, Dhiraj Joshi, Liang-Yan Gui, Yu-Xiong Wang

The human visual perception system demonstrates exceptional capabilities in learning without explicit supervision and understanding the part-to-whole composition of objects. Drawing inspiration from these two abilities, …

Objectobject-detectionObject DetectionSelf-Supervised Learning

Towards Unsupervised Object Detection From LiDAR Point Clouds

2023-11-03 · CVPR 2023 1 · Lunjun Zhang, Anqi Joyce Yang, Yuwen Xiong, Sergio Casas 외

In this paper, we study the problem of unsupervised object detection from 3D point clouds in self-driving scenes. We present a simple yet effective method that exploits (i) point clustering in near-range areas where the …

Objectobject-detectionObject DetectionObject Discovery+1

Self-supervised object detection from audio-visual correspondence

2021-04-13 · CVPR 2022 1 · Triantafyllos Afouras, Yuki M. Asano, Francois Fagan, Andrea Vedaldi 외

We tackle the problem of learning object detectors without supervision. Differently from weakly-supervised object detection, we do not assume image-level class labels. Instead, we extract a supervisory signal from audio-…

Objectobject-detectionObject DetectionSound Source Localization+1

Self-Supervised Representation Learning for Visual Anomaly Detection

2020-06-17 · Rabia Ali, Muhammad Umar Karim Khan, Chong Min Kyung

Self-supervised learning allows for better utilization of unlabelled data. The feature representation obtained by self-supervision can be used in downstream tasks such as classification, object detection, segmentation, a…

Anomaly DetectionGeneral Classificationobject-detectionObject Detection+4