# Recognizing Part Attributes with Insufficient Data

**Authors:** Xiangyun Zhao, Yi Yang, Feng Zhou, Xiao Tan, Yuchen Yuan, Yingze Bao,, Ying Wu

arXiv: 1908.03335 · 2019-08-14

## TL;DR

This paper introduces a Concept Sharing Network (CSN) that effectively recognizes part attributes with limited or no training data by disentangling location and appearance features, reducing reliance on extensive annotations.

## Contribution

The paper proposes a novel CSN model that enables recognition of part attributes with scarce data and zero-shot capabilities, avoiding the need for detailed part annotations.

## Key findings

- CSN outperforms existing methods on multiple datasets.
- Effective recognition of attributes with few training samples.
- Zero-shot attribute recognition demonstrated.

## Abstract

Recognizing attributes of objects and their parts is important to many computer vision applications. Although great progress has been made to apply object-level recognition, recognizing the attributes of parts remains less applicable since the training data for part attributes recognition is usually scarce especially for internet-scale applications. Furthermore, most existing part attribute recognition methods rely on the part annotation which is more expensive to obtain. To solve the data insufficiency problem and get rid of dependence on the part annotation, we introduce a novel Concept Sharing Network (CSN) for part attribute recognition. A great advantage of CSN is its capability of recognizing the part attribute (a combination of part location and appearance pattern) that has insufficient or zero training data, by learning the part location and appearance pattern respectively from the training data that usually mix them in a single label. Extensive experiments on CUB-200-2011 [51], CelebA [35] and a newly proposed human attribute dataset demonstrate the effectiveness of CSN and its advantages over other methods, especially for the attributes with few training samples. Further experiments show that CSN can also perform zero-shot part attribute recognition. The code will be made available at https://github.com/Zhaoxiangyun/Concept-Sharing-Network.

## Full text

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

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1908.03335/full.md

## References

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

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