SigGAN : Adversarial Model for Learning Signed Relationships in Networks
Signed link prediction in graphs is an important problem that has applications in diverse domains. It is a binary classification problem that predicts whether an edge between a pair of nodes is positive or negative. Existing approaches for link prediction in unsigned networks cannot be directly applied for signed link prediction due to their inherent differences. Further, additional structural constraints, like, the structural balance property of the signed networks must be considered for signed link prediction. Recent signed link prediction approaches generate node representations using either generative models or discriminative models. Inspired by the recent success of Generative Adversarial Network (GAN) based models which comprises of a discriminator and generator in several applications, we propose a Generative Adversarial Network (GAN) based model for signed networks, SigGAN. It considers the requirements of signed networks, such as, integration of information from negative edges, high imbalance in number of positive and negative edges and structural balance theory. Comparing the performance with state of the art techniques on several real-world datasets validates the effectiveness of SigGAN.
Code (0)
등록된 구현이 없습니다.
Tasks
Binary ClassificationGenerative Adversarial NetworkLink PredictionPredictionSimilar Papers 제목 키워드 기반
Adversarial Robustness of Link Sign Prediction in Signed Graphs
Signed graphs serve as fundamental data structures for representing positive and negative relationships in social networks, with signed graph neural networks (SGNNs) emerging as the primary tool for their analysis. Our i…
Adversarial RobustnessContrastive LearningLink Sign PredictionCausal-TGAN: Causally-Aware Synthetic Tabular Data Generative Adversarial Network
Synthetic tabular data generation has recently gained immense attention due to applications in medicine, finance, and other fields. Generative adversarial networks (GANs) designed initially for image generation have been…
Generative Adversarial NetworkImage GenerationTabular Data GenerationAdversarial Signed Graph Learning with Differential Privacy
Signed graphs with positive and negative edges can model complex relationships in social networks. Leveraging on balance theory that deduces edge signs from multi-hop node pairs, signed graph learning can generate node e…
Graph LearningMTSS-GAN: Multivariate Time Series Simulation Generative Adversarial Networks
MTSS-GAN is a new generative adversarial network (GAN) developed to simulate diverse multivariate time series (MTS) data with finance applications in mind. The purpose of this synthesiser is two-fold, we both want to gen…
Generative Adversarial NetworkImage GenerationSynthetic Data GenerationTime Series+2Explainable Adversarial Attacks in Deep Neural Networks Using Activation Profiles
As neural networks become the tool of choice to solve an increasing variety of problems in our society, adversarial attacks become critical. The possibility of generating data instances deliberately designed to fool a ne…