paper-with-me

홈 › Papers

PARSAC: Accelerating Robust Multi-Model Fitting with Parallel Sample Consensus

2024-01-26 · Florian Kluger, Bodo Rosenhahn

We present a real-time method for robust estimation of multiple instances of geometric models from noisy data. Geometric models such as vanishing points, planar homographies or fundamental matrices are essential for 3D scene analysis. Previous approaches discover distinct model instances in an iterative manner, thus limiting their potential for speedup via parallel computation. In contrast, our method detects all model instances independently and in parallel. A neural network segments the input data into clusters representing potential model instances by predicting multiple sets of sample and inlier weights. Using the predicted weights, we determine the model parameters for each potential instance separately in a RANSAC-like fashion. We train the neural network via task-specific loss functions, i.e. we do not require a ground-truth segmentation of the input data. As suitable training data for homography and fundamental matrix fitting is scarce, we additionally present two new synthetic datasets. We demonstrate state-of-the-art performance on these as well as multiple established datasets, with inference times as small as five milliseconds per image.

📄 PDF Abstract BibTeX arXiv:2401.14919

Code (1)

fkluger/parsac 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A scan-specific unsupervised method for parallel MRI reconstruction via implicit neural representation

2022-10-19 · Ruimin Feng, Qing Wu, Yuyao Zhang, Hongjiang Wei

Parallel imaging is a widely-used technique to accelerate magnetic resonance imaging (MRI). However, current methods still perform poorly in reconstructing artifact-free MRI images from highly undersampled k-space data. …

MRI ReconstructionSpecificity

Fast SAM 3D Body: Accelerating SAM 3D Body for Real-Time Full-Body Human Mesh Recovery

2026-03-16 · Timing Yang, Sicheng He, Hongyi Jing, Jiawei Yang 외 arxiv

SAM 3D Body (3DB) achieves state-of-the-art accuracy in monocular 3D human mesh recovery, yet its inference latency of several seconds per image precludes real-time application. We present Fast SAM 3D Body, a training-fr…

Human Mesh Recovery

GrappaNet: Combining Parallel Imaging with Deep Learning for Multi-Coil MRI Reconstruction

2019-10-27 · CVPR 2020 6 · Anuroop Sriram, Jure Zbontar, Tullie Murrell, C. Lawrence Zitnick 외

Magnetic Resonance Image (MRI) acquisition is an inherently slow process which has spurred the development of two different acceleration methods: acquiring multiple correlated samples simultaneously (parallel imaging) an…

compressed sensingMRI Reconstruction

Accelerating Large Language Model Decoding with Speculative Sampling

2023-02-02 · Charlie Chen, Sebastian Borgeaud, Geoffrey Irving, Jean-Baptiste Lespiau 외

We present speculative sampling, an algorithm for accelerating transformer decoding by enabling the generation of multiple tokens from each transformer call. Our algorithm relies on the observation that the latency of pa…

Language ModelingLanguage ModellingLarge Language Modelmodel

Accelerating Diffusion LLMs via Adaptive Parallel Decoding

2025-05-31 · Daniel Israel, Guy Van Den Broeck, Aditya Grover

The generation speed of LLMs are bottlenecked by autoregressive decoding, where tokens are predicted sequentially one by one. Alternatively, diffusion large language models (dLLMs) theoretically allow for parallel token …