CVApr 19, 2015

DEEP-CARVING: Discovering Visual Attributes by Carving Deep Neural Nets

arXiv:1504.04871v160 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing supervision needs for attribute discovery in image search, though it is incremental as it builds on existing CNN methods.

The paper tackles the problem of discovering visual attributes in images under weak supervision, where existing CNN training fails due to attribute co-occurrence, and proposes Deep-Carving, a novel training procedure that iteratively carves the network using pseudo-labels, resulting in considerable improvement in attribute prediction precision on datasets like CAMIT-NSAD and SUN Attributes.

Most of the approaches for discovering visual attributes in images demand significant supervision, which is cumbersome to obtain. In this paper, we aim to discover visual attributes in a weakly supervised setting that is commonly encountered with contemporary image search engines. Deep Convolutional Neural Networks (CNNs) have enjoyed remarkable success in vision applications recently. However, in a weakly supervised scenario, widely used CNN training procedures do not learn a robust model for predicting multiple attribute labels simultaneously. The primary reason is that the attributes highly co-occur within the training data. To ameliorate this limitation, we propose Deep-Carving, a novel training procedure with CNNs, that helps the net efficiently carve itself for the task of multiple attribute prediction. During training, the responses of the feature maps are exploited in an ingenious way to provide the net with multiple pseudo-labels (for training images) for subsequent iterations. The process is repeated periodically after a fixed number of iterations, and enables the net carve itself iteratively for efficiently disentangling features. Additionally, we contribute a noun-adjective pairing inspired Natural Scenes Attributes Dataset to the research community, CAMIT - NSAD, containing a number of co-occurring attributes within a noun category. We describe, in detail, salient aspects of this dataset. Our experiments on CAMIT-NSAD and the SUN Attributes Dataset, with weak supervision, clearly demonstrate that the Deep-Carved CNNs consistently achieve considerable improvement in the precision of attribute prediction over popular baseline methods.

Foundations

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

Your Notes