paper-with-me

Papers

MeshCoder: LLM-Powered Structured Mesh Code Generation from Point Clouds

2025-08-20 · Bingquan Dai, Li Ray Luo, Qihong Tang, Jie Wang, Xinyu Lian, Hao Xu, Minghan Qin, Xudong Xu, Bo Dai, Haoqian Wang, Zhaoyang Lyu, Jiangmiao Pang arxiv

Reconstructing 3D objects into editable programs is pivotal for applications like reverse engineering and shape editing. However, existing methods often rely on limited domain-specific languages (DSLs) and small-scale datasets, restricting their ability to model complex geometries and structures. To address these challenges, we introduce MeshCoder, a novel framework that reconstructs complex 3D objects from point clouds into editable Blender Python scripts. We develop a comprehensive set of expressive Blender Python APIs capable of synthesizing intricate geometries. Leveraging these APIs, we construct a large-scale paired object-code dataset, where the code for each object is decomposed into distinct semantic parts. Subsequently, we train a multimodal large language model (LLM) that translates 3D point cloud into executable Blender Python scripts. Our approach not only achieves superior performance in shape-to-code reconstruction tasks but also facilitates intuitive geometric and topological editing through convenient code modifications. Furthermore, our code-based representation enhances the reasoning capabilities of LLMs in 3D shape understanding tasks. Together, these contributions establish MeshCoder as a powerful and flexible solution for programmatic 3D shape reconstruction and understanding. The project homepage is available at \href{https://daibingquan.github.io/MeshCoder}{this link}.

📄 PDF Abstract BibTeX arXiv:2508.14879

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape ReconstructionCode GenerationPoint Clouds

Similar Papers 제목 키워드 기반

Scaling Mesh Generation via Compressive Tokenization

2024-11-11 · CVPR 2025 1 · Haohan Weng, Zibo Zhao, Biwen Lei, Xianghui Yang 외

We propose a compressive yet effective mesh representation, Blocked and Patchified Tokenization (BPT), facilitating the generation of meshes exceeding 8k faces. BPT compresses mesh sequences by employing block-wise index…

8k

An Improved Structured Mesh Generation Method Based on Physics-informed Neural Networks

2022-10-18 · Xinhai Chen, Jie Liu, Junjun Yan, Zhichao Wang 외

Mesh generation remains a key technology in many areas where numerical simulations are required. As numerical algorithms become more efficient and computers become more powerful, the percentage of time devoted to mesh ge…

global-optimization

LATO: 3D Mesh Flow Matching with Structured TOpology Preserving LAtents

2026-03-06 · Tianhao Zhao, Youjia Zhang, Hang Long, Jinshen Zhang 외 arxiv

In this paper, we introduce LATO, a novel topology-preserving latent representation that enables scalable, flow matching-based synthesis of explicit 3D meshes. LATO represents a mesh as a Vertex Displacement Field (VDF) …

MeshONet: A Generalizable and Efficient Operator Learning Method for Structured Mesh Generation

2025-01-21 · Jing Xiao, Xinhai Chen, Qingling Wang, Jie Liu

Mesh generation plays a crucial role in scientific computing. Traditional mesh generation methods, such as TFI and PDE-based methods, often struggle to achieve a balance between efficiency and mesh quality. To address th…

Operator learning

A Survey of AI Methods for Geometry Preparation and Mesh Generation in Engineering Simulation

2025-12-16 · Steven Owen, Nathan Brown, Nikos Chrisochoides, Rao Garimella 외 arxiv

Artificial intelligence is beginning to reduce the manual effort in the CAD-to-mesh pipeline. Written for meshing and geometry practitioners with limited AI background, this survey organizes recent work by workflow step.…

Reinforcement Learning