paper-with-me

홈 › Papers

A Text-Image Fusion Method with Data Augmentation Capabilities for Referring Medical Image Segmentation

2025-10-14 · Shurong Chai, Rahul Kumar JAIN, Rui Xu, Shaocong Mo, Ruibo Hou, Shiyu Teng, Jiaqing Liu, Lanfen Lin, Yen-Wei Chen arxiv

Deep learning relies heavily on data augmentation to mitigate limited data, especially in medical imaging. Recent multimodal learning integrates text and images for segmentation, known as referring or text-guided image segmentation. However, common augmentations like rotation and flipping disrupt spatial alignment between image and text, weakening performance. To address this, we propose an early fusion framework that combines text and visual features before augmentation, preserving spatial consistency. We also design a lightweight generator that projects text embeddings into visual space, bridging semantic gaps. Visualization of generated pseudo-images shows accurate region localization. Our method is evaluated on three medical imaging tasks and four segmentation frameworks, achieving state-of-the-art results. Code is publicly available on GitHub: https://github.com/11yxk/MedSeg_EarlyFusion.

📄 PDF Abstract BibTeX arXiv:2510.12482

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image SegmentationData Augmentation

Similar Papers 제목 키워드 기반

3D-VirtFusion: Synthetic 3D Data Augmentation through Generative Diffusion Models and Controllable Editing

2024-08-25 · Shichao Dong, Ze Yang, Guosheng Lin

Data augmentation plays a crucial role in deep learning, enhancing the generalization and robustness of learning-based models. Standard approaches involve simple transformations like rotations and flips for generating ex…

Data AugmentationDiversityFew-Shot LearningScene Understanding

Semantic Augmentation in Images using Language

2024-04-02 · Sahiti Yerramilli, Jayant Sravan Tamarapalli, Tanmay Girish Kulkarni, Jonathan Francis 외

Deep Learning models are incredibly data-hungry and require very large labeled datasets for supervised learning. As a consequence, these models often suffer from overfitting, limiting their ability to generalize to real-…

Data AugmentationDeep LearningDomain Generalization

TTIDA: Controllable Generative Data Augmentation via Text-to-Text and Text-to-Image Models

2023-04-18 · Yuwei Yin, Jean Kaddour, Xiang Zhang, Yixin Nie 외

Data augmentation has been established as an efficacious approach to supplement useful information for low-resource datasets. Traditional augmentation techniques such as noise injection and image transformations have bee…

Data AugmentationDiversitydomain classificationImage Captioning

Prompt-Free Conditional Diffusion for Multi-object Image Augmentation

2025-07-08 · Haoyu Wang, Lei Zhang, Wei Wei, Chen Ding 외

Diffusion models has underpinned much recent advances of dataset augmentation in various computer vision tasks. However, when involving generating multi-object images as real scenarios, most existing methods either rely …

DiversityDomain GeneralizationImage Augmentation

Reinforcement Learning from Diffusion Feedback: Q* for Image Search

2023-11-27 · Aboli Marathe

Large vision-language models are steadily gaining personalization capabilities at the cost of fine-tuning or data augmentation. We present two models for image generation using model-agnostic learning that align semantic…

Data AugmentationDiversityImage GenerationImage Retrieval+3