paper-with-me

홈 › Papers

HSMix: Hard and Soft Mixing Data Augmentation for Medical Image Segmentation

2025-11-18 · Danyang Sun, Fadi Dornaika, Nagore Barrena arxiv

Due to the high cost of annotation or the rarity of some diseases, medical image segmentation is often limited by data scarcity and the resulting overfitting problem. Self-supervised learning and semi-supervised learning can mitigate the data scarcity challenge to some extent. However, both of these paradigms are complex and require either hand-crafted pretexts or well-defined pseudo-labels. In contrast, data augmentation represents a relatively simple and straightforward approach to addressing data scarcity issues. It has led to significant improvements in image recognition tasks. However, the effectiveness of local image editing augmentation techniques in the context of segmentation has been less explored. We propose HSMix, a novel approach to local image editing data augmentation involving hard and soft mixing for medical semantic segmentation. In our approach, a hard-augmented image is created by combining homogeneous regions (superpixels) from two source images. A soft mixing method further adjusts the brightness of these composed regions with brightness mixing based on locally aggregated pixel-wise saliency coefficients. The ground-truth segmentation masks of the two source images undergo the same mixing operations to generate the associated masks for the augmented images. Our method fully exploits both the prior contour and saliency information, thus preserving local semantic information in the augmented images while enriching the augmentation space with more diversity. Our method is a plug-and-play solution that is model agnostic and applicable to a range of medical imaging modalities. Extensive experimental evidence has demonstrated its effectiveness in a variety of medical segmentation tasks. The source code is available in https://github.com/DanielaPlusPlus/HSMix.

📄 PDF Abstract BibTeX arXiv:2511.17614

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image SegmentationSelf-Supervised LearningSemantic SegmentationData Augmentation

Similar Papers 제목 키워드 기반

FerKD: Surgical Label Adaptation for Efficient Distillation

2023-12-29 · ICCV 2023 1 · Zhiqiang Shen

We present FerKD, a novel efficient knowledge distillation framework that incorporates partial soft-hard label adaptation coupled with a region-calibration mechanism. Our approach stems from the observation and intuition…

Knowledge Distillation

Attack-Augmentation Mixing-Contrastive Skeletal Representation Learning

2023-04-08 · Binqian Xu, Xiangbo Shu, Jiachao Zhang, Rui Yan 외

Contrastive learning, relying on effective positive and negative sample pairs, is beneficial to learn informative skeleton representations in unsupervised skeleton-based action recognition. To achieve these positive and …

Action RecognitionContrastive LearningData AugmentationRepresentation Learning+2

Diffusion-Guided Mask-Consistent Paired Mixing for Endoscopic Image Segmentation

2025-11-05 · Pengyu Jie, Wanquan Liu, Rui He, Yihui Wen 외 arxiv

Augmentation for dense prediction typically relies on either sample mixing or generative synthesis. Mixing improves robustness but misaligned masks yield soft label ambiguity. Diffusion synthesis increases apparent diver…

Image Segmentation

The Bridge-Garden Dilemma in LLM Distillation: Why Mixing Hard and Soft Labels Works

2026-05-25 · Guanghui Wang, Kaiwen Lv Kacuila, Zhiyong Yang, Zitai Wang 외 arxiv

Knowledge distillation (KD) transfers knowledge from a large teacher model to a smaller student. In language modeling, the student is trained either on tokens sampled from the teacher (hard labels) or the teacher's full …

Knowledge DistillationModel Compression

Hard Negative Mixing for Contrastive Learning

2020-10-02 · NeurIPS 2020 12 · Yannis Kalantidis, Mert Bulent Sariyildiz, Noe Pion, Philippe Weinzaepfel 외

Contrastive learning has become a key component of self-supervised learning approaches for computer vision. By learning to embed two augmented versions of the same image close to each other and to push the embeddings of …

Contrastive LearningData AugmentationInstance Segmentationobject-detection+3