HSA-Net: Hierarchical and Structure-Aware Framework for Efficient and Scalable Molecular Language Modeling
Zihang Shao, Wentao Lei, Lei Wang, Wencai Ye, Li Liu

TL;DR
HSA-Net introduces a hierarchical, structure-aware framework for molecular language modeling that effectively combines global and local features, overcoming GNN over-smoothing and improving performance in molecular tasks.
Contribution
The paper proposes HSA-Net, a novel hierarchical and structure-aware framework with modules for dynamic feature projection and fusion, addressing the global-local trade-off in molecular graph representation learning.
Findings
Outperforms state-of-the-art methods in molecular property prediction.
Effectively balances global topological and fine-grained local features.
Demonstrates superior qualitative and quantitative results.
Abstract
Molecular representation learning, a cornerstone for downstream tasks like molecular captioning and molecular property prediction, heavily relies on Graph Neural Networks (GNN). However, GNN suffers from the over-smoothing problem, where node-level features collapse in deep GNN layers. While existing feature projection methods with cross-attention have been introduced to mitigate this issue, they still perform poorly in deep features. This motivated our exploration of using Mamba as an alternative projector for its ability to handle complex sequences. However, we observe that while Mamba excels at preserving global topological information from deep layers, it neglects fine-grained details in shallow layers. The capabilities of Mamba and cross-attention exhibit a global-local trade-off. To resolve this critical global-local trade-off, we propose Hierarchical and Structure-Aware Network…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Computational Drug Discovery Methods
