paper-with-me

Papers

Convolutional Neural Networks based Focal Loss for Class Imbalance Problem: A Case Study of Canine Red Blood Cells Morphology Classification

2020-01-10 · Kitsuchart Pasupa, Supawit Vatathanavaro, Suchat Tungjitnob

Morphologies of red blood cells are normally interpreted by a pathologist. It is time-consuming and laborious. Furthermore, a misclassified red blood cell morphology will lead to false disease diagnosis and improper treatment. Thus, a decent pathologist must truly be an expert in classifying red blood cell morphology. In the past decade, many approaches have been proposed for classifying human red blood cell morphology. However, those approaches have not addressed the class imbalance problem in classification. A class imbalance problem---a problem where the numbers of samples in classes are very different---is one of the problems that can lead to a biased model towards the majority class. Due to the rarity of every type of abnormal blood cell morphology, the data from the collection process are usually imbalanced. In this study, we aimed to solve this problem specifically for classification of dog red blood cell morphology by using a Convolutional Neural Network (CNN)---a well-known deep learning technique---in conjunction with a focal loss function, adept at handling class imbalance problem. The proposed technique was conducted on a well-designed framework: two different CNNs were used to verify the effectiveness of the focal loss function and the optimal hyper-parameters were determined by 5-fold cross-validation. The experimental results show that both CNNs models augmented with the focal loss function achieved higher $F_{1}$-scores, compared to the models augmented with a conventional cross-entropy loss function that does not address class imbalance problem. In other words, the focal loss function truly enabled the CNNs models to be less biased towards the majority class than the cross-entropy did in the classification task of imbalanced dog red blood cell data.

📄 PDF Abstract BibTeX arXiv:2001.03329

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMorphology classification

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Comparison of Cross-Entropy, Dice, and Focal Loss for Sea Ice Type Segmentation

2023-10-26 · Rafael Pires de Lima, Behzad Vahedi, Morteza Karimzadeh

Up-to-date sea ice charts are crucial for safer navigation in ice-infested waters. Recently, Convolutional Neural Network (CNN) models show the potential to accelerate the generation of ice maps for large regions. Howeve…

Balance-Oriented Focal Loss with Linear Scheduling for Anchor Free Object Detection

2020-12-26 · Hopyong Gil, Sangwoo Park, Yusang Park, Wongoo Han 외

Most existing object detectors suffer from class imbalance problems that hinder balanced performance. In particular, anchor free object detectors have to solve the background imbalance problem due to detection in a per-p…

Objectobject-detectionObject DetectionScheduling

Functional Properties of the Focal-Entropy

2026-03-03 · Jaimin Shah, Martina Cardone, Alex Dytso arxiv

The focal-loss has become a widely used alternative to cross-entropy in class-imbalanced classification problems, particularly in computer vision. Despite its empirical success, a systematic information-theoretic study o…

Multi-Scale Dual-Branch Fully Convolutional Network for Hand Parsing

2019-05-24 · Yang Lu, Xiaohui Liang, Frederick W. B. Li

Recently, fully convolutional neural networks (FCNs) have shown significant performance in image parsing, including scene parsing and object parsing. Different from generic object parsing tasks, hand parsing is more chal…

Multi-class ClassificationScene Parsing

A Novel Adaptive Hybrid Focal-Entropy Loss for Enhancing Diabetic Retinopathy Detection Using Convolutional Neural Networks

2024-11-16 · Santhosh Malarvannan, Pandiyaraju V, Shravan Venkatraman, Abeshek A 외

Diabetic retinopathy is a leading cause of blindness around the world and demands precise AI-based diagnostic tools. Traditional loss functions in multi-class classification, such as Categorical Cross-Entropy (CCE), are …

Diabetic Retinopathy DetectionDiagnosticMulti-class Classification