RGB-D SLAM Algorithm Based on Clustering and Geometric Residuals in Dynamic Environment

Jinjing Chen,Shuguo Pan,Wang Gao,Liu Ji,Yin Li,Peng Zhang
2023-01-01
Abstract:Most visual SLAMs, are with the assumption of static scene rigidity, without considering the adverse effects of dynamic objects in the scene, either feature point method or direct method. To solve this problem, this paper proposes a SLAM method in dynamic scenes. First, for coarse filtering and fine filtering of feature points, the scene is clustered with color information and depth information, and the image is divided into multiple cluster blocks. Then, the feature points are roughly filtered by the proportion of the feature points on each cluster block the geometric residuals of camera positions and corresponding points are calculated. Finally, dynamic feature points are obtained according to geometric residuals, and cluster blocks with large proportion or geometric residuals of dynamic feature points exceeding a certain threshold are defined as dynamic clusters, so that the feature points can be finely filtered. In this paper, experiments are carried out under the TUM RGB-D dataset. The experimental results show that the clustering time of a single image is about 0.08 s, which satisfies the real-time requirements of SLAM. At the same time, compared with ORB-SLAM2, the root mean square error of absolute trajectory error of the algorithm proposed in this paper is reduced by 10–90%. The improved method can effectively improve the estimation accuracy of camera posture in dynamic scene.
What problem does this paper attempt to address?