# Efficient 3D kernels for molecular property prediction

**Authors:**  Ankit, Sahely Bhadra, Juho Rousu

PMC · DOI: 10.1093/bioinformatics/btaf208 · 2025-07-15

## TL;DR

This paper introduces efficient 3D graph kernels for predicting molecular properties, improving scalability and accuracy in drug discovery.

## Contribution

The 3DGHK kernel reduces computational complexity and outperforms existing 2D/3D kernels and deep learning models.

## Key findings

- 3DGHK reduces complexity from O(n6) to O(n2(m+log(n)+δ2+dT6)).
- 3DGHK outperforms state-of-the-art kernels and deep learning models in classification accuracy.
- Experiments on 21 datasets show improved scalability and performance for virtual screening.

## Abstract

This paper addresses the challenge of incorporating 3-dimensional (3D) structural information in graph kernels for machine learning-based virtual screening, a crucial task in drug discovery. Existing kernels that capture 3D information often suffer from high computational complexity, which limits their scalability.

To overcome this, we propose the 3D chain motif graph kernel, which effectively integrates essential 3D structural properties—bond length, bond angle, and torsion angle—within the three-hop neighborhood of each atom in a molecule. In addition, we introduce a more computationally efficient variant, the 3D graph hopper kernel (3DGHK), which reduces the complexity from the state-of-the-art O(n6) (for the 3D pharmacophore kernel) to O(n2(m+log(n)+δ2+dT6)). Here, n is the number of nodes, T is the highest degree of the node, m is the number of edges, δ is the diameter of the graph, and d is the dimension of the attributes of the nodes. We conducted experiments on 21 datasets, demonstrating that 3DGHK outperforms other state-of-the-art 2D and 3D graph kernels, but it also surpasses deep learning models in classification accuracy, offering a powerful and scalable solution for virtual screening tasks.

Our code is publicly available at https://github.com/SantaAnkit/Efficient-3D-kernels-for-molecular-property-prediction.git.

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/PMC12261455/full.md

---
Source: https://tomesphere.com/paper/PMC12261455