# BAE-NET: Branched Autoencoder for Shape Co-Segmentation

**Authors:** Zhiqin Chen, Kangxue Yin, Matthew Fisher, Siddhartha Chaudhuri, Hao, Zhang

arXiv: 1903.11228 · 2019-08-15

## TL;DR

BAE-NET is an unsupervised branched autoencoder that learns shape co-segmentation by representing common parts across a shape collection, enabling effective one-shot learning without ground-truth labels.

## Contribution

Introduces BAE-NET, a novel unsupervised and weakly supervised autoencoder with branched decoding for shape co-segmentation and one-shot learning.

## Key findings

- Outperforms supervised methods with few exemplars
- Effective in unsupervised and weakly supervised settings
- Capable of learning common shape parts from unsegmented data

## Abstract

We treat shape co-segmentation as a representation learning problem and introduce BAE-NET, a branched autoencoder network, for the task. The unsupervised BAE-NET is trained with a collection of un-segmented shapes, using a shape reconstruction loss, without any ground-truth labels. Specifically, the network takes an input shape and encodes it using a convolutional neural network, whereas the decoder concatenates the resulting feature code with a point coordinate and outputs a value indicating whether the point is inside/outside the shape. Importantly, the decoder is branched: each branch learns a compact representation for one commonly recurring part of the shape collection, e.g., airplane wings. By complementing the shape reconstruction loss with a label loss, BAE-NET is easily tuned for one-shot learning. We show unsupervised, weakly supervised, and one-shot learning results by BAE-NET, demonstrating that using only a couple of exemplars, our network can generally outperform state-of-the-art supervised methods trained on hundreds of segmented shapes. Code is available at https://github.com/czq142857/BAE-NET.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.11228/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1903.11228/full.md

## References

70 references — full list in the complete paper: https://tomesphere.com/paper/1903.11228/full.md

---
Source: https://tomesphere.com/paper/1903.11228