Response to Reviewer 3YPD
Thank you very much for your recognition of our work. We appreciate your thoughtful feedback and have addressed each of the new questions you raised.
**Q1. Name:**
We deeply appreciate your meticulous research approach and constructive insight. Indeed, the R-Div can be regarded as a type of divergence. As indicated in the references you provided, R-Div satisfies non-negativity and non-negativity properties. It's important to note that the requirement of triangle inequality applies to metrics rather than divergences, and both KL divergence and R-Div do not satisfy this property.
Your observations and feedback greatly contribute to the refinement of our work. In this revision, we have clarified that R-Div does not aim to provide a new definition of divergence. Following the definition of divergences, R-Div aims to estimate the discrepancy between two distributions for their given datasets. R-Div is designed according to a more reasonable insight than H-Div that two distributions are likely identical if the optimal hypothesis has the same expected risk on each distribution.
Permutation test [R1] is widely applied to guarantee the significant level [R2], which indicates the probability of incorrectly deciding two different distributions. The permutation test is not a component of our proposed method. Instead, we adopt the permutation test to calculate the significant level and evaluate the performance of all the considered methods in experiments.
**Q3. Scenario:**
We sincerely apologize for any confusion caused. According to Theorem 4.1, R-Div is a general divergence measure that can be applied to various learning tasks.
Specifically, given two datasets, it would be possible to train different learning tasks on them. The distinct learning tasks would have their respective loss functions, hypothesis spaces, and target functions. R-Div can be applied to estimate the discrepancy between the two datasets under any learning task. For example, R-Div can estimate the discrepancy for either the unsupervised reconstruction task with VAE and binary cross-entropy loss or for the supervised classification task with LeNet and cross-entropy loss.
For the case study of learning with noisy labels, R-Div can distinguish clean and noisy samples by enlarging the discrepancy. Accordingly, we can train a robust network on clean samples and alleviate the misleading of noisy samples.
**Q2. model-oriented:**
Given two datasets, the R-Div values would change for different learning tasks or models. Accordingly, the discrepancy estimation performance depends on the hypothesis spaces, loss functions, and target functions of downstream tasks. This is reasonable because different learning tasks have different sensitivities to distribution discrepancies, which would be sensitive to task settings. Therefore, given two datasets, if we aim to quantify their discrepancy, it would be essential to specify the tasks to be applied on. R-Div can then calculate the discrepancy between these two datasets under the context of the specified task, i.e., with its hypothesis space, loss function, and target function.
A zero-test power signifies that the algorithm is unable to distinguish between two distinct distributions. This has been verified by the results of our experiments in Figures 3, 4, and 5. This is not a drawback of R-Div. Instead, it is primarily attributed to the limited sample size within the dataset, which causes R-Div to incorrectly learn a minimum hypothesis over-fitting limited training samples across both datasets.
We greatly appreciate your observation and will incorporate a comprehensive discussion on this issue in the final version.
**Q2. Convergence:**
We are deeply grateful for bringing the oversight to our attention. Allow us to reiterate the findings. Proposition 4.3 outlines that R-Div can quickly converge at the rate of $O(\sqrt{N})$. Corollary 4.5 indicates that our algorithm converges to the sum of two terms. Both can effectively quantify the discrepancy between datasets.
**Q3. Hypothesis:**
Given diverse hypothesis spaces, R-Div would yield different outcomes. A rich hypothesis space might exist for distributions with significantly distinct mathematical expressions, leading to the empirical risks of the minimum hypothesis on mixed data being identical for both datasets.
If these empirical risks are still equal to zero for sufficient sample size, it essentially indicates that the model fails to differentiate between the two distributions. Thus, within this hypothesis space, the samples from the two given datasets can be treated as drawn from the same mixture distribution.
In summary, we hope we have addressed your new comments and questions. We enjoy the constructive technical discussion with you, and many thanks for your valuable comments and discussion. Please let us know if you have any other comments or questions.