Thank you for your comments, and we would like to provide a response to the reviewer's remaining concerns.
---
### [The clarity of definitions] ###
**We carefully defined the terms in Sec. 3 using formulas following the conventions.** However, if any definitions remain unclear, we would be more than willing to clarify them further (e.g., by including additional images for bias-aligned and conflicting samples [3]) to improve readability. We would be grateful if you could specify which definitions are unclear, as your feedback will help us to further enhance the clarity and quality of our paper.
---
### [Explicit addressing of fairness metrics] ###
The primary goal of our paper is to address spurious correlations in training datasets. Therefore, our primary evaluation focus is on assessing how well the trained model predicts on test datasets that are free from the spurious correlations present in the training set, using task-related features.
**We have employed the standard and widely accepted benchmark datasets and evaluation metrics in spurious correlation studies [1-20]. It is important to note that the vast majority of spurious correlation studies[1-20] used evaluation methods the same as ours, such as unbiased accuracy and worst(or minority)-group accuracy, rather than the fairness metrics commonly used in the fairness domain.**
However, we agree that incorporating fairness metrics would further enhance the evaluation section. Accordingly, we share experimental results evaluated using demographic parity (DP) and ~~equalized odds~~ equal opportunity (EOP) metrics on the Waterbird dataset. As shown in the table below, our approach demonstrates clear performance improvements, even when evaluated using fairness metrics.
| Waterbird | DP | EOP |
|:---:|:---:|:---:|
| ERM | 0.1826 ± 0.0044 | 0.2731 ± 0.0187 |
| SelecMix | 0.1146 ± 0.0004 | 0.1885 ± 0.0100 |
| SelecMix+Ours | **0.0242 ± 0.0053** | **0.0099 ± 0.0064** |
---
We appreciate the reviewer’s valuable feedback and the time spent reviewing our work. We hope that our responses have addressed the remaining concerns raised.
---
[1] Wang et al. "Learning robust representations by projecting superficial statistics out." ICLR, 2019.
[2] Bahng et al. "Learning de-biased representations with biased representations." ICML, 2020.
[3] Nam et al. "Learning from failure: De-biasing classifier from biased classifier." NeurIPS, 2020.
[4] Sagawa et al. "Distributionally robust neural networks.", ICLR, 2020.
[5] Liu et al. "Just Train Twice: Improving Group Robustness without Training Group Information." ICML, 2021.
[6] Kim et al. "Biaswap: Removing dataset bias with bias-tailored swapping augmentation." ICCV, 2021.
[7] Lee et al. "Learning debiased representation via disentangled feature augmentation." NeurIPS, 2021.
[8] Hong et al. "Unbiased classification through bias-contrastive and bias-balanced learning." NeurIPS, 2021.
[9] Nam et al. "Spread spurious attribute: Improving worst-group accuracy with spurious attribute estimation." ICLR, 2022.
[10] Seo et al. "Unsupervised learning of debiased representations with pseudo-attributes." CVPR, 2022.
[11] Idrissi et al. "Simple data balancing achieves competitive worst-group-accuracy." CLeaR, 2022.
[12] Hwang et al. "Selecmix: Debiased learning by contradicting-pair sampling." NeurIPS, 2022.
[13] Kim et al. "Learning debiased classifier with biased committee." NeurIPS, 2022.
[14] Park et al. "Training debiased subnetworks with contrastive weight pruning." CVPR, 2023.
[15] Lim et al., "Biasadv: Bias-adversarial augmentation for model debiasing." CVPR, 2023.
[16] Deng et al. "Robust Learning with Progressive Data Expansion Against Spurious Correlation." NeurIPS, 2023.
[17] Ahn et al. "Mitigating dataset bias by using per-sample gradient." ICLR, 2023.
[18] Kirichenko et al.. "Last layer re-training is sufficient for robustness to spurious correlations." ICLR, 2023.
[19] Liu et al. "Avoiding spurious correlations via logit correction." ICLR, 2023.
[20] Jung et al. "Fighting fire with fire: Contrastive debiasing without bias-free data via generative bias-transformation", ICML, 2023.
---