Skip to content

MKLab-ITI/salic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SALIC

Social Active Learning for Image Classification

http://mklab.iti.gr/project/active-learning

Installation:

  1. clone the repository

  2. Download and compile LIBSVM for your architecture https://www.csie.ntu.edu.tw/~cjlin/libsvm/

  3. Download and compile the ConvNet Feature Computation Package from http://www.robots.ox.ac.uk/~vgg/software/deep_eval/

  4. Change the paths to the folders including the datasets in Wrapper.m, create the required files (img_Files.mat, tag_files.mat for each dataset) and run Wrapper.

Requirements:

  1. There is only compatability for Linux (the ConvNet Feature Computation Package is not compatible with windows). If a different CNN feature extraction library is used that runs on Windows, the code should run on Windows as well (not tested)

  2. For MIRFLICKR (1m images as the pool dataset), 64GB of RAM is minimum

  3. The code was tested using Matlab 2012a

If you use this code cite the following paper:

Elisavet Chatzilari, Spiros Nikolopoulos, Yiannis Kompatsiaris, Josef Kittler, "SALIC: Social Active Learning for Image Classification", IEEE Transactions on Multimedia, vol. 18, no. 8, pp. 1488-1503, Aug. 2016

URL: http://dx.doi.org/10.1109/TMM.2016.2565440

About

Website with the description of SALIC and data to run this code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages