SkillAgentSearch skills...

RIM

RIM: Reliable Influence-based Active Learning on Graphs (NeurIPS'21 Spotlight)

Install / Use

/learn @zwt233/RIM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RIM: Reliable Influence-based Active Learning on Graphs.

This repository is the official implementation of RIM.

Requirements

To install requirements:

pip install -r requirements.txt

Training

To train the model(s) in the paper:

cd the “example” data

run the python file RIM.py

Results

  1. Accuracy comparison:
<img src="accuracy.png" width="80%" height="80%">
  1. GCN performance comparison:
<img src="gcn.png" width="80%" height="80%">
  1. LP performance comparison:
<img src="lp.png" width="80%" height="80%">
  1. Budget performance comparison:
<img src="budget.png" width="80%" height="80%">
  1. Efficiency comparison:
<img src="speedup.png" width="80%" height="80%">
  1. Interpretability:
<img src="interpretbility.png" width="80%" height="80%">
View on GitHub
GitHub Stars7
CategoryEducation
Updated1y ago
Forks2

Security Score

55/100

Audited on Apr 7, 2024

No findings