English
Related papers

Related papers: TreeMeshGPT: Artistic Mesh Generation with Autoreg…

200 papers

We introduce MeshGPT, a new approach for generating triangle meshes that reflects the compactness typical of artist-created meshes, in contrast to dense triangle meshes extracted by iso-surfacing methods from neural fields. Inspired by…

Computer Vision and Pattern Recognition · Computer Science 2023-11-28 Yawar Siddiqui , Antonio Alliegro , Alexey Artemov , Tatiana Tommasi , Daniele Sirigatti , Vladislav Rosov , Angela Dai , Matthias Nießner

Recent mesh generation approaches typically tokenize triangle meshes into sequences of tokens and train autoregressive models to generate these tokens sequentially. Despite substantial progress, such token sequences inevitably reuse…

Computer Vision and Pattern Recognition · Computer Science 2026-01-16 Jeonghwan Kim , Yushi Lan , Armando Fortes , Yongwei Chen , Xingang Pan

We present SketchGPT, a flexible framework that employs a sequence-to-sequence autoregressive model for sketch generation, and completion, and an interpretation case study for sketch recognition. By mapping complex sketches into simplified…

Computer Vision and Pattern Recognition · Computer Science 2024-05-07 Adarsh Tiwari , Sanket Biswas , Josep Lladós

Directly generating 3D meshes, the default representation for 3D shapes in the graphics industry, using auto-regressive (AR) models has become popular these days, thanks to their sharpness, compactness in the generated results, and ability…

Graphics · Computer Science 2025-09-26 Jiabao Lei , Kewei Shi , Zhihao Liang , Kui Jia

Autoregressive models can generate high-quality 3D meshes by sequentially producing vertices and faces, but their token-by-token decoding results in slow inference, limiting practical use in interactive and large-scale applications. We…

Computer Vision and Pattern Recognition · Computer Science 2025-11-20 Tingrui Shen , Yiheng Zhang , Chen Tang , Chuan Ping , Zixing Zhao , Le Wan , Yuwang Wang , Ronggang Wang , Shengfeng He

Surface cutting is a fundamental task in computer graphics, with applications in UV parameterization, texture mapping, and mesh decomposition. However, existing methods often produce technically valid but overly fragmented atlases that lack…

The generation of quadrilateral-dominant meshes is a cornerstone of professional 3D content creation. However, existing generative models generate quad meshes by first generating triangle meshes and then merging triangles into…

Computer Vision and Pattern Recognition · Computer Science 2026-03-03 Jian Liu , Chunshi Wang , Song Guo , Haohan Weng , Zhen Zhou , Zhiqi Li , Jiaao Yu , Yiling Zhu , Jing Xu , Biwen Lei , Zhuo Chen , Chunchao Guo

Anatomical trees are critical for clinical diagnosis and treatment planning, yet their complex and diverse geometry make accurate representation a significant challenge. Motivated by the latest advances in large language models, we…

Computer Vision and Pattern Recognition · Computer Science 2025-06-24 Paula Feldman , Martin Sinnona , Claudio Delrieux , Viviana Siless , Emmanuel Iarussi

Current auto-regressive models can generate high-quality, topologically precise meshes; however, they necessitate thousands-or even tens of thousands-of next-token predictions during inference, resulting in substantial latency. We introduce…

Graphics · Computer Science 2025-08-07 Dian Chen , Yansong Qu , Xinyang Li , Ming Li , Shengchuan Zhang

Existing auto-regressive mesh generation approaches suffer from ineffective topology preservation, which is crucial for practical applications. This limitation stems from previous mesh tokenization methods treating meshes as simple…

Computer Vision and Pattern Recognition · Computer Science 2026-03-03 Gaochao Song , Zibo Zhao , Haohan Weng , Jingbo Zeng , Rongfei Jia , Shenghua Gao

Large language models (LLMs) based on the generative pre-training transformer (GPT) have demonstrated remarkable effectiveness across a diverse range of downstream tasks. Inspired by the advancements of the GPT, we present PointGPT, a novel…

