Mind the Backbone: Minimizing Backbone Distortion for Robust Object Detection
Kuniaki Saito, Donghyun Kim, Piotr Teterwak, Rogerio Feris, Kate, Saenko

TL;DR
This paper introduces a method to improve the robustness of object detectors against domain shifts by minimizing backbone feature distortion using Relative Gradient Norm, with techniques applicable across various architectures.
Contribution
It proposes using Relative Gradient Norm to measure and reduce backbone vulnerability, offering new regularization and architectural strategies to enhance out-of-distribution robustness.
Findings
High RGN correlates with lower OOD performance.
Some backbones gain robustness through architecture that limits parameter change.
Proposed techniques significantly improve OOD robustness across datasets.
Abstract
Building object detectors that are robust to domain shifts is critical for real-world applications. Prior approaches fine-tune a pre-trained backbone and risk overfitting it to in-distribution (ID) data and distorting features useful for out-of-distribution (OOD) generalization. We propose to use Relative Gradient Norm (RGN) as a way to measure the vulnerability of a backbone to feature distortion, and show that high RGN is indeed correlated with lower OOD performance. Our analysis of RGN yields interesting findings: some backbones lose OOD robustness during fine-tuning, but others gain robustness because their architecture prevents the parameters from changing too much from the initial model. Given these findings, we present recipes to boost OOD robustness for both types of backbones. Specifically, we investigate regularization and architectural choices for minimizing gradient updates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Remote-Sensing Image Classification
