paper-with-me

Papers

Image2Gcode: Image-to-G-code Generation for Additive Manufacturing Using Diffusion-Transformer Model

2025-11-25 · Ziyue Wang, Yayati Jadhav, Peter Pak, Amir Barati Farimani arxiv

Mechanical design and manufacturing workflows conventionally begin with conceptual design, followed by the creation of a computer-aided design (CAD) model and fabrication through material-extrusion (MEX) printing. This process requires converting CAD geometry into machine-readable G-code through slicing and path planning. While each step is well established, dependence on CAD modeling remains a major bottleneck: constructing object-specific 3D geometry is slow and poorly suited to rapid prototyping. Even minor design variations typically necessitate manual updates in CAD software, making iteration time-consuming and difficult to scale. To address this limitation, we introduce Image2Gcode, an end-to-end data-driven framework that bypasses the CAD stage and generates printer-ready G-code directly from images and part drawings. Instead of relying on an explicit 3D model, a hand-drawn or captured 2D image serves as the sole input. The framework first extracts slice-wise structural cues from the image and then employs a denoising diffusion probabilistic model (DDPM) over G-code sequences. Through iterative denoising, the model transforms Gaussian noise into executable print-move trajectories with corresponding extrusion parameters, establishing a direct mapping from visual input to native toolpaths. By producing structured G-code directly from 2D imagery, Image2Gcode eliminates the need for CAD or STL intermediates, lowering the entry barrier for additive manufacturing and accelerating the design-to-fabrication cycle. This approach supports on-demand prototyping from simple sketches or visual references and integrates with upstream 2D-to-3D reconstruction modules to enable an automated pipeline from concept to physical artifact. The result is a flexible, computationally efficient framework that advances accessibility in design iteration, repair workflows, and distributed manufacturing.

📄 PDF Abstract BibTeX arXiv:2511.20636

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionCode Generation

Similar Papers 제목 키워드 기반

Demo: SGCode: A Flexible Prompt-Optimizing System for Secure Generation of Code

2024-09-11 · Khiem Ton, Nhi Nguyen, Mahmoud Nazzal, Abdallah Khreishah 외

This paper introduces SGCode, a flexible prompt-optimizing system to generate secure code with large language models (LLMs). SGCode integrates recent prompt-optimization approaches with LLMs in a unified system accessibl…

Code GenerationGraph Neural Network

Can Vision-Language Models Handle Long-Context Code? An Empirical Study on Visual Compression

2026-01-31 · Jianping Zhong, Guochang Li, Chen Zhi, Junxiao Han 외 arxiv

Large Language Models (LLMs) struggle with long-context code due to window limitations. Existing textual code compression methods mitigate this via selective filtering but often disrupt dependency closure, causing semant…

Question AnsweringCode Completion

AnalogCoder-Pro: Unifying Analog Circuit Generation and Optimization via Multi-modal LLMs

2025-08-04 · Yao Lai, Souradip Poddar, Sungyoung Lee, Guojin Chen 외 arxiv

Despite recent advances, analog front-end design still relies heavily on expert intuition and iterative simulations, which limits the potential for automation. We present AnalogCoder-Pro, a multimodal large language mode…

AnalogCoder: Analog Circuit Design via Training-Free Code Generation

2024-05-23 · Yao Lai, Sungyoung Lee, Guojin Chen, Souradip Poddar 외

Analog circuit design is a significant task in modern chip technology, focusing on the selection of component types, connectivity, and parameters to ensure proper circuit functionality. Despite advances made by Large Lan…

Code Generation

LongCodeZip: Compress Long Context for Code Language Models

2025-10-01 · Yuling Shi, Yichun Qian, Hongyu Zhang, Beijun Shen 외 arxiv

Code generation under long contexts is becoming increasingly critical as Large Language Models (LLMs) are required to reason over extensive information in the codebase. While recent advances enable code LLMs to process l…

Question AnsweringCode GenerationCode Completion