Rank-N-Contrast: Learning Continuous Representations for Regression
About
Deep regression models typically learn in an end-to-end fashion without explicitly emphasizing a regression-aware representation. Consequently, the learned representations exhibit fragmentation and fail to capture the continuous nature of sample orders, inducing suboptimal results across a wide range of regression tasks. To fill the gap, we propose Rank-N-Contrast (RNC), a framework that learns continuous representations for regression by contrasting samples against each other based on their rankings in the target space. We demonstrate, theoretically and empirically, that RNC guarantees the desired order of learned representations in accordance with the target orders, enjoying not only better performance but also significantly improved robustness, efficiency, and generalization. Extensive experiments using five real-world regression datasets that span computer vision, human-computer interaction, and healthcare verify that RNC achieves state-of-the-art performance, highlighting its intriguing properties including better data efficiency, robustness to spurious targets and data corruptions, and generalization to distribution shifts. Code is available at: https://github.com/kaiwenzha/Rank-N-Contrast.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Poverty Index Regression | PovertyMap (test) | Overall MAE0.32 | 24 | |
| Age Estimation | AgeDB (val) | Age MAE6.14 | 13 | |
| Regression | SkyFinder | Average Metric Rank2.75 | 12 | |
| Temperature Regression | SkyFinder by attribute (test) | Average MAE3.24 | 12 | |
| Temperature Regression | SkyFinder medium-shot (test) | Average MAE2.9 | 12 | |
| Temperature Regression | SkyFinder few-shot (test) | Average MAE4.14 | 12 | |
| Temperature Regression | SkyFinder zero-shot (test) | Average MAE4.71 | 12 | |
| Regression | UTKFace Many-shot (test) | Average MAE4.35 | 12 | |
| Temperature Regression | SkyFinder (test) | Overall GM2.17 | 12 | |
| Regression | PovertyMap | Average Metric Rank5.71 | 12 |