paper-with-me

홈 › Papers

Two-Stage Resampling for Convolutional Neural Network Training in the Imbalanced Colorectal Cancer Image Classification

2020-04-07 · Michał Koziarski

Data imbalance remains one of the open challenges in the contemporary machine learning. It is especially prevalent in case of medical data, such as histopathological images. Traditional data-level approaches for dealing with data imbalance are ill-suited for image data: oversampling methods such as SMOTE and its derivatives lead to creation of unrealistic synthetic observations, whereas undersampling reduces the amount of available data, critical for successful training of convolutional neural networks. To alleviate the problems associated with over- and undersampling we propose a novel two-stage resampling methodology, in which we initially use the oversampling techniques in the image space to leverage a large amount of data for training of a convolutional neural network, and afterwards apply undersampling in the feature space to fine-tune the last layers of the network. Experiments conducted on a colorectal cancer image dataset indicate the usefulness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2004.03332

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

Dysplasia grading of colorectal polyps through CNN analysis of WSI

2021-02-10 · Daniele Perlo, Enzo Tartaglione, Luca Bertero, Paola Cassoni 외

Colorectal cancer is a leading cause of cancer death for both men and women. For this reason, histopathological characterization of colorectal polyps is the major instrument for the pathologist in order to infer the actu…

C2P-GCN: Cell-to-Patch Graph Convolutional Network for Colorectal Cancer Grading

2024-03-08 · Sudipta Paul, Bulent Yener, Amanda W. Lund

Graph-based learning approaches, due to their ability to encode tissue/organ structure information, are increasingly favored for grading colorectal cancer histology images. Recent graph-based techniques involve dividing …

graph constructionwhole slide images

Imbalanced classification: a paradigm-based review

2020-02-11 · Yang Feng, Min Zhou, Xin Tong

A common issue for classification in scientific research and industry is the existence of imbalanced classes. When sample sizes of different classes are imbalanced in training data, naively implementing a classification …

Binary ClassificationClassificationGeneral Classificationimbalanced classification

RB-CCR: Radial-Based Combined Cleaning and Resampling algorithm for imbalanced data classification

2021-05-09 · Michał Koziarski, Colin Bellinger, Michał Woźniak

Real-world classification domains, such as medicine, health and safety, and finance, often exhibit imbalanced class priors and have asynchronous misclassification costs. In such cases, the classification model must achie…

General Classification

Automated Imbalanced Classification via Layered Learning

2022-05-05 · Vitor Cerqueira, Luis Torgo, Paula Branco, Colin Bellinger

In this paper we address imbalanced binary classification (IBC) tasks. Applying resampling strategies to balance the class distribution of training instances is a common approach to tackle these problems. Many state-of-t…

Binary ClassificationClassificationClusteringimbalanced classification