paper-with-me

Papers

SemiGNN-PPI: Self-Ensembling Multi-Graph Neural Network for Efficient and Generalizable Protein-Protein Interaction Prediction

2023-05-15 · Ziyuan Zhao, Peisheng Qian, Xulei Yang, Zeng Zeng, Cuntai Guan, Wai Leong Tam, XiaoLi Li

Protein-protein interactions (PPIs) are crucial in various biological processes and their study has significant implications for drug development and disease diagnosis. Existing deep learning methods suffer from significant performance degradation under complex real-world scenarios due to various factors, e.g., label scarcity and domain shift. In this paper, we propose a self-ensembling multigraph neural network (SemiGNN-PPI) that can effectively predict PPIs while being both efficient and generalizable. In SemiGNN-PPI, we not only model the protein correlations but explore the label dependencies by constructing and processing multiple graphs from the perspectives of both features and labels in the graph learning process. We further marry GNN with Mean Teacher to effectively leverage unlabeled graph-structured PPI data for self-ensemble graph learning. We also design multiple graph consistency constraints to align the student and teacher graphs in the feature embedding space, enabling the student model to better learn from the teacher model by incorporating more relationships. Extensive experiments on PPI datasets of different scales with different evaluation settings demonstrate that SemiGNN-PPI outperforms state-of-the-art PPI prediction methods, particularly in challenging scenarios such as training with limited annotations and testing on unseen data.

📄 PDF Abstract BibTeX arXiv:2305.08316

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LiDAR-UDA: Self-ensembling Through Time for Unsupervised LiDAR Domain Adaptation

2023-09-24 · ICCV 2023 1 · Amirreza Shaban, Joonho Lee, Sanghun Jung, Xiangyun Meng 외

We introduce LiDAR-UDA, a novel two-stage self-training-based Unsupervised Domain Adaptation (UDA) method for LiDAR segmentation. Existing self-training methods use a model trained on labeled source data to generate pseu…

Domain AdaptationPseudo LabelUnsupervised Domain Adaptation

Semi-Supervised Learning by Disentangling and Self-Ensembling Over Stochastic Latent Space

2019-07-22 · Prashnna Kumar Gyawali, Zhiyuan Li, Sandesh Ghimire, Linwei Wang

The success of deep learning in medical imaging is mostly achieved at the cost of a large labeled data set. Semi-supervised learning (SSL) provides a promising solution by leveraging the structure of unlabeled data to im…

Data AugmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRepresentation Learning

M-Loss: Quantifying Model Merging Compatibility with Limited Unlabeled Data

2026-02-09 · Tiantong Wang, Yiyang Duan, Haoyu Chen, Tiantong Wu 외 arxiv

Training of large-scale models is both computationally intensive and often constrained by the availability of labeled data. Model merging offers a compelling alternative by directly integrating the weights of multiple so…

TEGEE: Task dEfinition Guided Expert Ensembling for Generalizable and Few-shot Learning

2024-03-07 · Xingwei Qu, Yiming Liang, Yucheng Wang, Tianyu Zheng 외

Large Language Models (LLMs) exhibit the ability to perform in-context learning (ICL), where they acquire new tasks directly from examples provided in demonstrations. This process is thought to operate through an implici…

Continual LearningDefinition ExtractionFew-Shot LearningIn-Context Learning+1

Every Node Counts: Self-Ensembling Graph Convolutional Networks for Semi-Supervised Learning

2018-09-26 · Yawei Luo, Tao Guan, Junqing Yu, Ping Liu 외

Graph convolutional network (GCN) provides a powerful means for graph-based semi-supervised tasks. However, as a localized first-order approximation of spectral graph convolution, the classic GCN can not take full advant…

General ClassificationNode Classification