Summary
This paper is motivated by the assumption that a few semantically significant generative factors generate real-world data. Then they study causal independence in generative methods by introducing a new framework, C-Disentanglement, that discusses the identifiability issue of generative factors regarding the inductive bias of confounder to handle the disadvantage brought by the statistical independence assumption of previous methods. At last, the authors implement their method, cdVAE, and evaluate it on three datasets. The results show that cdVAE performs better in the latent space compared to the existing methods and performs better in downstream tasks.
Strengths
The motivation is obvious, which emphasizes the importance of causal independence in generative methods and illustrates the advantages of causal independence for statistical independence, which is very interesting and important. To the best of our knowledge, the authors are the first to study how to explore causal independence confounders in generative methods.
This article has complete content. It conducts a thorough investigation of the background. Then it proposes a new framework and elaborates in detail. Moreover, it has several experiments on three datasets to demonstrate its advantages.
Weaknesses
This article includes but is not limited to the following shortcomings:
1. There was much ambiguity about collaboration, which led me to rely a lot on my guesswork in understanding the article, like:
a) D in line 141 and D in equation 7 do not seem like the same thing but use the same symbol.
b) D_KL in Figure 4 and D in Equation 7 seem to represent KL divergence but in different symbols.
c) What is the meaning of \Pi? I do not find its definition. Is that represent the soft assignment of samples? If it is, what is the connection between \Pi and \pi?
2. In Table 1, you evaluate your method on CelebA and Candle datasets. However, the measurement metrics between these datasets are different. You claim that the CelebA dataset does not have ground truth factors. However, the experiments on only two datasets cannot fully illustrate your methods' advantages, especially since CelebA does not have ground truth factors.
3. There are many kinds of generative methods, like the diffusion model. There is no comparison between your method and other generative methods.
4. The baseline vanilla VAE (2013), \beta-VAE (2016), FactorVAE (2018), CAUSAL-REP (2021), which do not compare, cVAE (2013), GMVAE (2016), are out-of-date.
Questions
1. I think implementing your ideas in VAE is a limitation for you. I hope you can implement your ideas in more generative methods.
2. The Related Work in the main paper is very similar to the Related Work in the appendix, so I doubt the significance of the Related Work in the appendix. However, I do not think this is a weakness of your paper, so I put this into Question.
Rating
5: Borderline accept: Technically solid paper where reasons to accept outweigh reasons to reject, e.g., limited evaluation. Please use sparingly.
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 point out the limitation of their method at the end of the paper; that is, the choice of C is difficult but essential, which is the same as our understanding of their method.