paper-with-me

Papers

SESS: Self-Ensembling Semi-Supervised 3D Object Detection

2019-12-26 · CVPR 2020 6 · Na Zhao, Tat-Seng Chua, Gim Hee Lee

The performance of existing point cloud-based 3D object detection methods heavily relies on large-scale high-quality 3D annotations. However, such annotations are often tedious and expensive to collect. Semi-supervised learning is a good alternative to mitigate the data annotation issue, but has remained largely unexplored in 3D object detection. Inspired by the recent success of self-ensembling technique in semi-supervised image classification task, we propose SESS, a self-ensembling semi-supervised 3D object detection framework. Specifically, we design a thorough perturbation scheme to enhance generalization of the network on unlabeled and new unseen data. Furthermore, we propose three consistency losses to enforce the consistency between two sets of predicted 3D object proposals, to facilitate the learning of structure and semantic invariances of objects. Extensive experiments conducted on SUN RGB-D and ScanNet datasets demonstrate the effectiveness of SESS in both inductive and transductive semi-supervised 3D object detection. Our SESS achieves competitive performance compared to the state-of-the-art fully-supervised method by using only 50% labeled data. Our code is available at https://github.com/Na-Z/sess.

📄 PDF Abstract BibTeX arXiv:1912.11803

Code (1)

Na-Z/sess 공식 구현 pytorch

Tasks

3D Object Detectionimage-classificationImage ClassificationObjectobject-detectionObject DetectionSemi-Supervised Image Classification

Similar Papers 제목 키워드 기반

A Self-ensembling Framework for Semi-supervised Knee Cartilage Defects Assessment with Dual-Consistency

2020-05-19 · Jiayu Huo, Liping Si, Xi Ouyang, Kai Xuan 외

Knee osteoarthritis (OA) is one of the most common musculoskeletal disorders and requires early-stage diagnosis. Nowadays, the deep convolutional neural networks have achieved greatly in the computer-aided diagnosis fiel…

ClassificationGeneral ClassificationLesion ClassificationSemi-Supervised Image Classification

Semi-Supervised Learning by Disentangling and Self-Ensembling Over Stochastic Latent Space

2019-07-22 · Prashnna Kumar Gyawali, Zhiyuan Li, Sandesh Ghimire, Linwei Wang

The success of deep learning in medical imaging is mostly achieved at the cost of a large labeled data set. Semi-supervised learning (SSL) provides a promising solution by leveraging the structure of unlabeled data to im…

Data AugmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRepresentation Learning

Temporal Self-Ensembling Teacher for Semi-Supervised Object Detection

2020-07-13 · Cong Chen, Shouyang Dong, Ye Tian, Kunlin Cao 외

This paper focuses on Semi-Supervised Object Detection (SSOD). Knowledge Distillation (KD) has been widely used for semi-supervised image classification. However, adapting these methods for SSOD has the following obstacl…

image-classificationImage ClassificationKnowledge DistillationObject+5

Transformation Consistent Self-ensembling Model for Semi-supervised Medical Image Segmentation

2019-02-28 · Xiaomeng Li, Lequan Yu, Hao Chen, Chi-Wing Fu 외

Deep convolutional neural networks have achieved remarkable progress on a variety of medical image computing tasks. A common problem when applying supervised deep learning methods to medical images is the lack of labeled…

Image SegmentationLesion SegmentationLiver SegmentationMedical Image Segmentation+6

Self-ensembling for visual domain adaptation

2017-06-16 · ICLR 2018 1 · Geoffrey French, Michal Mackiewicz, Mark Fisher

This paper explores the use of self-ensembling for visual domain adaptation problems. Our technique is derived from the mean teacher variant (Tarvainen et al., 2017) of temporal ensembling (Laine et al;, 2017), a techniq…

Domain Adaptation