lironghuo's Stars
AntixK/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
Trusted-AI/adversarial-robustness-toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
cornellius-gp/gpytorch
A highly efficient implementation of Gaussian Processes in PyTorch
SheffieldML/GPy
Gaussian processes framework in python
Harry24k/adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks [torchattacks]
BorealisAI/advertorch
A Toolbox for Adversarial Robustness Research
SMILELab-FL/FedLab
A flexible Federated Learning Framework based on PyTorch, simplifying your Federated Learning research.
TimDettmers/ConvE
Convolutional 2D Knowledge Graph Embeddings resources
fra31/auto-attack
Code relative to "Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks"
salesforce/PCL
PyTorch code for "Prototypical Contrastive Learning of Unsupervised Representations"
SCLBD/BackdoorBench
LTS4/universal
csdongxian/AWP
Codes for NeurIPS 2020 paper "Adversarial Weight Perturbation Helps Robust Generalization"
HuStanding/ml
stober/gmm
Gaussian Mixture Models in Python
BeenKim/MMD-critic
zjfheart/Friendly-Adversarial-Training
Attacks Which Do Not Kill Training Make Adversarial Learning Stronger (ICML2020 Paper)
Frankluox/LightningFSL
LightningFSL: Pytorch-Lightning implementations of Few-Shot Learning models.
imrahulr/adversarial_robustness_pytorch
Unofficial implementation of the DeepMind papers "Uncovering the Limits of Adversarial Training against Norm-Bounded Adversarial Examples" & "Fixing Data Augmentation to Improve Adversarial Robustness" in PyTorch
shashankvkt/AlignMixup_CVPR22
Official Implementation of AlignMixup - CVPR 2022
P2333/SCORE
A Self-Consistent Robust Error (ICML 2022)
UMBCvision/MSF
Official code for "Mean Shift for Self-Supervised Learning"
JinyuCai95/EDESC-pytorch
AKuzina/attack_vae
Diagnosing Vulnerability of Variational Auto-Encoders to Adversarial Attacks
sunblaze-ucb/curriculum-adversarial-training-CAT
AgentDS/Awesome-Mess
An awesome & curated list of anything that might be useful for computer science students
AKuzina/defend_vae_mcmc
Code repository of the paper "Alleviating Adversarial Attacks on Variational Autoencoders with MCMC" published at NeurIPS 2022. https://arxiv.org/abs/2203.09940
royparijat/SPOT
A framework for selection of prototypes using optimal transport theory
ddepe/MNIST-Binary-Classification-using-Pytorch
MNIST Binary Classification using Pytorch
lironghuo/adversarial-robustness-toolbox
Python library for adversarial machine learning, attacks and defences for neural networks, logistic regression, decision trees, SVM, gradient boosted trees, Gaussian processes and more with multiple framework support