paper-with-me

홈 › Papers

Efficient Second-Order Plane Adjustment

2022-11-21 · CVPR 2023 1 · Lipu Zhou

Planes are generally used in 3D reconstruction for depth sensors, such as RGB-D cameras and LiDARs. This paper focuses on the problem of estimating the optimal planes and sensor poses to minimize the point-to-plane distance. The resulting least-squares problem is referred to as plane adjustment (PA) in the literature, which is the counterpart of bundle adjustment (BA) in visual reconstruction. Iterative methods are adopted to solve these least-squares problems. Typically, Newton's method is rarely used for a large-scale least-squares problem, due to the high computational complexity of the Hessian matrix. Instead, methods using an approximation of the Hessian matrix, such as the Levenberg-Marquardt (LM) method, are generally adopted. This paper challenges this ingrained idea. We adopt the Newton's method to efficiently solve the PA problem. Specifically, given poses, the optimal planes have close-form solutions. Thus we can eliminate planes from the cost function, which significantly reduces the number of variables. Furthermore, as the optimal planes are functions of poses, this method actually ensures that the optimal planes for the current estimated poses can be obtained at each iteration, which benefits the convergence. The difficulty lies in how to efficiently compute the Hessian matrix and the gradient of the resulting cost. This paper provides an efficient solution. Empirical evaluation shows that our algorithm converges significantly faster than the widely used LM algorithm.

📄 PDF Abstract BibTeX arXiv:2211.11542

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

Robust Second-order LiDAR Bundle Adjustment Algorithm Using Mean Squared Group Metric

2024-09-03 · Tingchen Ma, Yongsheng Ou, Sheng Xu

The bundle adjustment (BA) algorithm is a widely used nonlinear optimization technique in the backend of Simultaneous Localization and Mapping (SLAM) systems. By leveraging the co-view relationships of landmarks from mul…

Simultaneous Localization and Mapping

Deep learning for automatic head and neck lymph node level delineation provides expert-level accuracy

2022-08-28 · Thomas Weissmann, Yixing Huang, Stefan Fischer, Johannes Roesch 외

Background: Deep learning (DL)-based head and neck lymph node level (HN_LNL) autodelineation is of high relevance to radiotherapy research and clinical treatment planning but still underinvestigated in academic literatur…

An Efficient Plane Extraction Approach for Bundle Adjustment on LiDAR Point clouds

2023-04-29 · Zheng Liu, Fu Zhang

Bundle adjustment (BA) on LiDAR point clouds has been extensively investigated in recent years due to its ability to optimize multiple poses together, resulting in high accuracy and global consistency for point cloud. Ho…

GlobalPointer: Large-Scale Plane Adjustment with Bi-Convex Relaxation

2024-07-18 · Bangyan Liao, Zhenjun Zhao, Lu Chen, Haoang Li 외

Plane adjustment (PA) is crucial for many 3D applications, involving simultaneous pose estimation and plane recovery. Despite recent advancements, it remains a challenging problem in the realm of multi-view point cloud r…

Point Cloud RegistrationPose Estimation

RidgeSfM: Structure from Motion via Robust Pairwise Matching Under Depth Uncertainty

2020-11-20 · Benjamin Graham, David Novotny

We consider the problem of simultaneously estimating a dense depth map and camera pose for a large set of images of an indoor scene. While classical SfM pipelines rely on a two-step approach where cameras are first estim…