paper-with-me

Papers

Adversarial Deep Network Embedding for Cross-network Node Classification

2020-02-18 · Xiao Shen, Quanyu Dai, Fu-Lai Chung, Wei Lu, Kup-Sze Choi

In this paper, the task of cross-network node classification, which leverages the abundant labeled nodes from a source network to help classify unlabeled nodes in a target network, is studied. The existing domain adaptation algorithms generally fail to model the network structural information, and the current network embedding models mainly focus on single-network applications. Thus, both of them cannot be directly applied to solve the cross-network node classification problem. This motivates us to propose an adversarial cross-network deep network embedding (ACDNE) model to integrate adversarial domain adaptation with deep network embedding so as to learn network-invariant node representations that can also well preserve the network structural information. In ACDNE, the deep network embedding module utilizes two feature extractors to jointly preserve attributed affinity and topological proximities between nodes. In addition, a node classifier is incorporated to make node representations label-discriminative. Moreover, an adversarial domain adaptation technique is employed to make node representations network-invariant. Extensive experimental results demonstrate that the proposed ACDNE model achieves the state-of-the-art performance in cross-network node classification.

📄 PDF Abstract BibTeX arXiv:2002.07366

Code (2)

shenxiaocam/ACDNE 공식 구현 tf
3480430977/ACDNE pytorch

Tasks

ClassificationDomain AdaptationGeneral ClassificationGRAPH DOMAIN ADAPTATIONNetwork EmbeddingNode Classification

Similar Papers 제목 키워드 기반

Domain-adaptive Message Passing Graph Neural Network

2023-08-31 · Xiao Shen, Shirui Pan, Kup-Sze Choi, Xi Zhou

Cross-network node classification (CNNC), which aims to classify nodes in a label-deficient target network by transferring the knowledge from a source network with abundant labels, draws increasing attention recently. To…

Domain AdaptationGRAPH DOMAIN ADAPTATIONGraph Neural NetworkNode Classification

Adversarial Training Methods for Network Embedding

2019-08-30 · Quanyu Dai, Xiao Shen, Liang Zhang, Qiang Li 외

Network Embedding is the task of learning continuous node representations for networks, which has been shown effective in a variety of tasks such as link prediction and node classification. Most of existing works aim to …

Link PredictionNetwork EmbeddingNode Classification

A Systematic Evaluation of Node Embedding Robustness

2022-09-16 · Alexandru Mara, Jefrey Lijffijt, Stephan Günnemann, Tijl De Bie

Node embedding methods map network nodes to low dimensional vectors that can be subsequently used in a variety of downstream prediction tasks. The popularity of these methods has grown significantly in recent years, yet,…

ClassificationNode Classification

A Robust and Generalized Framework for Adversarial Graph Embedding

2021-05-22 · JianXin Li, Xingcheng Fu, Hao Peng, Senzhang Wang 외

Graph embedding is essential for graph mining tasks. With the prevalence of graph data in real-world applications, many methods have been proposed in recent years to learn high-quality graph embedding vectors various typ…

Generative Adversarial NetworkGraph EmbeddingGraph MiningGraph Reconstruction+2

Adversarial Context Aware Network Embeddings for Textual Networks

2020-11-05 · Tony Gracious, Ambedkar Dukkipati

Representation learning of textual networks poses a significant challenge as it involves capturing amalgamated information from two modalities: (i) underlying network structure, and (ii) node textual attributes. For this…

Node ClassificationRepresentation Learning