paper-with-me

Papers

DeepCrysTet: A Deep Learning Approach Using Tetrahedral Mesh for Predicting Properties of Crystalline Materials

2023-09-07 · Hirofumi Tsuruta, Yukari Katsura, Masaya Kumagai

Machine learning (ML) is becoming increasingly popular for predicting material properties to accelerate materials discovery. Because material properties are strongly affected by its crystal structure, a key issue is converting the crystal structure into the features for input to the ML model. Currently, the most common method is to convert the crystal structure into a graph and predicting its properties using a graph neural network (GNN). Some GNN models, such as crystal graph convolutional neural network (CGCNN) and atomistic line graph neural network (ALIGNN), have achieved highly accurate predictions of material properties. Despite these successes, using a graph to represent a crystal structure has the notable limitation of losing the crystal structure's three-dimensional (3D) information. In this work, we propose DeepCrysTet, a novel deep learning approach for predicting material properties, which uses crystal structures represented as a 3D tetrahedral mesh generated by Delaunay tetrahedralization. DeepCrysTet provides a useful framework that includes a 3D mesh generation method, mesh-based feature design, and neural network design. The experimental results using the Materials Project dataset show that DeepCrysTet significantly outperforms existing GNN models in classifying crystal structures and achieves state-of-the-art performance in predicting elastic properties.

📄 PDF Abstract BibTeX arXiv:2310.06852

Code (1)

tsurubee/deepcrystet 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

TetGAN: A Convolutional Neural Network for Tetrahedral Mesh Generation

2022-10-11 · William Gao, April Wang, Gal Metzer, Raymond A. Yeh 외

We present TetGAN, a convolutional neural network designed to generate tetrahedral meshes. We represent shapes using an irregular tetrahedral grid which encodes an occupancy and displacement field. Our formulation enable…

HoloTetSphere: Unified TetSphere Mesh Reconstruction for Physical Simulations

2026-07-09 · YaQiao Dai, Renjiao Yi, Zhirui Gao, Wei Chen 외 arxiv

Standard pipelines for physics-ready 3D reconstruction rely on a decoupled two-stage paradigm: extracting surface geometry followed by an error-prone tetrahedralization process. While recent Lagrangian methods like TetSp…

Physical Simulations3D Reconstruction

TetCNN: Convolutional Neural Networks on Tetrahedral Meshes

2023-02-08 · Mohammad Farazi, Zhangsihao Yang, Wenhui Zhu, Peijie Qiu 외

Convolutional neural networks (CNN) have been broadly studied on images, videos, graphs, and triangular meshes. However, it has seldom been studied on tetrahedral meshes. Given the merits of using volumetric meshes in ap…

Learning Deformable Tetrahedral Meshes for 3D Reconstruction

2020-11-03 · NeurIPS 2020 12 · Jun Gao, Wenzheng Chen, Tommy Xiang, Clement Fuji Tsang 외

3D shape representations that accommodate learning-based 3D reconstruction are an open problem in machine learning and computer graphics. Previous work on neural 3D reconstruction demonstrated benefits, but also limitati…

3D Reconstruction

Deformable NeRF using Recursively Subdivided Tetrahedra

2024-10-06 · Zherui Qiu, Chenqu Ren, Kaiwen Song, Xiaoyi Zeng 외

While neural radiance fields (NeRF) have shown promise in novel view synthesis, their implicit representation limits explicit control over object manipulation. Existing research has proposed the integration of explicit g…

NeRFNovel View SynthesisObject