paper-with-me

Papers

Exploiting Unlabeled Data in CNNs by Self-supervised Learning to Rank

2019-02-17 · Xialei Liu, Joost Van de Weijer, Andrew D. Bagdanov

For many applications the collection of labeled data is expensive laborious. Exploitation of unlabeled data during training is thus a long pursued objective of machine learning. Self-supervised learning addresses this by positing an auxiliary task (different, but related to the supervised task) for which data is abundantly available. In this paper, we show how ranking can be used as a proxy task for some regression problems. As another contribution, we propose an efficient backpropagation technique for Siamese networks which prevents the redundant computation introduced by the multi-branch network architecture. We apply our framework to two regression problems: Image Quality Assessment (IQA) and Crowd Counting. For both we show how to automatically generate ranked image sets from unlabeled data. Our results show that networks trained to regress to the ground truth targets for labeled data and to simultaneously learn to rank unlabeled data obtain significantly better, state-of-the-art results for both IQA and crowd counting. In addition, we show that measuring network uncertainty on the self-supervised proxy task is a good measure of informativeness of unlabeled data. This can be used to drive an algorithm for active learning and we show that this reduces labeling effort by up to 50%.

📄 PDF Abstract BibTeX arXiv:1902.06285

Code (2)

LONG-9621/IQA_02
xialeiliu/RankIQA

Tasks

Active LearningCrowd CountingImage Quality AssessmentInformativenessLearning-To-RankregressionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Labeled From Unlabeled: Exploiting Unlabeled Data for Few-Shot Deep HDR Deghosting

2021-06-19 · CVPR 2021 1 · K. Ram Prabhakar, Gowtham Senthil, Susmit Agrawal, R. Venkatesh Babu 외

High Dynamic Range (HDR) deghosting is an indispensable tool in capturing wide dynamic range scenes without ghosting artifacts. Recently, convolutional neural networks (CNNs) have shown tremendous success in HDR degh…

Few-Shot Learning

Semi-Supervised Learning of Optical Flow by Flow Supervisor

2022-07-21 · Woobin Im, Sebin Lee, Sung-Eui Yoon

A training pipeline for optical flow CNNs consists of a pretraining stage on a synthetic dataset followed by a fine tuning stage on a target dataset. However, obtaining ground truth flows from a target video requires a t…

Optical Flow Estimation

Self Semi Supervised Neural Architecture Search for Semantic Segmentation

2022-01-29 · Loïc Pauletto, Massih-Reza Amini, Nicolas Winckler

In this paper, we propose a Neural Architecture Search strategy based on self supervision and semi-supervised learning for the task of semantic segmentation. Our approach builds an optimized neural network (NN) model for…

Neural Architecture SearchSelf-Supervised LearningSemantic Segmentation

One-Vote Veto: Semi-Supervised Learning for Low-Shot Glaucoma Diagnosis

2020-12-09 · Rui Fan, Christopher Bowd, Nicole Brye, Mark Christopher 외

Convolutional neural networks (CNNs) are a promising technique for automated glaucoma diagnosis from images of the fundus, and these images are routinely acquired as part of an ophthalmic exam. Nevertheless, CNNs typical…

image-classificationImage Classification

Local contrastive loss with pseudo-label based self-training for semi-supervised medical image segmentation

2021-12-17 · Krishna Chaitanya, Ertunc Erdil, Neerav Karani, Ender Konukoglu

Supervised deep learning-based methods yield accurate results for medical image segmentation. However, they require large labeled datasets for this, and obtaining them is a laborious task that requires clinical expertise…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+3