MMCVAug 20, 2015

Diving Deep into Sentiment: Understanding Fine-tuned CNNs for Visual Sentiment Prediction

arXiv:1508.05056v286 citations
AI Analysis

This work addresses the need for automated sentiment analysis tools in social media, but it is incremental as it applies existing CNN methods to a relatively unexplored task.

The authors tackled the problem of visual sentiment prediction by fine-tuning a CNN and exploring performance-boosting techniques, achieving state-of-the-art results on a benchmark dataset.

Visual media are powerful means of expressing emotions and sentiments. The constant generation of new content in social networks highlights the need of automated visual sentiment analysis tools. While Convolutional Neural Networks (CNNs) have established a new state-of-the-art in several vision problems, their application to the task of sentiment analysis is mostly unexplored and there are few studies regarding how to design CNNs for this purpose. In this work, we study the suitability of fine-tuning a CNN for visual sentiment prediction as well as explore performance boosting techniques within this deep learning setting. Finally, we provide a deep-dive analysis into a benchmark, state-of-the-art network architecture to gain insight about how to design patterns for CNNs on the task of visual sentiment prediction.

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