paper-with-me

홈 › Papers

CuSfM: CUDA-Accelerated Structure-from-Motion

2025-10-17 · Jingrui Yu, Jun Liu, Kefei Ren, Joydeep Biswas, Rurui Ye, Keqiang Wu, Chirag Majithia, Di Zeng arxiv

Efficient and accurate camera pose estimation forms the foundational requirement for dense reconstruction in autonomous navigation, robotic perception, and virtual simulation systems. This paper addresses the challenge via cuSfM, a CUDA-accelerated offline Structure-from-Motion system that leverages GPU parallelization to efficiently employ computationally intensive yet highly accurate feature extractors, generating comprehensive and non-redundant data associations for precise camera pose estimation and globally consistent mapping. The system supports pose optimization, mapping, prior-map localization, and extrinsic refinement. It is designed for offline processing, where computational resources can be fully utilized to maximize accuracy. Experimental results demonstrate that cuSfM achieves significantly improved accuracy and processing speed compared to the widely used COLMAP method across various testing scenarios, while maintaining the high precision and global consistency essential for offline SfM applications. The system is released as an open-source Python wrapper implementation, PyCuSfM, available at https://github.com/nvidia-isaac/pyCuSFM, to facilitate research and applications in computer vision and robotics.

📄 PDF Abstract BibTeX arXiv:2510.15271

Code (0)

등록된 구현이 없습니다.

Tasks

Camera Pose Estimation

Similar Papers 제목 키워드 기반

t-SNE-CUDA: GPU-Accelerated t-SNE and its Applications to Modern Data

2018-07-31 · David M. Chan, Roshan Rao, Forrest Huang, John F. Canny

Modern datasets and models are notoriously difficult to explore and analyze due to their inherent high dimensionality and massive numbers of samples. Existing visualization methods which employ dimensionality reduction t…

Dimensionality ReductionGPU

FAR-LIO: Enabling High-Speed Autonomy through Fast, Accurate, and Robust LiDAR-Inertial Odometry

2026-06-24 · Maximilian Leitenstern, Marcel Weinmann, Patrick Haft, Tobias Lasser 외 arxiv

Robust and accurate odometry estimation is essential in modern robotics. In environments characterized by highly dynamic motion and sensor noise, odometry estimation becomes increasingly challenging. Autonomous racing co…

Computational Efficiency

Model2Kernel: Model-Aware Symbolic Execution For Safe CUDA Kernels

2026-03-06 · Mengting He, Shihao Xia, Haomin Jia, Wenfei Wu 외 arxiv

The widespread adoption of large language models (LLMs) has made GPU-accelerated inference a critical part of modern computing infrastructure. Production inference systems rely on CUDA kernels to implement core transform…

Advancing Annotat3D with Harpia: A CUDA-Accelerated Library For Large-Scale Volumetric Data Segmentation

2025-11-14 · Camila Machado de Araujo, Egon P. B. S. Borges, Ricardo Marcelo Canteiro Grangeiro, Allan Pinto arxiv

High-resolution volumetric imaging techniques, such as X-ray tomography and advanced microscopy, generate increasingly large datasets that challenge existing tools for efficient processing, segmentation, and interactive …

Interactive Segmentation

CA-AC-MPC: CUDA-Accelerated Actor-Critic Model Predictive Control

2026-05-27 · Antoonio Buo, Vittorio Cammarota, Michele Avagnale, Pierluigi Arpenti 외 arxiv

In the literature, actor-critic model predictive control (AC-MPC) integrates MPC with reinforcement learning to enable high-performance control of complex dynamical systems. However, its differentiable MPC layer requires…

Reinforcement Learning