Summary
The paper demonstrates a root cause of the over-pessimism issue of existing distributionally robust optimization (DRO) methods: excessive focus on noisy samples. To mitigate this issue, the authors proposed a novel DRO method called Geometrically-Calibrated DRO (GCDRO). They introduce the free energy implications of their method (Section 3.1) and approximate optimization method (Section 3.2). Finally, they empirically validate their method for both simulation data (Section 4.1) and real-world data (Section 4.2).
Strengths
- While this paper is a theoretical work (for the ML community), I believe that the problems addressed in this paper can be applied in practical situations. Specifically, existing debiasing methods [1, 2] focus on minor group samples with loss/gradient information. Similar to existing DRO methods (as the paper shows), these debiasing methods will focus excessively on noisy samples. In this case, GCDRO (or a more computationally scalable approximation version) can be applied to mitigate this issue.
- [1] Nam, Junhyun, et al. "Learning from failure: De-biasing classifier from biased classifier." *Advances in Neural Information Processing Systems* 33 (2020): 20673-20684.
- [2] Ahn, Sumyeong, Seongyoon Kim, and Se-young Yun. "Mitigating Dataset Bias by Using Per-sample Gradient." *arXiv preprint arXiv:2205.15704* (2022).
- The free energy perspective of DRO using duality seems novel and interesting.
Weaknesses
- The organization of this paper is somewhat puzzling and hard, although it deals with theoretical topics that are difficult for non-experts to understand. For example, it would be recommended to highlight the key difference between DRO and ERM in Section 2. As ERM does not assume graph structure G_N, readers unfamiliar with DRO would expect a detailed explanation/usage of the graph in L74.
- It would be recommended to add a confidence interval for the results in Figure 2. Also, a vector image format provides more clear results as it does not blur when zooming in.
Questions
Can you provide the overall computation cost in terms of wall clock time? What is the computational bottleneck in the proposed method? Can the k-NN graph construction used in Appendix A be applied to debiasing settings in [1,2]?
Rating
8: Strong Accept: Technically strong paper, with novel ideas, excellent impact on at least one area, or high-to-excellent impact on multiple areas, with excellent evaluation, resources, and reproducibility, and no unaddressed ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
The authors did not discuss the limitations of their method.