paper-with-me

홈 › Papers

Training Multimedia Event Extraction With Generated Images and Captions

2023-06-15 · Zilin Du, Yunxin Li, Xu Guo, Yidan Sun, Boyang Li

Contemporary news reporting increasingly features multimedia content, motivating research on multimedia event extraction. However, the task lacks annotated multimodal training data and artificially generated training data suffer from distribution shift from real-world data. In this paper, we propose Cross-modality Augmented Multimedia Event Learning (CAMEL), which successfully utilizes artificially generated multimodal training data and achieves state-of-the-art performance. We start with two labeled unimodal datasets in text and image respectively, and generate the missing modality using off-the-shelf image generators like Stable Diffusion and image captioners like BLIP. After that, we train the network on the resultant multimodal datasets. In order to learn robust features that are effective across domains, we devise an iterative and gradual training strategy. Substantial experiments show that CAMEL surpasses state-of-the-art (SOTA) baselines on the M2E2 benchmark. On multimedia events in particular, we outperform the prior SOTA by 4.2% F1 on event mention identification and by 9.8% F1 on argument identification, which indicates that CAMEL learns synergistic representations from the two modalities. Our work demonstrates a recipe to unleash the power of synthetic training data in structured prediction.

📄 PDF Abstract BibTeX arXiv:2306.08966

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionStructured Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BLIP Vision-Language Pre-training (VLP) has advanced the performance for many vision-language tasks. However, most existing pre-trained models only excel in either understanding-based…

Similar Papers 제목 키워드 기반

Cross-media Structured Common Space for Multimedia Event Extraction

2020-05-05 · ACL 2020 6 · Manling Li, Alireza Zareian, Qi Zeng, Spencer Whitehead 외

We introduce a new task, MultiMedia Event Extraction (M2E2), which aims to extract events and their arguments from multimedia documents. We develop the first benchmark and collect a dataset of 245 multimedia news article…

ArticlesEvent Extraction

RMPL: Relation-aware Multi-task Progressive Learning with Stage-wise Training for Multimedia Event Extraction

2026-02-14 · Yongkang Jin, Jianwen Luo, Jingjing Wang, Jianmin Yao 외 arxiv

Multimedia Event Extraction (MEE) aims to identify events and their arguments from documents that contain both text and images. It requires grounding event semantics across different modalities. Progress in MEE is limite…

Relation ExtractionEvent Extraction

CLIP-Event: Connecting Text and Images with Event Structures

2022-01-13 · CVPR 2022 1 · Manling Li, Ruochen Xu, Shuohang Wang, Luowei Zhou 외

Vision-language (V+L) pretraining models have achieved great success in supporting multimedia applications by understanding the alignments between images and text. While existing vision-language pretraining models primar…

Contrastive LearningEvent ExtractionImage RetrievalRetrieval

MMUTF: Multimodal Multimedia Event Argument Extraction with Unified Template Filling

2024-06-18 · Philipp Seeberger, Dominik Wagner, Korbinian Riedhammer

With the advancement of multimedia technologies, news documents and user-generated content are often represented as multiple modalities, making Multimedia Event Extraction (MEE) an increasingly important challenge. Howev…

Data AugmentationEvent Argument ExtractionEvent Extraction

Evaluation Pitfalls and Challenges in Multimedia Event Extraction

2026-06-25 · Philipp Seeberger, Steffen Freisinger, Tobias Bocklet, Korbinian Riedhammer arxiv

Multimedia event extraction aims to jointly identify events and their arguments across multiple modalities, such as text and images, to support more comprehensive event understanding. While recent work reports steady and…

Event Extraction