Publications - Ben Lau (Liu Qinghe)

FSDNET: A Features Spreading Net with Density for 3D Segmentation in Agriculture

FSDNet framework

Authors: Qinghe Liu, Huijun Yang, Junjie Wei, Yuxuan Zhang, Shuo Yang

Venue: Computers and Electronics in Agriculture, May 2024. (SCI Q1 Top Impact Factor: 8.3, ISSN: 0168-1699)

Abstract

The accurate segmentation of fruit phenotypes in the field is of great significance for agricultural automation in the 3D scene. Although the existing fruit segmentation based on 3D point cloud has made great progress, in the complex field environment, due to lighting, leaf occlusion, shooting angle and other problems, the point cloud obtained by depth camera often has the problem of multiple voids and discrete points, which seriously affects the accurate segmentation of fruit phenotype. This paper proposes a embedding subnetwork FSDnet based on density-based feature extraction and feature propagation and embeds it in the novel segmentation networks, which effectively improves the segmentation accuracy of the point cloud phenotype in multi-hole and multi- discrete fruits, including (1) The density-based point cloud feature extraction and feature propagation theory is proposed to alleviate the problem of perception degradation in fruit edge point caused by discrete points and holes caused by imcomplete point cloud in the agriculture scene. (2) A density-adaptive embedding semantic segmentation framework FSDnet is proposed, and embedding the classical point cloud neural network can significantly improve the segmentation accuracy of the fruit phenotypes with multiple holes and discrete points in the traditional network. (3) This paper made a strawberry dataset and tested the designed new neural network on both strawberry and apple filed dataset. After FSDnet is embedded on different novel net, almost all net have been improved. We verified the performance of FSDnet in different density states in agricultural scenarios, mitigated the negative impact of density on segmentation accuracy, proving that it can adapt to different point cloud density in agricultural scenarios in comparison between Gaussian density and other two traditional density schemes, Gaussian density reduces the computational traffic (0.58G) of the network while maintaining similar performance to the other two densities, proving the superiority of assuming a Gaussian density.

Point HorNet: Higher Order Spatial Interaction Network for Point Clouds

Framework

Authors: Hao Yuan, Linqing Liu, Tingting Yan, Wenjing Zhang, Qinghe Liu, Juanjie Wei, Ziang Wu, Huijun Yang

Venue: 2024 10th International Conference on Virtual Reality (ICVR), July 2024. (IEEE)

Abstract

The progression of 3D scanning technology has amplified the importance of point cloud data in computer vision, robotics navigation, and virtual reality. Point clouds, consisting of discrete points in space, harbor rich geometric and structural information. The rise of deep learning has ushered in innovative methods for point cloud processing, improving the efficiency and precision of tasks such as feature extraction, classification, segmentation, and reconstruction. The introduction of HorNet and Recursive Gated Convolution has facilitated spatial interactions of any order, addressing issues of feature loss inherent in low order interactions. This has resulted in significant advancements in image analysis tasks, including image classification, object detection, and semantic segmentation. Drawing inspiration from this success, we have investigated the application of HorNet and Recursive Gated Convolution to point clouds, constructing a network specifically designed for semantic segmentation tasks. Point HorNet has achieved commendable results in semantic segmentation, attaining a mIoU of 68.1% in Area 5 and 73.6% in a six-fold cross-validation on the S3DIS dataset.

GPFEnet: a lightweight grid parallel feature extraction net for 3D segmentation in agriculture

Framework

Authors: Wenjing zhang, Qinghe Liu, Huijun Yang, Yufeng Fan

Venue: 2025 International Joint Conference on Neural Networks, March 2025. (CCFC)

Abstract

The real-time and accurate 3D segmentation of fruits in agricultural field is crucial for precision agriculture. In complex field scenarios, point clouds generated by depth cameras often have gaps and point dispersion problems, using the traditional farthest point sampling algorithm (FPS) makes it difficult to uniformly capture key features, and FPS requires extensive sorting operations, which reduces the speed of feature extraction. To optimize the sampling uniformity of point clouds with multiple holes in agricultural field scenes while enhancing feature extraction efficiency, this paper proposes a lightweight and efficient density-based grid parallel feature extraction network GPFEnet. First, an adaptive grid parallel grouping algorithm was designed to address the issue of low efficiency in capturing point cloud features caused by irregular point cloud data in complex field scenarios. Based on this fundamental algorithm, a density-based grid random sampling algorithm GDSample was proposed, which optimize sampling uniformity while improving sampling efficiency through support for parallel computation. Finally, the grid parallel feature extraction subnetwork GPFEnet was developed which can be embedded into point cloud deep learning networks. Testing results on field datasets show that the proposed GDSample algorithm is approximately 35 times faster than FPS, significantly accelerating feature extraction while ensuring more even coverage of key features. To confirm the superiority of GPFEnet on multi-hole fruit datasets, the GPFEnet was integrated into various cutting-edge point cloud deep learning networks, achieved a significant enhancement in speed of feature extraction while maintaining similar accuracy in fruit segmentation. The code will be publicly available after the paper is accepted.