paper-with-me

홈 › Papers

Active Learning on Attributed Graphs via Graph Cognizant Logistic Regression and Preemptive Query Generation

2020-07-09 · ICML 2020 1 · Florence Regol, Soumyasundar Pal, Yingxue Zhang, Mark Coates

Node classification in attributed graphs is an important task in multiple practical settings, but it can often be difficult or expensive to obtain labels. Active learning can improve the achieved classification performance for a given budget on the number of queried labels. The best existing methods are based on graph neural networks, but they often perform poorly unless a sizeable validation set of labelled nodes is available in order to choose good hyperparameters. We propose a novel graph-based active learning algorithm for the task of node classification in attributed graphs; our algorithm uses graph cognizant logistic regression, equivalent to a linearized graph convolutional neural network (GCN), for the prediction phase and maximizes the expected error reduction in the query phase. To reduce the delay experienced by a labeller interacting with the system, we derive a preemptive querying system that calculates a new query during the labelling process, and to address the setting where learning starts with almost no labelled data, we also develop a hybrid algorithm that performs adaptive model averaging of label propagation and linearized GCN inference. We conduct experiments on five public benchmark datasets, demonstrating a significant improvement over state-of-the-art approaches and illustrate the practical value of the method by applying it to a private microwave link network dataset.

📄 PDF Abstract BibTeX arXiv:2007.05003

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClassificationGeneral ClassificationNode Classificationregression

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…

Similar Papers 제목 키워드 기반

SEAL: Semi-supervised Adversarial Active Learning on Attributed Graphs

2019-08-22 · Yayong Li, Jie Yin, Ling Chen

Active learning (AL) on attributed graphs has received increasing attention with the prevalence of graph-structured data. Although AL has been widely studied for alleviating label sparsity issues with the conventional no…

Active LearningGraph EmbeddingInformativeness

Query Driven-Graph Neural Networks for Community Search: From Non-Attributed, Attributed, to Interactive Attributed

2021-04-08 · Yuli Jiang, Yu Rong, Hong Cheng, Xin Huang 외

Given one or more query vertices, Community Search (CS) aims to find densely intra-connected and loosely inter-connected structures containing query vertices. Attributed Community Search (ACS), a related problem, is more…

AttributeCommunity SearchGraph ClusteringGraph Embedding+1

Generalization, Expressivity, and Universality of Graph Neural Networks on Attributed Graphs

2024-11-08 · Levi Rauchwerger, Stefanie Jegelka, Ron Levie

We analyze the universality and generalization of graph neural networks (GNNs) on attributed graphs, i.e., with node attributes. To this end, we propose pseudometrics over the space of all attributed graphs that describe…

Generalization Bounds

From Mice to Trains: Amortized Bayesian Inference on Graph Data

2026-01-05 · Svenja Jedhoff, Elizaveta Semenova, Aura Raulo, Anne Meyer 외 arxiv

Graphs arise across diverse domains, from biology and chemistry to social and information networks, as well as in transportation and logistics. Inference on graph-structured data requires methods that are permutation-inv…

Bayesian Inference

A Versatile Framework for Attributed Network Clustering via K-Nearest Neighbor Augmentation

2024-08-10 · Yiran Li, Gongyao Guo, Jieming Shi, Renchi Yang 외

Attributed networks containing entity-specific information in node attributes are ubiquitous in modeling social networks, e-commerce, bioinformatics, etc. Their inherent network topology ranges from simple graphs to hype…

AttributeClusteringGPUGraph Clustering+2