paper-with-me

Papers

Multi-Task Self-Supervised Object Detection via Recycling of Bounding Box Annotations

2019-06-01 · CVPR 2019 6 · Wonhee Lee, Joonil Na, Gunhee Kim

In spite of recent enormous success of deep convolutional networks in object detection, they require a large amount of bounding box annotations, which are often time-consuming and error-prone to obtain. To make better use of given limited labels, we propose a novel object detection approach that takes advantage of both multi-task learning (MTL) and self-supervised learning (SSL). We propose a set of auxiliary tasks that help improve the accuracy of object detection. They create their own labels by recycling the bounding box labels (i.e. annotations of the main task) in an SSL manner, and are jointly trained with the object detection model in an MTL way. Our approach is integrable with any region proposal based detection models. We empirically validate that our approach effectively improves detection performance on various architectures and datasets. We test two state-of-the-art region proposal object detectors, including Faster R-CNN and R-FCN, with three CNN backbones of ResNet-101, Inception-ResNet-v2, and MobileNet on two benchmark datasets of PASCAL VOC and COCO.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningNovel Object DetectionObjectobject-detectionObject DetectionRegion ProposalSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Batch Normalization 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
MobileNetV1 MobileNet is a type of convolutional neural network designed for mobile and embedded vision applications. They are based on a streamlined architecture that uses depthwise…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…

Similar Papers 제목 키워드 기반

Anomaly Detection in Video via Self-Supervised and Multi-Task Learning

2020-11-15 · CVPR 2021 1 · Mariana-Iuliana Georgescu, Antonio Barbalau, Radu Tudor Ionescu, Fahad Shahbaz Khan 외

Anomaly detection in video is a challenging computer vision problem. Due to the lack of anomalous events at training time, anomaly detection requires the design of learning methods without full supervision. In this paper…

Abnormal Event Detection In VideoAnomaly DetectionAnomaly Detection In Surveillance VideosEvent Detection+3

3D Object Detection with a Self-supervised Lidar Scene Flow Backbone

2022-05-02 · Ekim Yurtsever, Emeç Erçelik, MingYu Liu, Zhijie Yang 외

State-of-the-art lidar-based 3D object detection methods rely on supervised learning and large labeled datasets. However, annotating lidar data is resource-consuming, and depending only on supervised learning limits the …

3D Object DetectionObjectobject-detectionObject Detection+3

Multi-object tracking with self-supervised associating network

2020-10-26 · Tae-young Chung, Heansung Lee, Myeong Ah Cho, Suhwan Cho 외

Multi-Object Tracking (MOT) is the task that has a lot of potential for development, and there are still many problems to be solved. In the traditional tracking by detection paradigm, There has been a lot of work on feat…

Multi-Object TrackingObjectObject TrackingSelf-Supervised Learning

A Survey of Self-Supervised and Few-Shot Object Detection

2021-10-27 · Gabriel Huang, Issam Laradji, David Vazquez, Simon Lacoste-Julien 외

Labeling data is often expensive and time-consuming, especially for tasks such as object detection and instance segmentation, which require dense labeling of the image. While few-shot object detection is about training a…

Few-Shot Object DetectionInstance SegmentationObjectobject-detection+3

SeqCo-DETR: Sequence Consistency Training for Self-Supervised Object Detection with Transformers

2023-03-15 · Guoqiang Jin, Fan Yang, Mingshan Sun, Ruyi Zhao 외

Self-supervised pre-training and transformer-based networks have significantly improved the performance of object detection. However, most of the current self-supervised object detection methods are built on convolutiona…

Objectobject-detectionObject DetectionRepresentation Learning