CVMar 11, 2017

Viraliency: Pooling Local Virality

arXiv:1703.03937v25 citations
Originality Incremental advance
AI Analysis

This addresses the need for automatic virality prediction in social networks, offering an incremental improvement with a novel pooling strategy.

The paper tackles the problem of automatically recognizing virality in images and videos by introducing a learned top-N average (LENA) pooling layer, which outperforms state-of-the-art methods on two publicly available datasets.

In our overly-connected world, the automatic recognition of virality - the quality of an image or video to be rapidly and widely spread in social networks - is of crucial importance, and has recently awaken the interest of the computer vision community. Concurrently, recent progress in deep learning architectures showed that global pooling strategies allow the extraction of activation maps, which highlight the parts of the image most likely to contain instances of a certain class. We extend this concept by introducing a pooling layer that learns the size of the support area to be averaged: the learned top-N average (LENA) pooling. We hypothesize that the latent concepts (feature maps) describing virality may require such a rich pooling strategy. We assess the effectiveness of the LENA layer by appending it on top of a convolutional siamese architecture and evaluate its performance on the task of predicting and localizing virality. We report experiments on two publicly available datasets annotated for virality and show that our method outperforms state-of-the-art approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes