paper-with-me

Papers

Curvature Graph Generative Adversarial Networks

2022-03-03 · JianXin Li, Xingcheng Fu, Qingyun Sun, Cheng Ji, Jiajun Tan, Jia Wu, Hao Peng

Generative adversarial network (GAN) is widely used for generalized and robust learning on graph data. However, for non-Euclidean graph data, the existing GAN-based graph representation methods generate negative samples by random walk or traverse in discrete space, leading to the information loss of topological properties (e.g. hierarchy and circularity). Moreover, due to the topological heterogeneity (i.e., different densities across the graph structure) of graph data, they suffer from serious topological distortion problems. In this paper, we proposed a novel Curvature Graph Generative Adversarial Networks method, named \textbf{\modelname}, which is the first GAN-based graph representation method in the Riemannian geometric manifold. To better preserve the topological properties, we approximate the discrete structure as a continuous Riemannian geometric manifold and generate negative samples efficiently from the wrapped normal distribution. To deal with the topological heterogeneity, we leverage the Ricci curvature for local structures with different topological properties, obtaining to low-distortion representations. Extensive experiments show that CurvGAN consistently and significantly outperforms the state-of-the-art methods across multiple tasks and shows superior robustness and generalization.

📄 PDF Abstract BibTeX arXiv:2203.01604

Code (1)

ringbdstack/curvgan 공식 구현 pytorch

Tasks

Generative Adversarial Network

Similar Papers 제목 키워드 기반

Curvature Filtrations for Graph Generative Model Evaluation

2023-01-30 · NeurIPS 2023 11 · Joshua Southern, Jeremy Wayland, Michael Bronstein, Bastian Rieck

Graph generative model evaluation necessitates understanding differences between graphs on the distributional level. This entails being able to harness salient attributes of graphs in an efficient manner. Curvature const…

modelTopological Data Analysis

Adversarial Autoencoders with Constant-Curvature Latent Manifolds

2018-12-11 · Daniele Grattarola, Lorenzo Livi, Cesare Alippi

Constant-curvature Riemannian manifolds (CCMs) have been shown to be ideal embedding spaces in many application domains, as their non-Euclidean geometry can naturally account for some relevant properties of data, like hi…

Link Prediction

Curvature Dynamic Black-box Attack: revisiting adversarial robustness via dynamic curvature estimation

2025-05-25 · Peiran Sun

Adversarial attack reveals the vulnerability of deep learning models. For about a decade, countless attack and defense methods have been proposed, leading to robustified classifiers and better understanding of models. Am…

Adversarial AttackAdversarial Robustness

Motif-aware Riemannian Graph Neural Network with Generative-Contrastive Learning

2024-01-02 · Li Sun, Zhenhao Huang, Zixi Wang, Feiyang Wang 외

Graphs are typical non-Euclidean data of complex structures. In recent years, Riemannian graph representation learning has emerged as an exciting alternative to Euclidean ones. However, Riemannian methods are still in an…

Contrastive LearningGraph Neural NetworkGraph Representation LearningRepresentation Learning

Robustness via curvature regularization, and vice versa

2018-11-23 · CVPR 2019 6 · Seyed-Mohsen Moosavi-Dezfooli, Alhussein Fawzi, Jonathan Uesato, Pascal Frossard

State-of-the-art classifiers have been shown to be largely vulnerable to adversarial perturbations. One of the most effective strategies to improve robustness is adversarial training. In this paper, we investigate the ef…

Adversarial Robustness