Code Monkey home page Code Monkey logo

mtae's Introduction

Multi-task Autoencoders for Domain Generalization

==========

This code contains the Python implementation of the Multitask Autoencoder (MTAE) algorithm based on the following paper:

M. Ghifary, W. B. Kleijn, M. Zhang, D. Balduzzi.
Domain Generalization for Object Recognition with Multi-task Autoencoders,
accepted in International Conference on Computer Vision (ICCV 2015), Santiago, Chile.
[pre-print]

Please cite the above paper when using this code.

Notes:

  • This version is based on the Theano wrapper called keras.io and was written after the paper finished. The prior code of this work was implemented in MATLAB.
  • Currently only works for the provided MNIST dataset (with 6 rotated views)
  • Still not well commented

For questions and bug reports, please send me an email at mghifary[at]gmail.com.

Prerequisites

  1. The following frameworks/libraries must be installed:
  2. Python (version 2.7 or higher)
  3. Numpy (e.g. pip install numpy)
  4. Theano
  5. Keras
  6. Clone this repository, e.g.: git clone https://github.com/ghif/mtae.git
  7. Run the main program to reproduce either Figure 4(c) or (d): ./run_mtae_gpu.sh
    • if you have a GPU, make sure that the nvcc compiler path is included in the environment variables.

TO DO :

  • RAND-SEL procedure
  • SVM classification
  • Supervised Finetuning

mtae's People

Contributors

ghif avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.