paper-with-me

홈 › Papers

A Novel Method for the Absolute Pose Problem with Pairwise Constraints

2019-03-25 · Yinlong Liu, Xuechen Li, Manning Wang, Guang Chen, Zhijian Song, Alois Knoll

Absolute pose estimation is a fundamental problem in computer vision, and it is a typical parameter estimation problem, meaning that efforts to solve it will always suffer from outlier-contaminated data. Conventionally, for a fixed dimensionality d and the number of measurements N, a robust estimation problem cannot be solved faster than O(N^d). Furthermore, it is almost impossible to remove d from the exponent of the runtime of a globally optimal algorithm. However, absolute pose estimation is a geometric parameter estimation problem, and thus has special constraints. In this paper, we consider pairwise constraints and propose a globally optimal algorithm for solving the absolute pose estimation problem. The proposed algorithm has a linear complexity in the number of correspondences at a given outlier ratio. Concretely, we first decouple the rotation and the translation subproblems by utilizing the pairwise constraints, and then we solve the rotation subproblem using the branch-and-bound algorithm. Lastly, we estimate the translation based on the known rotation by using another branch-and-bound algorithm. The advantages of our method are demonstrated via thorough testing on both synthetic and real-world data

📄 PDF Abstract BibTeX arXiv:1903.10175

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimationPose EstimationTranslation

Similar Papers 제목 키워드 기반

Pair2Score: Pairwise-to-Absolute Transfer for LLM-Based Essay Scoring

2026-05-03 · İbrahim Rıza Hallaç, Hasan Oğul arxiv

Many scoring applications require absolute predictions, while pairwise comparisons can provide a simpler learning objective. We present Pair2Score, a two-stage learning framework that transfers pairwise comparisons into …

Automated Essay Scoring

Differentiable Sorting Networks for Scalable Sorting and Ranking Supervision

2021-05-09 · Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

Sorting and ranking supervision is a method for training neural networks end-to-end based on ordering constraints. That is, the ground truth order of sets of samples is known, while their absolute values remain unsupervi…

Semi-supervised Clustering with Two Types of Background Knowledge: Fusing Pairwise Constraints and Monotonicity Constraints

2023-02-25 · Germán González-Almagro, Juan Luis Suárez, Pablo Sánchez-Bermejo, José-Ramón Cano 외

This study addresses the problem of performing clustering in the presence of two types of background knowledge: pairwise constraints and monotonicity constraints. To achieve this, the formal framework to perform clusteri…

Clustering

A Construction of Pairwise Co-prime Integer Matrices of Any Dimension and Their Least Common Right Multiple

2025-04-10 · Guangpu Guo, Xiang-Gen Xia

Compared with co-prime integers, co-prime integer matrices are more challenging due to the non-commutativity. In this paper, we present a new family of pairwise co-prime integer matrices of any dimension and large size. …

Pairwise RM: Perform Best-of-N Sampling with Knockout Tournament

2025-01-22 · Yantao Liu, Zijun Yao, Rui Min, Yixin Cao 외

Best-of-N (BoN) sampling, a common strategy for test-time scaling of Large Language Models (LLMs), relies on reward models to select the best candidate solution from multiple generations. However, traditional reward mode…

Math