paper-with-me

Papers

GUNNEL: Guided Mixup Augmentation and Multi-View Fusion for Aquatic Animal Segmentation

2021-12-12 · Minh-Quan Le, Trung-Nghia Le, Tam V. Nguyen, Isao Echizen, Minh-Triet Tran

Recent years have witnessed great advances in object segmentation research. In addition to generic objects, aquatic animals have attracted research attention. Deep learning-based methods are widely used for aquatic animal segmentation and have achieved promising performance. However, there is a lack of challenging datasets for benchmarking. In this work, we build a new dataset dubbed Aquatic Animal Species. We also devise a novel GUided mixup augmeNtatioN and multi-modEl fusion for aquatic animaL segmentation (GUNNEL) that leverages the advantages of multiple segmentation models to effectively segment aquatic animals and improves the training performance by synthesizing hard samples. Extensive experiments demonstrated the superiority of our proposed framework over existing state-of-the-art instance segmentation methods. The code is available at https://github.com/lmquan2000/mask-mixup. The dataset is available at https://doi.org/10.5281/zenodo.8208877 .

📄 PDF Abstract BibTeX arXiv:2112.06193

Code (1)

lmquan2000/mask-mixup 공식 구현

Tasks

BenchmarkingInstance SegmentationSegmentationSemantic Segmentation

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

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…

Data Augmentation

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

A Survey on Mixup Augmentations and Beyond

2024-09-08 · Xin Jin, Hongyu Zhu, Siyuan Li, Zedong Wang 외

As Deep Neural Networks have achieved thrilling breakthroughs in the past decade, data augmentations have garnered increasing attention as regularization techniques when massive labeled data are unavailable. Among existi…

Image ClassificationSelf-Supervised LearningSurvey

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

Graph Transplant: Node Saliency-Guided Graph Mixup with Local Structure Preservation

2021-11-10 · Joonhyung Park, Hajin Shim, Eunho Yang

Graph-structured datasets usually have irregular graph sizes and connectivities, rendering the use of recent data augmentation techniques, such as Mixup, difficult. To tackle this challenge, we present the first Mixup-li…

Data AugmentationGraph Classification