Efficient Second-Order Plane Adjustment
- URL: http://arxiv.org/abs/2211.11542v1
- Date: Mon, 21 Nov 2022 15:06:11 GMT
- Title: Efficient Second-Order Plane Adjustment
- Authors: Lipu Zhou
- Abstract summary: This paper focuses on the problem of estimating the optimal planes and sensor poses to minimize the point-to-plane distance.
We adopt the Newton's method to efficiently solve the PA problem.
Empirical evaluation shows that our algorithm converges significantly faster than the widely used LM algorithm.
- Score: 6.510507449705342
- License: http://creativecommons.org/publicdomain/zero/1.0/
- Abstract: 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.
Related papers
- GlobalPointer: Large-Scale Plane Adjustment with Bi-Convex Relaxation [44.98626468432535]
Plane adjustment is crucial for many 3D applications, involving simultaneous pose estimation and plane recovery.
We exploit a novel optimization strategy termed textitBi-Convex Relaxation, which decouples the original problem into two simpler sub-problems.
We propose two algorithmic variants for solving the plane adjustment problem, namely textitGlobalPointer and textitGlobalPointer++.
arXiv Detail & Related papers (2024-07-18T14:09:03Z) - SPARE: Symmetrized Point-to-Plane Distance for Robust Non-Rigid Registration [76.40993825836222]
We propose SPARE, a novel formulation that utilizes a symmetrized point-to-plane distance for robust non-rigid registration.
The proposed method greatly improves the accuracy of non-rigid registration problems and maintains relatively high solution efficiency.
arXiv Detail & Related papers (2024-05-30T15:55:04Z) - Accelerating Cutting-Plane Algorithms via Reinforcement Learning
Surrogates [49.84541884653309]
A current standard approach to solving convex discrete optimization problems is the use of cutting-plane algorithms.
Despite the existence of a number of general-purpose cut-generating algorithms, large-scale discrete optimization problems continue to suffer from intractability.
We propose a method for accelerating cutting-plane algorithms via reinforcement learning.
arXiv Detail & Related papers (2023-07-17T20:11:56Z) - Smooth over-parameterized solvers for non-smooth structured optimization [3.756550107432323]
Non-smoothness encodes structural constraints on the solutions, such as sparsity, group sparsity, low-rank edges and sharp edges.
We operate a non-weighted but smooth overparametrization of the underlying nonsmooth optimization problems.
Our main contribution is to apply the Variable Projection (VarPro) which defines a new formulation by explicitly minimizing over part of the variables.
arXiv Detail & Related papers (2022-05-03T09:23:07Z) - Robust Extrinsic Symmetry Estimation in 3D Point Clouds [4.416484585765027]
Detecting the reflection symmetry plane of an object represented by a 3D point cloud is a fundamental problem in 3D computer vision and geometry processing.
We propose a statistical estimator-based approach for the plane of reflection symmetry that is robust to outliers and missing parts.
arXiv Detail & Related papers (2021-09-21T03:09:51Z) - Hybrid Trilinear and Bilinear Programming for Aligning Partially
Overlapping Point Sets [85.71360365315128]
In many applications, we need algorithms which can align partially overlapping point sets are invariant to the corresponding corresponding RPM algorithm.
We first show that the objective is a cubic bound function. We then utilize the convex envelopes of trilinear and bilinear monomial transformations to derive its lower bound.
We next develop a branch-and-bound (BnB) algorithm which only branches over the transformation variables and runs efficiently.
arXiv Detail & Related papers (2021-01-19T04:24:23Z) - Boosting Data Reduction for the Maximum Weight Independent Set Problem
Using Increasing Transformations [59.84561168501493]
We introduce new generalized data reduction and transformation rules for the maximum weight independent set problem.
Surprisingly, these so-called increasing transformations can simplify the problem and also open up the reduction space to yield even smaller irreducible graphs later in the algorithm.
Our algorithm computes significantly smaller irreducible graphs on all except one instance, solves more instances to optimality than previously possible, is up to two orders of magnitude faster than the best state-of-the-art solver, and finds higher-quality solutions than solvers DynWVC and HILS.
arXiv Detail & Related papers (2020-08-12T08:52:50Z) - Follow the bisector: a simple method for multi-objective optimization [65.83318707752385]
We consider optimization problems, where multiple differentiable losses have to be minimized.
The presented method computes descent direction in every iteration to guarantee equal relative decrease of objective functions.
arXiv Detail & Related papers (2020-07-14T09:50:33Z) - Effective Dimension Adaptive Sketching Methods for Faster Regularized
Least-Squares Optimization [56.05635751529922]
We propose a new randomized algorithm for solving L2-regularized least-squares problems based on sketching.
We consider two of the most popular random embeddings, namely, Gaussian embeddings and the Subsampled Randomized Hadamard Transform (SRHT)
arXiv Detail & Related papers (2020-06-10T15:00:09Z) - An Efficient Planar Bundle Adjustment Algorithm [23.419382737725623]
This paper presents an efficient algorithm for the least-squares problem using the point-to-plane cost.
It aims to jointly optimize depth sensor poses and plane parameters for 3D reconstruction.
arXiv Detail & Related papers (2020-05-30T05:54:22Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.