Occupancy Network

This is the upgrade to Occupancy Grid.

An occupancy network is a continuous representation of the 3D space using a neural network to model the implicit surface of objects within the environment. It represents the occupancy as a continuous function over space.

But these are not really doing any object detection, simply Mapping.

Original paper: https://arxiv.org/abs/1812.03828

Resources

Cool stuff

Why are occupancy networks?

Because classical object detection methods are limited… if the object is not in the dataset, the object is not detected. So there are always edge cases. Thus, we can instead train an occupancy network!!