paper-with-me

홈 › Papers

HSA-Net: Hierarchical and Structure-Aware Framework for Efficient and Scalable Molecular Language Modeling

2025-08-10 · Zihang Shao, Wentao Lei, Lei Wang, Wencai Ye, Li Liu arxiv

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 (HSA-Net), a novel framework with two modules that enables a hierarchical feature projection and fusion. Firstly, a Hierarchical Adaptive Projector (HAP) module is introduced to process features from different graph layers. It learns to dynamically switch between a cross-attention projector for shallow layers and a structure-aware Graph-Mamba projector for deep layers, producing high-quality, multi-level features. Secondly, to adaptively merge these multi-level features, we design a Source-Aware Fusion (SAF) module, which flexibly selects fusion experts based on the characteristics of the aggregation features, ensuring a precise and effective final representation fusion. Extensive experiments demonstrate that our HSA-Net framework quantitatively and qualitatively outperforms current state-of-the-art (SOTA) methods.

📄 PDF Abstract BibTeX arXiv:2508.08334

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Learning Cell-Aware Hierarchical Multi-Modal Representations for Robust Molecular Modeling

2025-11-26 · Mengran Li, Zelin Zang, Wenbin Xing, Junzhou Chen 외 arxiv

Understanding how chemical perturbations propagate through biological systems is essential for robust molecular property prediction. While most existing methods focus on chemical structures alone, recent advances highlig…

Molecular Property Prediction

HyperST: Hierarchical Hyperbolic Learning for Spatial Transcriptomics Prediction

2025-11-27 · Chen Zhang, Yilu An, Ying Chen, Hao Li 외 arxiv

Spatial Transcriptomics (ST) merges the benefits of pathology images and gene expression, linking molecular profiles with tissue structure to analyze spot-level function comprehensively. Predicting gene expression from h…

Representation Learning

FragFM: Hierarchical Framework for Efficient Molecule Generation via Fragment-Level Discrete Flow Matching

2025-02-19 · Joongwon Lee, SeongHwan Kim, Seokhyun Moon, Hyunwoo Kim 외

We introduce FragFM, a novel hierarchical framework via fragment-level discrete flow matching for efficient molecular graph generation. FragFM generates molecules at the fragment level, leveraging a coarse-to-fine autoen…

DiversityDrug DiscoveryEfficient ExplorationGraph Generation+1

Adapting Differential Molecular Representation with Hierarchical Prompts for Multi-label Property Prediction

2024-05-29 · Linjia Kang, Songhua Zhou, Shuyan Fang, Shichao Liu

Accurate prediction of molecular properties is crucial in drug discovery. Traditional methods often overlook that real-world molecules typically exhibit multiple property labels with complex correlations. To this end, we…

Drug Discoverymolecular representationProperty PredictionRepresentation Learning

Hierarchical Multi-Scale Graph Neural Networks: Scalable Heterophilous Learning with Oversmoothing and Oversquashing Mitigation

2026-05-08 · Md Sazzad Hossen, Avimanyu Sahoo arxiv

Graphs with heterophily, where adjacent nodes carry different labels, are prevalent in real-world applications, from social networks to molecular interactions. However, existing spectral Graph Neural Network (GNN) approa…

Graph ClassificationGraph Neural NetworkNode Classification