1 / 8

REU Project

REU Project. 4D Efficient Real-Time Graph Based Temporal Point Cloud Segmentation. Steven Hickson. 4D Segmentation Problems. Noise causes grouping errors in the point clouds around the edges of data Solution:

avian
Download Presentation

REU Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. REU Project 4D Efficient Real-Time Graph Based Temporal Point Cloud Segmentation Steven Hickson

  2. 4D Segmentation Problems • Noise causes grouping errors in the point clouds around the edges of data Solution: • Error is somehow caused by the amount of Gaussian smoothing of the depth data. In order to fix this, the sigma value used to smooth is changed according to the number of frames included.

  3. Volumetric Results

  4. Cons • Approximately 1 Frame/sec. • Requires all of the data beforehand, ie good only for post processing. • Limited length of video due to memory issues. • Not as accurate as it could be • 6 arbitrary values used to determine quality of segmentation

  5. New Method • New method is similar to a method Georgia Tech uses in their 2010 CVPR video segmentation paper. • Do an over-segmentation of the spacio-temporal volume and then use regions and region graph-based merging for the segmentation. • Instead of using volumes over time, use the new region segmentation to match the regions over time (past frame vs. current frame)

  6. Region Trees • A region tree is constructed by doing an over segmentation of the 3D volume. • For each region of voxels, a branch is added onto the tree with pointers to all of the voxel data of the segmented cloud. • While, the voxels are added, their LABD values are calculated (using Hunter LAB since it is faster). • Each region stores the histogram of the LABD values, the 3D centroid, the 2D centroid, the area, it’s neighboring regions, and the regions beneath it or voxels beneath it. • All of these values can be calculated while the tree is built and it allows the trees to become hierarchal.

  7. Merging Region Trees • Trees are merged over time using a method I call temporal correction. At 15-30 fps, there is little movement between frames so the segmented regions should be similar. • Therefore, the normal level of segmentation can be done and then the labels can be corrected using the region tree from the previous frame. • The previous region tree and the current region tree are compared and the regions are matched based off the difference of the centroids, the difference of the size and the difference of the LABD histograms. • This has been finished and results are good but can be improved.

  8. Temporal Correction Results

More Related