Overview
AttnSeq‑PPI is a PyTorch implementation of a two‑channel hybrid attention network that combines multi‑head self‑attention and multi‑head cross‑attention to capture both intra‑protein and inter‑protein contextual cues. Input sequences are first embedded residue‑wise with ProtT5‑XL (encoder‑only, fp16) and passed through local feature extractors (1‑D CNN + max‑pool) before the hybrid attention stack. A lightweight fully‑connected head outputs an interaction probability.
The framework achieves 99 % accuracy on Human and Multi‑Species datasets and, outperforming 15 state‑of‑the‑art baselines while retaining fast inference suitable for high‑throughput screening.
An online GUI version with pairwise and network prediction as well as interactive visualisation is freely available at: https://compbiosysnbu.in/attnseqppi/
This project is distributed under the MIT License. See LICENSE for details.
Dipayan Sarkar
Research Scholar
Computational Systems Biology Lab
Department of Bioinformatics
Email: dipayansarkar26@gmail.com
Please cite this article as:
D. Sarkar and C. Sarkar, AttnSeq-PPI: Enhancing proteinprotein interaction network prediction using transfer learning-driven hybrid attention, BBA Proteins and Proteomics (2024), https://doi.org/10.1016/j.bbapap.2025.141102
