Giter VIP home page Giter VIP logo

2018-tie-mmfa's Introduction

Python implementation for Multiple Marginal Fisher Analysis (TIE).

Introduction

MMFA is a supervised subspace learning method. Unlike the most existing methods, MMFA can automatically estimate the feature dimension and obtain the low-dimensional representation.

Affinity Graph Construction

Requirements

  • Python 3.7
  • numpy
  • scikit-learn

Datasets

Here we provide two used datasets in our experiments: AR face images and Extend Yale B face image. We resize the AR images to 55x40 and Yale images to 54x48 size.

Training and Evaluation

python run.py

This should give the classification accuracy results on the AR and Yale datasets.

Or you can simply use MMFA as a python module and perform it on the custom data:

import numpy as np
import mmfa

data, labels = load_data()

# specify k_1, k_2, binary_weight
mapping = mmfa.MMFA(data, labels, k_1, k_2, binary_weight)

low_dimensional_data = np.dot(data, mapping)

# do something with the processed data
...

Citation

If MMFA is useful for your research, please cite the following paper:

@article{huang2018mmfa,
  title = {Multiple Marginal Fisher Analysis},
  author = {Huang, Zhenyu and Zhu, Hongyuan and Zhou, Joey Tianyi and Peng, Xi},
  journal = {IEEE Transactions on Industrial Electronics},
  year = {2018},
  issn = {0278-0046},
  month = dec,
  volume = {66},
  number = {12},
  pages = {9798-9807},
  publisher = {IEEE},
  doi = {10.1109/TIE.2018.2870413},
  html = {https://ieeexplore.ieee.org/document/8476585},
  abbr = {TIE},
  bibtex_show = {true},
  keywords = {Dimensionality reduction;Learning systems;Manifolds;Task analysis;Robustness;Gaussian distribution;Estimation;Automatic dimension reduction;graph embedding;manifold learning;supervised subspace learning}
}

License

MIT License

2018-tie-mmfa's People

Contributors

hi-zhenyu avatar xlearning-scu avatar

Stargazers

 avatar  avatar

Watchers

 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.