paper-with-me

Papers

Semantic-aware Data Augmentation for Text-to-image Synthesis

2023-12-13 · Zhaorui Tan, Xi Yang, Kaizhu Huang

Data augmentation has been recently leveraged as an effective regularizer in various vision-language deep neural networks. However, in text-to-image synthesis (T2Isyn), current augmentation wisdom still suffers from the semantic mismatch between augmented paired data. Even worse, semantic collapse may occur when generated images are less semantically constrained. In this paper, we develop a novel Semantic-aware Data Augmentation (SADA) framework dedicated to T2Isyn. In particular, we propose to augment texts in the semantic space via an Implicit Textual Semantic Preserving Augmentation ($ITA$), in conjunction with a specifically designed Image Semantic Regularization Loss ($L_r$) as Generated Image Semantic Conservation, to cope well with semantic mismatch and collapse. As one major contribution, we theoretically show that $ITA$ can certify better text-image consistency while $L_r$ regularizing the semantics of generated images would avoid semantic collapse and enhance image quality. Extensive experiments validate that SADA enhances text-image consistency and improves image quality significantly in T2Isyn models across various backbones. Especially, incorporating SADA during the tuning process of Stable Diffusion models also yields performance improvements.

📄 PDF Abstract BibTeX arXiv:2312.07951

Code (1)

zhaorui-tan/sada 공식 구현 pytorch

Tasks

Data AugmentationImage Generation

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…

Similar Papers 제목 키워드 기반

Residual Relaxation for Multi-view Representation Learning

2021-10-28 · NeurIPS 2021 12 · Yifei Wang, Zhengyang Geng, Feng Jiang, Chuming Li 외

Multi-view methods learn representations by aligning multiple views of the same image and their performance largely depends on the choice of data augmentation. In this paper, we notice that some other useful augmentation…

Data AugmentationRepresentation Learning

Semantic-Preserving Augmentation for Robust Image-Text Retrieval

2023-03-10 · Sunwoo Kim, Kyuhong Shim, Luong Trung Nguyen, Byonghyo Shim

Image text retrieval is a task to search for the proper textual descriptions of the visual world and vice versa. One challenge of this task is the vulnerability to input image and text corruptions. Such corruptions are o…

Image-text RetrievalRetrievalText Retrieval

Sample-specific and Context-aware Augmentation for Long Tail Image Classification

2021-09-29 · Jiahao Chen, Bing Su

Recent long-tail classification methods generally adopt the two-stage pipeline and focus on learning the classifier to tackle the imbalanced data in the second stage via re-sampling or re-weighting, but the classifier is…

Data Augmentationimage-classificationImage Classification

SSDAU: Structured Semantic Data Augmentation for Joint Entity and Relation Extraction

2026-05-22 · Jiawei He, Mengyu Shi, Jiawei Liu, Dong Sun 외 arxiv

Joint Entity and Relation Extraction (JERE) is highly sensitive to training data quality, making data augmentation a natural way to improve generalization. However, existing augmentation methods often weaken entity relev…

Joint Entity and Relation ExtractionData Augmentation

Mitigating Memorization in Text-to-Image Diffusion via Region-Aware Prompt Augmentation and Multimodal Copy Detection

2026-03-13 · Yunzhuo Chen, Jordan Vice, Naveed Akhtar, Nur Al Hasan Haldar 외 arxiv

State-of-the-art text-to-image diffusion models can produce impressive visuals but may memorize and reproduce training images, creating copyright and privacy risks. Existing prompt perturbations applied at inference time…