Search papers, labs, and topics across Lattice.
The paper addresses the problem of biologically implausible feature representations learned by ordinal regression models for Diabetic Retinopathy (DR) grading, where non-consecutive or reversed disease stages are incorrectly represented as similar. To solve this, they propose Directed Ordinal Diffusion Regularization (D-ODR), which constructs a progression-constrained directed graph to explicitly model the feature space as a directed flow, enforcing forward disease evolution. By performing multi-scale diffusion on this directed graph, D-ODR penalizes score inversions along valid progression paths, leading to improved DR grading performance compared to existing methods.
By explicitly enforcing forward disease progression, D-ODR ensures that DR grading models learn biologically consistent feature representations, leading to more reliable clinical assessments.
Diabetic Retinopathy (DR) progresses as a continuous and irreversible deterioration of the retina, following a well-defined clinical trajectory from mild to severe stages. However, most existing ordinal regression approaches model DR severity as a set of static, symmetric ranks, capturing relative order while ignoring the inherent unidirectional nature of disease progression. As a result, the learned feature representations may violate biological plausibility, allowing implausible proximity between non-consecutive stages or even reverse transitions. To bridge this gap, we propose Directed Ordinal Diffusion Regularization (D-ODR), which explicitly models the feature space as a directed flow by constructing a progression-constrained directed graph that strictly enforces forward disease evolution. By performing multi-scale diffusion on this directed structure, D-ODR imposes penalties on score inversions along valid progression paths, thereby effectively preventing the model from learning biologically inconsistent reverse transitions. This mechanism aligns the feature representation with the natural trajectory of DR worsening. Extensive experiments demonstrate that D-ODR yields superior grading performance compared to state-of-the-art ordinal regression and DR-specific grading methods, offering a more clinically reliable assessment of disease severity. Our code is available on https://github.com/HovChen/D-ODR.