Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.59 KB

File metadata and controls

15 lines (11 loc) · 1.59 KB

Disentangling hidden factors of variations in Deep Networks

Course project for Machine learning for Signal Processing (MLSP) course: E9 205, at the Indian Institute of Science (IISc).

The work is based on the paper. We trained an Autoencoder to discover the hidden factors of variations such as subject identity for the expression classification task and qualitatively measured the accuracy by swapping the face expressions across the subject identity. For more details about the project, please refer to the Project Report.

Datasets

  • MNIST
  • JAFFE (Japanese Female Facial Expression)

Training

Training code is available at Jaffe.ipynb for JAFFE dataset and at Mnist.ipynb for MNIST dataset.

For more details about the Training, testing procedures and the losses used, please refer to the Project Report.