vtddggg's Stars
xingyizhou/CenterNet2
Two-stage CenterNet
Duankaiwen/PyCenterNet
naver-ai/vidt
grispeut/udfa
object detection, adversarial robustness
facebookresearch/Detic
Code release for "Detecting Twenty-thousand Classes using Image-level Supervision".
IDEA-Research/detrex
detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
baaivision/EVA
EVA Series: Visual Representation Fantasies from BAAI
naoto0804/cross-domain-detection
Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation [Inoue+, CVPR2018].
IDEA-Research/awesome-detection-transformer
Collect some papers about transformer for detection and segmentation. Awesome Detection Transformer for Computer Vision (CV)
Computer-Vision-in-the-Wild/CVinW_Readings
A collection of papers on the topic of ``Computer Vision in the Wild (CVinW)''
hila-chefer/Transformer-MM-Explainability
[ICCV 2021- Oral] Official PyTorch implementation for Generic Attention-model Explainability for Interpreting Bi-Modal and Encoder-Decoder Transformers, a novel method to visualize any Transformer-based network. Including examples for DETR, VQA.
microsoft/UniCL
[CVPR 2022] Official code for "Unified Contrastive Learning in Image-Text-Label Space"
facebookresearch/SLIP
Code release for SLIP Self-supervision meets Language-Image Pre-training
gwang-kim/DiffusionCLIP
[CVPR 2022] Official PyTorch Implementation for DiffusionCLIP: Text-guided Image Manipulation Using Diffusion Models
BIT-DA/CIRL
[CVPR 2022 Oral] Code release for "Causality Inspired Representation Learning for Domain Generalization"
divelab/GOOD
GOOD: A Graph Out-of-Distribution Benchmark [NeurIPS 2022 Datasets and Benchmarks]
EdisonLeeeee/Graph-Adversarial-Learning
A curated collection of adversarial attack and defense on graph data.
IrisRainbowNeko/RobustDet
The official PyTorch implementation of "Adversarially-Aware Robust Object Detector"
WongKinYiu/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
ViTAE-Transformer/ViTDet
Unofficial implementation for [ECCV'22] "Exploring Plain Vision Transformer Backbones for Object Detection"
libffcv/ffcv
FFCV: Fast Forward Computer Vision (and other ML workloads!)
VITA-Group/AugMax
[NeurIPS'21] "AugMax: Adversarial Composition of Random Augmentations for Robust Training" by Haotao Wang, Chaowei Xiao, Jean Kossaifi, Zhiding Yu, Animashree Anandkumar, and Zhangyang Wang.
shengliu66/ConvNorm
Official Implementation of Convolutional Normalization: Improving Robustness and Training for Deep Neural Networks
juntang-zhuang/GSAM
PyTorch repository for ICLR 2022 paper (GSAM) which improves generalization (e.g. +3.8% top-1 accuracy on ImageNet with ViT-B/32)
IDEA-Research/DINO
[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
czczup/ViT-Adapter
[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
amazon-science/normalizer-free-robust-training
Official implementation of "Removing Batch Normalization Boosts Adversarial Training" (ICML'22)
haohang96/MRA
sczhou/CodeFormer
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
thuanz123/enhancing-transformers
An unofficial implementation of both ViT-VQGAN and RQ-VAE in Pytorch