Re: Official Review of Submission4986 by Reviewer wLyZ
We thank the reviewer for taking the time to review our paper and provide constructive criticisms. We are happy to see that the reviewer finds that our method is “very simple and easy to apply” and that the paper is “easy to follow” overall. Below we address remaining concerns or questions of the reviewer.
While appreciating the valuable feedback by the reviewer, we feel that some of the scores, such as the contribution score of 1, may not be entirely reflected by the written feedback. For the sake of the discussion of our paper, we kindly ask for further clarification from the reviewer. We believe this will greatly contribute to the discussion of our paper.
### Request for more formal writing
We would appreciate it if the reviewer could point out parts of the submission that should be improved w.r.t. their formality.
### Added explanation to Algorithm 1
As suggested by the reviewer, we added a brief explanation of Algorithm 1 in the main body.
### Some unrealistic counterfactual examples (e.g., Fig. 4(f))
We agree that the generated counterfactual examples, e.g., Fig. 4(f), are not perfect. However, note that they are better than the ones from previous works, e.g., Fig. 3(h), where the problem of smoothing of high-frequency details is also prevalent. The deficiency in preserving high-frequency details in LDCE also stems from the application of the counterfactual generation within the lower-dimensional latent space. Here, the autoencoder’s decoder just fills in the high-frequency details. Thus, a better decoder, such as OpenAI’s recent consistency decoder [1], may do a better job filling in these fine details. Besides aforementioned, note that, as can be observed in Fig. 3(h), that changes in grass texture may also indicate a model bias, which may be desirable in the context of counterfactual generation.
### Discussion on Celeb-A HQ results
The experiments on Celeb-A HQ demonstrate that our method, LDCE, is competitive to methods that are *specifically tailored* for this dataset, i.e., they use generative models pretrained on Celeb-A HQ. In fact, our method typically achieves the first or second rank on most metrics (Table 6) and is only inferior to ACE on Celeb-A HQ.
However, we find that LDCE is clearly superior to ACE on the more challenging ImageNet dataset (Table 2) at the same time. Arguably, “ImageNet is extremely complex and the classifier needs multiple factors for the decision-making process” [1, p.5] as argued by the authors of ACE. Note that this comparison is an apples-to-apples comparison of the methods, as LDCE-cls also uses a diffusion model that has been trained on ImageNet. It is worth noting that LDCE-txt, which uses stable diffusion as a diffusion model, is also superior to ACE.
Henceforth, we posit that the diminished performance observed on the domain-specific facial data from CelebA HQ can be attributed to the characteristics of the underlying diffusion model used in a specific counterfactual method. In fact, stable diffusion is renowned for its challenges in accurately generating faces and individuals [2]; a point openly acknowledged in both our limitations section and Appendix K. Nonetheless, the inherent merit of employing a non-domain-specific generative model - which has not been done before for counterfactual generation with generative models to the best of our knowledge - lies in its versatility, rendering it applicable across diverse datasets (as demonstrated on CelebA HQ). This flexibility becomes particularly valuable in real-world scenarios, where constraints on data accessibility are prevalent or pose significant challenges.
Though, if one has access to domain data, it is definitely beneficial to utilize it. To adapt our method, one could use low-rank adaptation that finetunes an existing stable diffusion model without the need of extensive computational resources. We expect that this will improve performance also on domain-specific data distributions, such as Celeb-A HQ.
---
[1] https://github.com/openai/consistencydecoder
[2] Jeanneret, Guillaume, Loïc Simon, and Frédéric Jurie. "Adversarial Counterfactual Visual Explanations." CVPR 2023.
[3] https://huggingface.co/stabilityai/stable-diffusion-2