Understanding and Comparing Deep Neural Networks for Age and Gender Classification
Sebastian Lapuschkin, Alexander Binder, Klaus-Robert M\"uller,, Wojciech Samek

TL;DR
This study compares neural network architectures for age and gender classification, analyzing how preprocessing, initialization, and architecture influence model decisions, and visualizes the features used for predictions.
Contribution
It provides a comprehensive comparison of four neural network architectures and investigates the effects of pretraining, preprocessing, and visualization techniques on model behavior.
Findings
Pretraining improves model robustness and perception.
Simple preprocessing combined with proper initialization achieves state-of-the-art gender recognition.
Layer-wise Relevance Propagation reveals the features models rely on for predictions.
Abstract
Recently, deep neural networks have demonstrated excellent performances in recognizing the age and gender on human face images. However, these models were applied in a black-box manner with no information provided about which facial features are actually used for prediction and how these features depend on image preprocessing, model initialization and architecture choice. We present a study investigating these different effects. In detail, our work compares four popular neural network architectures, studies the effect of pretraining, evaluates the robustness of the considered alignment preprocessings via cross-method test set swapping and intuitively visualizes the model's prediction strategies in given preprocessing conditions using the recent Layer-wise Relevance Propagation (LRP) algorithm. Our evaluations on the challenging Adience benchmark show that suitable parameter…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
