π€ AI Summary
This work addresses the cascading errors in multimodal event extraction caused by cross-modal alignment inaccuracies by proposing the ECHO framework. ECHO employs multiple agents performing atomic operations on a shared Multimodal Event Hypergraph (MEHG) to iteratively refine event structures. The key innovations include introducing an event-centric hypergraph as an explicit intermediate representation, designing a multi-agent collaboration mechanism grounded in hypergraph operations, and adopting a Link-then-Bind strategy that decouples argument identification from role binding to effectively suppress error propagation. Evaluated on the M2E2 benchmark with Qwen3-32B, the approach achieves substantial improvements of 7.3% and 15.5% in F1 scores for event mention and argument role extraction, respectively, significantly outperforming existing methods.
π Abstract
Multimedia Event Extraction (M2E2) involves extracting structured event records from both textual and visual content. Existing approaches, ranging from specialized architectures to direct Large Language Model (LLM) prompting, typically rely on a linear, end-to-end generation and thus suffer from cascading errors: early cross-modal misalignments often corrupt downstream role assignment under strict grounding constraints. We propose ECHO (Event-Centric Hypergraph Operations), a multi-agent framework that iteratively refines a shared Multimedia Event Hypergraph (MEHG), which serves as an explicit intermediate structure for multimodal event hypotheses. Unlike dialogue-centric frameworks, ECHO coordinates specialized agents by applying atomic hypergraph operations to the MEHG. Furthermore, we introduce a Link-then-Bind strategy that enforces deferred commitment: agents first identify relevant arguments and only then determine their precise roles, mitigating incorrect grounding and limiting error propagation. Extensive experiments on the M2E2 benchmark show that ECHO significantly outperforms the state-of-the-art (SOTA) : with Qwen3-32B, it achieves a 7.3% and 15.5% improvement in average event mention and argument role F1, respectively.