AniGen turns one image into animatable 3D assets
AniGen is a SIGGRAPH research system that generates a 3D shape, skeleton, and skinning weights from a single image. The result is animation-ready rather than a static mesh that needs brittle post-hoc rigging.
This is the right kind of 3D generative model: it optimizes for downstream usability, not just pretty renders. The interesting part is that AniGen treats rigging as a first-class generation problem, which is where most image-to-3D systems still fall apart.
- –The skeleton and skinning are co-generated with geometry, so the output is structurally consistent instead of retrofitted after the fact
- –The joint-count-agnostic skinning is the practical unlock here; it makes the model useful across animals, humanoids, and machinery, not just one avatar class
- –The two-stage flow approach suggests the model separates coarse structure from dense detail, which should help stability compared with one-shot mesh synthesis
- –This is still research-grade, but it points toward a much more production-relevant pipeline for games, animation, and embodied agents
- –The code and demo links on the project page make it more than a paper-only result, which boosts its relevance for builders
DISCOVERED
45d ago
2026-04-19
PUBLISHED
45d ago
2026-04-19
RELEVANCE
AUTHOR
AI Search