paper-with-me

Papers

Class Distance Weighted Cross-Entropy Loss for Ulcerative Colitis Severity Estimation

2022-02-09 · Gorkem Polat, Ilkay Ergenc, Haluk Tarik Kani, Yesim Ozen Alahdab, Ozlen Atug, Alptekin Temizel

In scoring systems used to measure the endoscopic activity of ulcerative colitis, such as Mayo endoscopic score or Ulcerative Colitis Endoscopic Index Severity, levels increase with severity of the disease activity. Such relative ranking among the scores makes it an ordinal regression problem. On the other hand, most studies use categorical cross-entropy loss function to train deep learning models, which is not optimal for the ordinal regression problem. In this study, we propose a novel loss function, class distance weighted cross-entropy (CDW-CE), that respects the order of the classes and takes the distance of the classes into account in calculation of the cost. Experimental evaluations show that models trained with CDW-CE outperform the models trained with conventional categorical cross-entropy and other commonly used loss functions which are designed for the ordinal regression problems. In addition, the class activation maps of models trained with CDW-CE loss are more class-discriminative and they are found to be more reasonable by the domain experts.

📄 PDF Abstract BibTeX arXiv:2202.05167

Code (1)

GorkemP/labeled-images-for-ulcerative-colitis 공식 구현 pytorch

Tasks

Image Classificationregression

Similar Papers 제목 키워드 기반

Class Distance Weighted Cross Entropy Loss for Classification of Disease Severity

2024-12-02 · Gorkem Polat, Ümit Mert Çağlar, Alptekin Temizel

Assessing disease severity with ordinal classes, where each class reflects increasing severity levels, benefits from loss functions designed for this ordinal structure. Traditional categorical loss functions, like Cross-…

image-classificationImage Classification

On the Separability of Classes with the Cross-Entropy Loss Function

2019-09-16 · Rudrajit Das, Subhasis Chaudhuri

In this paper, we focus on the separability of classes with the cross-entropy loss function for classification problems by theoretically analyzing the intra-class distance and inter-class distance (i.e. the distance betw…

Fast and Accurate Road Crack Detection Based on Adaptive Cost-Sensitive Loss Function

2021-06-29 · Kai Li, Bo wang, Yingjie Tian, Zhiquan Qi

Numerous detection problems in computer vision, including road crack detection, suffer from exceedingly foreground-background imbalance. Fortunately, modification of loss function appears to solve this puzzle once and fo…

A unifying mutual information view of metric learning: cross-entropy vs. pairwise losses

2020-03-19 · ECCV 2020 8 · Malik Boudiaf, Jérôme Rony, Imtiaz Masud Ziko, Eric Granger 외

Recently, substantial research efforts in Deep Metric Learning (DML) focused on designing complex pairwise-distance losses, which require convoluted schemes to ease optimization, such as sample mining or pair weighting. …

Metric Learning

Dilated Balanced Cross Entropy Loss for Medical Image Segmentation

2024-12-08 · Seyed Mohsen Hosseini, Mahdieh Soleymani Baghshah

A novel method for tackling the problem of imbalanced data in medical image segmentation is proposed in this work. In balanced cross entropy (CE) loss, which is a type of weighted CE loss, the weight assigned to each cla…

Image SegmentationMedical Image SegmentationSemantic Segmentation