SubdivAR: Autoregressive Next-Scale Prediction for Neural Mesh Subdivision
Summary
SubdivAR is a novel neural mesh subdivision framework designed to convert coarse meshes into high-resolution surfaces, addressing limitations of classical rule-based and prior neural methods that often produce over-smoothed results or lack generalizability. It introduces the Mesh Autoregressive Representation (MAR), which redefines subdivision as autoregressive next-scale prediction by ordering meshes across different subdivision levels. SubdivAR employs a Hybrid Topology-Aware Transformer for global semantic attention and local feature aggregation, alongside a next-scale coordinate prediction paradigm that regresses vertex offsets to maintain topology while recovering fine geometric details. Trained on FII-40K, a curated dataset of nearly 40,000 meshes, SubdivAR significantly outperforms state-of-the-art baselines, achieving an 18.8% reduction in Hausdorff Distance and a 14.2% reduction in Chamfer Distance, demonstrating strong robustness on complex open-surface geometries.
Key takeaway
For 3D graphics developers or computer vision engineers working on digital asset creation, SubdivAR offers a robust solution for generating high-resolution meshes from coarse inputs. Your projects requiring precise geometric detail and topological preservation, especially with complex open surfaces, can benefit from this autoregressive neural approach. Consider integrating SubdivAR to achieve superior surface refinement, reducing common over-smoothing issues and enhancing model fidelity.
Key insights
SubdivAR uses an autoregressive next-scale prediction with a Hybrid Topology-Aware Transformer for high-fidelity neural mesh subdivision.
Principles
- Reformulate subdivision as autoregressive prediction.
- Combine global semantic attention with local topology.
- Regress vertex offsets for detail preservation.
Method
SubdivAR employs Mesh Autoregressive Representation (MAR) to sequence subdivision levels. It uses a Hybrid Topology-Aware Transformer for feature aggregation and predicts next-scale vertex offsets autoregressively.
In practice
- Generate high-resolution digital assets.
- Refine complex open-surface geometries.
- Improve detail synthesis in 3D modeling.
Topics
- Neural Mesh Subdivision
- Autoregressive Prediction
- Mesh Autoregressive Representation
- Topology-Aware Transformers
- 3D Digital Asset Creation
- Geometric Deep Learning
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.