Ferrari, Vittorio, and Andrew Zisserman. "Learning visual attributes." NIPS 2007. Farhadi, Ali, et al. "Describing objects by their attributes." CVPR 2009.
Recognition Lampert, Christoph H., et al. "Learning to detect unseen object classes by between-class attribute transfer." CVPR 2009. Kovashka, Adriana, et al. "Whittlesearch: Image search with relative attribute feedback."CVPR 2012. Branson, Steve, et al. "Visual recognition with humans in the loop." ECCV 2010.
• Use complicated and often special purpose models We propose: • Using Convolutional Neural Networks and a simple ranking model • Learning features and ranking end-to-end Relative Attributes Related Work Devi Parikh, and Kristen Grauman. "Relative attributes." ICCV 2011. Li, Shaoxin, et al. "Relative forest for attribute prediction." ACCV 2012. Yu, Anbo, and Kristen Grauman. "Fine-grained visual comparisons with local learning." CVPR 2014. Sandeep, Ramachandruni N., et al. "Relative Parts: Distinctive Parts for Learning Relative Attributes." CVPR 2014.
VGG16 (conv1 - fc7) • Initial weights of the ConvNet: pre-trained on ILSVRC2014 • Optimization: ◦ SGD with minibatch of size 32 (16 x 2) ◦ RMSProp + weight decay ◦ Gradient clipping ◦ Random shuffling of data for each epoch + flip augmentation for small datasets • Code: Theano + Lasagne
images State-of-the-art relative attribute prediction results Our model is able to localize attributes Code and models will be released soon Paper at arXiv: http://arxiv.org/abs/1512.04103