中文
相关论文

相关论文: BrepGPT: Autoregressive B-rep Generation with Voro…

200 篇论文

Diffusion-based 3D generation has made remarkable progress in recent years. However, existing 3D generative models often produce overly dense and unstructured meshes, which stand in stark contrast to the compact, structured, and…

计算机视觉与模式识别 · 计算机科学 2025-03-25 Yuan Li , Cheng Lin , Yuan Liu , Xiaoxiao Long , Chenxu Zhang , Ningna Wang , Xin Li , Wenping Wang , Xiaohu Guo

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…

计算机视觉与模式识别 · 计算机科学 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

Boundary Representation (BRep) is the standard format for Computer-Aided Design (CAD), yet reconstructing high-quality BReps from single-view images remains challenging due to the complexity of topological constraints and operation…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Shiyu Tan , Zixuan Zhao , Hao Gao , Zhiheng Chen , Xiaolong Yin , Enya Shen

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,…

计算机视觉与模式识别 · 计算机科学 2026-05-29 Yuan Li , Congyi Zhang , Xifeng Gao , Xiaohu Guo

We introduce ARPG, a novel visual Autoregressive model that enables Randomized Parallel Generation, addressing the inherent limitations of conventional raster-order approaches, which hinder inference efficiency and zero-shot generalization…

计算机视觉与模式识别 · 计算机科学 2026-03-02 Haopeng Li , Jinyue Yang , Guoqi Li , Huan Wang

Semi-supervised semantic segmentation has attracted increasing attention in computer vision, aiming to leverage unlabeled data through latent supervision. To achieve this goal, prototype-based classification has been introduced and achieved…

计算机视觉与模式识别 · 计算机科学 2024-09-17 Junhao Dong , Zhu Meng , Delong Liu , Jiaxuan Liu , Zhicheng Zhao , Fei Su

We introduce a novel self-supervised learning framework that automatically learns representations from input computer-aided design (CAD) models for downstream tasks, including part classification, modeling segmentation, and machining…

图形学 · 计算机科学 2026-03-18 Yifei Li , Kang Wu , Wenming Wu , Xiao-Ming Fu

This paper presents a novel geometric representation for CAD Boundary Representation (B-Rep) based on volumetric distance functions, dubbed B-Rep Distance Functions (BR-DF). BR-DF encodes the surface mesh geometry of a CAD model as signed…

计算机视觉与模式识别 · 计算机科学 2025-11-20 Fuyang Zhang , Pradeep Kumar Jayaraman , Xiang Xu , Yasutaka Furukawa

Recognizing geometric features on B-rep models is a cornerstone technique for multimedia content-based retrieval and has been widely applied in intelligent manufacturing. However, previous research often merely focused on Machining Feature…

计算机视觉与模式识别 · 计算机科学 2025-06-27 Yongkang Dai , Xiaoshui Huang , Yunpeng Bai , Hao Guo , Hongping Gan , Ling Yang , Yilei Shi

Polygonal meshes are ubiquitous in the digital 3D domain, yet they have only played a minor role in the deep learning revolution. Leading methods for learning generative models of shapes rely on implicit functions, and generate meshes only…

计算机视觉与模式识别 · 计算机科学 2020-12-09 Zhiqin Chen , Andrea Tagliasacchi , Hao Zhang

Meshes serve as a primary representation for 3D assets. Autoregressive mesh generators serialize faces into sequences and train on truncated segments with sliding-window inference to cope with memory limits. However, this mismatch breaks…

计算机视觉与模式识别 · 计算机科学 2025-12-10 Junkai Lin , Hang Long , Huipeng Guo , Jielei Zhang , JiaYi Yang , Tianle Guo , Yang Yang , Jianwen Li , Wenxiao Zhang , Matthias Nießner , Wei Yang

Artificial intelligence in construction increasingly depends on structured representations such as Building Information Models and knowledge graphs, yet early-stage building designs are predominantly created as flexible…

统计计算 · 统计学 2026-01-26 Jun Xiao , Qiong Wang , Yihui Li , Zhexuan Yu , Hao Zhou , Borong Lin

Boundary representation (B-rep) generated from computer-aided design (CAD) is widely used in industry, with several large datasets available. However, the data in these datasets is represented in STEP format, requiring a CAD kernel to read…

计算机视觉与模式识别 · 计算机科学 2025-06-09 Nafiseh Izadyar , Sai Chandra Madduri , Teseo Schneider

Large Computer-Aided Design (CAD) projects usually require collaboration across many different CAD systems as well as applications that interoperate with them for manufacturing, visualization, or simulation. A fundamental barrier to such…

图形学 · 计算机科学 2023-06-07 Benjamin Jones , James Noeckel , Milin Kodnongbua , Ilya Baran , Adriana Schulz

Assembly modeling is a core task of computer aided design (CAD), comprising around one third of the work in a CAD workflow. Optimizing this process therefore represents a huge opportunity in the design of a CAD system, but current research…

计算机视觉与模式识别 · 计算机科学 2021-10-06 Benjamin Jones , Dalton Hildreth , Duowen Chen , Ilya Baran , Vladimir G. Kim , Adriana Schulz

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…

计算机视觉与模式识别 · 计算机科学 2025-06-24 Paula Feldman , Martin Sinnona , Claudio Delrieux , Viviana Siless , Emmanuel Iarussi

In machining process, 3D reverse engineering of the mechanical system is an integral, highly important, and yet time consuming step to obtain parametric CAD models from 3D scans. Therefore, deep learning-based Scan-to-CAD modeling can offer…

计算机视觉与模式识别 · 计算机科学 2024-09-24 Sk Aziz Ali , Mohammad Sadil Khan , Didier Stricker

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…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Adarsh Tiwari , Sanket Biswas , Josep Lladós

The point inclusion tests for polygons, in other words the point-in-polygon (PIP) algorithms, are fundamental tools for many scientific fields related to computational geometry, and they have been studied for a long time. The PIP algorithms…

计算几何 · 计算机科学 2021-02-03 Rahman Salim Zengin , Volkan Sezer

Next-Token Prediction (NTP) is a de facto approach for autoregressive (AR) video generation, but it suffers from suboptimal unidirectional dependencies and slow inference speed. In this work, we propose a semi-autoregressive (semi-AR)…

计算机视觉与模式识别 · 计算机科学 2025-02-13 Shuhuai Ren , Shuming Ma , Xu Sun , Furu Wei