SubdivAR: Autoregressive Next-Scale Prediction for Neural Mesh Subdivision

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.