paper-with-me

Papers

Image Ordinal Classification and Understanding: Grid Dropout with Masking Label

2018-05-08 · Chao Zhang, Ce Zhu, Jimin Xiao, Xun Xu, Yipeng Liu

Image ordinal classification refers to predicting a discrete target value which carries ordering correlation among image categories. The limited size of labeled ordinal data renders modern deep learning approaches easy to overfit. To tackle this issue, neuron dropout and data augmentation were proposed which, however, still suffer from over-parameterization and breaking spatial structure, respectively. To address the issues, we first propose a grid dropout method that randomly dropout/blackout some areas of the raining image. Then we combine the objective of predicting the blackout patches with classification to take advantage of the spatial information. Finally we demonstrate the effectiveness of both approaches by visualizing the Class Activation Map (CAM) and discover that grid dropout is more aware of the whole facial areas and more robust than neuron dropout for small training dataset. Experiments are conducted on a challenging age estimation dataset - Adience dataset with very competitive results compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1805.02901

Code (0)

등록된 구현이 없습니다.

Tasks

Age EstimationClassificationData AugmentationGeneral ClassificationOrdinal Classification

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

dlordinal: a Python package for deep ordinal classification

2024-07-24 · Francisco Bérchez-Moreno, Víctor M. Vargas, Rafael Ayllón-Gavilán, David Guijo-Rubio 외

dlordinal is a new Python library that unifies many recent deep ordinal classification methodologies available in the literature. Developed using PyTorch as underlying framework, it implements the top performing state-of…

ClassificationOrdinal Classification

Monte Carlo dropout increases model repeatability

2021-11-12 · Andreanne Lemay, Katharina Hoebel, Christopher P. Bridge, Didem Egemen 외

The integration of artificial intelligence into clinical workflows requires reliable and robust models. Among the main features of robustness is repeatability. Much attention is given to classification performance withou…

ClassificationDensity EstimationMedical Image Analysismodel

Improving the repeatability of deep learning models with Monte Carlo dropout

2022-02-15 · Andreanne Lemay, Katharina Hoebel, Christopher P. Bridge, Brian Befano 외

The integration of artificial intelligence into clinical workflows requires reliable and robust models. Repeatability is a key attribute of model robustness. Repeatable models output predictions with low variation during…

AttributeBinary ClassificationClassificationDensity Estimation+6

A generalized framework to predict continuous scores from medical ordinal labels

2023-05-30 · Katharina V. Hoebel, Andreanne Lemay, John Peter Campbell, Susan Ostmo 외

Many variables of interest in clinical medicine, like disease severity, are recorded using discrete ordinal categories such as normal/mild/moderate/severe. These labels are used to train and evaluate disease severity pre…

Multi-class ClassificationOrdinal Classificationseverity prediction

Adaptive Dropout with Rademacher Complexity Regularization

2018-01-01 · ICLR 2018 1 · Ke Zhai, Huan Wang

We propose a novel framework to adaptively adjust the dropout rates for the deep neural network based on a Rademacher complexity bound. The state-of-the-art deep learning algorithms impose dropout strategy to prevent fea…

Document Classification