This thesis presents a novel fusion-based approach for predicting urban tree biomass change using 3D point cloud data through the integration of Quantization-Aware Training (QAT) optimized PointNet++ models with independent regression techniques. The ...
This thesis presents a novel fusion-based approach for predicting urban tree biomass change using 3D point cloud data through the integration of Quantization-Aware Training (QAT) optimized PointNet++ models with independent regression techniques. The research addresses the critical challenge of developing accurate yet computationally efficient biomass estimation models suitable for deployment on resource-constrained edge devices, enabling real-time urban forest monitoring. The proposed framework comprises three main components: (1) QAT-optimized PointNet++ models for tree species classification (34 species) and trunk-crown part segmentation, (2) frozen encoder feature extraction from pre-trained models, and (3) a dual-head regression architecture combining MLP for feature fusion and XGBoost for biomass change prediction. The system processes 1,024-point 3D point clouds captured via airborne LiDAR, integrating geometric measurements, environmental sensor data, and deep learning-derived features. Experimental evaluation on 2,694 tree samples collected from five geographically diverse regions in South Korea (Daegu, Wonju, Daejeon, Sejong, and Jeju) demonstrates exceptional performance. The species classification model achieves 94.14% accuracy, while the part segmentation model attains 81.82% accuracy. The fusion regression model achieves R² = 0.9663 with RMSE = 0.4437 on the test dataset. Quantization-Aware Training successfully reduces model size by 4× (from 21 MB to 2 MB for segmentation, also 21.1 MB to 2 MB for classification) while maintaining competitive accuracy. INT8 quantized models achieve 3.2× inference speedup (27.4 ms per tree on CPU), making them suitable for edge deployment. Feature importance analysis reveals that species classification features (61.55 importance score) and crown density (50.02 score) are the most influential predictors, confirming the value of species-aware modeling. The research advances the intersection of deep learning, model compression, and environmental monitoring by demonstrating that multi-task learning combined with quantization techniques can achieve both high accuracy and practical deployment feasibility. This work provides a foundation for next-generation automated forest inventory systems supporting urban forestry management, carbon sequestration monitoring, and climate change mitigation strategies.