Response to reviewer a1G3
**R 3.1 It should be made more clear why the original metric doesn't correspond to the proposed 5 properties and how these properties are related to dimensional collapse.**
Thanks for your comment. To explain why the original metric $-\mathcal{L_U}$ fails to meet proposed constraints, we have provided both theoretical evidence and empirical validations in the revised version.
**Theoretical analysis** In Section 5.1, we have provided theoretical analysis on the two metrics w.r.t the five desiderata constraints, as shown in Table 1. Table 1 indicates that the original metric cannot meet ICC, FCC, and FBC. Please see detailed proof in Appendix C.2.
**Experimental comparison** In Section 5.2 of the revised manuscript, we have provided empirical comparisons between two metrics in terms of ICC, FCC, and FBC. As visualized in Figures 4,5,6, the original metric cannot satisfy these constraints.
In summary, our theoretical analysis and empirical results arrive at the same conclusion: the original metric does not satisfy ICC, FCC, and FBC.
**FBC and dimensional collapse** We further explain why FBC is highly related to dimensional collapse. Increasing the value of $k$ in Property 5 would exacerbate the degree of dimensional collapse. To illustrate this, let’s consider a set of data vectors ($\mathcal{D}$) as defined in Section 3.1, sampled from an isotropic Gaussian distribution, $\mathcal{N}(0, I_m)$. These data vectors are uniformly distributed on the unit hypersphere, resulting in a collapse degree of 0%. However, when we append $m$ dimension zero-value vectors to each data in $\mathcal{D}$, denoted as $\mathcal{D} \oplus 0^{m}$, half of the dimensions become collapsed. As a result, the collapse degree increases to 50%. Furthermore, a larger $k$ would lead to a more severe dimensional collapse. An intuitive visualization can be found in Figure 17 in Appendix P.
**R 3.2 It should be made more clear why dimensional collapse is an undesired property in self-supervised learning.**
In line with Occam's Razor, we should avoid unnecessary multiplication of entities. Generally speaking, an excess of dimensions can lead to redundancy. Although redundancy might be a frequent aspect of modern machine learning and is NOT always harmful- especially in the era of large language models - it is decidedly less efficient in contexts where conserving energy and resources is key. Our preference leans strongly towards the Principle of Parsimony.
**R 3.3 Since $\mathcal{W}_{2}$ is also related to the covariance matrix of representation, what is the relationship between the proposed method and Barlow Twins/VICReg?**
We point out one possible commonality and two differences. The commonality is that both methods aim to decorrelate the covariance matrices and reduce redundancy. This is evident from the fact that the optimal solution in Equation (12) is $\Sigma = \frac{1}{m} I_m$.
Also, there are two differences between the approaches.
- Firstly, the optimization objective for the covariance matrix is slightly different. Barlow Twins/VICReg aims to enforce $\Sigma = I_m$, while our approach targets $\Sigma = \frac{1}{m} I_m$.
- Secondly, the motivation behind regularization on the covariance matrix differs. Our proposed $\mathcal{W}_{2}$ loss stems from a distributional perspective, focusing on the distribution of the representations. On the other hand, Barlow Twins/VICReg starts from a redundancy perspective, aiming to reduce redundancy in the representations.
**R 3.4 Why is the KL divergence of $Y$ and $\hat{Y}$ not presented for comparison as in Figure 3.**
Thanks for your suggestions. In the revised version, we apply the $T_2$-inequality in [1] to prove the quadratic Wasserstein distance between $Y_i$ and $\hat{Y}_i$ also goes to zero as $m \to \infty$; please see Theorem 2. As our metric is based on the quadratic Wasserstein metric, it is reasonable to plot the Wasserstein distance instead of the KL divergence. Nevertheless, to respond to the reviewers, we also present the KL divergence of $Y_i$ and $\hat{Y}_i$ in Figure 9(a) of Appendix E.
[1] Probability in high dimension. Lecture Notes (Princeton University), 2016. (Theorem 4.31)