Disturbing Image Detection Using LMM-Elicited Emotion Embeddings
Maria Tzelepi, Vasileios Mezaris
TL;DR
This work tackles Disturbing Image Detection (DID) by exploiting knowledge encoded in Large Multimodal Models. It prompts MiniGPT-4 to produce both generic semantic descriptions and elicited emotions for each image and then encodes these textual outputs with CLIP, combining them with CLIP image embeddings to perform DID. The proposed three-stream fusion (image, semantic descriptions, and elicited emotions) achieved a top accuracy of 96.907% on the DID-Aug dataset, surpassing the CLIP-image baseline and the previous state-of-the-art. The results demonstrate that incorporating LMM-generated semantic and affective knowledge can significantly enhance safety-related vision tasks and generalize beyond standard image-based features.
Abstract
In this paper we deal with the task of Disturbing Image Detection (DID), exploiting knowledge encoded in Large Multimodal Models (LMMs). Specifically, we propose to exploit LMM knowledge in a two-fold manner: first by extracting generic semantic descriptions, and second by extracting elicited emotions. Subsequently, we use the CLIP's text encoder in order to obtain the text embeddings of both the generic semantic descriptions and LMM-elicited emotions. Finally, we use the aforementioned text embeddings along with the corresponding CLIP's image embeddings for performing the DID task. The proposed method significantly improves the baseline classification accuracy, achieving state-of-the-art performance on the augmented Disturbing Image Detection dataset.
