CVMMApr 12, 2016

From Pixels to Sentiment: Fine-tuning CNNs for Visual Sentiment Prediction

arXiv:1604.03489v2199 citations
AI Analysis

This work addresses automated sentiment analysis for social media images, but it is incremental as it builds on existing CNN methods.

The authors tackled visual sentiment prediction by fine-tuning a CNN and modifying its architecture, achieving accuracy improvements over prior work on a social media image dataset.

Visual multimedia have become an inseparable part of our digital social lives, and they often capture moments tied with deep affections. Automated visual sentiment analysis tools can provide a means of extracting the rich feelings and latent dispositions embedded in these media. In this work, we explore how Convolutional Neural Networks (CNNs), a now de facto computational machine learning tool particularly in the area of Computer Vision, can be specifically applied to the task of visual sentiment prediction. We accomplish this through fine-tuning experiments using a state-of-the-art CNN and via rigorous architecture analysis, we present several modifications that lead to accuracy improvements over prior art on a dataset of images from a popular social media platform. We additionally present visualizations of local patterns that the network learned to associate with image sentiment for insight into how visual positivity (or negativity) is perceived by the model.

Code Implementations2 repos
Foundations

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

Your Notes