CVFeb 1, 2023

Normalizing Flow based Feature Synthesis for Outlier-Aware Object Detection

arXiv:2302.07106v322 citationsh-index: 33Has Code
Originality Incremental advance
AI Analysis

This addresses reliability issues in object detection for applications like autonomous driving, representing an incremental improvement over existing outlier-aware methods.

The paper tackles the problem of overconfident predictions for outlier objects in object detection by proposing a framework that uses normalizing flows to model the joint distribution of inlier classes, ensuring synthesized outliers have lower likelihood across all classes. The approach significantly outperforms state-of-the-art methods on image and video datasets.

Real-world deployment of reliable object detectors is crucial for applications such as autonomous driving. However, general-purpose object detectors like Faster R-CNN are prone to providing overconfident predictions for outlier objects. Recent outlier-aware object detection approaches estimate the density of instance-wide features with class-conditional Gaussians and train on synthesized outlier features from their low-likelihood regions. However, this strategy does not guarantee that the synthesized outlier features will have a low likelihood according to the other class-conditional Gaussians. We propose a novel outlier-aware object detection framework that distinguishes outliers from inlier objects by learning the joint data distribution of all inlier classes with an invertible normalizing flow. The appropriate sampling of the flow model ensures that the synthesized outliers have a lower likelihood than inliers of all object classes, thereby modeling a better decision boundary between inlier and outlier objects. Our approach significantly outperforms the state-of-the-art for outlier-aware object detection on both image and video datasets. Code available at https://github.com/nish03/FFS

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes