Response to Reviewer GTvN
We thank the review for the insightful comments. Here are our responses.
**Q1: Do you still observe the improvement of using the entropy minimization loss using other conformal prediction constructions?**
R1: When we use the RAPS as the conformal prediction method, the entropy minimization loss is also better than the AT baseline on Caltech256, see the following table. We think that the mentioned method Sadinle et all is not comparable in our context since their target coverage is not for adversarial examples.
| Caltech256 | Coverage | PSS |
|:----------:|:--------------:|:------------------:|
| AT | 90.533 (1.483) | 32.738 (6.618) |
| AT-EM | 90.322 (1.369) | **30.303 (5.133)** |
**Q2: How does the choice of beta distribution shape influence the results? Are the results sensitive to the beta-weight parameters?**
R2: We use different beta-weight hyperparameters on Caltech256. The performance is stable within a range of $\beta$ (3.0, 4.0, 5.0), see the table below. The numbers in the parenthesis mean ($\alpha$,$\beta$).
| Caltech256 | Coverage | PSS |
|:----------:|:--------------:|:------------------:|
| AT-Beta (1.1, 2.0) | 90.588 (0.560) | 37.091 (2.245) |
| AT-Beta (1.1, 3.0) | 90.185 (0.850) | 35.225 (2.758) |
| AT-Beta (1.1, 4.0) | 90.251 (0.759) | 35.554 (2.281) |
| AT-Beta (1.1, 5.0) | 90.201 (0.845) | 35.391 (2.661) |
| AT-Beta (1.1, 6.0) | 90.966 (1.076) | 38.541 (3.470) |
**Q3: How do different attack budgets influence the results?**
R3: In addition to the $\epsilon$=8.0, we test different attack budgets $\epsilon$=4.0, 12.0, 16.0 and add the result on Caltech256 below. It shows that across the attack budgets, our method is consistently better than the AT baseline.
| Caltech256,$\epsilon$=4.0 | Coverage | PSS |
|:----------:|:--------------:|:------------------:|
| AT | 92.728 (0.814) | 21.913 (1.593) |
| AT-EM | 92.928 (0.672) | 21.639 (1.895) |
| AT-Beta | 91.851 (1.062) | **17.172 (2.049)** |
| AT-EM-Beta | 91.826 (0.761) | 17.589 (1.213) |
| Caltech256,$\epsilon$=12.0 | Coverage | PSS |
|:----------:|:--------------:|:------------------:|
| AT | 89.684 (0.893) | 78.800 (5.430) |
| AT-EM | 89.483 (0.754) | 76.386 (4.210) |
| AT-Beta | 89.779 (1.217) | 79.789 (7.094) |
| AT-EM-Beta | 89.968 (0.922) | **74.383 (4.507)** |
| Caltech256,$\epsilon$=16.0 | Coverage | PSS |
|:----------:|:--------------:|:------------------:|
| AT | 90.223 (1.096) | 136.863 (7.198) |
| AT-EM | 89.968 (0.666) | 132.146 (4.077) |
| AT-Beta | 90.125 (0.872) | 142.175 (6.892) |
| AT-EM-Beta | 90.053 (0.980) | **131.636 (5.591)** |
**Q4: How do different training budgets and step-sizes influence the results?**
R4: We use the default setting in this paper following existing papers like Liu et. al. We will do more experiments using different training budgets in the updated version.
**Q5: The assumption on how $p_k$ distributed in Theorem 1 seems very stringent.**
R5: Assumption on $p_k$ does not necessarily require that the polynomial distribution exactly hold. Instead, in practice, it can be generalized by setting a worse scenario as an upper bound.
**Q6: The first term in Lemma 1 seems to be dropped in Theorem 1's proof?**
R6: In generalization analysis, the dominating term is the second error term $O(\sqrt{ d_2(\mathcal P || \mathcal P / \omega) / m })$, rather than the first one $O(1/m)$, since $1/m$ is in higher order compred with $1/\sqrt{m}$. As a result, it is common to make effort to improve the second term. See the variance-based robust learning [R1] and [R2] as examples.
[R1] Namkoong, Hongseok, and John C. Duchi. "Variance-based regularization with convex objectives." Advances in neural information processing systems 30 (2017).
[R2] Maurer, Andreas, and Massimiliano Pontil. "Empirical bernstein bounds and sample variance penalization." arXiv preprint arXiv:0907.3740 (2009).
**Q7: What is d(x,y) in the proof of Theorem 1?**
R7: $d(x,y)$ means the differential of the variable in the calculus. Since we couple the input $x$ and output $y$ together as a joint random variable, we use $d(x,y)$ as the differential of the joint variable.
**Q8: The summation in d2(P||P/w) should be r=k instead of r =1.**
R8: Thanks for pointing out this typo. We will revise it.
**Q9: Some brief explanations about the evaluation metrics will be helpful in Table 1**
R9: We will revise the paper and add some brief introduction to the evaluation metrics.
We hope that our responses could address your concern and it is appreciated if the reviewer could raise the score accordingly.