paper-with-me

Papers

Meta Ordinal Regression Forest for Medical Image Classification with Ordinal Labels

2022-03-15 · Yiming Lei, Haiping Zhu, Junping Zhang, Hongming Shan

The performance of medical image classification has been enhanced by deep convolutional neural networks (CNNs), which are typically trained with cross-entropy (CE) loss. However, when the label presents an intrinsic ordinal property in nature, e.g., the development from benign to malignant tumor, CE loss cannot take into account such ordinal information to allow for better generalization. To improve model generalization with ordinal information, we propose a novel meta ordinal regression forest (MORF) method for medical image classification with ordinal labels, which learns the ordinal relationship through the combination of convolutional neural network and differential forest in a meta-learning framework. The merits of the proposed MORF come from the following two components: a tree-wise weighting net (TWW-Net) and a grouped feature selection (GFS) module. First, the TWW-Net assigns each tree in the forest with a specific weight that is mapped from the classification loss of the corresponding tree. Hence, all the trees possess varying weights, which is helpful for alleviating the tree-wise prediction variance. Second, the GFS module enables a dynamic forest rather than a fixed one that was previously used, allowing for random feature perturbation. During training, we alternatively optimize the parameters of the CNN backbone and TWW-Net in the meta-learning framework through calculating the Hessian matrix. Experimental results on two medical image classification datasets with ordinal labels, i.e., LIDC-IDRI and Breast Ultrasound Dataset, demonstrate the superior performances of our MORF method over existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2203.07725

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationfeature selectionimage-classificationImage ClassificationMedical Image ClassificationMeta-Learningregression

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Meta Ordinal Regression Forest For Learning with Unsure Lung Nodules

2020-12-07 · Yiming Lei, Haiping Zhu, Junping Zhang, Hongming Shan

Deep learning-based methods have achieved promising performance in early detection and classification of lung nodules, most of which discard unsure nodules and simply deal with a binary classification -- malignant vs ben…

Binary ClassificationClassificationfeature selectionGeneral Classification+3

Convolutional Ordinal Regression Forest for Image Ordinal Estimation

2020-08-07 · Haiping Zhu, Hongming Shan, Yuheng Zhang, Lingfu Che 외

Image ordinal estimation is to predict the ordinal label of a given image, which can be categorized as an ordinal regression problem. Recent methods formulate an ordinal regression problem as a series of binary classific…

Age EstimationBinary Classificationregression

Meta ordinal weighting net for improving lung nodule classification

2021-01-31 · Yiming Lei, Hongming Shan, Junping Zhang

The progression of lung cancer implies the intrinsic ordinal relationship of lung nodules at different stages-from benign to unsure then to malignant. This problem can be solved by ordinal regression methods, which is be…

ClassificationGeneral ClassificationLung Nodule ClassificationMeta-Learning+1

Ord2Seq: Regarding Ordinal Regression as Label Sequence Prediction

2023-07-18 · ICCV 2023 1 · Jinhong Wang, Yi Cheng, Jintai Chen, Tingting Chen 외

Ordinal regression refers to classifying object instances into ordinal categories. It has been widely studied in many scenarios, such as medical disease grading, movie rating, etc. Known methods focused only on learning …

Binary ClassificationPredictionregression

Deep Neural Networks with Ordinal Loss for Medical Applications

2026-06-24 · Tal Dvora, Rotem Haba, Gonen Singer arxiv

In many prediction problems in medical applications, target labels exhibit an inherent ordinal structure, where class ordering reflects clinically meaningful severity levels. The cost associated with misclassification is…