LGCVNov 21, 2015

Unsupervised learning of object semantic parts from internal states of CNNs by population encoding

arXiv:1511.06855v344 citations
Originality Incremental advance
AI Analysis

This provides a new unsupervised approach for part detection in computer vision, offering insights into CNN representations, though it is incremental in advancing part learning methods.

The paper tackles the problem of learning semantic object parts from CNN internal states without supervision, proposing a clustering method that identifies 'Visual Concepts' as populations of neurons, which are shown to detect parts effectively on datasets like PASCAL3D+ and a new ImageNetPart dataset.

We address the key question of how object part representations can be found from the internal states of CNNs that are trained for high-level tasks, such as object classification. This work provides a new unsupervised method to learn semantic parts and gives new understanding of the internal representations of CNNs. Our technique is based on the hypothesis that semantic parts are represented by populations of neurons rather than by single filters. We propose a clustering technique to extract part representations, which we call Visual Concepts. We show that visual concepts are semantically coherent in that they represent semantic parts, and visually coherent in that corresponding image patches appear very similar. Also, visual concepts provide full spatial coverage of the parts of an object, rather than a few sparse parts as is typically found in keypoint annotations. Furthermore, We treat single visual concept as part detector and evaluate it for keypoint detection using the PASCAL3D+ dataset and for part detection using our newly annotated ImageNetPart dataset. The experiments demonstrate that visual concepts can be used to detect parts. We also show that some visual concepts respond to several semantic parts, provided these parts are visually similar. Thus visual concepts have the essential properties: semantic meaning and detection capability. Note that our ImageNetPart dataset gives rich part annotations which cover the whole object, making it useful for other part-related applications.

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