Computer Vision and Pattern Recognition · Computer Science 2023-05-24 Guangyan Chen , Meiling Wang , Yi Yang , Kai Yu , Li Yuan , Yufeng Yue

Autoregressive multimodal large language models (MLLMs) enable 3D generation but struggle to scale to high-resolution shapes due to inadequate 3D tokenizations. Compact set-based representations discard deterministic spatial ordering,…

Computer Vision and Pattern Recognition · Computer Science 2026-05-29 Yuan Li , Congyi Zhang , Xifeng Gao , Xiaohu Guo

Most recent advances in 3D generative modeling rely on diffusion or flow-matching formulations. We instead explore a fully autoregressive alternative and introduce GaussianGPT, a transformer-based model that directly generates 3D Gaussians…

Computer Vision and Pattern Recognition · Computer Science 2026-03-30 Nicolas von Lützow , Barbara Rössle , Katharina Schmid , Matthias Nießner

Autoregressive models for 3D mesh generation suffer from a fundamental limitation: they flatten meshes into long vertex-coordinate sequences. This results in prohibitive computational costs, hindering the efficient synthesis of…

Computer Vision and Pattern Recognition · Computer Science 2026-03-04 Hanxiao Wang , Yuan-Chen Guo , Ying-Tian Liu , Zi-Xin Zou , Biao Zhang , Weize Quan , Ding Liang , Yan-Pei Cao , Dong-Ming Yan

In the domain of 3D content creation, achieving optimal mesh topology through AI models has long been a pursuit for 3D artists. Previous methods, such as MeshGPT, have explored the generation of ready-to-use 3D objects via mesh…

Computer Vision and Pattern Recognition · Computer Science 2025-04-01 Xianglong He , Junyi Chen , Di Huang , Zexiang Liu , Xiaoshui Huang , Wanli Ouyang , Chun Yuan , Yangguang Li

Triangle meshes play a crucial role in 3D applications for efficient manipulation and rendering. While auto-regressive methods generate structured meshes by predicting discrete vertex tokens, they are often constrained by limited face…

Computer Vision and Pattern Recognition · Computer Science 2025-03-20 Ruowen Zhao , Junliang Ye , Zhengyi Wang , Guangce Liu , Yiwen Chen , Yikai Wang , Jun Zhu

3D meshes are a critical building block for applications ranging from industrial design and gaming to simulation and robotics. Traditionally, meshes are crafted manually by artists, a process that is time-intensive and difficult to scale.…

Computer Vision and Pattern Recognition · Computer Science 2025-11-24 Xiatao Sun , Chen Liang , Qian Wang , Daniel Rakita

Recently, 3D assets created via reconstruction and generation have matched the quality of manually crafted assets, highlighting their potential for replacement. However, this potential is largely unrealized because these assets always need…

Computer Vision and Pattern Recognition · Computer Science 2024-10-10 Yiwen Chen , Tong He , Di Huang , Weicai Ye , Sijin Chen , Jiaxiang Tang , Xin Chen , Zhongang Cai , Lei Yang , Gang Yu , Guosheng Lin , Chi Zhang

Scaling artist-designed meshes to high triangle numbers remains challenging for autoregressive generative models. Existing transformer-based methods suffer from long-sequence bottlenecks and limited quantization resolution, primarily due to…

Graphics · Computer Science 2025-11-17 Rui Xu , Tianyang Xue , Qiujie Dong , Le Wan , Zhe Zhu , Peng Li , Zhiyang Dou , Cheng Lin , Shiqing Xin , Yuan Liu , Wenping Wang , Taku Komura

Meshes are the de facto 3D representation in the industry but are labor-intensive to produce. Recently, a line of research has focused on autoregressively generating meshes. This approach processes meshes into a sequence composed of…

Computer Vision and Pattern Recognition · Computer Science 2024-12-03 Yiwen Chen , Yikai Wang , Yihao Luo , Zhengyi Wang , Zilong Chen , Jun Zhu , Chi Zhang , Guosheng Lin
‹ Prev 1 2 3 10 Next ›