对比顺序学习:一种用于序数回归的通用框架 / Contrastive Order Learning: A General Framework for Ordinal Regression
1️⃣ 一句话总结
本文提出了一种名为对比顺序学习(ConOrd)的新方法,它巧妙地将对比学习的全局样本利用能力与序数学习对标签顺序的建模能力结合起来,通过引入基于等级差异的软亲和力与差异权重,在面部年龄估计、图像质量评估等多个任务上取得了领先性能,且能适用于各种序数回归场景。
We propose contrastive order learning (ConOrd), a contrastive learning framework for ordinal regression that integrates the strengths of contrastive learning and order learning. While contrastive learning effectively leverages all samples in a batch, it typically ignores the inherent ordering among rank labels. Conversely, order learning explicitly models label ordinality but often relies on local, margin-based comparisons, limiting its ability to capture global ordinal structure. ConOrd addresses these limitations by introducing a contrastive order loss with soft affinity and disparity weights based on rank differences, enabling fine-grained modeling of ordinal relationships across all sample pairs within a batch. Extensive experiments on a range of ordinal regression tasks, including facial age estimation, blind image quality assessment, and blind video quality assessment, demonstrate that ConOrd consistently achieves state-of-the-art performance and generalizes well across diverse ordinal regression scenarios. The source code is available at this https URL.
对比顺序学习:一种用于序数回归的通用框架 / Contrastive Order Learning: A General Framework for Ordinal Regression
本文提出了一种名为对比顺序学习(ConOrd)的新方法,它巧妙地将对比学习的全局样本利用能力与序数学习对标签顺序的建模能力结合起来,通过引入基于等级差异的软亲和力与差异权重,在面部年龄估计、图像质量评估等多个任务上取得了领先性能,且能适用于各种序数回归场景。
源自 arXiv: 2607.08109