joongsukim

joongsukim

Geek Repo

Github PK Tool:Github PK Tool


Organizations
SSU-NC

joongsukim's starred repositories

nanoGPT

The simplest, fastest repository for training/finetuning medium-sized GPTs.

Language:PythonLicense:MITStargazers:36525Issues:371Issues:315

pytorch-cifar

95.47% on CIFAR10 with PyTorch

Language:PythonLicense:MITStargazers:5936Issues:85Issues:136

clean-code-python

:bathtub: Clean Code concepts adapted for Python

Language:PythonLicense:MITStargazers:4401Issues:164Issues:14

adversarial-attacks-pytorch

PyTorch implementation of adversarial attacks [torchattacks]

Language:PythonLicense:MITStargazers:1860Issues:19Issues:146

uncertainty-baselines

High-quality implementations of standard and SOTA methods on a variety of tasks.

Language:PythonLicense:Apache-2.0Stargazers:1429Issues:21Issues:89

mixup-cifar10

mixup: Beyond Empirical Risk Minimization

Language:PythonLicense:NOASSERTIONStargazers:1162Issues:21Issues:16

fixmatch

A simple method to perform semi-supervised learning with limited data.

Language:PythonLicense:Apache-2.0Stargazers:1094Issues:19Issues:63

mdistiller

The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf

auto-attack

Code relative to "Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks"

Language:PythonLicense:MITStargazers:646Issues:9Issues:68

wide-resnet.pytorch

Best CIFAR-10, CIFAR-100 results with wide-residual networks using PyTorch

Language:PythonLicense:MITStargazers:460Issues:14Issues:15

fast_adversarial

[ICLR 2020] A repository for extremely fast adversarial training using FGSM

Lottery-Ticket-Hypothesis-in-Pytorch

This repository contains a Pytorch implementation of the paper "The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks" by Jonathan Frankle and Michael Carbin that can be easily adapted to any model/dataset.

Pytorch-Adversarial-Training-CIFAR

This repository provides simple PyTorch implementations for adversarial training methods on CIFAR-10.

semisup-adv

Semisupervised learning for adversarial robustness https://arxiv.org/pdf/1905.13736.pdf

Language:PythonLicense:MITStargazers:137Issues:7Issues:4

reliability-diagrams

Reliability diagrams visualize whether a classifier model needs calibration

Language:Jupyter NotebookLicense:MITStargazers:135Issues:5Issues:1

PS-KD-Pytorch

Official PyTorch implementation of PS-KD

Language:PythonLicense:MITStargazers:82Issues:1Issues:6

DELTA

DELTA: DEep Learning Transfer using Feature Map with Attention for Convolutional Networks https://arxiv.org/abs/1901.09229

Adversarial-Information-Bottleneck

[NeurIPS 2021] Official PyTorch Implementation for "Distilling Robust and Non-Robust Features in Adversarial Examples by Information Bottleneck"

Language:PythonLicense:MITStargazers:45Issues:2Issues:1

DLB

Code for Paper "Self-Distillation from the Last Mini-Batch for Consistency Regularization"

Language:PythonLicense:MITStargazers:41Issues:4Issues:7

mixup.pytorch

an implementation of mixup

DenoisingNet_Adversarial_Training

PyTorch implementation of "Feature Denoising for Improving Adversarial Robustness" on CIFAR10.

fast_advprop

[ICLR 2022]: Fast AdvProp

Language:PythonLicense:MITStargazers:35Issues:5Issues:1

LBGAT

Learnable Boundary Guided Adversarial Training (ICCV2021)

Language:PythonLicense:MITStargazers:33Issues:3Issues:5

AdaAD

Code for the paper Boosting Accuracy and Robustness of Student Models via Adaptive Adversarial Distillation (CVPR 2023).

Language:PythonLicense:MITStargazers:29Issues:1Issues:2
Language:PythonLicense:Apache-2.0Stargazers:29Issues:5Issues:4

hat

Helper-based Adversarial Training: Reducing Excessive Margin to Achieve a Better Accuracy vs. Robustness Trade-off

Language:PythonLicense:MITStargazers:29Issues:2Issues:1

DKL

Decoupled Kullback-Leibler Divergence Loss (DKL), NeurIPS 2024

Understanding-Robust-Overfitting

Implementation for <Understanding Robust Overftting of Adversarial Training and Beyond> in ICML'22.