Thanks for the insightful feedback
Dear Reviewer uwbB,
Thank you for your insightful and detailed comments. For the weakness:
**W1: Although the authors discuss why minimizing Mean Squared Error (MSE) may fail to learn ordinal feature spaces, they do not provide empirical results or visualizations, such as t-SNE plots, to support this claim. Comparative visualizations between the proposed method and RankSim would strengthen the discussion.**
Thanks for pointing this out. We do provide empirical results and visualizations to support this claim and have now revised our text to state this more explicitly.
Specifically, Table 4 shows that regression does not effectively preserve ordinality, as indicated by lower Spearman’s and Kendall’s values. However, our proposed method and RankSim are both comparable in preserving ordinality.
Figure 2 provides visualizations of the feature manifold on the toy dataset for coordinate prediction, showing that our method results in a more tightened and ordinal preserved feature manifold.
Figure 3 shows similar results on a real-world dataset for depth estimation.
**W2. Eq 3 and Eq 5 should both be from the batch level. For example, change N to b.**
Thanks for highlighting this. We have revised the text accordingly.
**W3. Regarding the multiple regressors:**
- **The rationale for employing multiple regressors is unclear:** The use of multiple regressors is grounded in our theoretical analysis in Section 3. It is based on our observation that in classification, using multiple classifiers enhances the compression of representations in several directions. Multiple regressors serve to achieve a similar and analogous effect.
- **Why is a multi-regressor approach potentially better than a single one:**
Similar to the role of multiple classifiers in classification, multiple regressors help tighten the representations in multiple directions, as supported by our theoretical and empirical results.
- **Is this analogous to an ensemble method:**
No, it is not analogous, although the mean operation may introduce a potential ensemble effect. As discussed in Section 5.5 (mean $\hat{y}$ vs. single $\hat{y}$),
a single $\hat{y}$ performs nearly the same as ensembling multiple regressors (i.e., mean $\hat{y}$). Therefore, the improvement is not due to the ensemble effect and the method is not analogous to an ensemble method.
- **Will the different ranges of Y affect the selection of M:** No. The ranges of Y have a limited impact on the selection of M because the primary factor is the intrinsic dimension of the feature manifold, which determines how many additional constraints (i.e., $M-1$) are required to compress the manifold (see Section 4.1 for more details). Our empirical results also indicate this. While the ranges of Y are quite different on NYUD2-DIR (y $\in$ [0.7, 10]) and AgeDB-DIR ( y $\in$ [0, 101]), $M=8$ works well on both datasets.
We have revised our text to state the above points more explicitly. Please refer to the revised Section 5.5 with blue text.
**W4. In [1], the authors discuss the neural collapse phenomenon can be similarly achieved by deep networks when minimizing MSE, which seems somewhat contradictory to statements made in the current paper. Is this contrast due to the nature of the target label (discrete versus continuous)? Expanding on this point with further discussion and comparison would add clarity.**
Our statements do not contradict the neural collapse phenomenon in [1]. Although the model in [1] uses MSE, it is still like a classification model with multiple classifiers/regressors, which allow representation compression in multiple directions.
In cases of neural collapse of regression, the feature manifold will collapse into a single line when the target space is a line and the compression is maximized [2]. This trend can be observed in Figure 6, where the feature manifold looks like a thick line and evolves toward a thinner line over training. However, standard regression’s limited ability to tighten representations results in a slower collapse. In contrast, our proposed method and RankSim both accelerate this collapse, as shown in Figure 3.
We appreciate your insightful feedback, especially the neural collapse, and have included the above discussion in our Section C.2 to improve the clarity and depth of this work.
[1] X.Y. Han, et al. Neural Collapse Under MSE Loss: Proximity to and Dynamics on the Central Path. ICLR. 2022
[2] S. Zhang, K. Kawaguchi, and A. Yao. Deep Regression Representation with Topology. ICML. 2024