paper-with-me

Papers

Fast geometric trim fitting using partial incremental sorting and accumulation

2022-09-05 · Min Li, Laurent Kneip

We present an algorithmic contribution to improve the efficiency of robust trim-fitting in outlier affected geometric regression problems. The method heavily relies on the quick sort algorithm, and we present two important insights. First, partial sorting is sufficient for the incremental calculation of the x-th percentile value. Second, the normal equations in linear fitting problems may be updated incrementally by logging swap operations across the x-th percentile boundary during sorting. Besides linear fitting problems, we demonstrate how the technique can be additionally applied to closed-form, non-linear energy minimization problems, thus enabling efficient trim fitting under geometrically optimal objectives. We apply our method to two distinct camera resectioning algorithms, and demonstrate highly efficient and reliable, geometric trim fitting.

📄 PDF Abstract BibTeX arXiv:2209.02034

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Not So Fast, Classifier – Accuracy and Entropy Reduction in Incremental Intent Classification

2021-11-01 · EMNLP (NLP4ConvAI) 2021 11 · Lianna Hrycyk, Alessandra Zarcone, Luzian Hahn

Incremental intent classification requires the assignment of intent labels to partial utterances. However, partial utterances do not necessarily contain enough information to be mapped to the intent class of their comple…

Classificationintent-classificationIntent Classification

EnerGS: Energy-Based Gaussian Splatting with Partial Geometric Priors

2026-04-29 · Rui Song, Tianhui Cai, Markus Gross, Yun Zhang 외 arxiv

3D Gaussian Splatting (3DGS) has been widely adopted for scene reconstruction, where training inherently constitutes a highly coupled and non-convex optimization problem. Recent works commonly incorporate geometric prior…

Partial Procedural Geometric Model Fitting for Point Clouds

2016-10-17 · Zongliang Zhang, Jonathan Li, Yulan Guo, Yangbin Lin 외

Geometric model fitting is a fundamental task in computer graphics and computer vision. However, most geometric model fitting methods are unable to fit an arbitrary geometric model (e.g. a surface with holes) to incomple…

model

UVTran: Accurate Hole-Filling Parameterization with Transformers

2026-04-27 · JunFeng Zhang arxiv

In industrial design, N-sided hole filling is typically formulated as the construction of a single trimmed B-spline surface by minimizing a fairness energy subject to geometric boundary constraints. This formulation requ…

Incremental Spatial and Spectral Learning of Neural Operators for Solving Large-Scale PDEs

2022-11-28 · Robert Joseph George, Jiawei Zhao, Jean Kossaifi, Zongyi Li 외

Fourier Neural Operators (FNO) offer a principled approach to solving challenging partial differential equations (PDE) such as turbulent flows. At the core of FNO is a spectral layer that leverages a discretization-conve…