Thanks for your quick and patient feedback. We apologize for our misunderstandings regarding your comments and hope to address your concerns effectively in this renewed discussion.
**1**: We would like to address your concerns of the optimal combination from both experimental and theoretical perspectives: 1) **Experimentally**, we have conducted extra experiments focusing on **relation-aware disentanglement** among typical DRL+MLLM/VLM combinations. The results are illustrated in the attached PDF accordingly:
**Table 1**
| Combinations| Results| Brief Comments|
| --- | --- | --- |
| $\beta$-VAE + GLM-4v | **Figure A3** (in attachment) | Producing counterfactual and anomalous results.|
| FactorVAE + GPT-4o| **Figure A5** (in attachment) | Suffering from inferior reconstruction quality.|
| $\beta$-TC-VAE+ GPT-4o| **Figure A5** (in attachment) | Failing to learn attributes effectively.|
| $\beta$-VAE+ GPT-4o| **Figure A5** (in attachment) | Current combination with most stable and effective performance|
|The optimal selection of MLLM| **Figure A1** (in attachment) |GPT-4o outperforms others on attribute identification (also see Figure 6 in paper)|
The visualization results demonstrate that the current combination yields the most stable and effective outcomes. We have also performed comparative experiments on **generation quality metrics** to evaluate the model performance (please refer to Table 2). 2) **Theoretically**, to our knowledge, these results can be attributed to the straightforward and effective design of the $\beta$-VAE. Since our model just leverages the DRL model to extract and initialize semantic factors, extensional designs can lead to instability (e.g., extra MLP classifier and discriminator in FactorVAE; the inflexible penalty in TC-$\beta$-VAE; the embedding codebook in VQ-VAE, etc.). These components, while potentially beneficial in certain contexts, may introduce unnecessary complexity and reduce the stability in our setting for relation-aware disentanglement.
*The exclusion of non-DRL combinations (Diffusion, GAN, etc. + MLLMs) from **disentanglement capability comparisons**, is due to **their inability to generate orthogonal and disentangled latent spaces,** as detailed in **R1**. However, the comparisons of generation quality are conducted involving DRL and non-DRL models, for evaluating the model trade-off between generation and interpretability (see next response).*
**2**. According to your response, we have included Diffusion and GAN models as the baselines in the generation quality experiments as shown in Table 2.
**Table 2**
| Model| CelebA (64x64)| | CelebA (256x256) | |
| --- | --- | --- | --- | --- |
| | FID $\downarrow$| KID x $10^3$ $\downarrow$ | FID $\downarrow$| KID x $10^3$ $\downarrow$ |
| **FactorVAE + GPT-4o**| 112.08 | 101.54 | 126.58 | 130.12 |
| **$\beta$-TC-VAE + GPT-4o** | 68.17 | 62.90 | 91.45 | 87.22 |
| **GEM (Ours)** | 46.05 | 48.32 | 50.93 | 51.01 |
| **Vanilla VAE** | 53.39 | 51.48 |56.82 | 61.26 |
| **StyleGAN2** *(40k steps)*| 12.94| 9.20| 18.02 | 19.55 |
| **DDPM** *(Diffusion, $T$ = 1k)*| 8.56| **6.56** | 15.93 | 10.01 |
|**DDIM** *(Implicit Diffusion, $T$ = 1k)*| 10.04 | 8.15 | 16.24 | 13.62 |
| **Stable Diffusion** *(fine-tuning)*| **7.72** | 7.22 | **10.63** | **9.17** |
*Due to time constraints, we present the results on the CelebA dataset, and we promise to provide comprehensive evaluations in the manuscript.*
Even though our model achieved superior performance among DRL approaches, an inevitable trade-off between reconstruction and disentanglement remains, resulting in decreased reconstruction quality compared to image generation models (GAN, Diffusion, etc.). Since our model is oriented towards interpretability, we consider this trade-off acceptable (see Lines 253-257 in the paper). However, it is insightful to leverage the advantages of both DRL and non-DRL models within a mutually beneficial closed-loop architecture (as detailed in **R1**), and we will make efforts to improve our work in this direction.
We are open to further discussions if you have any unresolved concerns. And we will conduct a comprehensive evaluation and analysis according to your concerns and discussion.