paper-with-me

Papers

Directionally Constrained Fully Convolutional Neural Network For Airborne Lidar Point Cloud Classification

2019-08-19 · Congcong Wen, Lina Yang, Ling Peng, Xiang Li, Tianhe Chi

Point cloud classification plays an important role in a wide range of airborne light detection and ranging (LiDAR) applications, such as topographic mapping, forest monitoring, power line detection, and road detection. However, due to the sensor noise, high redundancy, incompleteness, and complexity of airborne LiDAR systems, point cloud classification is challenging. In this paper, we proposed a directionally constrained fully convolutional neural network (D-FCN) that can take the original 3D coordinates and LiDAR intensity as input; thus, it can directly apply to unstructured 3D point clouds for semantic labeling. Specifically, we first introduce a novel directionally constrained point convolution (D-Conv) module to extract locally representative features of 3D point sets from the projected 2D receptive fields. To make full use of the orientation information of neighborhood points, the proposed D-Conv module performs convolution in an orientation-aware manner by using a directionally constrained nearest neighborhood search. Then, we designed a multiscale fully convolutional neural network with downsampling and upsampling blocks to enable multiscale point feature learning. The proposed D-FCN model can therefore process input point cloud with arbitrary sizes and directly predict the semantic labels for all the input points in an end-to-end manner. Without involving additional geometry features as input, the proposed method has demonstrated superior performance on the International Society for Photogrammetry and Remote Sensing (ISPRS) 3D labeling benchmark dataset. The results show that our model has achieved a new state-of-the-art level of performance with an average F1 score of 70.7%, and it has improved the performance by a large margin on categories with a small number of points (such as powerline, car, and facade).

📄 PDF Abstract BibTeX arXiv:1908.06673

Code (1)

lixiang-ucas/D-FCN 공식 구현 tf

Tasks

General ClassificationLine DetectionPoint Cloud Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

City3D: Large-Scale Building Reconstruction from Airborne LiDAR Point Clouds

2022-01-25 · Jin Huang, Jantien Stoter, Ravi Peters, Liangliang Nan

We present a fully automatic approach for reconstructing compact 3D building models from large-scale airborne point clouds. A major challenge of urban reconstruction from airborne LiDAR point clouds lies in that the vert…

Surface Reconstruction

Coarse-to-Fine Registration of Airborne LiDAR Data and Optical Imagery on Urban Scenes

2019-09-30 · Thanh Huy Nguyen, Sylvie Daniel, Didier Gueriot, Christophe Sintes 외

Applications based on synergistic integration of optical imagery and LiDAR data are receiving a growing interest from the remote sensing community. However, a misaligned integration between these datasets may fail to ful…

Super-Resolution

Test-time adaptation for geospatial point cloud semantic segmentation with distinct domain shifts

2024-07-08 · Puzuo Wang, Wei Yao, Jie Shao, Zhiyi He

Domain adaptation (DA) techniques help deep learning models generalize across data shifts for point cloud semantic segmentation (PCSS). Test-time adaptation (TTA) allows direct adaptation of a pre-trained model to unlabe…

Domain AdaptationSelf-Supervised LearningSemantic SegmentationTest-time Adaptation

PCTreeS: 3D Point Cloud Tree Species Classification Using Airborne LiDAR Images

2024-12-06 · Hongjin Lin, Matthew Nazari, Derek Zheng

Reliable large-scale data on the state of forests is crucial for monitoring ecosystem health, carbon stock, and the impact of climate change. Current knowledge of tree species distribution relies heavily on manual data c…

Deep learning for conifer/deciduous classification of airborne LiDAR 3D point clouds representing individual trees

2018-02-24 · Hamid Hamraz, Nathan B. Jacobs, Marco A. Contreras, Chase H. Clark

The purpose of this study was to investigate the use of deep learning for coniferous/deciduous classification of individual trees from airborne LiDAR data. To enable efficient processing by a deep convolutional neural ne…

ClassificationData AugmentationGeneral Classification