paper-with-me

홈 › Papers

Compositionally restricted attention-based network for materials property predictions

2021-05-28 · Anthony Yu-Tung Wang, Steven K. Kauwe, Ryan J. Murdock, Taylor D. Sparks

In this paper, we demonstrate an application of the Transformer self-attention mechanism in the context of materials science. Our network, the Compositionally Restricted Attention-Based network (CrabNet), explores the area of structure-agnostic materials property predictions when only a chemical formula is provided. Our results show that CrabNet’s performance matches or exceeds current best-practice methods on nearly all of 28 total benchmark datasets. We also demonstrate how CrabNet’s architecture lends itself towards model interpretability by showing different visualization approaches that are made possible by its design. We feel confident that CrabNet and its attention-based framework will be of keen interest to future materials informatics researchers.

📄 PDF Abstract BibTeX

Code (1)

anthony-wang/CrabNet pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Assessing data-driven predictions of band gap and electrical conductivity for transparent conducting materials

2024-11-21 · Federico Ottomano, John Y. Goulermas, Vladimir Gusev, Rahul Savani 외

Machine Learning (ML) has offered innovative perspectives for accelerating the discovery of new functional materials, leveraging the increasing availability of material databases. Despite the promising advances, data-dri…

Band GapProperty Prediction

CAST: Cross Attention based multimodal fusion of Structure and Text for materials property prediction

2025-02-06 · Jaewan Lee, ChangYoung Park, Hongjun Yang, Sungbin Lim 외

Recent advancements in AI have revolutionized property prediction in materials science and accelerating material discovery. Graph neural networks (GNNs) stand out due to their ability to represent crystal structures as g…

Band GapPredictionProperty Prediction

Xtal2DoS: Attention-based Crystal to Sequence Learning for Density of States Prediction

2023-02-03 · Junwen Bai, Yuanqi Du, Yingheng Wang, Shufeng Kong 외

Modern machine learning techniques have been extensively applied to materials science, especially for property prediction tasks. A majority of these methods address scalar property predictions, while more challenging spe…

Property Prediction

Global Attention based Graph Convolutional Neural Networks for Improved Materials Property Prediction

2020-03-11 · Steph-Yves Louis, Yong Zhao, Alireza Nasiri, Xiran Wong 외

Machine learning (ML) methods have gained increasing popularity in exploring and developing new materials. More specifically, graph neural network (GNN) has been applied in predicting material properties. In this work, w…

Graph AttentionGraph Neural NetworkProperty Prediction

From Word2Vec to Transformers: Text-Derived Composition Embeddings for Filtering Combinatorial Electrocatalysts

2026-03-09 · Lei Zhang, Markus Stricker arxiv

Compositionally complex solid solution electrocatalysts span vast composition spaces, and even one materials system can contain more candidate compositions than can be measured exhaustively. Here we evaluate a label-free…