iffDetector: Inference-aware Feature Filtering for Object Detection
Mingyuan Mao, Yuxin Tian, Baochang Zhang, Qixiang Ye, Wanquan Liu,, Guodong Guo, David Doermann

TL;DR
The paper introduces iffDetector, a novel inference-aware feature filtering module that enhances object detection by optimizing features during both training and inference, leading to improved accuracy with minimal computational overhead.
Contribution
It proposes a generic, feedback-based feature filtering module that can be integrated with existing detectors, improving feature quality during inference.
Findings
Outperforms state-of-the-art methods on PASCAL VOC and MS COCO datasets.
Demonstrates theoretical stability of feature learning via Fourier analysis.
Achieves significant accuracy improvements with negligible computational cost.
Abstract
Modern CNN-based object detectors focus on feature configuration during training but often ignore feature optimization during inference. In this paper, we propose a new feature optimization approach to enhance features and suppress background noise in both the training and inference stages. We introduce a generic Inference-aware Feature Filtering (IFF) module that can easily be combined with modern detectors, resulting in our iffDetector. Unlike conventional open-loop feature calculation approaches without feedback, the IFF module performs closed-loop optimization by leveraging high-level semantics to enhance the convolutional features. By applying Fourier transform analysis, we demonstrate that the IFF module acts as a negative feedback that theoretically guarantees the stability of feature learning. IFF can be fused with CNN-based object detectors in a plug-and-play manner with…
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 · Advanced Image and Video Retrieval Techniques
