paper-with-me

홈 › Papers

ImageDDI: Image-enhanced Molecular Motif Sequence Representation for Drug-Drug Interaction Prediction

2025-08-11 · Yuqin He, Tengfei Ma, Chaoyi Li, Pengsen Ma, Hongxin Xiang, Jianmin Wang, Yiping Liu, Bosheng Song, Xiangxiang Zeng arxiv

To mitigate the potential adverse health effects of simultaneous multi-drug use, including unexpected side effects and interactions, accurately identifying and predicting drug-drug interactions (DDIs) is considered a crucial task in the field of deep learning. Although existing methods have demonstrated promising performance, they suffer from the bottleneck of limited functional motif-based representation learning, as DDIs are fundamentally caused by motif interactions rather than the overall drug structures. In this paper, we propose an Image-enhanced molecular motif sequence representation framework for \textbf{DDI} prediction, called ImageDDI, which represents a pair of drugs from both global and local structures. Specifically, ImageDDI tokenizes molecules into functional motifs. To effectively represent a drug pair, their motifs are combined into a single sequence and embedded using a transformer-based encoder, starting from the local structure representation. By leveraging the associations between drug pairs, ImageDDI further enhances the spatial representation of molecules using global molecular image information (e.g. texture, shadow, color, and planar spatial relationships). To integrate molecular visual information into functional motif sequence, ImageDDI employs Adaptive Feature Fusion, enhancing the generalization of ImageDDI by dynamically adapting the fusion process of feature representations. Experimental results on widely used datasets demonstrate that ImageDDI outperforms state-of-the-art methods. Moreover, extensive experiments show that ImageDDI achieved competitive performance in both 2D and 3D image-enhanced scenarios compared to other models.

📄 PDF Abstract BibTeX arXiv:2508.08338

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

MotifPiece: A Data-Driven Approach for Effective Motif Extraction and Molecular Representation Learning

2023-12-24 · Zhaoning Yu, Hongyang Gao

Motif extraction is an important task in motif based molecular representation learning. Previously, machine learning approaches employing either rule-based or string-based techniques to extract motifs. Rule-based approac…

molecular representationRepresentation Learning

Multi-scale Graph Autoregressive Modeling: Molecular Property Prediction via Next Token Prediction

2026-01-05 · Zhuoyang Jiang, Yaosen Min, Peiran Jin, Lei Chen arxiv

We present Connection-Aware Motif Sequencing (CamS), a graph-to-sequence representation that enables decoder-only Transformers to learn molecular graphs via standard next-token prediction (NTP). For molecular property pr…

Molecular Property Prediction

MetaMolGen: A Neural Graph Motif Generation Model for De Novo Molecular Design

2025-04-22 · Zimo Yan, Jie Zhang, Zheng Xie, Chang Liu 외

Molecular generation plays an important role in drug discovery and materials science, especially in data-scarce scenarios where traditional generative models often struggle to achieve satisfactory conditional generalizat…

Drug DiscoveryMeta-Learningvalid

MVP: Detection of motif-making and -breaking mutations

2022-10-15 · Afif Elghraoui, Faramarz Valafar

Background: DNA, RNA, and protein sequence motifs can be recognition sites for biological functions such as regulation, DNA base modification, and molecular binding in general. The gain and loss of such motifs can carry …

Molecular Representation Learning via Heterogeneous Motif Graph Neural Networks

2022-02-01 · Zhaoning Yu, Hongyang Gao

We consider feature representation learning problem of molecular graphs. Graph Neural Networks have been widely used in feature representation learning of molecular graphs. However, most existing methods deal with molecu…

graph constructionGraph Neural NetworkGraph Representation Learningmolecular representation+2