Table of Contents
Fetching ...

Augmented Efficiency: Reducing Memory Footprint and Accelerating Inference for 3D Semantic Segmentation through Hybrid Vision

Aditya Krishnan, Jayneel Vora, Prasant Mohapatra

TL;DR

The paper tackles the high memory and latency burden of 3D semantic segmentation by introducing a hybrid vision framework that couples efficient 2D segmentation with a targeted 3D point-cloud refinement via extrusion. By extruding only points linked to user-selected classes from 2D RGB views, the method reduces the subspace processed by the 3D model while preserving or improving IoU for several classes. Compared with the state-of-the-art DeepViewAgg on KITTI-360, the approach achieves up to a 1.347x reduction in memory usage and substantial speedups, with six of fifteen classes showing improved IoU. The work demonstrates the practicality of hybrid 2D-3D processing for real-time, resource-constrained 3D segmentation tasks, with potential applications in autonomous driving, robotics, and medical imaging.

Abstract

Semantic segmentation has emerged as a pivotal area of study in computer vision, offering profound implications for scene understanding and elevating human-machine interactions across various domains. While 2D semantic segmentation has witnessed significant strides in the form of lightweight, high-precision models, transitioning to 3D semantic segmentation poses distinct challenges. Our research focuses on achieving efficiency and lightweight design for 3D semantic segmentation models, similar to those achieved for 2D models. Such a design impacts applications of 3D semantic segmentation where memory and latency are of concern. This paper introduces a novel approach to 3D semantic segmentation, distinguished by incorporating a hybrid blend of 2D and 3D computer vision techniques, enabling a streamlined, efficient process. We conduct 2D semantic segmentation on RGB images linked to 3D point clouds and extend the results to 3D using an extrusion technique for specific class labels, reducing the point cloud subspace. We perform rigorous evaluations with the DeepViewAgg model on the complete point cloud as our baseline by measuring the Intersection over Union (IoU) accuracy, inference time latency, and memory consumption. This model serves as the current state-of-the-art 3D semantic segmentation model on the KITTI-360 dataset. We can achieve heightened accuracy outcomes, surpassing the baseline for 6 out of the 15 classes while maintaining a marginal 1% deviation below the baseline for the remaining class labels. Our segmentation approach demonstrates a 1.347x speedup and about a 43% reduced memory usage compared to the baseline.

Augmented Efficiency: Reducing Memory Footprint and Accelerating Inference for 3D Semantic Segmentation through Hybrid Vision

TL;DR

The paper tackles the high memory and latency burden of 3D semantic segmentation by introducing a hybrid vision framework that couples efficient 2D segmentation with a targeted 3D point-cloud refinement via extrusion. By extruding only points linked to user-selected classes from 2D RGB views, the method reduces the subspace processed by the 3D model while preserving or improving IoU for several classes. Compared with the state-of-the-art DeepViewAgg on KITTI-360, the approach achieves up to a 1.347x reduction in memory usage and substantial speedups, with six of fifteen classes showing improved IoU. The work demonstrates the practicality of hybrid 2D-3D processing for real-time, resource-constrained 3D segmentation tasks, with potential applications in autonomous driving, robotics, and medical imaging.

Abstract

Semantic segmentation has emerged as a pivotal area of study in computer vision, offering profound implications for scene understanding and elevating human-machine interactions across various domains. While 2D semantic segmentation has witnessed significant strides in the form of lightweight, high-precision models, transitioning to 3D semantic segmentation poses distinct challenges. Our research focuses on achieving efficiency and lightweight design for 3D semantic segmentation models, similar to those achieved for 2D models. Such a design impacts applications of 3D semantic segmentation where memory and latency are of concern. This paper introduces a novel approach to 3D semantic segmentation, distinguished by incorporating a hybrid blend of 2D and 3D computer vision techniques, enabling a streamlined, efficient process. We conduct 2D semantic segmentation on RGB images linked to 3D point clouds and extend the results to 3D using an extrusion technique for specific class labels, reducing the point cloud subspace. We perform rigorous evaluations with the DeepViewAgg model on the complete point cloud as our baseline by measuring the Intersection over Union (IoU) accuracy, inference time latency, and memory consumption. This model serves as the current state-of-the-art 3D semantic segmentation model on the KITTI-360 dataset. We can achieve heightened accuracy outcomes, surpassing the baseline for 6 out of the 15 classes while maintaining a marginal 1% deviation below the baseline for the remaining class labels. Our segmentation approach demonstrates a 1.347x speedup and about a 43% reduced memory usage compared to the baseline.
Paper Structure (22 sections, 1 equation, 3 figures, 3 tables, 2 algorithms)

This paper contains 22 sections, 1 equation, 3 figures, 3 tables, 2 algorithms.

Figures (3)

  • Figure 1: KITTI-360 raw training data and corresponding ground truth
  • Figure 2: Schematic Representation of Our Novel Integration Process. This diagram illustrates the unique fusion of multi-view 2D semantic segmentation and 3D point cloud data refinement, showcasing the extrusion for the road class as an example.
  • Figure 3: Sparse convolutional neural network structure compared to a regular convolution neural network. This figure is adapted with permission from the Sparse Convolutional Network paper by Liu et al. sparseconvnet.