Giter VIP home page Giter VIP logo

ae2-nets's Introduction

AE$^2$-Nets:Autoencoder in Autoencoder Networks

A TensorFlow implementation of the paper AE2-Nets:Autoencoder in Autoencoder Networks, CVPR'2019

Requirements

  • TensorFlow 1.12.0
  • Python 3.6.7
  • sklearn
  • numpy
  • scipy
  • h5py

Introduction

Learning on data represented with multiple views (e.g.,multiple types of descriptors or modalities) is a rapidlygrowing direction in machine learning and computer vi-sion. Although effectiveness achieved, most existing algo-rithms usually focus on classification or clustering tasks.Differently, in this paper, we focus on unsupervised repre-sentation learning and propose a novel framework termedAutoencoder in Autoencoder Networks (AE2-Nets), whichintegrates information from heterogeneous sources into anintact representation by the nested autoencoder framework.The proposed method has the following merits: (1) ourmodel jointly performs view-specific representation learn-ing (with the inner autoencoder networks) and multi-viewinformation encoding (with the outer autoencoder network-s) in a unified framework; (2) due to the degradation pro-cess from the latent representation to each single view, ourmodel flexibly balances the complementarity and consis-tence among multiple views. The proposed model is effi-ciently solved by the alternating direction method (ADM),and demonstrates the effectiveness compared with state-of-the-art algorithms.

Example Experiments

This repository contains a subset of the experiments mentioned in the paper.

Testing

python test_hand.py

Citation

If you find AE2-Nets helps your research, please cite our paper:

@InProceedings{Zhang_2019_CVPR,
author = {Zhang, Changqing and Liu, Yeqing and Fu, Huazhu},
title = {AE2-Nets: Autoencoder in Autoencoder Networks},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}

Questions

For any additional questions, feel free to email [email protected].

ae2-nets's People

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.