# CommonWeaknessDetection **Repository Path**: wang_yang123/CommonWeaknessDetection ## Basic Information - **Project Name**: CommonWeaknessDetection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CommonWeaknessDetection Official code implement of object detection part in paper **Rethinking Model Ensemble in Transfer-based Adversarial Attacks** For classification part, please visit https://github.com/huanranchen/AdversarialAttacks. [**Paper**](https://arxiv.org/abs/2303.09105) | Huanran Chen, Yichi Zhang, Yinpeng Dong, Jun Zhu --- ## Usage Our code is implemented based on the framework of https://github.com/VDIGPKU/T-SEA. This framework allows us to define new attacker. Therefore we only open source our Adam-CSE attacker. For usage, please refer to https://github.com/VDIGPKU/T-SEA. ## Citation ``` @article{chen2023rethinking, title={Rethinking Model Ensemble in Transfer-based Adversarial Attacks}, author={Chen, Huanran and Zhang, Yichi and Dong, Yinpeng and Zhu, Jun}, journal={arXiv preprint arXiv:2303.09105}, year={2023} } ```