Summary
This paper proposed adaptive weight decay which is balancing the gradient of the loss funciton such as the coss-entropy loss and the weight decay term.
Althogh the proposed method is a simple method, it empirically improves adversarial robustness and a classification with label noise.
Strengths
The strong point of this paper is the simplicity of the proposed method.
The proposed method is just adaptively rebalancing the gradient of the loss and weight decay term.
It empiciallly outperforms the existing studies of adversarial robustness.
Weaknesses
The main concern with this method is that we do not know what the algorithm is ultimately optimizing.
We cannot know if the algorithm converges even in optimization problems such as convex optimization.
We also cannot know why this method is good for adversarial robustness and label noize.
Questions
Q1. I would like to know if this algorithm is designed to minimize the original optimization problem.
It is difficult to set up in general, but usually when considering adaptive optimization algorithms like this, it is important for the safety of the algorithm that convergence is guaranteed, at least for optimization of convex functions.
Q2. What is inevitable about equation (7).
Of course, you are scaling with the gradient of the cross entropy loss, but I would like to know the direct effect of why that is effective for adversarial robustness.
Q3. Why do robust validation accuracy and loss suddenly improve around 200 epochs?
Since it is possible that the performance is good when stopping early at a good 200 epochs by chance, we would like to see a discussion on convergence.
Q4. What happens if we increase the number of epochs up to 300 epochs?
Q5. In Table 2, Epo varies for existing methods; if each method is adjusted in terms of early stopping, this may not be a problem, but the conditions should be as consistent as possible.
Q6. Does the proposed method work well in a more natural setting such as ImageNet-A?
The adversarial robustness setting is a bit artificial, which is a problem of this fields itself.
Q7. What is the performance in the normal problem setting instead of adversarial robustness?
In particular, do we see a performance decrease with different DOG settings?
If so, how do we determine the final DOG value?
Even if the user makes the final decision, if the performance of the normal setting is significantly degraded as a result of considering adversarial robustness, we may not want to use it as a method.
Rating
4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
No convergence guarantees for adaptive algorithms.
No theoretical basis for performance improvement against adversarial robustness.