Ground Truth.
AI, checked against the source.

News · 2026-06-21

AI builds a single 3D object that shows two different things from two angles

Some of the most delightful objects in art are the ones that change identity as you walk around them: a sculpture that looks like a rabbit head-on and a duck from the side, or carved letters that spell one word from the left and another from the right. Creating these 3D visual illusions on purpose is genuinely tricky — and a new method called JanusMesh (named, fittingly, after the two-faced Roman god) generates them automatically, training-free, in just a few minutes. The paper, accepted at a major computer-vision conference, is on arXiv.

The challenge first. You want a single solid 3D shape that, viewed from one angle, clearly reads as one thing, and from another angle, clearly reads as something entirely different. Earlier attempts had two failure modes. The slow, careful approach optimizes the whole shape inch by inch — it works but takes a long time and tends to produce garish, oversaturated colors. The fast, lazy approach stitches separate pieces together — and you can see the seams, plus the meanings bleed into each other so neither view looks quite right. Getting an object that is simultaneously geometrically coherent and convincingly dual-meaning is the hard part.

Here's what the researchers did, in two stages. First, they generate the geometry using a 'cross-space' denoising process — a clever bit of bookkeeping where the model works in two representations at once, checking from each target viewpoint that the emerging shape lines up with the intended meaning, and blending the forms together using a smooth mathematical description of the surface so there are no visible seams. Second, once the shape is settled, a separate texturing step paints it: it projects 2D image-generation knowledge onto the 3D surface from each viewpoint, so the colors and details reinforce both readings. The result is realistic, dual-meaning objects produced in three-to-five minutes rather than the long grind of older optimization methods.

An analogy for the core trick: imagine sculpting clay while two friends stand at right angles to each other, one insisting it look like a cat, the other insisting it look like a teapot. Instead of satisfying one and then awkwardly patching for the other, you continuously listen to both and nudge the clay toward a form that honors each line of sight at once — and you smooth as you go so there's never a visible join. That 'satisfy multiple viewpoints simultaneously in a shared space' is exactly what the denoising process automates.

Why it matters: on the surface this is playful — and that's part of the appeal. But it's also a clean demonstration of a deeper capability: fusing two competing goals inside a single shared latent space without the seams and compromises that naive combination produces. The same machinery that makes a charming duck-rabbit sculpture is the machinery you'd want for any task that has to satisfy several constraints at once. It builds on the broader diffusion toolkit that now underpins most generative media.

The honest caveat: visual illusions are a constrained, forgiving playground — the goal is to look right from a couple of chosen angles, not to be a faithful object from every angle. The hard, unsolved frontier is full 3D generation that holds up under any viewpoint and works at the fidelity real production needs. JanusMesh is a fast, elegant result in a fun niche, and the technique underneath it is the part worth remembering.


Primary source, verified: read the paper → (arXiv 2606.20563)