Dropout Sampling for Robust Object Detection in Open-Set Condition

Investigates dropout sampling object detection

Summary

This papers shows object detection in open-set. They show that dropout sampling can be effective to reduce the false-positive for the unknown classes (those classes which were not in the training dataset) in the testing dataset.

Methodology

Dropout sampling

In this, multiple inferences are made with same input with dropout layer being active. Hence, we get multiple output for the same input. This is a variational inference technique as it helps to obtain rather intractable infereces.

Bayesian Perpective

Insights

  • Using entropy over average of output is better than single output. As aerage gives better approximation of posterior.

Last updated