paper-with-me

홈 › Papers

GraphGANFed: A Federated Generative Framework for Graph-Structured Molecules Towards Efficient Drug Discovery

2023-04-11 · Daniel Manu, Jingjing Yao, Wuji Liu, Xiang Sun

Recent advances in deep learning have accelerated its use in various applications, such as cellular image analysis and molecular discovery. In molecular discovery, a generative adversarial network (GAN), which comprises a discriminator to distinguish generated molecules from existing molecules and a generator to generate new molecules, is one of the premier technologies due to its ability to learn from a large molecular data set efficiently and generate novel molecules that preserve similar properties. However, different pharmaceutical companies may be unwilling or unable to share their local data sets due to the geo-distributed and sensitive nature of molecular data sets, making it impossible to train GANs in a centralized manner. In this paper, we propose a Graph convolutional network in Generative Adversarial Networks via Federated learning (GraphGANFed) framework, which integrates graph convolutional neural Network (GCN), GAN, and federated learning (FL) as a whole system to generate novel molecules without sharing local data sets. In GraphGANFed, the discriminator is implemented as a GCN to better capture features from molecules represented as molecular graphs, and FL is used to train both the discriminator and generator in a distributive manner to preserve data privacy. Extensive simulations are conducted based on the three bench-mark data sets to demonstrate the feasibility and effectiveness of GraphGANFed. The molecules generated by GraphGANFed can achieve high novelty (=100) and diversity (> 0.9). The simulation results also indicate that 1) a lower complexity discriminator model can better avoid mode collapse for a smaller data set, 2) there is a tradeoff among different evaluation metrics, and 3) having the right dropout ratio of the generator and discriminator can avoid mode collapse.

📄 PDF Abstract BibTeX arXiv:2304.05498

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DiscoveryFederated LearningGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Communication-efficient Federated Graph Classification via Generative Diffusion Modeling

2026-01-22 · Xiuling Wang, Xin Huang, Haibo Hu, Jianliang Xu arxiv

Graph Neural Networks (GNNs) unlock new ways of learning from graph-structured data, proving highly effective in capturing complex relationships and patterns. Federated GNNs (FGNNs) have emerged as a prominent distribute…

Graph Classification

Personalized Federated Learning With Graph

2022-03-02 · Fengwen Chen, Guodong Long, Zonghan Wu, Tianyi Zhou 외

Knowledge sharing and model personalization are two key components in the conceptual framework of personalized federated learning (PFL). Existing PFL methods focus on proposing new model personalization mechanisms while …

Federated LearningPersonalized Federated LearningRelation

SpreadGNN: Serverless Multi-task Federated Learning for Graph Neural Networks

2021-06-04 · Chaoyang He, Emir Ceyani, Keshav Balasubramanian, Murali Annavaram 외

Graph Neural Networks (GNNs) are the first choice methods for graph machine learning problems thanks to their ability to learn state-of-the-art level representations from graph-structured data. However, centralizing a ma…

BIG-bench Machine LearningFederated LearningMolecular Property PredictionMulti-Task Learning+1

GraphFedMIG: Tackling Class Imbalance in Federated Graph Learning via Mutual Information-Guided Generation

2025-08-14 · Xinrui Li, Qilin Fan, Tianfu Wang, Kaiwen Wei 외 arxiv

Federated graph learning (FGL) enables multiple clients to collaboratively train powerful graph neural networks without sharing their private, decentralized graph data. Inherited from generic federated learning, FGL is c…

Federated LearningData AugmentationGraph Learning

Generative AI and Federated Learning for Intrusion Detection Systems: A Survey

2026-07-01 · Jiefei Liu, Abu Saleh Md Tayeen, Pratyay Kumar, Qixu Gong 외 arxiv

Intrusion Detection Systems (IDSs) are essential for monitoring network traffic and identifying malicious activities in modern cyber-physical, Internet of Things (IoT), enterprise, and distributed network environments. H…

Intrusion DetectionFederated LearningData AugmentationAnomaly Detection