Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 1 month, 3 weeks ago • Guangming Fu, Jin Song, Yiyun Fei, Guoqiu Li, Ruigao Yang, Jianan Jiang

PartMat: Material-Aware 3D Part Decomposition with a Single Global Latent

Briefing

PartMat is a new material-aware 3D part decomposition pipeline built around a single global latent, rather than generating each part independently. That matters because a lot of current part-based 3D systems still optimize for semantic structure—chair legs, cabinet doors, and so on—while production work often needs editable splits along real material boundaries like wood, fabric, and metal.

The core idea is PartVAE, which learns a unified representation of the whole object and decodes all material parts in one forward pass. In practical terms, that means inference cost no longer grows linearly with part count, which is a meaningful efficiency win for tools that need to handle complex assets with many subcomponents.

On top of that representation, the pipeline trains a diffusion model for part generation and then refines it with reinforcement learning to improve material assignment and reduce overlaps. A sparse-voxel flow-matching stage with part attention is then used to recover finer geometric detail after decomposition.

The reported result is a system that outperforms existing baselines on material-aware decomposition accuracy while keeping geometric quality competitive. For game teams, the interesting angle is not just cleaner asset segmentation, but a path toward faster, more editable 3D content pipelines for interior props, modular environment assets, and any workflow where material edits matter as much as shape.

“decompose the object into parts that follow material boundaries”

— PartMat authors · Describing the system's goal
Original source
Read on arXiv cs.GR
At a glance
what
PartMat is a material-aware 3D part decomposition pipeline that splits objects by editable material boundaries.
who
Researchers Guangming Fu, Jin Song, Yiyun Fei, Guoqiu Li, Ruigao Yang, and Jianan Jiang.
when
Submitted to arXiv on 3 Aug 2026; version 1 posted the same day.
impact
Could reduce inference cost for multi-part asset generation and improve editable material segmentation for 3D workflows.
Signal Positive

Promising efficiency and editability gains for 3D pipelines

Discuss

Follow 3d generation updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Story Timeline (2 sources)