CVFeb 3, 2015

Deep Joint Task Learning for Generic Object Extraction

arXiv:1502.00743v145 citations
Originality Highly original
AI Analysis

It addresses the problem of generic object extraction for computer vision applications, offering a novel joint learning approach with substantial speed improvements.

This paper tackles the problem of extracting objects-of-interest from images without hand-crafted features or sliding windows by jointly localizing and segmenting objects, resulting in a framework that significantly outperforms state-of-the-art approaches in accuracy and efficiency, being 1000 times faster.

This paper investigates how to extract objects-of-interest without relying on hand-craft features and sliding windows approaches, that aims to jointly solve two sub-tasks: (i) rapidly localizing salient objects from images, and (ii) accurately segmenting the objects based on the localizations. We present a general joint task learning framework, in which each task (either object localization or object segmentation) is tackled via a multi-layer convolutional neural network, and the two networks work collaboratively to boost performance. In particular, we propose to incorporate latent variables bridging the two networks in a joint optimization manner. The first network directly predicts the positions and scales of salient objects from raw images, and the latent variables adjust the object localizations to feed the second network that produces pixelwise object masks. An EM-type method is presented for the optimization, iterating with two steps: (i) by using the two networks, it estimates the latent variables by employing an MCMC-based sampling method; (ii) it optimizes the parameters of the two networks unitedly via back propagation, with the fixed latent variables. Extensive experiments suggest that our framework significantly outperforms other state-of-the-art approaches in both accuracy and efficiency (e.g. 1000 times faster than competing approaches).

Foundations

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

Your Notes