The document summarizes research on using the Expectation Maximization (EM) algorithm for LiDAR point cloud classification. It discusses how the EM algorithm works and related work applying it for point cloud classification. The author proposes improvements to the basic EM algorithm by: 1) Splitting the point cloud vertically to reduce computation time, 2) Initializing model parameters, and 3) Using a scheduling parameter to speed convergence. The proposed algorithm is tested on a LiDAR dataset from Vietnam, achieving over 92% accuracy and faster runtime than the original EM algorithm.