# AugLabel: Exploiting Word Representations to Augment Labels for Face   Attribute Classification

**Authors:** Binod Bhattarai, Rumeysa Bodur, Tae-Kyun Kim

arXiv: 1907.06757 · 2019-07-17

## TL;DR

This paper introduces AugLabel, a novel label augmentation technique using word2vec representations to improve face attribute classification, reducing data annotation needs and enhancing model performance.

## Contribution

The paper proposes a new label augmentation method leveraging word embeddings, which improves classification accuracy and reduces data annotation requirements.

## Key findings

- Enhanced classification performance on CelebA and LFWA datasets.
- Reduced need for annotated data by up to 50%.
- Achieved results comparable to state-of-the-art methods.

## Abstract

Augmenting data in image space (eg. flipping, cropping etc) and activation space (eg. dropout) are being widely used to regularise deep neural networks and have been successfully applied on several computer vision tasks. Unlike previous works, which are mostly focused on doing augmentation in the aforementioned domains, we propose to do augmentation in label space. In this paper, we present a novel method to generate fixed dimensional labels with continuous values for images by exploiting the word2vec representations of the existing categorical labels. We then append these representations with existing categorical labels and train the model. We validated our idea on two challenging face attribute classification data sets viz. CelebA and LFWA. Our extensive experiments show that the augmented labels improve the performance of the competitive deep learning baseline and reduce the need of annotated real data up to 50%, while attaining a performance similar to the state-of-the-art methods.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1907.06757/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1907.06757/full.md

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