Skip to content

ML research to segment scene from moving ego vehicle into static and dynamic pixels

Notifications You must be signed in to change notification settings

jonasdieker/motion_segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Segmentation

The goal of the project was to segment the dynamic objects in a scene. The crux lies in disentangling what motion in the scene comes from ego vehicle transformation and what from actually dynamic objects. The resulting binary masks can then be used downstream for evaluating dynamic objects.

A major part of the contribution of this work is the generation of a dataset for the specific task of motion segmentation. As this is not a standard computer vision problem, limited ground truth data is available for training. A realistic multi-modal dataset was generated using the CARLA simulator by adjusting maps to include parked vehicles in addition to spawning a large number of moving vehicles and pedestrians.

Two distinc method were subsequently devised in order to perform motion segmentation on the created dataset. The first is a supervised method based on the U-Net model with focal loss.

The second approach is an unsupervised method, where multiple coupled sub-problems are solved simultaneously to generate its own ground truth. Separate networks predict the depth and optical flow of the scene, which together can be used to compute the ground truth binary mask. Initially, both the optical flow and depth networks were simply simulated by using our multi-modal dataset with future extensions additionally learning these two data.

The project report can be found here.

Generated CARLA Dataset (Docs)

Supervised Motion Segmentation (Docs)

Dataset IoU Aggregated IoU mIoU
KITTI 0.749 0.730 0.871
CARLA 0.722 0.744 0.856

Unsupervised Motion Segmentation (Docs)

About

ML research to segment scene from moving ego vehicle into static and dynamic pixels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published