菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-23
📄 Abstract - SparseGF: A Height-Aware Sparse Segmentation Framework with Context Compression for Robust Ground Filtering Across Urban to Natural Scenes

High-quality digital terrain models derived from airborne laser scanning (ALS) data are essential for a wide range of geospatial analyses, and their generation typically relies on robust ground filtering (GF) to separate point clouds across diverse landscapes into ground and non-ground parts. Although current deep-learning-based GF methods have demonstrated impressive performance, especially in specific challenging terrains, their cross-scene generalization remains limited by two persistent issues: the context-detail dilemma in large-scale processing due to limited computational resources, and the random misclassification of tall objects arising from classification-only optimization. To overcome these limitations, we propose SparseGF, a height-aware sparse segmentation framework enhanced with context compression. It is built upon three key innovations: (1) a convex-mirror-inspired context compression module that condenses expansive contexts into compact representations while preserving central details; (2) a hybrid sparse voxel-point network architecture that effectively interprets compressed representations while mitigating compression-induced geometric distortion; and (3) a height-aware loss function that explicitly enforces topographic elevation priors during training to suppress random misclassification of tall objects. Extensive evaluations on two large-scale ALS benchmark datasets demonstrate that SparseGF delivers robust GF across urban to natural terrains, achieving leading performance in complex urban scenes, competitive results on mixed terrains, and moderate yet non-catastrophic accuracy in densely forested steep areas. This work offers new insights into deep-learning-based GF research and encourages further exploration toward truly cross-scene generalization for large-scale environmental monitoring.

顶级标签: machine learning computer vision data
详细标签: point cloud ground filtering sparse segmentation airsborne laser scanning height-aware loss 或 搜索:

SparseGF:一种具有上下文压缩的高度感知稀疏分割框架,用于从城市到自然场景的稳健地面滤波 / SparseGF: A Height-Aware Sparse Segmentation Framework with Context Compression for Robust Ground Filtering Across Urban to Natural Scenes


1️⃣ 一句话总结

本文提出了一种名为SparseGF的深度学习新方法,通过结合上下文压缩、混合稀疏网络和高度感知损失函数,有效解决了点云地面滤波中跨场景泛化能力不足和物体误分类的问题,在城市到自然场景中均实现了稳健的滤波效果。

源自 arXiv: 2604.21356