Attributes-aware Visual Emotion Representation Learning
Rahul Singh Maharjan, Marta Romeo, Angelo Cangelosi
TL;DR
This work tackles visual emotion analysis by addressing the affective gap through attribute-aware learning. It introduces A4Net, a multi-branch architecture built on a ConvNeXt-V2 backbone that jointly learns four attributes—brightness, colorfulness, scene, and facial expressions—and fuses their features for emotion classification. Empirical results on EmoSet, EMOTIC, SE30K8, and UnBiasEmo demonstrate improved performance over traditional CNNs and prior attribute-aware methods, with GradCAM visualizations offering interpretability. The approach highlights the value of explicitly modeling perceptual attributes to enhance generalization across diverse visual emotion datasets and provides a foundation for integrating additional cues in future work.
Abstract
Visual emotion analysis or recognition has gained considerable attention due to the growing interest in understanding how images can convey rich semantics and evoke emotions in human perception. However, visual emotion analysis poses distinctive challenges compared to traditional vision tasks, especially due to the intricate relationship between general visual features and the different affective states they evoke, known as the affective gap. Researchers have used deep representation learning methods to address this challenge of extracting generalized features from entire images. However, most existing methods overlook the importance of specific emotional attributes such as brightness, colorfulness, scene understanding, and facial expressions. Through this paper, we introduce A4Net, a deep representation network to bridge the affective gap by leveraging four key attributes: brightness (Attribute 1), colorfulness (Attribute 2), scene context (Attribute 3), and facial expressions (Attribute 4). By fusing and jointly training all aspects of attribute recognition and visual emotion analysis, A4Net aims to provide a better insight into emotional content in images. Experimental results show the effectiveness of A4Net, showcasing competitive performance compared to state-of-the-art methods across diverse visual emotion datasets. Furthermore, visualizations of activation maps generated by A4Net offer insights into its ability to generalize across different visual emotion datasets.
