paper-with-me

홈 › Papers

Geometry-aware Line Graph Transformer Pre-training for Molecular Property Prediction

2023-09-01 · Peizhen Bai, Xianyuan Liu, Haiping Lu

Molecular property prediction with deep learning has gained much attention over the past years. Owing to the scarcity of labeled molecules, there has been growing interest in self-supervised learning methods that learn generalizable molecular representations from unlabeled data. Molecules are typically treated as 2D topological graphs in modeling, but it has been discovered that their 3D geometry is of great importance in determining molecular functionalities. In this paper, we propose the Geometry-aware line graph transformer (Galformer) pre-training, a novel self-supervised learning framework that aims to enhance molecular representation learning with 2D and 3D modalities. Specifically, we first design a dual-modality line graph transformer backbone to encode the topological and geometric information of a molecule. The designed backbone incorporates effective structural encodings to capture graph structures from both modalities. Then we devise two complementary pre-training tasks at the inter and intra-modality levels. These tasks provide properly supervised information and extract discriminative 2D and 3D knowledge from unlabeled molecules. Finally, we evaluate Galformer against six state-of-the-art baselines on twelve property prediction benchmarks via downstream fine-tuning. Experimental results show that Galformer consistently outperforms all baselines on both classification and regression tasks, demonstrating its effectiveness.

📄 PDF Abstract BibTeX arXiv:2309.00483

Code (0)

등록된 구현이 없습니다.

Tasks

3D geometryMolecular Property Predictionmolecular representationProperty PredictionRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

TransPose: 6D Object Pose Estimation with Geometry-Aware Transformer

2023-10-25 · Xiao Lin, Deming Wang, Guangliang Zhou, Chengju Liu 외

Estimating the 6D object pose is an essential task in many applications. Due to the lack of depth information, existing RGB-based methods are sensitive to occlusion and illumination changes. How to extract and utilize th…

6D Pose Estimation using RGBObjectPose Estimation

GeoReFormer: Geometry-Aware Refinement for Lane Segment Detection and Topology Reasoning

2026-03-27 · Danny Abraham, Nikhil Kamalkumar Advani, Arun Das, Nikil Dutt arxiv

Accurate 3D lane segment detection and topology reasoning are critical for structured online map construction in autonomous driving. Recent transformer-based approaches formulate this task as query-based set prediction, …

Autonomous DrivingObject Detection

Noise-Adaptive Layerwise Learning Rates: Accelerating Geometry-Aware Optimization for Deep Neural Network Training

2025-10-15 · Jie Hao, Xiaochuan Gong, Jie Xu, Zhengdao Wang 외 arxiv

Geometry-aware optimization algorithms, such as Muon, have achieved remarkable success in training deep neural networks (DNNs). These methods leverage the underlying geometry of DNNs by selecting appropriate norms for di…

Geometry Aware Operator Transformer as an Efficient and Accurate Neural Surrogate for PDEs on Arbitrary Domains

2025-05-24 · Shizheng Wen, Arsh Kumbhat, Levi Lingsch, Sepehr Mousavi 외

The very challenging task of learning solution operators of PDEs on arbitrary domains accurately and efficiently is of vital importance to engineering and industrial simulations. Despite the existence of many operator le…

Computational EfficiencyOperator learning

BiM-GeoAttn-Net: Linear-Time Depth Modeling with Geometry-Aware Attention for 3D Aortic Dissection CTA Segmentation

2026-02-27 · Yuan Zhang, Lei Liu, Jialin Zhang, Ya-Nan Zhang 외 arxiv

Accurate segmentation of aortic dissection (AD) lumens in CT angiography (CTA) is essential for quantitative morphological assessment and clinical decision-making. However, reliable 3D delineation remains challenging due…