paper-with-me

홈 › Papers

Training on Synthetic Data Beats Real Data in Multimodal Relation Extraction

2023-12-05 · Zilin Du, Haoxin Li, Xu Guo, Boyang Li

The task of multimodal relation extraction has attracted significant research attention, but progress is constrained by the scarcity of available training data. One natural thought is to extend existing datasets with cross-modal generative models. In this paper, we consider a novel problem setting, where only unimodal data, either text or image, are available during training. We aim to train a multimodal classifier from synthetic data that perform well on real multimodal test data. However, training with synthetic data suffers from two obstacles: lack of data diversity and label information loss. To alleviate the issues, we propose Mutual Information-aware Multimodal Iterated Relational dAta GEneration (MI2RAGE), which applies Chained Cross-modal Generation (CCG) to promote diversity in the generated data and exploits a teacher network to select valuable training samples with high mutual information with the ground-truth labels. Comparing our method to direct training on synthetic data, we observed a significant improvement of 24.06% F1 with synthetic text and 26.42% F1 with synthetic images. Notably, our best model trained on completely synthetic images outperforms prior state-of-the-art models trained on real multimodal data by a margin of 3.76% in F1. Our codebase will be made available upon acceptance.

📄 PDF Abstract BibTeX arXiv:2312.03025

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityRelationRelation Extraction

Similar Papers 제목 키워드 기반

A Usable GAN-Based Tool for Synthetic ECG Generation in Cardiac Amyloidosis Research

2026-01-13 · Francesco Speziale, Ugo Lomoio, Fabiola Boccuto, Pierangelo Veltri 외 arxiv

Cardiac amyloidosis (CA) is a rare and underdiagnosed infiltrative cardiomyopathy, and available datasets for machine-learning models are typically small, imbalanced and heterogeneous. This paper presents a Generative Ad…

Synthetic ECG Signal Generation Using Generative Neural Networks

2021-12-05 · Edmond Adib, Fatemeh Afghah, John J. Prevost

Electrocardiogram (ECG) datasets tend to be highly imbalanced due to the scarcity of abnormal cases. Additionally, the use of real patients' ECGs is highly regulated due to privacy issues. Therefore, there is always a ne…

Dynamic Time WarpingGenerative Adversarial Network

Generating Realistic Multi-Beat ECG Signals

2025-05-19 · Paul Pöhl, Viktor Schlegel, Hao Li, Anil Bharath

Generating synthetic ECG data has numerous applications in healthcare, from educational purposes to simulating scenarios and forecasting trends. While recent diffusion models excel at generating short ECG segments, they …

DiagnosticForm

Employing Real Training Data for Deep Noise Suppression

2023-09-05 · Ziyi Xu, Marvin Sach, Jan Pirklbauer, Tim Fingscheidt

Most deep noise suppression (DNS) models are trained with reference-based losses requiring access to clean speech. However, sometimes an additive microphone model is insufficient for real-world applications. Accordingly,…

Arrhythmia Classification using CGAN-augmented ECG Signals

2022-01-26 · Edmond Adib, Fatemeh Afghah, John J. Prevost

ECG databases are usually highly imbalanced due to the abundance of Normal ECG and scarcity of abnormal cases. As such, deep learning classifiers trained on imbalanced datasets usually perform poorly, especially on minor…

Arrhythmia DetectionClassificationData AugmentationDynamic Time Warping