paper-with-me

홈 › Papers

Open Source Computer Vision-based Layer-wise 3D Printing Analysis

2020-03-12 · Aliaksei L. Petsiuk, Joshua M. Pearce

The paper describes an open source computer vision-based hardware structure and software algorithm, which analyzes layer-wise the 3-D printing processes, tracks printing errors, and generates appropriate printer actions to improve reliability. This approach is built upon multiple-stage monocular image examination, which allows monitoring both the external shape of the printed object and internal structure of its layers. Starting with the side-view height validation, the developed program analyzes the virtual top view for outer shell contour correspondence using the multi-template matching and iterative closest point algorithms, as well as inner layer texture quality clustering the spatial-frequency filter responses with Gaussian mixture models and segmenting structural anomalies with the agglomerative hierarchical clustering algorithm. This allows evaluation of both global and local parameters of the printing modes. The experimentally-verified analysis time per layer is less than one minute, which can be considered a quasi-real-time process for large prints. The systems can work as an intelligent printing suspension tool designed to save time and material. However, the results show the algorithm provides a means to systematize in situ printing data as a first step in a fully open source failure correction algorithm for additive manufacturing.

📄 PDF Abstract BibTeX arXiv:2003.05660

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringTemplate Matching

Similar Papers 제목 키워드 기반

TroL: Traversal of Layers for Large Language and Vision Models

2024-06-18 · Byung-Kwan Lee, Sangyun Chung, Chae Won Kim, Beomchan Park 외

Large language and vision models (LLVMs) have been driven by the generalization power of large language models (LLMs) and the advent of visual instruction tuning. Along with scaling them up directly, these models enable …

Visual Question Answering

VLsI: Verbalized Layers-to-Interactions from Large to Small Vision Language Models

2024-12-02 · CVPR 2025 1 · Byung-Kwan Lee, Ryo Hachiuma, Yu-Chiang Frank Wang, Yong Man Ro 외

The recent surge in high-quality visual instruction tuning samples from closed-source vision-language models (VLMs) such as GPT-4V has accelerated the release of open-source VLMs across various model sizes. However, scal…

From Colors to Classes: Emergence of Concepts in Vision Transformers

2025-03-31 · Teresa Dorszewski, Lenka Tětková, Robert Jenssen, Lars Kai Hansen 외

Vision Transformers (ViTs) are increasingly utilized in various computer vision tasks due to their powerful representation capabilities. However, it remains understudied how ViTs process information layer by layer. Numer…

Domain AdaptationTransfer Learning

Depth-wise layering of 3d images using dense depth maps: a threshold based approach

2020-10-05 · Seyedsaeid Mirkamali, P. Nagabhushan

Image segmentation has long been a basic problem in computer vision. Depth-wise Layering is a kind of segmentation that slices an image in a depth-wise sequence unlike the conventional image segmentation problems dealing…

Image SegmentationSegmentationSemantic Segmentation

DO-Conv: Depthwise Over-parameterized Convolutional Layer

2020-06-22 · Jinming Cao, Yangyan Li, Mingchao Sun, Ying Chen 외

Convolutional layers are the core building blocks of Convolutional Neural Networks (CNNs). In this paper, we propose to augment a convolutional layer with an additional depthwise convolution, where each input channel is …

image-classificationImage Classification