Skip to content

Deep Canonical Correlation Analysis #99

Open
@jinglescode

Description

@jinglescode

Paper

Link: http://proceedings.mlr.press/v28/andrew13.pdf
Year: 2013
Video: https://www.youtube.com/watch?v=mcS8dysEWPw
Code: https://github.com/Michaelvll/DeepCCA

Summary

  • learn complex nonlinear transformations of two views of data such that the resulting representations are highly linearly correlated
  • significantly higher correlation than those learned by CCA and KCCA
  • introduce a novel non-saturating sigmoid function based on the cube root

Methods

image

  • Deep CCA computes representations of the two views by passing them through multiple stacked layers of nonlinear transformation
  • The goal is to jointly learn parameters for both views such that the correlation is as high as possible

Results

  • obtain improved representations with respect to the correlation objective measured on unseen data

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions