paper-with-me

홈 › Papers

Transferability Metrics for Object Detection

2023-06-27 · Louis Fouquet, Simona Maggio, Léo Dreyfus-Schmidt

Transfer learning aims to make the most of existing pre-trained models to achieve better performance on a new task in limited data scenarios. However, it is unclear which models will perform best on which task, and it is prohibitively expensive to try all possible combinations. If transferability estimation offers a computation-efficient approach to evaluate the generalisation ability of models, prior works focused exclusively on classification settings. To overcome this limitation, we extend transferability metrics to object detection. We design a simple method to extract local features corresponding to each object within an image using ROI-Align. We also introduce TLogME, a transferability metric taking into account the coordinates regression task. In our experiments, we compare TLogME to state-of-the-art metrics in the estimation of transfer performance of the Faster-RCNN object detector. We evaluate all metrics on source and target selection tasks, for real and synthetic datasets, and with different backbone architectures. We show that, over different tasks, TLogME using the local extraction method provides a robust correlation with transfer performance and outperforms other transferability metrics on local and global level features.

📄 PDF Abstract BibTeX arXiv:2306.15306

Code (1)

dataiku-research/transferability_metrics_for_object_detection 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Making an Invisibility Cloak: Real World Adversarial Attacks on Object Detectors

2019-10-31 · ECCV 2020 8 · Zuxuan Wu, Ser-Nam Lim, Larry Davis, Tom Goldstein

We present a systematic study of adversarial attacks on state-of-the-art object detection frameworks. Using standard detection datasets, we train patterns that suppress the objectness scores produced by a range of common…

Objectobject-detectionObject Detection

ETran: Energy-Based Transferability Estimation

2023-08-03 · ICCV 2023 1 · Mohsen Gholami, Mohammad Akbari, Xinglu Wang, Behnam Kamranian 외

This paper addresses the problem of ranking pre-trained models for object detection and image classification. Selecting the best pre-trained model by fine-tuning is an expensive and time-consuming task. Previous works ha…

Classificationimage-classificationImage ClassificationObject+4

Network transferability of adversarial patches in real-time object detection

2024-08-28 · Jens Bayer, Stefan Becker, David Münch, Michael Arens

Adversarial patches in computer vision can be used, to fool deep neural networks and manipulate their decision-making process. One of the most prominent examples of adversarial patches are evasion attacks for object dete…

Adversarial AttackObjectobject-detectionObject Detection+1

Towards Powerful and Practical Patch Attacks for 2D Object Detection in Autonomous Driving

2025-08-14 · Yuxin Cao, Yedi Zhang, Wentao He, Yifan Liao 외 arxiv

Learning-based autonomous driving systems remain critically vulnerable to adversarial patches, posing serious safety and security risks in their real-world deployment. Black-box attacks, notable for their high attack suc…

2D Object DetectionAutonomous Driving

Harmonizing Transferability and Discriminability for Adapting Object Detectors

2020-03-13 · CVPR 2020 6 · Chaoqi Chen, Zebiao Zheng, Xinghao Ding, Yue Huang 외

Recent advances in adaptive object detection have achieved compelling results in virtue of adversarial feature adaptation to mitigate the distributional shifts along the detection pipeline. Whilst adversarial adaptation …

Objectobject-detectionObject DetectionWeakly Supervised Object Detection