Paper: 2606.20563
Authors: Siang-Ling Zhang, Huai-Hsun Cheng, Tsung-Ju Yang, Yu-Lun Liu
Categories: cs.CV

The Gap

Existing 3D visual illusion generation methods fall into two camps, both with serious flaws.
Optimization-based approaches (e.g., SDS from DreamFusion) are slow — often taking hours — and tend to produce over-saturated colors due to the score distillation loss.
Naive stitching methods, which paste 2D illusions onto a pre-defined shape, introduce unnatural seams and semantic leaks (e.g., a dog’s tail visible from the cat’s perspective).
No prior work achieves fast, training-free, geometrically coherent, and high-quality texturing all at once.
JanusMesh fills this gap with a two-stage pipeline that decouples geometry and texture.

+---------------------+
| Gap: existing       |
| methods: slow,      |
| over-saturated,     |
| unnatural seams     |
+----------+----------+
           |
           v
+---------------------+
| Assumption: can we  |
| achieve fast,       |
| zero-shot,          |
| geometric coherence?|
+----------+----------+
           |
           v
+---------------------+
| Method: cross-space |
| dual-branch denoise |
| + SDF blending +    |
| view-conditioned tex|
+----------+----------+
           |
           v
+---------------------+
| Evidence: 3-5min,   |
| high quality,       |
| seamless, beats     |
| baselines           |
+----------+----------+
           |
           v
+---------------------+
| Conclusion: first   |
| training-free 3D    |
| visual illusion gen |
+---------------------+

The Increment

One sentence: Before this paper, generating a 3D visual illusion took hours of slow optimization or produced broken geometry