Thanks to the authors for this great work. I have a few concerns:
- The reference image for Image similarity metrics (e.g., SigLIP-2/DINOv3) are obtained from the original Infinigen canonical renders with full materials/textures, while the system prompt explicitly instructs models to “Leave geometry untextured.” Therefore, under ideal instruction following, the generated output should be geometry-only, creating an inherent mismatch.
- At the same time, prompt_description itself contains appearance/texture-related descriptions, which conflicts with the system_prompt to leave geometry untextured. Due to this ambiguity and imperfect instruction following, many models may nevertheless generate materials/textures. This failure can accidentally make the prediction better aligned with the full-material reference images, thereby increasing image-similarity scores.
Thanks to the authors for this great work. I have a few concerns: