paper-with-me

홈 › Papers

Parameterized Diffusion Optimization enabled Autoregressive Ordinal Regression for Diabetic Retinopathy Grading

2025-07-07 · Qinkai Yu, Wei Zhou, Hantao Liu, Yanyu Xu, Meng Wang, Yitian Zhao, Huazhu Fu, Xujiong Ye, Yalin Zheng, Yanda Meng arxiv

As a long-term complication of diabetes, diabetic retinopathy (DR) progresses slowly, potentially taking years to threaten vision. An accurate and robust evaluation of its severity is vital to ensure prompt management and care. Ordinal regression leverages the underlying inherent order between categories to achieve superior performance beyond traditional classification. However, there exist challenges leading to lower DR classification performance: 1) The uneven distribution of DR severity levels, characterized by a long-tailed pattern, adds complexity to the grading process. 2)The ambiguity in defining category boundaries introduces additional challenges, making the classification process more complex and prone to inconsistencies. This work proposes a novel autoregressive ordinal regression method called AOR-DR to address the above challenges by leveraging the clinical knowledge of inherent ordinal information in DR grading dataset settings. Specifically, we decompose the DR grading task into a series of ordered steps by fusing the prediction of the previous steps with extracted image features as conditions for the current prediction step. Additionally, we exploit the diffusion process to facilitate conditional probability modeling, enabling the direct use of continuous global image features for autoregression without relearning contextual information from patch-level features. This ensures the effectiveness of the autoregressive process and leverages the capabilities of pre-trained large-scale foundation models. Extensive experiments were conducted on four large-scale publicly available color fundus datasets, demonstrating our model's effectiveness and superior performance over six recent state-of-the-art ordinal regression methods. The implementation code is available at https://github.com/Qinkaiyu/AOR-DR.

📄 PDF Abstract BibTeX arXiv:2507.04978

Code (0)

등록된 구현이 없습니다.

Tasks

Diabetic Retinopathy GradingClinical Knowledge

Similar Papers 제목 키워드 기반

Double Descent as a Lens for Sample Efficiency in Autoregressive vs. Discrete Diffusion Models

2025-09-29 · Ahmad Fraij, Sam Dauncey arxiv

Data scarcity drives the need for more sample-efficient large language models. In this work, we use the double descent phenomenon to holistically compare the sample efficiency of discrete diffusion and autoregressive mod…

An Ordinal Diffusion Model for Generating Medical Images with Different Severity Levels

2024-03-01 · Shumpei Takezaki, Seiichi Uchida

Diffusion models have recently been used for medical image generation because of their high image quality. In this study, we focus on generating medical images with ordinal classes, which have ordinal relationships, such…

Image GenerationMedical Image Generation

Divergence-kernel method for linear responses of densities and generative models

2025-09-04 · Angxiu Ni arxiv

We derive the divergence-kernel formula for the linear response of random dynamical systems. Specifically, the pathwise expression is for the parameter-derivative of the marginal or stationary density, not an averaged ob…

Dynamic Chunking for Diffusion Language Models

2026-05-15 · Yichen Zhu, Xiaoming Shi, Peng Zhao, Weiyu Chen 외 arxiv

Block discrete diffusion language models factorize a sequence autoregressively over fixed-size positional blocks, decoupling within-block parallel denoising from across-block conditioning. We argue that this rigid partit…

Decision-Level Ordinal Modeling for Multimodal Essay Scoring with Large Language Models

2026-03-16 · Han Zhang, Jiamin Su, Li liu arxiv

Automated essay scoring (AES) predicts multiple rubric-defined trait scores for each essay, where each trait follows an ordered discrete rating scale. Most LLM-based AES methods cast scoring as autoregressive token gener…

Automated Essay Scoring