Visual sentiment analysis using data-augmented deep transfer learning techniques

Haoran Hong,Waneeza Zaheer,Aamir Wali
DOI: https://doi.org/10.1007/s00530-024-01308-w
IF: 3.9
2024-03-31
Multimedia Systems
Abstract:The use of visual content to express emotions on social media platforms has become increasingly popular. Visual sentiment analysis can be used to understand the sentiment conveyed by the users using images. Compared to text, visual sentiment analysis is a challenging task since images are a more condensed form of data, have ambiguity and do not have explicit textual clues. Recently, a few studies used deep transfer learning techniques for visual sentiment analysis but the results reported can be significantly improved. In this research paper, we introduce a novel architecture that combines data augmentation and transfer learning. Our approach involves feature fusion of the pretrained VGG16 and MobileNetV1 models, followed by fine-tuning using an SVM classifier using augmented training data. For evaluation, we used two image datasets. To augment these datasets, we apply various techniques. The proposed model is also compared with three other transfer techniques, as well as four machine learning models (excluding SVM). VGG16+MobileNetV1-SVM has the best accuracy of 96% and recall of 99% for both datasets. Compared to other studies that also employed the same dataset, the proposed model produced the best results.
computer science, information systems, theory & methods
What problem does this paper attempt to address?