Git Product home page Git Product logo

homomorphismvae's Introduction

Group-Structured Representation Learning through Homomorphism AutoEncoders


Implementation associated with the paper Homomorphism Autoencoder -- Learning Group Structured Representations from Observed Transitions.

The Homomorphism AutoEncoder HAE is a model trained on observed transitions $(o_t, g_t, o_{t+1})$ to jointly learn a group representation of the observed actions $g_t$ and a representation of the observations $o$.

Main scripts are provided in ./displacementae/homomorphism/.

Best run commands are provided in the ./displacementae/homomorphism/README.rst.

Installation


The package can be installed by first building the package through:

 $ python setup.py sdist bdist_wheel

Then it can be installed in your environment through:

 $ pip install dist/homomorphism-autoencoder-<VERSION>.tar.gz

Datasets

The Dsprites dataset and the 3D bunny .obj model need to be downloaded separately.

In addition, a transition dataset for the bunny dataset needs to be constructed from the downloaded .obj file using provided scripts in ./displacementae/data/obj3d/. Please refer to ./discplacementae/data/obj3d/README.md for instructions.

Documentation


Documentation can be built from the code's docstrings by following the instructions in ./docs/README.md.

homomorphismvae's People

Contributors

hamzakeurti 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.