← Latest papers
💻 computer science

Image2Garment: Simulation-ready Garment Generation from a Single Image

This paper proposes a feed-forward framework that generates simulation-ready garments from a single image by fine-tuning a vision-language model to infer material attributes and mapping them to physical parameters via a lightweight predictor, thereby overcoming the lack of image-to-physics datasets and eliminating the need for iterative optimization.

Original authors: Selim Emir Can, Jan Ackermann, Kiyohiro Nakayama, Ruofan Liu, Tong Wu, Yang Zheng, Hugo Bertiche, Menglei Chai, Thabo Beeler, Gordon Wetzstein

Published 2026-03-20
📖 5 min read🧠 Deep dive

Original authors: Selim Emir Can, Jan Ackermann, Kiyohiro Nakayama, Ruofan Liu, Tong Wu, Yang Zheng, Hugo Bertiche, Menglei Chai, Thabo Beeler, Gordon Wetzstein

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a single photograph of a person wearing a beautiful, flowing dress. You want to turn that photo into a 3D character for a video game or a movie.

The hard part isn't just making the shape of the dress (which many AI tools can already do). The hard part is figuring out what the dress is made of. Is it heavy velvet that drags on the floor? Is it light silk that flutters in the wind? Or is it stiff denim that holds its shape?

If you get the material wrong, the dress will look fake. A silk dress made of "denim physics" will look like a cardboard box; a denim jacket made of "silk physics" will look like a wet rag.

"Image2Garment" is a new AI system that solves this problem. It looks at a single photo and instantly figures out not just the shape of the clothes, but exactly how the fabric should behave in a physics simulation.

Here is how it works, broken down with simple analogies:

1. The Problem: The "Black Box" of Physics

Previously, if you wanted to simulate cloth, you had two bad options:

  • Option A (The Detective): You had to film the person from every angle with a studio of cameras and spend hours manually tweaking the physics settings until it looked right. This is slow and expensive.
  • Option B (The Guess): You could take a photo and guess the material. But without a guide, the AI would just pick random numbers, resulting in clothes that look like they are made of jelly or steel.

There was no "dictionary" that connected what a fabric looks like in a photo to the specific math numbers a computer needs to simulate it.

2. The Solution: A Two-Step Detective Story

The researchers realized they couldn't teach the AI to go straight from "Photo" to "Physics Math" because there isn't enough data to teach that direct link. Instead, they built a two-step translator.

Step 1: The "Fashion Expert" (The Vision-Language Model)

First, the AI acts like a super-smart fashion stylist. It looks at the photo and asks:

  • "What is this made of?" (e.g., 80% Cotton, 20% Polyester).
  • "What kind of weave is it?" (e.g., Knit, Woven, Lace).
  • "How heavy is it?" (e.g., Thick and heavy, or thin and light).

To do this, they taught a massive AI model (based on a technology called Qwen) using a huge new dataset they created called FTAG. Think of this dataset as a giant library of clothing tags from online stores. The AI learned to read the visual cues in a photo and match them to the text descriptions found on real clothing tags.

Step 2: The "Physics Translator" (The Material-to-Physics Map)

Once the "Fashion Expert" says, "This is a heavy, woven cotton," the system passes that description to a second, simpler tool.

This second tool uses a new dataset called T2P (Tag-to-Physics). This is a small, precise database that links fabric descriptions to the actual math numbers needed for simulations.

  • Input: "Heavy Woven Cotton."
  • Output: "Stiffness: 400, Bend Resistance: 200, Damping: 0.5."

It's like a translator who speaks "Fashion" and "Physics." The Fashion Expert speaks the language of the photo, and the Physics Translator converts that into the language of the video game engine.

3. The Result: A "Simulation-Ready" Garment

The final output is a 3D dress that is ready to be dropped into a video game engine (like Marvelous Designer or Blender).

  • If the character jumps, the dress bounces realistically.
  • If the character spins, the dress flares out correctly.
  • If the character stops, the fabric settles naturally.

All of this happens in a single pass (instantly), without needing to film the person from multiple angles or spend hours tweaking settings.

Why This Matters

Think of it like this:

  • Old Way: You hire a sculptor to carve a statue of a dress, then hire a physicist to figure out how that statue would move if it were made of real cloth. It takes days.
  • Image2Garment: You take a photo, and an AI instantly hands you a digital dress that knows exactly how to move, flutter, and drape, just by "reading" the fabric in the picture.

The "Secret Sauce"

The paper's biggest breakthrough is realizing that you don't need to teach the AI the complex math of physics directly from photos. Instead, teach it to identify the ingredients (the fabric type) first, and then let a simple rulebook convert those ingredients into physics.

It's the difference between trying to memorize every possible way a cake can fall (hard/impossible) versus learning the recipe (flour, eggs, sugar) and knowing that if you change the flour, the texture changes (easy/achievable).

In short: Image2Garment turns a flat photo into a living, breathing piece of clothing that knows its own physics, making virtual worlds feel much more real.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →