paper-with-me

Papers

A Scalable Combinatorial Solver for Elastic Geometrically Consistent 3D Shape Matching

2022-04-27 · CVPR 2022 1 · Paul Roetzer, Paul Swoboda, Daniel Cremers, Florian Bernard

We present a scalable combinatorial algorithm for globally optimizing over the space of geometrically consistent mappings between 3D shapes. We use the mathematically elegant formalism proposed by Windheuser et al. (ICCV 2011) where 3D shape matching was formulated as an integer linear program over the space of orientation-preserving diffeomorphisms. Until now, the resulting formulation had limited practical applicability due to its complicated constraint structure and its large size. We propose a novel primal heuristic coupled with a Lagrange dual problem that is several orders of magnitudes faster compared to previous solvers. This allows us to handle shapes with substantially more triangles than previously solvable. We demonstrate compelling results on diverse datasets, and, even showcase that we can address the challenging setting of matching two partial shapes without availability of complete shapes. Our code is publicly available at http://github.com/paul0noah/sm-comb .

📄 PDF Abstract BibTeX arXiv:2204.12805

Code (1)

paul0noah/sm-comb 공식 구현

Similar Papers 제목 키워드 기반

Elastic Solver: Balancing Solution Time and Energy Consumption

2016-05-23 · Barry Hurley, Deepak Mehta, Barry O'Sullivan

Combinatorial decision problems arise in many different domains such as scheduling, routing, packing, bioinformatics, and many more. Despite recent advances in developing scalable solvers, there are still many problems w…

Cloud ComputingScheduling

Elastic ODYN: Differentiable Optimization for Infeasible Control and Learning in Robotics

2026-06-15 · Aristotelis Papatheodorou, Jose Rojas, Ioannis Havoutis, Carlos Mastalli arxiv

Robotic systems routinely encounter conflicting objectives, modeling errors, and degenerate contact conditions that render quadratic programs (QPs) infeasible. Yet most optimization solvers and differentiable QP layers a…

DiscoMatch: Fast Discrete Optimisation for Geometrically Consistent 3D Shape Matching

2023-10-12 · Paul Roetzer, Ahmed Abbas, Dongliang Cao, Florian Bernard 외

In this work we propose to combine the advantages of learningbased and combinatorial formalisms for 3D shape matching. While learningbased methods lead to state-of-the-art matching performance, they do not ensure geometr…

valid

A Fast and Scalable Pathwise-Solver for Group Lasso and Elastic Net Penalized Regression via Block-Coordinate Descent

2024-05-14 · James Yang, Trevor Hastie

We develop fast and scalable algorithms based on block-coordinate descent to solve the group lasso and the group elastic net for generalized linear models along a regularization path. Special attention is given when the …

Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching

2026-05-29 · Shengyu Feng, Tarun Suresh, Yiming Yang arxiv

Diffusion-based neural solvers have shown strong promise for combinatorial optimization (CO), but existing methods typically rely on supervised training with large collections of near-optimal solutions. In this work, we …