CVJul 15, 2020

Transformation Consistency Regularization- A Semi-Supervised Paradigm for Image-to-Image Translation

arXiv:2007.07867v140 citations
Originality Incremental advance
AI Analysis

This addresses data scarcity in image-to-image translation tasks, such as colorization and denoising, by extending semi-supervised learning to a new domain, though it is incremental in applying consistency regularization to a different application.

The paper tackles the problem of image-to-image translation with limited labeled data by proposing Transformation Consistency Regularization, achieving similar reconstruction quality to fully-supervised methods using only 10-20% of labeled samples.

Scarcity of labeled data has motivated the development of semi-supervised learning methods, which learn from large portions of unlabeled data alongside a few labeled samples. Consistency Regularization between model's predictions under different input perturbations, particularly has shown to provide state-of-the art results in a semi-supervised framework. However, most of these method have been limited to classification and segmentation applications. We propose Transformation Consistency Regularization, which delves into a more challenging setting of image-to-image translation, which remains unexplored by semi-supervised algorithms. The method introduces a diverse set of geometric transformations and enforces the model's predictions for unlabeled data to be invariant to those transformations. We evaluate the efficacy of our algorithm on three different applications: image colorization, denoising and super-resolution. Our method is significantly data efficient, requiring only around 10 - 20% of labeled samples to achieve similar image reconstructions to its fully-supervised counterpart. Furthermore, we show the effectiveness of our method in video processing applications, where knowledge from a few frames can be leveraged to enhance the quality of the rest of the movie.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes