CVJun 5, 2025

Point Cloud Segmentation of Agricultural Vehicles using 3D Gaussian Splatting

arXiv:2506.05009v1h-index: 52
Originality Synthesis-oriented
AI Analysis

This addresses data scarcity for agricultural vehicle segmentation, offering a flexible synthetic data solution, though it is incremental in applying existing techniques to a new domain.

This paper tackles the problem of costly real-world data for 3D point cloud segmentation by introducing a pipeline using 3D Gaussian Splatting and Gaussian Opacity Fields to generate synthetic data of agricultural vehicles, achieving a 91.35% mIoU with a model trained only on synthetic data.

Training neural networks for tasks such as 3D point cloud semantic segmentation demands extensive datasets, yet obtaining and annotating real-world point clouds is costly and labor-intensive. This work aims to introduce a novel pipeline for generating realistic synthetic data, by leveraging 3D Gaussian Splatting (3DGS) and Gaussian Opacity Fields (GOF) to generate 3D assets of multiple different agricultural vehicles instead of using generic models. These assets are placed in a simulated environment, where the point clouds are generated using a simulated LiDAR. This is a flexible approach that allows changing the LiDAR specifications without incurring additional costs. We evaluated the impact of synthetic data on segmentation models such as PointNet++, Point Transformer V3, and OACNN, by training and validating the models only on synthetic data. Remarkably, the PTv3 model had an mIoU of 91.35\%, a noteworthy result given that the model had neither been trained nor validated on any real data. Further studies even suggested that in certain scenarios the models trained only on synthetically generated data performed better than models trained on real-world data. Finally, experiments demonstrated that the models can generalize across semantic classes, enabling accurate predictions on mesh models they were never trained on.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes