CVOct 18, 2023

On the use of Vision-Language models for Visual Sentiment Analysis: a study on CLIP

arXiv:2310.12062v111 citationsh-index: 23
Originality Incremental advance
AI Analysis

This work addresses how to effectively leverage vision-language models for sentiment analysis in images, which is incremental but practically relevant for computer vision applications.

This study explores using CLIP's embedding space for Visual Sentiment Analysis, showing that CLIP-based approaches outperform state-of-the-art models on the WEBEmo benchmark and generalize better to unseen datasets, though CLIP Zero-Shot performs best on the FI dataset.

This work presents a study on how to exploit the CLIP embedding space to perform Visual Sentiment Analysis. We experiment with two architectures built on top of the CLIP embedding space, which we denote by CLIP-E. We train the CLIP-E models with WEBEmo, the largest publicly available and manually labeled benchmark for Visual Sentiment Analysis, and perform two sets of experiments. First, we test on WEBEmo and compare the CLIP-E architectures with state-of-the-art (SOTA) models and with CLIP Zero-Shot. Second, we perform cross dataset evaluation, and test the CLIP-E architectures trained with WEBEmo on other Visual Sentiment Analysis benchmarks. Our results show that the CLIP-E approaches outperform SOTA models in WEBEmo fine grained categorization, and they also generalize better when tested on datasets that have not been seen during training. Interestingly, we observed that for the FI dataset, CLIP Zero-Shot produces better accuracies than SOTA models and CLIP-E trained on WEBEmo. These results motivate several questions that we discuss in this paper, such as how we should design new benchmarks and evaluate Visual Sentiment Analysis, and whether we should keep designing tailored Deep Learning models for Visual Sentiment Analysis or focus our efforts on better using the knowledge encoded in large vision-language models such as CLIP for this task.

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