Li-hq1's Stars
hendrycks/robustness
Corruption and Perturbation Robustness (ICLR 2019)
iMeleon/EECS-498-007-598-005-solutions
EECS 498-007 / 598-005 Deep Learning for Computer Vision
tim-learn/awesome-test-time-adaptation
Collection of awesome test-time (domain/batch/instance) adaptation methods
FoundationVision/VAR
[NeurIPS 2024 Oral][GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction". An *ultra-simple, user-friendly yet state-of-the-art* codebase for autoregressive image generation!
huggingface/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
openai/guided-diffusion
amtsai96/Learning-Lip-Sync-from-Audio
Learning Lip Sync of Obama from Speech Audio
google-ai-edge/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
zoubohao/DenoisingDiffusionProbabilityModel-ddpm-
This may be the simplest implement of DDPM. You can directly run Main.py to train the UNet on CIFAR-10 dataset and see the amazing process of denoising.
wzell/mann
Unsupervised Domain Adaptation with Moment Alignment Neural Networks (Keras)
Lily-Le/EcoTTA
This is a community implementation for the paper EcoTTA: Memory-Efficient Continual Test-time Adaptation via Self-distilled Regularization
yuchenlin/rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning
This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
minar09/awesome-virtual-try-on
A curated list of awesome research papers, projects, code, dataset, workshops etc. related to virtual try-on.
Harry24k/adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks [torchattacks]
bethgelab/robustness
Robustness and adaptation of ImageNet scale models. Pre-Release, stay tuned for updates.
jmiemirza/ActMAD
ActMAD: Activation Matching to Align Distributions for Test-Time-Training (CVPR 2023)
YuejiangLIU/awesome-source-free-test-time-adaptation
A curated list of papers in Test-time Adaptation, Test-time Training and Source-free Domain Adaptation
huggingface/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
Ma-Lab-Berkeley/MCR2
vasgaowei/TS-CAM
Codes for TS-CAM: Token Semantic Coupled Attention Map for Weakly Supervised Object Localization.
PaddlePaddle/ERNIE
Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.
JunnYu/WoBERT_pytorch
WoBERT_pytorch
zlaom/2022_GAIIC_Task1_1st
2022京东全球人工智能技术创新大赛 电商关键属性的图文匹配任务第1名方案
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
microsoft/unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
facebookresearch/mae
PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
facebookresearch/moco
PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722