paper-with-me

Papers

DALDA: Data Augmentation Leveraging Diffusion Model and LLM with Adaptive Guidance Scaling

2024-09-25 · Kyuheon Jung, Yongdeuk Seo, Seongwoo Cho, Jaeyoung Kim, Hyun-seok Min, Sungchul Choi

In this paper, we present an effective data augmentation framework leveraging the Large Language Model (LLM) and Diffusion Model (DM) to tackle the challenges inherent in data-scarce scenarios. Recently, DMs have opened up the possibility of generating synthetic images to complement a few training images. However, increasing the diversity of synthetic images also raises the risk of generating samples outside the target distribution. Our approach addresses this issue by embedding novel semantic information into text prompts via LLM and utilizing real images as visual prompts, thus generating semantically rich images. To ensure that the generated images remain within the target distribution, we dynamically adjust the guidance weight based on each image's CLIPScore to control the diversity. Experimental results show that our method produces synthetic images with enhanced diversity while maintaining adherence to the target distribution. Consequently, our approach proves to be more efficient in the few-shot setting on several benchmarks. Our code is available at https://github.com/kkyuhun94/dalda .

📄 PDF Abstract BibTeX arXiv:2409.16949

Code (1)

kkyuhun94/dalda 공식 구현 pytorch

Tasks

Data AugmentationDiversityLanguage ModelingLanguage ModellingLarge Language Model

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 제목 키워드 기반

DALDALL: Data Augmentation for Lexical and Semantic Diverse in Legal Domain by leveraging LLM-Persona

2026-03-24 · Janghyeok Choi, Jaewon Lee, Sungzoon Cho arxiv

Data scarcity remains a persistent challenge in low-resource domains. While existing data augmentation methods leverage the generative capabilities of large language models (LLMs) to produce large volumes of synthetic da…

Information RetrievalData Augmentation

GAUDA: Generative Adaptive Uncertainty-guided Diffusion-based Augmentation for Surgical Segmentation

2025-01-18 · Yannik Frisch, Christina Bornberg, Moritz Fuchs, Anirban Mukhopadhyay

Augmentation by generative modelling yields a promising alternative to the accumulation of surgical data, where ethical, organisational and regulatory aspects must be considered. Yet, the joint synthesis of (image, mask)…

SegmentationSemantic Segmentation

Cross-Domain Graph Data Scaling: A Showcase with Diffusion Models

2024-06-04 · Wenzhuo Tang, Haitao Mao, Danial Dervovic, Ivan Brugere 외

Models for natural language and images benefit from data scaling behavior: the more data fed into the model, the better they perform. This 'better with more' phenomenon enables the effectiveness of large-scale pre-traini…

Diffusion-augmented Graph Contrastive Learning for Collaborative Filter

2025-03-20 · Fan Huang, Wei Wang

Graph-based collaborative filtering has been established as a prominent approach in recommendation systems, leveraging the inherent graph topology of user-item interactions to model high-order connectivity patterns and e…

Collaborative FilteringContrastive LearningData AugmentationRecommendation Systems+1

MedDiffuseMix: Preserving Diagnostic Evidence with Saliency-Aware Diffusion Medical Image Data Augmentatio

2026-06-25 · Teerath Kumar, Raja Vavekanand, Muhammad Turab arxiv

Limited data availability, class imbalance, and domain variability remain major barriers to reliable medical image classification. Conventional augmentation can improve training diversity but may distort diagnostically i…

Medical Image ClassificationImage Augmentation