paper-with-me

Papers

GuidedMixup: An Efficient Mixup Strategy Guided by Saliency Maps

2023-06-29 · Minsoo Kang, Suhyun Kim

Data augmentation is now an essential part of the image training process, as it effectively prevents overfitting and makes the model more robust against noisy datasets. Recent mixing augmentation strategies have advanced to generate the mixup mask that can enrich the saliency information, which is a supervisory signal. However, these methods incur a significant computational burden to optimize the mixup mask. From this motivation, we propose a novel saliency-aware mixup method, GuidedMixup, which aims to retain the salient regions in mixup images with low computational overhead. We develop an efficient pairing algorithm that pursues to minimize the conflict of salient regions of paired images and achieve rich saliency in mixup images. Moreover, GuidedMixup controls the mixup ratio for each pixel to better preserve the salient region by interpolating two paired images smoothly. The experiments on several datasets demonstrate that GuidedMixup provides a good trade-off between augmentation overhead and generalization performance on classification datasets. In addition, our method shows good performance in experiments with corrupted or reduced datasets.

📄 PDF Abstract BibTeX arXiv:2306.16612

Code (1)

3neutronstar/GuidedMixup 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

On the Calibration of Pre-trained Language Models using Mixup Guided by Area Under the Margin and Saliency

2022-03-14 · ACL 2022 5 · Seo Yeon Park, Cornelia Caragea

A well-calibrated neural model produces confidence (probability outputs) closely approximated by the expected accuracy. While prior studies have shown that mixup training as a data augmentation technique can improve mode…

Data Augmentationimage-classificationImage ClassificationNatural Language Inference+1

TokenMixup: Efficient Attention-guided Token-level Data Augmentation for Transformers

2022-10-14 · Hyeong Kyu Choi, Joonmyung Choi, Hyunwoo J. Kim

Mixup is a commonly adopted data augmentation technique for image classification. Recent advances in mixup methods primarily focus on mixing based on saliency. However, many saliency detectors require intense computation…

Data Augmentationimage-classificationImage Classification

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

SageMix: Saliency-Guided Mixup for Point Clouds

2022-10-13 · Sanghyeok Lee, Minkyu Jeon, Injae Kim, Yunyang Xiong 외

Data augmentation is key to improving the generalization ability of deep learning models. Mixup is a simple and widely-used data augmentation technique that has proven effective in alleviating the problems of overfitting…

3D Part Segmentation3D Point Cloud Classification3D Point Cloud Data AugmentationData Augmentation+2

Co-Mixup: Saliency Guided Joint Mixup with Supermodular Diversity

2021-02-05 · ICLR 2021 1 · Jang-Hyun Kim, Wonho Choo, Hosan Jeong, Hyun Oh Song

While deep neural networks show great performance on fitting to the training distribution, improving the networks' generalization performance to the test distribution and robustness to the sensitivity to input perturbati…

Diversity