xavirema / lena_pooling

This is the code associated to the IEEE CVPR'17 article "Viraliency: Pooling Local Virality"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LENA pooling layer

The LEarned top-N Average (LENA) pooling layer is implemented in this repository within the caffe deep learning framework. The list of modifications from the original repository follow:

  • Adding the files "src/caffe/layers/lena_pooling_layer.cpp" and "include/caffe/layers/lena_pooling_layer.hpp". No CUDA implementation is available at the moment.
  • Modifying the protobuffer definition to accomodate a lena_parameter message.
  • Allow boolean blobs with 5 dimensions.

If you are using LENA in your research, refer to the CVPR'17 article:

Xavier Alameda-Pineda, Andrea Pilzer, Dan Xu, Nicu Sebe and Elisa Ricci, Viraliency: Pooling Local Virality, IEEE CVPR 2017.

About

This is the code associated to the IEEE CVPR'17 article "Viraliency: Pooling Local Virality"

License:Other


Languages

Language:C++ 79.6%Language:Python 8.4%Language:Cuda 5.6%Language:CMake 2.8%Language:Protocol Buffer 1.7%Language:MATLAB 0.9%Language:Makefile 0.7%Language:Shell 0.3%Language:M 0.0%