paper-with-me

Papers

Self-supervised Graph Neural Network for Mechanical CAD Retrieval

2024-06-13 · Yuhan Quan, Huan Zhao, JinFeng Yi, Yuqiang Chen

CAD (Computer-Aided Design) plays a crucial role in mechanical industry, where large numbers of similar-shaped CAD parts are often created. Efficiently reusing these parts is key to reducing design and production costs for enterprises. Retrieval systems are vital for achieving CAD reuse, but the complex shapes of CAD models are difficult to accurately describe using text or keywords, making traditional retrieval methods ineffective. While existing representation learning approaches have been developed for CAD, manually labeling similar samples in these methods is expensive. Additionally, CAD models' unique parameterized data structure presents challenges for applying existing 3D shape representation learning techniques directly. In this work, we propose GC-CAD, a self-supervised contrastive graph neural network-based method for mechanical CAD retrieval that directly models parameterized CAD raw files. GC-CAD consists of two key modules: structure-aware representation learning and contrastive graph learning framework. The method leverages graph neural networks to extract both geometric and topological information from CAD models, generating feature representations. We then introduce a simple yet effective contrastive graph learning framework approach, enabling the model to train without manual labels and generate retrieval-ready representations. Experimental results on four datasets including human evaluation demonstrate that the proposed method achieves significant accuracy improvements and up to 100 times efficiency improvement over the baseline methods.

📄 PDF Abstract BibTeX arXiv:2406.08863

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape RepresentationGraph LearningGraph Neural NetworkRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

Deep Learning based Dimple Segmentation for Quantitative Fractography

2020-07-05 · Ashish Sinha, K S Suresh

In this work, we try to address the challenging problem of dimple detection and segmentation in Titanium alloys using machine learning methods, especially neural networks. The images i.e. fractographs are obtained using …

BIG-bench Machine LearningDeep LearningProperty PredictionSegmentation

Text2shape Deep Retrieval Model: Generating Initial Cases for Mechanical Part Redesign under the Context of Case-Based Reasoning

2023-02-13 · Tianshuo Zang, Maolin Yang, Wentao Yong, Pingyu Jiang

Retrieving the similar solutions from the historical case base for new design requirements is the first step in mechanical part redesign under the context of case-based reasoning. However, the manual retrieving method ha…

Feature EngineeringRetrieval

Supervised and Unsupervised protocols for hetero-associative neural networks

2025-05-24 · Andrea Alessandrelli, Adriano Barra, Andrea Ladiana, Andrea Lepre 외

This paper introduces a learning framework for Three-Directional Associative Memory (TAM) models, extending the classical Hebbian paradigm to both supervised and unsupervised protocols within an hetero-associative settin…

Retrieval

Pretraining Graph Transformers with Atom-in-a-Molecule Quantum Properties for Improved ADMET Modeling

2024-10-10 · Alessio Fallani, Ramil Nugmanov, Jose Arjona-Medina, Jörg Kurt Wegner 외

We evaluate the impact of pretraining Graph Transformer architectures on atom-level quantum-mechanical features for the modeling of absorption, distribution, metabolism, excretion, and toxicity (ADMET) properties of drug…

Self-Supervised Pretraining of Graph Neural Network for the Retrieval of Related Mathematical Expressions in Scientific Articles

2022-08-22 · Lukas Pfahler, Katharina Morik

Given the increase of publications, search for relevant papers becomes tedious. In particular, search across disciplines or schools of thinking is not supported. This is mainly due to the retrieval with keyword queries: …

ArticlesGraph Neural NetworkMathRepresentation Learning+2