CVGRAug 22, 2017

Tags2Parts: Discovering Semantic Regions from Shape Tags

arXiv:1708.06673v324 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of semantic segmentation in 3D shapes for computer vision and graphics researchers, offering a weakly supervised approach that reduces annotation costs, though it is incremental as it builds on existing U-Net architectures.

The paper tackles the problem of discovering semantic regions in 3D shapes using only weak supervision from shape tags, such as identifying armrests in chairs based on tags like 'has armrest' or 'lacks armrest', and demonstrates that their method can infer meaningful regions without observing segmentations, with validation on benchmarks showing strong performance.

We propose a novel method for discovering shape regions that strongly correlate with user-prescribed tags. For example, given a collection of chairs tagged as either "has armrest" or "lacks armrest", our system correctly highlights the armrest regions as the main distinctive parts between the two chair types. To obtain point-wise predictions from shape-wise tags we develop a novel neural network architecture that is trained with tag classification loss, but is designed to rely on segmentation to predict the tag. Our network is inspired by U-Net, but we replicate shallow U structures several times with new skip connections and pooling layers, and call the resulting architecture "WU-Net". We test our method on segmentation benchmarks and show that even with weak supervision of whole shape tags, our method can infer meaningful semantic regions, without ever observing shape segmentations. Further, once trained, the model can process shapes for which the tag is entirely unknown. As a bonus, our architecture is directly operational under full supervision and performs strongly on standard benchmarks. We validate our method through experiments with many variant architectures and prior baselines, and demonstrate several 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