Pinned Repositories
A2SNN
Description not added yet, pending acceptance of paper.
adversarial-robustness-toolbox
Python library for adversarial machine learning (evasion, extraction, poisoning, verification, certification) with attacks and defences for neural networks, logistic regression, decision trees, SVM, gradient boosted trees, Gaussian processes and more with multiple framework support
Adversarial_Attack
AT_HE
Comdefend_CIFAR10
Comdefend for dataset CIFAR10
CVPR20-paper-to-read
CVPR20 papers to read: Adversarial Examples (AE)
Invisible_Trigger
A novel backdoor attack
SimCC
[ECCV'2022 Oral] PyTorch implementation for: SimCC: a Simple Coordinate Classification Perspective for Human Pose Estimation (http://arxiv.org/abs/2107.03332). Old name: SimDR
StrongBaseline
TokenPose
Implementation for : TokenPose: Learning Keypoint Tokens for Human Pose Estimation (https://arxiv.org/abs/2104.03516). Accepted by ICCV 2021.
leeyegy's Repositories
leeyegy/SimCC
[ECCV'2022 Oral] PyTorch implementation for: SimCC: a Simple Coordinate Classification Perspective for Human Pose Estimation (http://arxiv.org/abs/2107.03332). Old name: SimDR
leeyegy/TokenPose
Implementation for : TokenPose: Learning Keypoint Tokens for Human Pose Estimation (https://arxiv.org/abs/2104.03516). Accepted by ICCV 2021.
leeyegy/CVPR20-paper-to-read
CVPR20 papers to read: Adversarial Examples (AE)
leeyegy/StrongBaseline
leeyegy/A2SNN
Description not added yet, pending acceptance of paper.
leeyegy/AT_HE
leeyegy/Awesome-Adversarial-Example
Papers of Adversarial Example
leeyegy/Awesome-Federated-Learning
A collection of research papers categorized into broad topics in federated learning.
leeyegy/awesome-semantic-segmentation-pytorch
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
leeyegy/backdoor-learning-resources
A curated list of backdoor learning resources
leeyegy/baselines-adv_defence
leeyegy/blackbox-attacks-bandits-priors
Code for "Prior Convictions: Black-box Adversarial Attacks with Bandits and Priors"
leeyegy/Comdefend
The code for CVPR2019 (ComDefend: An Efficient Image Compression Model to Defend Adversarial Examples)
leeyegy/DarkPose
Distribution-Aware Coordinate Representation for Human Pose Estimation
leeyegy/deep-high-resolution-net.pytorch
The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
leeyegy/feature-distillation
Python implementation for paper: Feature Distillation: DNN-Oriented JPEG Compression Against Adversarial Examples
leeyegy/gluon-cv
Gluon CV Toolkit
leeyegy/insightface
Face Analysis Project on MXNet
leeyegy/InsightFace_Pytorch
Pytorch0.4.1 codes for InsightFace
leeyegy/leeyegy.github.io
leeyegy/mmpose
OpenMMLab Pose Estimation Toolbox and Benchmark.
leeyegy/mmsegmentation
OpenMMLab Semantic Segmentation Toolbox and Benchmark.
leeyegy/nerf-pytorch
A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
leeyegy/pytorch-cifar
95.16% on CIFAR10 with PyTorch
leeyegy/pytorch-deeplab-xception
DeepLab v3+ model in PyTorch. Support different backbones.
leeyegy/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
leeyegy/simple-blackbox-attack
Code for ICML 2019 paper "Simple Black-box Adversarial Attacks"
leeyegy/SoftNet
using soft label
leeyegy/TRADES
TRADES (TRadeoff-inspired Adversarial DEfense via Surrogate-loss minimization)
leeyegy/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch