Skip to content

unakarmi/OrthogonalLowrankEmbedding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orthogonal Lowrank Embedding

This repository contains the source code for the experiments of the article

"OLÉ: Orthogonal Low-rank Embedding, A Plug and Play Geometric Loss for Deep Learning" 
José Lezama, Qiang Qiu, Pablo Musé and Guillermo Sapiro, CVPR 2018

https://arxiv.org/abs/1712.01727

If you find this work useful in your research, please consider citing:

@inproceedings{Lezama2018OLE,
title={OL\'E: Orthogonal Low-rank Embedding, A Plug and Play Geometric Loss for Deep Learning},
author={Lezama, Jos\'e and Qiu, Qiang and Mus\'e, Pablo and Sapiro, Guillermo},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2018}
}

Experiments

STL-10-Pytorch Contains experiments using small training data on STL-10 database. (This is the simplest experiment to run, I recomend starting here)

Cifar10-Caffe Contains experiments on CIFAR10 using Caffe and a VGG-16 architecture

Facescrub500-Caffe Contains experiments on face dataset Facescrub500

Cifar10-Pytorch Contains experiments on CIFAR10 and CIFAR100 for various architectures.

Facescrub 500 dataset

Download dataset used in the paper here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.7%
  • Python 12.3%
  • Cuda 5.8%
  • CMake 2.8%
  • MATLAB 0.9%
  • Makefile 0.7%
  • Other 0.8%