Multimodal Event Detection: Current Approaches and Defining the New Playground through LLMs and VLMs
Abhishek Dey, Aabha Bothera, Samhita Sarikonda, Rishav Aryan, Sanjay Kumar Podishetty, Akshay Havalgi, Gaurav Singh, Saurabh Srivastava
TL;DR
The paper tackles real-time disaster event detection on social media, where multimodal data and noisy language challenge traditional unimodal systems. It benchmarks supervised text-only, vision-only, and multimodal fusion models against prompting-based and generative VLM/LLM baselines, and reframes ED as a generative, multimodal task capable of handling missing modalities. Key contributions include a novel multi-modal ED formulation, a perturbation analysis of social-media language, and a benchmark for robust evaluation across modalities. The findings show multimodal supervised approaches achieve state-of-the-art accuracy, while large generative models lag in precision but exhibit resilience to noisy text, informing practical disaster-monitoring system design and future work in prompt design and real-time deployment.
Abstract
In this paper, we study the challenges of detecting events on social media, where traditional unimodal systems struggle due to the rapid and multimodal nature of data dissemination. We employ a range of models, including unimodal ModernBERT and ConvNeXt-V2, multimodal fusion techniques, and advanced generative models like GPT-4o, and LLaVA. Additionally, we also study the effect of providing multimodal generative models (such as GPT-4o) with a single modality to assess their efficacy. Our results indicate that while multimodal approaches notably outperform unimodal counterparts, generative approaches despite having a large number of parameters, lag behind supervised methods in precision. Furthermore, we also found that they lag behind instruction-tuned models because of their inability to generate event classes correctly. During our error analysis, we discovered that common social media issues such as leet speak, text elongation, etc. are effectively handled by generative approaches but are hard to tackle using supervised approaches.
