CVAILGJan 21, 2023

Improving Deep Regression with Ordinal Entropy

arXiv:2301.08915v362 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses a performance gap in regression tasks for computer vision, offering a method to enhance feature learning, though it appears incremental as it builds on known classification-regression comparisons.

The paper tackles the problem of improving deep regression by analyzing why classification often outperforms regression, and proposes an ordinal entropy loss to increase feature entropy while preserving ordinal relationships, showing benefits in experiments on synthetic and real-world tasks.

In computer vision, it is often observed that formulating regression problems as a classification task often yields better performance. We investigate this curious phenomenon and provide a derivation to show that classification, with the cross-entropy loss, outperforms regression with a mean squared error loss in its ability to learn high-entropy feature representations. Based on the analysis, we propose an ordinal entropy loss to encourage higher-entropy feature spaces while maintaining ordinal relationships to improve the performance of regression tasks. Experiments on synthetic and real-world regression tasks demonstrate the importance and benefits of increasing entropy for regression.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes