LGMLMay 31, 2018

Deep-Energy: Unsupervised Training of Deep Neural Networks

arXiv:1805.12355v25 citations
AI Analysis

This addresses the bottleneck of human annotation in deep learning for scenarios where labeled data is unavailable, offering a general unsupervised alternative.

The paper tackles the problem of training deep neural networks without large annotated datasets by proposing an unsupervised method that uses task-specific energy functions instead of supervised loss, achieving better quality solutions than direct energy minimization in tasks like seeded segmentation, image matting, and single image dehazing.

The success of deep learning has been due, in no small part, to the availability of large annotated datasets. Thus, a major bottleneck in current learning pipelines is the time-consuming human annotation of data. In scenarios where such input-output pairs cannot be collected, simulation is often used instead, leading to a domain-shift between synthesized and real-world data. This work offers an unsupervised alternative that relies on the availability of task-specific energy functions, replacing the generic supervised loss. Such energy functions are assumed to lead to the desired label as their minimizer given the input. The proposed approach, termed "Deep Energy", trains a Deep Neural Network (DNN) to approximate this minimization for any chosen input. Once trained, a simple and fast feed-forward computation provides the inferred label. This approach allows us to perform unsupervised training of DNNs with real-world inputs only, and without the need for manually-annotated labels, nor synthetically created data. "Deep Energy" is demonstrated in this paper on three different tasks -- seeded segmentation, image matting and single image dehazing -- exposing its generality and wide applicability. Our experiments show that the solution provided by the network is often much better in quality than the one obtained by a direct minimization of the energy function, suggesting an added regularization property in our scheme.

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