paper-with-me

Papers

Joint Masked Reconstruction and Contrastive Learning for Mining Interactions Between Proteins

2025-03-06 · Jiang Li, XiaoPing Wang

Protein-protein interaction (PPI) prediction is an instrumental means in elucidating the mechanisms underlying cellular operations, holding significant practical implications for the realms of pharmaceutical development and clinical treatment. Presently, the majority of research methods primarily concentrate on the analysis of amino acid sequences, while investigations predicated on protein structures remain in the nascent stages of exploration. Despite the emergence of several structure-based algorithms in recent years, these are still confronted with inherent challenges: (1) the extraction of intrinsic structural information of proteins typically necessitates the expenditure of substantial computational resources; (2) these models are overly reliant on seen protein data, struggling to effectively unearth interaction cues between unknown proteins. To further propel advancements in this domain, this paper introduces a novel PPI prediction method jointing masked reconstruction and contrastive learning, termed JmcPPI. This methodology dissects the PPI prediction task into two distinct phases: during the residue structure encoding phase, JmcPPI devises two feature reconstruction tasks and employs graph attention mechanism to capture structural information between residues; during the protein interaction inference phase, JmcPPI perturbs the original PPI graph and employs a multi-graph contrastive learning strategy to thoroughly mine extrinsic interaction information of novel proteins. Extensive experiments conducted on three widely utilized PPI datasets demonstrate that JmcPPI surpasses existing optimal baseline models across various data partition schemes. The associated code can be accessed via https://github.com/lijfrank-open/JmcPPI.

📄 PDF Abstract BibTeX arXiv:2503.04650

Code (1)

lijfrank-open/jmcppi 공식 구현 pytorch

Tasks

Contrastive LearningGraph Attention

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Reconstruction Enhanced Multi-View Contrastive Learning for Anomaly Detection on Attributed Networks

2022-05-10 · Jiaqiang Zhang, Senzhang Wang, Songcan Chen

Detecting abnormal nodes from attributed networks is of great importance in many real applications, such as financial fraud detection and cyber security. This task is challenging due to both the complex interactions betw…

Anomaly DetectionAttributeContrastive LearningFraud Detection+1

Masked Contrastive Reconstruction for Cross-modal Medical Image-Report Retrieval

2023-12-26 · Zeqiang Wei, Kai Jin, Xiuzhuang Zhou

Cross-modal medical image-report retrieval task plays a significant role in clinical diagnosis and various medical generative tasks. Eliminating heterogeneity between different modalities to enhance semantic consistency …

Contrastive LearningCross-Modal RetrievalGPURepresentation Learning+1

Hybrid Distillation: Connecting Masked Autoencoders with Contrastive Learners

2023-06-28 · Bowen Shi, Xiaopeng Zhang, Yaoming Wang, Jin Li 외

Representation learning has been evolving from traditional supervised training to Contrastive Learning (CL) and Masked Image Modeling (MIM). Previous works have demonstrated their pros and cons in specific scenarios, i.e…

Contrastive LearningDiversityRepresentation Learning

CORE: Contrastive Masked Feature Reconstruction on Graphs

2025-12-15 · Jianyuan Bo, Yuan Fang arxiv

In the rapidly evolving field of self-supervised learning on graphs, generative and contrastive methodologies have emerged as two dominant approaches. Our study focuses on masked feature reconstruction (MFR), a generativ…

Self-Supervised LearningGraph ClassificationContrastive LearningNode Classification

Contrastive masked auto-encoders based self-supervised hashing for 2D image and 3D point cloud cross-modal retrieval

2024-08-11 · Rukai Wei, Heng Cui, Yu Liu, Yufeng Hou 외

Implementing cross-modal hashing between 2D images and 3D point-cloud data is a growing concern in real-world retrieval systems. Simply applying existing cross-modal approaches to this new task fails to adequately captur…

Contrastive LearningCross-Modal RetrievalRetrieval