MATLAB Implementation of the Regularized-Multi-Concept MIL method proposed 
in  "Regularized Multi-Concept MIL for weakly-supervised facial behavior 
categorization" Adria Ruiz, Joost Van de Weijer and Xavier Binefa.

If you use this code in a publication, please cite the original paper.
Send an email to: adria.ruiz@upf.edu for any question about the code/method

-----
Usage
-----
1. Add the folder RMC_MIL to MATLAB path.
2. Run RMCMIL_Demo to test the method over Musk1/2 MIL datasets 
and understand function inputs/outputs/parameters.

--------
Comments
--------
The provided code also contains the minConf optimization toolbox downloaded
from: http://www.cs.ubc.ca/~schmidtm/Software/minConf.html. For more 
information about the toolbox and its author please visit the website.