All Projects → kaize0409 → Meta-GDN_AnomalyDetection

kaize0409 / Meta-GDN_AnomalyDetection

Licence: other
Implementation of TheWebConf 2021 -- Few-shot Network Anomaly Detection via Cross-network Meta-learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Meta-GDN AnomalyDetection

mtad-gat-pytorch
PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
Stars: ✭ 85 (+286.36%)
Mutual labels:  anomaly-detection, graph-neural-networks
deviation-network
Source code of the KDD19 paper "Deep anomaly detection with deviation networks", weakly/partially supervised anomaly detection, few-shot anomaly detection
Stars: ✭ 94 (+327.27%)
Mutual labels:  anomaly-detection, few-shot-learning
LambdaNet
Probabilistic Type Inference using Graph Neural Networks
Stars: ✭ 39 (+77.27%)
Mutual labels:  graph-neural-networks
KGPool
[ACL 2021] KGPool: Dynamic Knowledge Graph Context Selection for Relation Extraction
Stars: ✭ 33 (+50%)
Mutual labels:  graph-neural-networks
LearningToCompare-Tensorflow
Tensorflow implementation for paper: Learning to Compare: Relation Network for Few-Shot Learning.
Stars: ✭ 17 (-22.73%)
Mutual labels:  few-shot-learning
NBFNet
Official implementation of Neural Bellman-Ford Networks (NeurIPS 2021)
Stars: ✭ 106 (+381.82%)
Mutual labels:  graph-neural-networks
WARP
Code for ACL'2021 paper WARP 🌀 Word-level Adversarial ReProgramming. Outperforming `GPT-3` on SuperGLUE Few-Shot text classification. https://aclanthology.org/2021.acl-long.381/
Stars: ✭ 66 (+200%)
Mutual labels:  few-shot-learning
graphchem
Graph-based machine learning for chemical property prediction
Stars: ✭ 21 (-4.55%)
Mutual labels:  graph-neural-networks
graphtrans
Representing Long-Range Context for Graph Neural Networks with Global Attention
Stars: ✭ 45 (+104.55%)
Mutual labels:  graph-neural-networks
Mean-Shifted-Anomaly-Detection
Mean-Shifted Contrastive Loss for Anomaly Detection
Stars: ✭ 61 (+177.27%)
Mutual labels:  anomaly-detection
GeometricFlux.jl
Geometric Deep Learning for Flux
Stars: ✭ 288 (+1209.09%)
Mutual labels:  graph-neural-networks
Black-Box-Tuning
ICML'2022: Black-Box Tuning for Language-Model-as-a-Service
Stars: ✭ 99 (+350%)
Mutual labels:  few-shot-learning
kaspersky hackathon
https://events.kaspersky.com/hackathon/
Stars: ✭ 25 (+13.64%)
Mutual labels:  anomaly-detection
eeg-gcnn
Resources for the paper titled "EEG-GCNN: Augmenting Electroencephalogram-based Neurological Disease Diagnosis using a Domain-guided Graph Convolutional Neural Network". Accepted for publication (with an oral spotlight!) at ML4H Workshop, NeurIPS 2020.
Stars: ✭ 50 (+127.27%)
Mutual labels:  graph-neural-networks
anomaly-seg
The Combined Anomalous Object Segmentation (CAOS) Benchmark
Stars: ✭ 115 (+422.73%)
Mutual labels:  anomaly-detection
renet
[ICCV'21] Official PyTorch implementation of Relational Embedding for Few-Shot Classification
Stars: ✭ 72 (+227.27%)
Mutual labels:  few-shot-learning
tilitools
[ti]ny [li]ttle machine learning [tool]box - Machine learning, anomaly detection, one-class classification, and structured output prediction
Stars: ✭ 40 (+81.82%)
Mutual labels:  anomaly-detection
gnn-lspe
Source code for GNN-LSPE (Graph Neural Networks with Learnable Structural and Positional Representations), ICLR 2022
Stars: ✭ 165 (+650%)
Mutual labels:  graph-neural-networks
MemStream
MemStream: Memory-Based Streaming Anomaly Detection
Stars: ✭ 58 (+163.64%)
Mutual labels:  anomaly-detection
walklets
A lightweight implementation of Walklets from "Don't Walk Skip! Online Learning of Multi-scale Network Embeddings" (ASONAM 2017).
Stars: ✭ 94 (+327.27%)
Mutual labels:  graph-neural-networks

Meta-GDN

This is the implementation for TheWebConf'21 paper: "Few-shot Network Anomaly Detection via Cross-network Meta-learning". The proposed framework

Requirements

-Python: 3.6
-Pytorch: 1.1.0
-numpy: 1.19.2
-scikit-learn: 0.20.3
-scipy: 1.2.1

Evaluation

python run.py

Others

Please cite our paper if you use this code in your own work:

@inproceedings{ding2021few,
  title={Few-shot Network Anomaly Detection via Cross-network Meta-learning},
  author={Ding, Kaize and Zhou, Qinghai and Tong, Hanghang and Liu, Huan},
  booktitle={Proceedings of the Web Conference 2021},
  pages={2448--2456},
  year={2021}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].