paper-with-me

Papers

Mass Spectra Prediction with Structural Motif-based Graph Neural Networks

2023-06-28 · Jiwon Park, Jeonghee Jo, Sungroh Yoon

Mass spectra, which are agglomerations of ionized fragments from targeted molecules, play a crucial role across various fields for the identification of molecular structures. A prevalent analysis method involves spectral library searches,where unknown spectra are cross-referenced with a database. The effectiveness of such search-based approaches, however, is restricted by the scope of the existing mass spectra database, underscoring the need to expand the database via mass spectra prediction. In this research, we propose the Motif-based Mass Spectrum Prediction Network (MoMS-Net), a system that predicts mass spectra using the information derived from structural motifs and the implementation of Graph Neural Networks (GNNs). We have tested our model across diverse mass spectra and have observed its superiority over other existing models. MoMS-Net considers substructure at the graph level, which facilitates the incorporation of long-range dependencies while using less memory compared to the graph transformer model.

📄 PDF Abstract BibTeX arXiv:2306.16085

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Library 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

MassFormer: Tandem Mass Spectrum Prediction for Small Molecules using Graph Transformers

2021-11-08 · Adamo Young, Bo wang, Hannes Röst

Tandem mass spectra capture fragmentation patterns that provide key structural information about a molecule. Although mass spectrometry is applied in many areas, the vast majority of small molecules lack experimental ref…

Drug Discovery

Motif Prediction with Graph Neural Networks

2021-05-26 · Maciej Besta, Raphael Grob, Cesare Miglioli, Nicola Bernold 외

Link prediction is one of the central problems in graph mining. However, recent studies highlight the importance of higher-order network analysis, where complex structures called motifs are the first-class citizens. We f…

Graph MiningGraph Neural NetworkLink PredictionPrediction

KCoreMotif: An Efficient Graph Clustering Algorithm for Large Networks by Exploiting k-core Decomposition and Motifs

2020-08-21 · Gang Mei, Jingzhi Tu, Lei Xiao, Francesco Piccialli

Clustering analysis has been widely used in trust evaluation on various complex networks such as wireless sensors networks and online social networks. Spectral clustering is one of the most commonly used algorithms for g…

ClusteringGraph Clustering

M-GLC: Motif-Driven Global-Local Context Graphs for Few-shot Molecular Property Prediction

2025-10-24 · Xiangyang Xu, Hongyang Gao arxiv

Molecular property prediction (MPP) is a cornerstone of drug discovery and materials science, yet conventional deep learning approaches depend on large labeled datasets that are often unavailable. Few-shot Molecular prop…

Molecular Property PredictionDrug Discovery

MotifNet: a motif-based Graph Convolutional Network for directed graphs

2018-02-04 · Federico Monti, Karl Otness, Michael M. Bronstein

Deep learning on graphs and in particular, graph convolutional neural networks, have recently attracted significant attention in the machine learning community. Many of such techniques explore the analogy between the gra…

BIG-bench Machine Learning