Vikas Jain - 13788 Shubham Jain - 13683
Python and Matlab
-
Parikh, Devi, and Kristen Grauman. "Relative attributes." Computer Vision (ICCV), 2011 IEEE International Conference on. IEEE, 2011.
-
Burges, Chris, et al. "Learning to rank using gradient descent." Proceedings of the 22nd international conference on Machine learning. ACM, 2005.
-
Joachims, Thorsten. "Optimizing search engines using clickthrough data." Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2002.
-
Simonyan, Karen, and Andrew Zisserman. "Very deep convolutional networks for large-scale image recognition." arXiv preprint arXiv:1409.1556 (2014).
PubFig Dataset
"Attribute and Simile Classifiers for Face Verification,"
Neeraj Kumar, Alexander C. Berg, Peter N. Belhumeur, and Shree K. Nayar,
International Conference on Computer Vision (ICCV), 2009.
Our project consisted of three parts - feature extraction and two ranking models (RankSVM and RankNet).
Each part has separate folder in code/ directory with their separate README file.
See README file of each part for the dependencies and commands to execute the code.
-
Feature extraction - in code/cnn folder. It is implemented in keras. The details are in the readme in that folder.
-
Ranking using RankSVM - in code/RankSVM folder. It is implemented in matlab. The details are in the readme in that folder.
-
Ranking using RankNet - in code/RankNet folder. It is implemented in python. The details are in the readme in that folder.