Road-side Foreground segmentation

Algorithm intern in Bosch, Oct. 2021 - Jul. 2020

During my internship at Bosch, I worked on the road-side foreground segmentation. It seems to semantic segmentation, but they are actually different.

As automated driving technology develops and the V2X communication emerges, roadside perception has become an important part in addition to car-end perception. To provide guaranteed regional information/monitor input for make the car-end much safer with the assist of the road-side, we need to segment the “foreground”, which is defined as something can influence the traffic, from the “backgroound”, which is defined as something won’t influence the traffic. Semantic segmentation will fail in some cases, because the same thing sometimes will influence the traffic, sometimes will not. For example, the rails as showing following, when they were installed on the ground , they are “foreground”, but if they are fell off the truck during transportation, they are “background”.

My main works include:

  • Simulated traffic using Carla and constructed dataset for training.
  • Determined KPI for evaluating the work on bounding box-based dataset to show the safety concept.
  • Designed the network using background information to achieve foreground segmentation (mainly inspired by FgSegNet_v2, HRNet, and Background Matting Architecture).
  • Proposed a method to obtain background dynamically.
  • Researched the influence of some priori information in our task, such as background information and temporal consistency information.
Fan Li
Fan Li
M.Sc. in ME

Stay foolish, stay hungry.

Related