easyrobust
easyrobust copied to clipboard
EasyRobust: an Easy-to-use library for state-of-the-art Robust Computer Vision Research with PyTorch.
Recently, I have tried to reproduce the results presented in the paper "Model Inversion Attack via Dynamic Memory Learning" with the official code in the path "easyrobust/examples/attacks/dmmia_inversion". However, I found...
It seems that the method doesn't use the information of BN layer in the code of BATS. Maybe I miss something. In addition, I'm curious about the selection of hyperparameter,...
{"date": "24/11/2022", "extra_data": "yes imagenet_v2", "model": "Adversarial Training", "institution": "MIT", "paper_link": "https://arxiv.org/abs/2201.03545", "code_link": "", "architecture": "convnext_L", "training framework": "easyrobust (v1)", "ImageNet-val": TODO, "autoattack": TODO, "files": "download", "advrob_imgcls_leaderboard": true, "oodrob_imgcls_leaderboard": false,...
您好,我最近因为批量的训练一批robust model,选择你们的仓库作为训练框架,在imagenet-net训练了 convnext_small(40.78@AA), convnext_large(在训练中) , swin_large(在训练中) ,mvitv2_base(在训练中) 。但很耗时.... 所以,环保起见,我觉得可能我把它po出来让别人再利用可能更好点,如果您觉得这个合适的话,请联系我 [email protected]
Hi, I'm having a problem reproducing the DRA code and would appreciate your help! In the DRA codes, you provided the ResNet code in the ’./models‘ folder. When using the...
Hi @vtddggg 🤗 I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work on Arxiv and was wondering whether you would like to...
关于ood检测研究方面我有一个想法,希望能和您讨论一下