You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We take the CIFAR10 dataset as an example to test our unsupervised constraint mining approach in this code. Our mined constraints and trained model on ImageNet in the unsupervised manner can be found here:
If you find the code and pre-trained models useful in your research, please consider citing:
@inproceedings{Li-ECCV-2016,
author = {Li, Dong and Hung, Wei-Chih and Huang, Jia-Bin and Wang, Shengjin and Ahuja, Narendra and Yang, Ming-Hsuan},
title = {Unsupervised Visual Representation Learning by Graph-based Consistent Constraints},
booktitle = {European Conference on Computer Vision},
year = {2016},
volume = {},
number = {},
pages = {}
}
System Requirements
MATLAB (tested with R2014a on 64-bit Linux)
Caffe
Installation
Download and unzip the project code. Unzip features.zip which is used to extract Fisher Vectors.
Download the VLFeat library and extract all the files into the directory named vlfeat. Download the LIBLINEAR library and extract all the files into the directory named liblinear. Install the two dependencies.