paper-with-me

Papers

Harmonizing SO(3)-Equivariance with Neural Expressiveness: a Hybrid Deep Learning Framework Oriented to the Prediction of Electronic Structure Hamiltonian

2024-01-01 · Shi Yin, Xinyang Pan, XUDONG ZHU, Tianyu Gao, Haochong Zhang, Feng Wu, Lixin He

Deep learning for predicting the electronic structure Hamiltonian of quantum systems necessitates satisfying the covariance laws, among which achieving SO(3)-equivariance without sacrificing the non-linear expressive capability of networks remains unsolved. To navigate the harmonization between equivariance and expressiveness, we propose a deep learning method, namely HarmoSE, synergizing two distinct categories of neural mechanisms as a two-stage cascaded regression framework. The first stage corresponds to group theory-based neural mechanisms with inherent SO(3)-equivariant properties prior to the parameter learning process, while the second stage is characterized by a non-linear 3D graph Transformer network we propose featuring high capability on non-linear expressiveness. The novel combination lies in the point that, the first stage predicts baseline Hamiltonians with abundant SO(3)-equivariant features extracted, assisting the second stage in empirical learning of equivariance; and in turn, the second stage refines the first stage's output as a fine-grained prediction of Hamiltonians using powerful non-linear neural mappings, compensating for the intrinsic weakness on non-linear expressiveness capability of mechanisms in the first stage. Our method enables precise, generalizable predictions while maintaining robust SO(3)-equivariance under rotational transformations, and achieves state-of-the-art performance in Hamiltonian prediction on six benchmark databases.

📄 PDF Abstract BibTeX arXiv:2401.00744

Code (0)

등록된 구현이 없습니다.

Tasks

Navigateregression

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Adam 설명 없음
LapEigen 설명 없음

Similar Papers 제목 키워드 기반

Equivariant Point Cloud Analysis via Learning Orientations for Message Passing

2022-03-28 · CVPR 2022 1 · Shitong Luo, Jiahan Li, Jiaqi Guan, Yufeng Su 외

Equivariance has been a long-standing concern in various fields ranging from computer vision to physical modeling. Most previous methods struggle with generality, simplicity, and expressiveness -- some are designed ad ho…

Graph Neural Network

Vanilla Group Equivariant Vision Transformer: Simple and Effective

2026-02-08 · Jiahong Fu, Qi Xie, Deyu Meng, Zongben Xu arxiv

Incorporating symmetry priors as inductive biases to design equivariant Vision Transformers (ViTs) has emerged as a promising avenue for enhancing their performance. However, existing equivariant ViTs often struggle to b…

FRED: Towards a Full Rotation-Equivariance in Aerial Image Object Detection

2023-12-22 · Chanho Lee, Jinsu Son, Hyounguk Shon, Yunho Jeon 외

Rotation-equivariance is an essential yet challenging property in oriented object detection. While general object detectors naturally leverage robustness to spatial shifts due to the translation-equivariance of the conve…

Data AugmentationObjectobject-detectionObject Detection+2

SE(3) Equivariant Graph Neural Networks with Complete Local Frames

2021-10-26 · Weitao Du, He Zhang, Yuanqi Du, Qi Meng 외

Group equivariance (e.g. SE(3) equivariance) is a critical physical symmetry in science, from classical and quantum physics to computational biology. It enables robust and accurate prediction under arbitrary reference tr…

Computational Efficiency

On the Utilization of Unique Node Identifiers in Graph Neural Networks

2024-11-04 · Maya Bechler-Speicher, Moshe Eliasof, Carola-Bibiane Schönlieb, Ran Gilad-Bachrach 외

Graph Neural Networks have inherent representational limitations due to their message-passing structure. Recent work has suggested that these limitations can be overcome by using unique node identifiers (UIDs). Here we a…