Home

Awesome

Visual Memorability with Caffe Model

@inproceedings{ICCV15_Khosla, author = "Aditya Khosla and Akhil S. Raju and Antonio Torralba and Aude Oliva", title = "Understanding and Predicting Image Memorability at a Large Scale", booktitle = "International Conference on Computer Vision (ICCV)", year = "2015" }


Score the memorability of pictures by Running LaMem (image process model) through Caffe (deep learning framework)

Interface:

Platform:

Knowledge Applied:

Mini-batch SGD:

Convoluntion Layer: COnvolvve the filter with the image and convolve(slide) over all spatial locations

Pooling Layer: make the representations smaller and more manageable and operate over each activation map independently

Fully Connected Layer(FC layer): contain neurons that connect to the entire input volume, as in ordinary Neural Networks

Summary