paper-with-me

홈 › Papers

MixUp-MIL: A Study on Linear & Multilinear Interpolation-Based Data Augmentation for Whole Slide Image Classification

2023-11-06 · Michael Gadermayr, Lukas Koller, Maximilian Tschuchnig, Lea Maria Stangassinger, Christina Kreutzer, Sebastien Couillard-Despres, Gertie Janneke Oostingh, Anton Hittmair

For classifying digital whole slide images in the absence of pixel level annotation, typically multiple instance learning methods are applied. Due to the generic applicability, such methods are currently of very high interest in the research community, however, the issue of data augmentation in this context is rarely explored. Here we investigate linear and multilinear interpolation between feature vectors, a data augmentation technique, which proved to be capable of improving the generalization performance classification networks and also for multiple instance learning. Experiments, however, have been performed on only two rather small data sets and one specific feature extraction approach so far and a strong dependence on the data set has been identified. Here we conduct a large study incorporating 10 different data set configurations, two different feature extraction approaches (supervised and self-supervised), stain normalization and two multiple instance learning architectures. The results showed an extraordinarily high variability in the effect of the method. We identified several interesting aspects to bring light into the darkness and identified novel promising fields of research.

📄 PDF Abstract BibTeX arXiv:2311.03052

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage ClassificationMultiple Instance Learningwhole slide images

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

When does mixup promote local linearity in learned representations?

2022-10-28 · Arslan Chaudhry, Aditya Krishna Menon, Andreas Veit, Sadeep Jayasumana 외

Mixup is a regularization technique that artificially produces new samples using convex combinations of original training points. This simple technique has shown strong empirical performance, and has been heavily used as…

Representation Learning

PointMixup: Augmentation for Point Clouds

2020-08-14 · ECCV 2020 8 · Yunlu Chen, Vincent Tao Hu, Efstratios Gavves, Thomas Mensink 외

This paper introduces data augmentation for point clouds by interpolation between examples. Data augmentation by interpolation has shown to be a simple and effective approach in the image domain. Such a mixup is however …

3D Point Cloud Classification3D Point Cloud Data AugmentationData AugmentationPoint Cloud Classification

The Benefits of Mixup for Feature Learning

2023-03-15 · Difan Zou, Yuan Cao, Yuanzhi Li, Quanquan Gu

Mixup, a simple data augmentation method that randomly mixes two data points via linear interpolation, has been extensively applied in various deep learning applications to gain better generalization. However, the theore…

Data Augmentation

Dynamic Nonlinear Mixup with Distance-based Sample Selection

2022-10-01 · COLING 2022 10 · Shaokang Zhang, Lei Jiang, Jianlong Tan

Data augmentation with mixup has shown to be effective on the NLP tasks. Although its great success, the mixup still has shortcomings. First, vanilla mixup randomly selects one sample to generate the mixup sample for a g…

Data Augmentation

Mixup Augmentation with Multiple Interpolations

2024-06-03 · Lifeng Shen, Jincheng Yu, Hansi Yang, James T. Kwok

Mixup and its variants form a popular class of data augmentation techniques.Using a random sample pair, it generates a new sample by linear interpolation of the inputs and labels. However, generating only one single inte…

Data Augmentation