Response to Reviewer 3buk
Dear Reviewer 3buk,
Thank you for recognizing the strengths of our paper and providing the valuable feedbacks. We address your concerns as follows:
## About Robust Metric
> What are the base training-free metrics considered in the search?
As reported in our Appendix B.2 and C.2, we borrowed the six widely known training-free metrics (i.e., *grad_norm, snip, grasp, fisher, synflow,* and *jacob_cov*) from [1] for most of the experiments in our paper except for the tasks of *Segment.*, *Normal*, and *Autoenco* in TransNAS-Bench-101 where *synflow* was excluded due to its incompatibility with the tanh activation applied in each candidate architecture within the search space.
> What are the optimized linear combination weights for them? Do they significantly differ on different datasets/tasks?
Thank you for raising this interesting question regarding the optimized linear combination weights in various tasks. We present the optimized weights, along with their similarities and correlations, across four tasks in TransNAS-Bench-101-micro as follows:
Varying Optimized Weights
| | grad_norm | snip | grasp | fisher | synflow | jacob_cov |
|---|---|---|---|---|---|---|
| Scene | -1.00 | -0.08 | -0.97 | 1.00 | 1.00 | 1.00 |
| Object | 0.03 | -0.21 | -0.76 | 0.51 | 0.95 | 0.16 |
| Jigsaw | -0.74 | 0.18 | 0.04 | -1.00 | -1.00 | 1.00 |
| Layout | -0.65 | -0.27 | 0.57 | -0.48 | 1.00 | 0.67 |
Cosine Similarity
| | Scene | Object | Jigsaw | Layout |
|---|---|---|---|---|
| Scene | 1.00 | 0.78 | -0.07 | 0.37 |
| Object | 0.78 | 1.00 | -0.55 | 0.19 |
| Jigsaw | -0.07 | -0.55 | 1.00 | 0.2 |
| Layout | 0.37 | 0.19 | 0.2 | 1.00 |
Pearson Correlation
| | Scene | Object | Jigsaw | Layout |
|---|---|---|---|---|
| Scene | 1.00 | 0.77 | -0.02 | 0.35 |
| Object | 0.77 | 1.00 | -0.52 | 0.16 |
| Jigsaw | -0.02 | -0.52 | 1.00 | 0.3 |
| Layout | 0.35 | 0.16 | 0.3 | 1.00 |
The results show that the optimized weights typically vary for different tasks, which aligns with the observations and motivations in Section 3 and further highlights the necessity of developing robust metrics that can perform consistently well on diverse tasks such as our RoBoT. In addition, for tasks with similar characteristics, e.g., the *Scene* and *Object* tasks, both of which are classification tasks, the optimized weights share a relatively high similarity/correlation, indicating the potential transferability of the optimized linear combination within similar tasks. We would like to add these results and discussions to our revised paper.
## About Including More Baselines
We appreciate your suggestion on more recent baselines. We show our comparison on NAS-Bench-201 as below. Note that we have applied smaller search budgets for Shaply-NAS and $\beta$-DARTS than the ones presented in their original papers in order to maintain comparable search budgets for different training-based NAS algorithms (e.g., DARTS (2nd), GDAS, DrNAS). The results show that our RoBoT can still achieve better search performances than these two recent baselines. We will add these baselines and comparisons in our revised paper.
| | C10 (Test Acc %) | C100 (Test Acc %) | IN-16 (Test Acc %) | Cost (GPU Sec.) |
|---|---|---|---|---|
| Shaply-NAS | 94.05±0.19 | 73.15±0.26 | 46.25±0.25 | 14762 |
| $\beta$-DARTS | 94.00±0.22 | 72.91±0.43 | 46.20±0.38 | 3280 |
| RoBoT | **94.36**±0.00 | **73.51**±0.00 | **46.34**±0.00 | 3051 |
## About the Presentation of Table 3
> Why are the results on TransNAS-Bench-101 presented as the validation ranking?
We would like to clarify that since there is a noticeable gap between the validation and the test performances in TransNAS-Bench-101, we follow the common practice [2] to present the validation ranking, as detailed in Appendix B.2.
> the search costs are not listed in Table 3
We would like to clarify that, in fact, we have included the search costs (measured by the number of queries, i.e., 100) in the caption of Table 3.
---
We sincerely hope our clarifications above have addressed your concerns and can improve your opinion of our work.
[1] Zero-Cost Proxies for Lightweight NAS, ICLR 2021
[2] NAS-Bench-Suite-Zero: Accelerating Research on Zero Cost Proxies, NeurIPS Datasets and Benchmarks Track 2022