Giter Club home page Giter Club logo

tocca's Introduction

Task-Optimal Canonical Correlation Analysis

Canonical Correlation Analysis (CCA) is widely used for multimodal data analysis and, more recently, for discriminative tasks such as multi-view learning; however, it makes no use of class labels. Recent CCA methods have started to address this weakness but are limited in that they do not simultaneously optimize the CCA projection for discrimination and the CCA projection itself, or they are linear only. We address these deficiencies by simultaneously optimizing a CCA-based and a task objective in an end-to-end manner. Together, these two objectives learn a non-linear CCA projection to a shared latent space that is highly correlated and discriminative. Our method showed a significant improvement over previous stateof-the-art (including deep supervised approaches) for cross-view classification, regularization with a second view, and semi-supervised learning on real data.

See our preprint on ArXiv for a more detailed explanation of the methods implemented here: https://arxiv.org/abs/1907.07739

Setup

Basic installation requires a number of python packages, which are most easily installed with conda:

conda install -c conda-forge numpy scipy cudatoolkit cudnn keras tensorflow-gpu scikit-learn

Tested with tensorflow 1.13.1 and Keras 2.2.4.

Usage

Example usage on MNIST split with random search for hyperparameter optimization:

python run_tocca.py --training_size 10000 -m w -p 50   # TOCCA-W
python run_tocca.py --training_size 10000 -m sd -p 50  # TOCCA-SD
python run_tocca.py --training_size 10000 -m nd -p 50  # TOCCA-ND

Citation

If you use this code, please cite:

@article{couture2019tocca,
  author    = {Heather D. Couture and
               Roland Kwitt and
               J. S. Marron and
               Melissa A. Troester and
               Charles M. Perou and
               Marc Niethammer},
  title     = {Deep Multi-View Learning via Task-Optimal {CCA}},
  year      = {2019},
  url       = {http://arxiv.org/abs/1907.07739},
  archivePrefix = {arXiv},
  eprint    = {1907.07739},
}

tocca's People

Contributors

hdcouture avatar

Stargazers

Johannes Wiesner avatar Jamie Harris avatar  avatar YangPotter avatar  avatar soheil shirvani avatar Armin Arjmand avatar Emanuel Sanchez Aimar avatar  avatar lizhongguo avatar Zhang Wu-Sheng avatar

Watchers

Zhang Wu-Sheng avatar  avatar paper2code - bot avatar

tocca's Issues

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.