Taewoon Kim
A multilayer perceptron (MLP) is typically made of multiple fully connected layers with nonlinear activation functions. There have been several approaches to make them better (e.g. faster convergence, better convergence limit, etc.). But the researches lack structured ways to test them. We test different MLP architectures by carrying out the experiments on the age and gender datasets. We empirically show that by whitening inputs before every linear layer and adding skip connections, our proposed MLP architecture can result in better performance. Since the whitening process includes dropouts, it can also be used to approximate Bayesian inference. We have open sourced our code, and released models and docker images at https://github.com/tae898/age-gender/
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Facial Recognition and Modelling | Adience Gender | Accuracy (5-fold) | 90.66 | RetinaFace + ArcFace + MLP + Skip connections |
| Facial Recognition and Modelling | Adience Age | Accuracy (5-fold) | 60.86 | RetinaFace + ArcFace + MLP + IC + Skip connections |
| Face Reconstruction | Adience Gender | Accuracy (5-fold) | 90.66 | RetinaFace + ArcFace + MLP + Skip connections |
| Face Reconstruction | Adience Age | Accuracy (5-fold) | 60.86 | RetinaFace + ArcFace + MLP + IC + Skip connections |
| 3D | Adience Gender | Accuracy (5-fold) | 90.66 | RetinaFace + ArcFace + MLP + Skip connections |
| 3D | Adience Age | Accuracy (5-fold) | 60.86 | RetinaFace + ArcFace + MLP + IC + Skip connections |
| 3D Face Modelling | Adience Gender | Accuracy (5-fold) | 90.66 | RetinaFace + ArcFace + MLP + Skip connections |
| 3D Face Modelling | Adience Age | Accuracy (5-fold) | 60.86 | RetinaFace + ArcFace + MLP + IC + Skip connections |
| 3D Face Reconstruction | Adience Gender | Accuracy (5-fold) | 90.66 | RetinaFace + ArcFace + MLP + Skip connections |
| 3D Face Reconstruction | Adience Age | Accuracy (5-fold) | 60.86 | RetinaFace + ArcFace + MLP + IC + Skip connections |
| Age And Gender Classification | Adience Gender | Accuracy (5-fold) | 90.66 | RetinaFace + ArcFace + MLP + Skip connections |
| Age And Gender Classification | Adience Age | Accuracy (5-fold) | 60.86 | RetinaFace + ArcFace + MLP + IC + Skip connections |