物体検出タスクにおける分布外 (OOD) 検出の問題に取り組みます。バッチ正規化を備えた残差畳み込み層が、分布内検出と分布外検出を区別するのに一貫して強力な感度認識特徴 (SAFE) を生成することを示します。検出されたすべてのオブジェクトについて SAFE ベクトルを抽出し、敵対的に摂動されたクリーンな配布内の例を区別する代理タスクで多層パーセプトロンをトレーニングします。これにより、現実的な OOD トレーニング データ、計算コストのかかる生成モデル、またはベース オブジェクト検出器の再トレーニングの必要性が回避されます。 SAFE は、複数のベンチマークで最先端の OOD オブジェクト検出器を大幅に上回っています。たとえば、OpenImages データセットでは FPR95 を 48.3% から 17.7% に絶対 30.6% 削減します。
We address the problem of out-of-distribution (OOD) detection for the task of object detection. We show that residual convolutional layers with batch normalisation produce Sensitivity-Aware FEatures (SAFE) that are consistently powerful for distinguishing in-distribution from out-of-distribution detections. We extract SAFE vectors for every detected object, and train a multilayer perceptron on the surrogate task of distinguishing adversarially perturbed from clean in-distribution examples. This circumvents the need for realistic OOD training data, computationally expensive generative models, or retraining of the base object detector. SAFE outperforms the state-of-the-art OOD object detectors on multiple benchmarks by large margins, e.g. reducing the FPR95 by an absolute 30.6% from 48.3% to 17.7% on the OpenImages dataset.