Topic

SLAM

Updated 2026.03.31 · 230 papers

← Back to topics
Image-Conditioned Adaptive Parameter Tuning for Visual Odometry Frontends Simone Nascivera, Leonard Bauersfeld, Jeff Delaune, Davide Scaramuzza Updated 2026-03-23

Resource-constrained autonomous robots rely on sparse direct and semi-direct visual-(inertial)-odometry (VO) pipelines, as they provide a favorable tradeoff between accuracy, robustness, and computational cost. However, the performance of most systems depends critically on hand-tuned hyperparameters governing feature detection, tracking, and outlier rejection. These parameters are typically fixed during deployment, even though their optimal values vary with scene characteristics such as texture density, illumination, motion blur, and sensor noise, leading to brittle performance in real-world environments. We propose the first image-conditioned reinforcement learning framework for online tuning of VO frontend parameters, effectively embedding the expert into the system. Our key idea is to formulate the frontend configuration as a sequential decision-making problem and learn a policy that directly maps visual input to feature detection and tracking parameters. The policy uses a lightweight texture-aware CNN encoder and a privileged critic during training. Unlike prior RL-based approaches that rely solely on internal VO statistics, our method observes the image content and proactively adapts parameters before tracking degrades. Experiments on TartanAirV2 and TUM RGB-D show 3x longer feature tracks and 3x lower computational cost, despite training entirely in simulation.

Preview loads on expand
Benchmarking Visual Feature Representations for LiDAR-Inertial-Visual Odometry Under Challenging Conditions Eunseon Choi, Junwoo Hong, Daehan Lee, Sanghyun Park, Hyunyoung Jo, Sunyoung Kim, Changho Kang, Seongsam Kim, Yonghan Jung, Jungwook Park, Seul Koo, Soohee Han Updated 2026-03-19

Accurate localization in autonomous driving is critical for successful missions including environmental mapping and survivor searches. In visually challenging environments, including low-light conditions, overexposure, illumination changes, and high parallax, the performance of conventional visual odometry methods significantly degrade undermining robust robotic navigation. Researchers have recently proposed LiDAR-inertial-visual odometry (LIVO) frameworks, that integrate LiDAR, IMU, and camera sensors, to address these challenges. This paper extends the FAST-LIVO2-based framework by introducing a hybrid approach that integrates direct photometric methods with descriptor-based feature matching. For the descriptor-based feature matching, this work proposes pairs of ORB with the Hamming distance, SuperPoint with SuperGlue, SuperPoint with LightGlue, and XFeat with the mutual nearest neighbor. The proposed configurations are benchmarked by accuracy, computational cost, and feature tracking stability, enabling a quantitative comparison of the adaptability and applicability of visual descriptors. The experimental results reveal that the proposed hybrid approach outperforms the conventional sparse-direct method. Although the sparse-direct method often fails to converge in regions where photometric inconsistency arises due to illumination changes, the proposed approach still maintains robust performance under the same conditions. Furthermore, the hybrid approach with learning-based descriptors enables robust and reliable visual state estimation across challenging environments.

Preview loads on expand
Full Stack Navigation, Mapping, and Planning for the Lunar Autonomy Challenge Adam Dai, Asta Wu, Keidai Iiyama, Guillem Casadesus Vila, Kaila Coimbra, Thomas Deng, Grace Gao Updated 2026-03-18

We present a modular, full-stack autonomy system for lunar surface navigation and mapping developed for the Lunar Autonomy Challenge. Operating in a GNSS-denied, visually challenging environment, our pipeline integrates semantic segmentation, stereo visual odometry, pose graph SLAM with loop closures, and layered planning and control. We leverage lightweight learning-based perception models for real-time segmentation and feature tracking and use a factor-graph backend to maintain globally consistent localization. High-level waypoint planning is designed to promote mapping coverage while encouraging frequent loop closures, and local motion planning uses arc sampling with geometric obstacle checks for efficient, reactive control. We evaluate our approach in the competition's high-fidelity lunar simulator, demonstrating centimeter-level localization accuracy, high-fidelity map generation, and strong repeatability across random seeds and rock distributions. Our solution achieved first place in the final competition evaluation.

Preview loads on expand
Industrial cuVSLAM Benchmark & Integration Charbel Abi Hana, Kameel Amareen, Mohamad Mostafa, Dmitry Slepichev, Hesam Rabeti, Zheng Wang, Mihir Acharya, Anthony Rizk Updated 2026-03-17

This work presents a comprehensive benchmark evaluation of visual odometry (VO) and visual SLAM (VSLAM) systems for mobile robot navigation in real-world logistical environments. We compare multiple visual odometry approaches across controlled trajectories covering translational, rotational, and mixed motion patterns, as well as a large-scale production facility dataset spanning approximately 1.7 km. Performance is evaluated using Absolute Pose Error (APE) against ground truth from a Vicon motion capture system and a LiDAR-based SLAM reference. Our results show that a hybrid stack combining the cuVSLAM front-end with a custom SLAM back-end achieves the strongest mapping accuracy, motivating a deeper integration of cuVSLAM as the core VO component in our robotics stack. We further validate this integration by deploying and testing the cuVSLAM-based VO stack on an NVIDIA Jetson platform.

Preview loads on expand
Edged USLAM: Edge-Aware Event-Based SLAM with Learning-Based Depth Priors Şebnem Sarıözkan, Hürkan Şahin, Olaya Álvarez-Tuñón, Erdal Kayacan Updated 2026-03-09

Conventional visual simultaneous localization and mapping (SLAM) algorithms often fail under rapid motion, low illumination, or abrupt lighting transitions due to motion blur and limited dynamic range. Event cameras mitigate these issues with high temporal resolution and high dynamic range (HDR), but their sparse, asynchronous outputs complicate feature extraction and integration with other sensors; e.g. inertial measurement units (IMUs) and standard cameras. We present Edged USLAM, a hybrid visual-inertial system that extends Ultimate SLAM (USLAM) with an edge-aware front-end and a lightweight depth module. The frontend enhances event frames for robust feature tracking and nonlinear motion compensation, while the depth module provides coarse, region-of-interest (ROI)-based scene depth to improve motion compensation and scale consistency. Evaluations across public benchmarks and real-world unmanned air vehicle (UAV) flights demonstrate that performance varies significantly by scenario. For instance, event-only methods like point-line event-based visual-inertial odometry (PL-EVIO) or learning-based pipelines such as deep event-based visual odometry (DEVO) excel in highly aggressive or extreme HDR conditions. In contrast, Edged USLAM provides superior stability and minimal drift in slow or structured trajectories, ensuring consistently accurate localization on real flights under challenging illumination. These findings highlight the complementary strengths of event-only, learning-based, and hybrid approaches, while positioning Edged USLAM as a robust solution for diverse aerial navigation tasks.

Preview loads on expand
Motion-aware Event Suppression for Event Cameras Roberto Pellerito, Nico Messikommer, Giovanni Cioffi, Marco Cannici, Davide Scaramuzza Updated 2026-02-27

In this work, we introduce the first framework for Motion-aware Event Suppression, which learns to filter events triggered by IMOs and ego-motion in real time. Our model jointly segments IMOs in the current event stream while predicting their future motion, enabling anticipatory suppression of dynamic events before they occur. Our lightweight architecture achieves 173 Hz inference on consumer-grade GPUs with less than 1 GB of memory usage, outperforming previous state-of-the-art methods on the challenging EVIMO benchmark by 67\% in segmentation accuracy while operating at a 53\% higher inference rate. Moreover, we demonstrate significant benefits for downstream applications: our method accelerates Vision Transformer inference by 83\% via token pruning and improves event-based visual odometry accuracy, reducing Absolute Trajectory Error (ATE) by 13\%.

Preview loads on expand
FLIGHT: Fibonacci Lattice-based Inference for Geometric Heading in real-Time David Dirnfeld, Fabien Delattre, Pedro Miraldo, Erik Learned-Miller Updated 2026-02-26

Estimating camera motion from monocular video is a fundamental problem in computer vision, central to tasks such as SLAM, visual odometry, and structure-from-motion. Existing methods that recover the camera's heading under known rotation, whether from an IMU or an optimization algorithm, tend to perform well in low-noise, low-outlier conditions, but often decrease in accuracy or become computationally expensive as noise and outlier levels increase. To address these limitations, we propose a novel generalization of the Hough transform on the unit sphere (S(2)) to estimate the camera's heading. First, the method extracts correspondences between two frames and generates a great circle of directions compatible with each pair of correspondences. Then, by discretizing the unit sphere using a Fibonacci lattice as bin centers, each great circle casts votes for a range of directions, ensuring that features unaffected by noise or dynamic objects vote consistently for the correct motion direction. Experimental results on three datasets demonstrate that the proposed method is on the Pareto frontier of accuracy versus efficiency. Additionally, experiments on SLAM show that the proposed method reduces RMSE by correcting the heading during camera pose initialization.

Preview loads on expand
OpenVO: Open-World Visual Odometry with Temporal Dynamics Awareness Phuc D. A. Nguyen, Anh N. Nhu, Ming C. Lin Updated 2026-02-22

We introduce OpenVO, a novel framework for Open-world Visual Odometry (VO) with temporal awareness under limited input conditions. OpenVO effectively estimates real-world-scale ego-motion from monocular dashcam footage with varying observation rates and uncalibrated cameras, enabling robust trajectory dataset construction from rare driving events recorded in dashcam. Existing VO methods are trained on fixed observation frequency (e.g., 10Hz or 12Hz), completely overlooking temporal dynamics information. Many prior methods also require calibrated cameras with known intrinsic parameters. Consequently, their performance degrades when (1) deployed under unseen observation frequencies or (2) applied to uncalibrated cameras. These significantly limit their generalizability to many downstream tasks, such as extracting trajectories from dashcam footage. To address these challenges, OpenVO (1) explicitly encodes temporal dynamics information within a two-frame pose regression framework and (2) leverages 3D geometric priors derived from foundation models. We validate our method on three major autonomous-driving benchmarks - KITTI, nuScenes, and Argoverse 2 - achieving more than 20 performance improvement over state-of-the-art approaches. Under varying observation rate settings, our method is significantly more robust, achieving 46%-92% lower errors across all metrics. These results demonstrate the versatility of OpenVO for real-world 3D reconstruction and diverse downstream applications.

Preview loads on expand
UAV-SEAD: State Estimation Anomaly Dataset for UAVs Aykut Kabaoglu, Sanem Sariel Updated 2026-02-14

Accurate state estimation in Unmanned Aerial Vehicles (UAVs) is crucial for ensuring reliable and safe operation, as anomalies occurring during mission execution may induce discrepancies between expected and observed system behaviors, thereby compromising mission success or posing potential safety hazards. It is essential to continuously monitor and detect such conditions in order to ensure a timely response and maintain system reliability. In this work, we focus on UAV state estimation anomalies and provide a large-scale real-world UAV dataset to facilitate research aimed at improving the development of anomaly detection. Unlike existing datasets that primarily rely on injected faults into simulated data, this dataset comprises 1396 real flight logs totaling over 52 hours of flight time, collected across diverse indoor and outdoor environments using a collection of PX4-based UAVs equipped with a variety of sensor configurations. The dataset comprises both normal and anomalous flights without synthetic manipulation, making it uniquely suitable for realistic anomaly detection tasks. A structured classification is proposed that categorizes UAV state estimation anomalies into four classes: mechanical and electrical, external position, global position, and altitude anomalies. These classifications reflect collective, contextual, and outlier anomalies observed in multivariate sensor data streams, including IMU, GPS, barometer, magnetometer, distance sensors, visual odometry, and optical flow, that can be found in the PX4 logging mechanism. It is anticipated that this dataset will play a key role in the development, training, and evaluation of anomaly detection and isolation systems to address the critical gap in UAV reliability research.

Preview loads on expand
GSO-SLAM: Bidirectionally Coupled Gaussian Splatting and Direct Visual Odometry Jiung Yeon, Seongbo Ha, Hyeonwoo Yu Updated 2026-02-12

We propose GSO-SLAM, a real-time monocular dense SLAM system that leverages Gaussian scene representation. Unlike existing methods that couple tracking and mapping with a unified scene, incurring computational costs, or loosely integrate them with well-structured tracking frameworks, introducing redundancies, our method bidirectionally couples Visual Odometry (VO) and Gaussian Splatting (GS). Specifically, our approach formulates joint optimization within an Expectation-Maximization (EM) framework, enabling the simultaneous refinement of VO-derived semi-dense depth estimates and the GS representation without additional computational overhead. Moreover, we present Gaussian Splat Initialization, which utilizes image information, keyframe poses, and pixel associations from VO to produce close approximations to the final Gaussian scene, thereby eliminating the need for heuristic methods. Through extensive experiments, we validate the effectiveness of our method, showing that it not only operates in real time but also achieves state-of-the-art geometric/photometric fidelity of the reconstructed scene and tracking accuracy.

Preview loads on expand
Feature points evaluation on omnidirectional vision with a photorealistic fisheye sequence -- A report on experiments done in 2014 Julien Moreau, S. Ambellouis, Yassine Ruichek Updated 2026-02-05

What is this report: This is a scientific report, contributing with a detailed bibliography, a dataset which we will call now PFSeq for ''Photorealistic Fisheye Sequence'' and make available at https://doi.org/10. 57745/DYIVVU, and comprehensive experiments. This work should be considered as a draft, and has been done during my PhD thesis ''Construction of 3D models from fisheye video data-Application to the localisation in urban area'' in 2014 [Mor16]. These results have never been published. The aim was to find the best features detector and descriptor for fisheye images, in the context of selfcalibration, with cameras mounted on the top of a car and aiming at the zenith (to proceed then fisheye visual odometry and stereovision in urban scenes). We face a chicken and egg problem, because we can not take advantage of an accurate projection model for an optimal features detection and description, and we rightly need good features to perform the calibration (i.e. to compute the accurate projection model of the camera). What is not this report: It does not contribute with new features algorithm. It does not compare standard features algorithms to algorithms designed for omnidirectional images (unfortunately). It has not been peer-reviewed. Discussions have been translated and enhanced but the experiments have not been run again and the report has not been updated accordingly to the evolution of the state-of-the-art (read this as a 2014 report).

Preview loads on expand
When Simultaneous Localization and Mapping Meets Wireless Communications: A Survey Konstantinos Gounis, Sotiris A. Tegos, Dimitrios Tyrovolas, Panagiotis D. Diamantoulakis, George K. Karagiannidis Updated 2026-01-28

The availability of commercial wireless communication and sensing equipment combined with the advancements in intelligent autonomous systems paves the way towards robust joint communications and simultaneous localization and mapping (SLAM). This paper surveys the state-of-the-art in the nexus of SLAM and Wireless Communications, attributing the bidirectional impact of each with a focus on visual SLAM (V-SLAM) integration. We provide an overview of key concepts related to wireless signal propagation, geometric channel modeling, and radio frequency (RF)-based localization and sensing. In addition to this, we show image processing techniques that can detect landmarks, proactively predicting optimal paths for wireless channels. Several dimensions are considered, including the prerequisites, techniques, background, and future directions and challenges of the intersection between SLAM and wireless communications. We analyze mathematical approaches such as probabilistic models, and spatial methods for signal processing, as well as key technological aspects. We expose techniques and items towards enabling a highly effective retrieval of the autonomous robot state. Among other interesting findings, we observe that monocular V-SLAM would benefit from RF relevant information, as the latter can serve as a proxy for the scale ambiguity resolution. Conversely, we find that wireless communications in the context of 5G and beyond can potentially benefit from visual odometry that is central in SLAM. Moreover, we examine other sources besides the camera for SLAM and describe the twofold relation with wireless communications. Finally, integrated solutions performing joint communications and SLAM are still in their infancy: theoretical and practical advancements are required to add higher-level localization and semantic perception capabilities to RF and multi-antenna technologies.

Preview loads on expand
Keyframe-Based Feed-Forward Visual Odometry Weichen Dai, Wenhan Su, Da Kong, Yuhang Ming, Wanzeng Kong Updated 2026-01-22

The emergence of visual foundation models has revolutionized visual odometry~(VO) and SLAM, enabling pose estimation and dense reconstruction within a single feed-forward network. However, unlike traditional pipelines that leverage keyframe methods to enhance efficiency and accuracy, current foundation model based methods, such as VGGT-Long, typically process raw image sequences indiscriminately. This leads to computational redundancy and degraded performance caused by low inter-frame parallax, which provides limited contextual stereo information. Integrating traditional geometric heuristics into these methods is non-trivial, as their performance depends on high-dimensional latent representations rather than explicit geometric metrics. To bridge this gap, we propose a novel keyframe-based feed-forward VO. Instead of relying on hand-crafted rules, our approach employs reinforcement learning to derive an adaptive keyframe policy in a data-driven manner, aligning selection with the intrinsic characteristics of the underlying foundation model. We train our agent on TartanAir dataset and conduct extensive evaluations across several real-world datasets. Experimental results demonstrate that the proposed method achieves consistent and substantial improvements over state-of-the-art feed-forward VO methods.

Preview loads on expand
360DVO: Deep Visual Odometry for Monocular 360-Degree Camera Xiaopeng Guo, Yinzhe Xu, Huajian Huang, Sai-Kit Yeung Updated 2026-01-09

Monocular omnidirectional visual odometry (OVO) systems leverage 360-degree cameras to overcome field-of-view limitations of perspective VO systems. However, existing methods, reliant on handcrafted features or photometric objectives, often lack robustness in challenging scenarios, such as aggressive motion and varying illumination. To address this, we present 360DVO, the first deep learning-based OVO framework. Our approach introduces a distortion-aware spherical feature extractor (DAS-Feat) that adaptively learns distortion-resistant features from 360-degree images. These sparse feature patches are then used to establish constraints for effective pose estimation within a novel omnidirectional differentiable bundle adjustment (ODBA) module. To facilitate evaluation in realistic settings, we also contribute a new real-world OVO benchmark. Extensive experiments on this benchmark and public synthetic datasets (TartanAir V2 and 360VO) demonstrate that 360DVO surpasses state-of-the-art baselines (including 360VO and OpenVSLAM), improving robustness by 50% and accuracy by 37.5%. Homepage: https://chris1004336379.github.io/360DVO-homepage

Preview loads on expand
Learning to Anchor Visual Odometry: KAN-Based Pose Regression for Planetary Landing Xubo Luo, Zhaojin Li, Xue Wan, Wei Zhang, Leizheng Shu Updated 2025-12-30

Accurate and real-time 6-DoF localization is mission-critical for autonomous lunar landing, yet existing approaches remain limited: visual odometry (VO) drifts unboundedly, while map-based absolute localization fails in texture-sparse or low-light terrain. We introduce KANLoc, a monocular localization framework that tightly couples VO with a lightweight but robust absolute pose regressor. At its core is a Kolmogorov-Arnold Network (KAN) that learns the complex mapping from image features to map coordinates, producing sparse but highly reliable global pose anchors. These anchors are fused into a bundle adjustment framework, effectively canceling drift while retaining local motion precision. KANLoc delivers three key advances: (i) a KAN-based pose regressor that achieves high accuracy with remarkable parameter efficiency, (ii) a hybrid VO-absolute localization scheme that yields globally consistent real-time trajectories (>=15 FPS), and (iii) a tailored data augmentation strategy that improves robustness to sensor occlusion. On both realistic synthetic and real lunar landing datasets, KANLoc reduces average translation and rotation error by 32% and 45%, respectively, with per-trajectory gains of up to 45%/48%, outperforming strong baselines.

Preview loads on expand
Trifocal Tensor and Relative Pose Estimation with Known Vertical Direction Tao Li, Zhenbao Yu, Banglei Guan, Jianli Han, Weimin Lv, Friedrich Fraundorfer Updated 2025-12-22

This work presents two novel solvers for estimating the relative poses among views with known vertical directions. The vertical directions of camera views can be easily obtained using inertial measurement units (IMUs) which have been widely used in autonomous vehicles, mobile phones, and unmanned aerial vehicles (UAVs). Given the known vertical directions, our lgorithms only need to solve for two rotation angles and two translation vectors. In this paper, a linear closed-form solution has been described, requiring only four point correspondences in three views. We also propose a minimal solution with three point correspondences using the latest Gröbner basis solver. Since the proposed methods require fewer point correspondences, they can be efficiently applied within the RANSAC framework for outliers removal and pose estimation in visual odometry. The proposed method has been tested on both synthetic data and real-world scenes from KITTI. The experimental results show that the accuracy of the estimated poses is superior to other alternative methods.

Preview loads on expand
SUPER -- A Framework for Sensitivity-based Uncertainty-aware Performance and Risk Assessment in Visual Inertial Odometry Johannes A. Gaus, Daniel Häufle, Woo-Jeong Baek Updated 2025-12-16

While many visual odometry (VO), visual-inertial odometry (VIO), and SLAM systems achieve high accuracy, the majority of existing methods miss to assess risks at runtime. This paper presents SUPER (Sensitivity-based Uncertainty-aware PErformance and Risk assessment) that is a generic and explainable framework that propagates uncertainties via sensitivities for real-time risk assessment in VIO. The scientific novelty lies in the derivation of a real-time risk indicator that is backend-agnostic and exploits the Schur complement blocks of the Gauss-Newton normal matrix to propagate uncertainties. Practically, the Schur complement captures the sensitivity that reflects the influence of the uncertainty on the risk occurrence. Our framework estimates risks on the basis of the residual magnitudes, geometric conditioning, and short horizon temporal trends without requiring ground truth knowledge. Our framework enables to reliably predict trajectory degradation 50 frames ahead with an improvement of 20% to the baseline. In addition, SUPER initiates a stop or relocalization policy with 89.1% recall. The framework is backend agnostic and operates in real time with less than 0.2% additional CPU cost. Experiments show that SUPER provides consistent uncertainty estimates. A SLAM evaluation highlights the applicability to long horizon mapping.

Preview loads on expand
Inertial Magnetic SLAM Systems Using Low-Cost Sensors Chuan Huang, Gustaf Hendeby, Isaac Skog Updated 2025-12-10

Spatially inhomogeneous magnetic fields offer a valuable, non-visual information source for positioning. Among systems leveraging this, magnetic field-based simultaneous localization and mapping (SLAM) systems are particularly attractive because they can provide positioning information and build a magnetic field map on the fly. Moreover, they have bounded error within mapped regions. However, state-of-the-art methods typically require low-drift odometry data provided by visual odometry or a wheel encoder, etc. This is because these systems need to minimize/reduce positioning errors while exploring, which happens when they are in unmapped regions. To address these limitations, this work proposes a loosely coupled and a tightly coupled inertial magnetic SLAM (IM-SLAM) system. The proposed systems use commonly available low-cost sensors: an inertial measurement unit (IMU), a magnetometer array, and a barometer. The use of non-visual data provides a significant advantage over visual-based systems, making it robust to low-visibility conditions. Both systems employ state-space representations, and magnetic field models on different scales. The difference lies in how they use a local and global magnetic field model. The loosely coupled system uses these models separately in two state-space models, while the tightly coupled system integrates them into one state-space model. Experiment results show that the tightly coupled IM-SLAM system achieves lower positioning errors than the loosely coupled system in most scenarios, with typical errors on the order of meters per 100 meters traveled. These results demonstrate the feasiblity of developing a full 3D IM-SLAM systems using low-cost sensors and the potential of applying these systems in emergency response scenarios such as mine/fire rescue.

Preview loads on expand
KM-ViPE: Online Tightly Coupled Vision-Language-Geometry Fusion for Open-Vocabulary Semantic SLAM Zaid Nasser et.al. Updated 2025-12-01

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Odometry Without Correspondence from Inertially Constrained Ruled Surfaces Chenqi Zhu, Levi Burner, Yiannis Aloimonos Updated 2025-11-29

Visual odometry techniques typically rely on feature extraction from a sequence of images and subsequent computation of optical flow. This point-to-point correspondence between two consecutive frames can be costly to compute and suffers from varying accuracy, which affects the odometry estimate's quality. Attempts have been made to bypass the difficulties originating from the correspondence problem by adopting line features and fusing other sensors (event camera, IMU) to improve performance, many of which still heavily rely on correspondence. If the camera observes a straight line as it moves, the image of the line sweeps a smooth surface in image-space time. It is a ruled surface and analyzing its shape gives information about odometry. Further, its estimation requires only differentially computed updates from point-to-line associations. Inspired by event cameras' propensity for edge detection, this research presents a novel algorithm to reconstruct 3D scenes and visual odometry from these ruled surfaces. By constraining the surfaces with the inertia measurements from an onboard IMU sensor, the dimensionality of the solution space is greatly reduced.

Preview loads on expand
MARVO: Marine-Adaptive Radiance-aware Visual Odometry Sacchin Sundar, Atman Kikani, Aaliya Alam, Sumukh Shrote, A. Nayeemulla Khan, A. Shahina Updated 2025-11-28

Underwater visual localization remains challenging due to wavelength-dependent attenuation, poor texture, and non-Gaussian sensor noise. We introduce MARVO, a physics-aware, learning-integrated odometry framework that fuses underwater image formation modeling, differentiable matching, and reinforcement-learning optimization. At the front-end, we extend transformer-based feature matcher with a Physics Aware Radiance Adapter that compensates for color channel attenuation and contrast loss, yielding geometrically consistent feature correspondences under turbidity. These semi dense matches are combined with inertial and pressure measurements inside a factor-graph backend, where we formulate a keyframe-based visual-inertial-barometric estimator using GTSAM library. Each keyframe introduces (i) Pre-integrated IMU motion factors, (ii) MARVO-derived visual pose factors, and (iii) barometric depth priors, giving a full-state MAP estimate in real time. Lastly, we introduce a Reinforcement-Learningbased Pose-Graph Optimizer that refines global trajectories beyond local minima of classical least-squares solvers by learning optimal retraction actions on SE(2).

Preview loads on expand
Dual-Agent Reinforcement Learning for Adaptive and Cost-Aware Visual-Inertial Odometry Feiyang Pan et.al. Updated 2025-11-26

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Conceptual Evaluation of Deep Visual Stereo Odometry for the MARWIN Radiation Monitoring Robot in Accelerator Tunnels André Dehne et.al. Updated 2025-11-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Estimating Fog Parameters from a Sequence of Stereo Images Yining Ding et.al. Updated 2025-11-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Metric, inertially aligned monocular state estimation via kinetodynamic priors Jiaxin Liu, Min Li, Wanting Xu, Liang Li, Jiaqi Yang, Laurent Kneip Updated 2025-11-25

Accurate state estimation for flexible robotic systems poses significant challenges, particular for platforms with dynamically deforming structures that invalidate rigid-body assumptions. This paper tackles this problem and allows to extend existing rigid-body pose estimation methods to non-rigid systems. Our approach hinges on two core assumptions: first, the elastic properties are captured by an injective deformation-force model, efficiently learned via a Multi-Layer Perceptron; second, we solve the platform's inherently smooth motion using continuous-time B-spline kinematic models. By continuously applying Newton's Second Law, our method establishes a physical link between visually-derived trajectory acceleration and predicted deformation-induced acceleration. We demonstrate that our approach not only enables robust and accurate pose estimation on non-rigid platforms, but that the properly modeled platform physics instigate inertial sensing properties. We demonstrate this feasibility on a simple spring-camera system, and show how it robustly resolves the typically ill-posed problem of metric scale and gravity recovery in monocular visual odometry.

Preview loads on expand
AMB3R: Accurate Feed-forward Metric-scale 3D Reconstruction with Backend Hengyi Wang, Lourdes Agapito Updated 2025-11-25

We present AMB3R, a multi-view feed-forward model for dense 3D reconstruction on a metric-scale that addresses diverse 3D vision tasks. The key idea is to leverage a sparse, yet compact, volumetric scene representation as our backend, enabling geometric reasoning with spatial compactness. Although trained solely for multi-view reconstruction, we demonstrate that AMB3R can be seamlessly extended to uncalibrated visual odometry (online) or large-scale structure from motion without the need for task-specific fine-tuning or test-time optimization. Compared to prior pointmap-based models, our approach achieves state-of-the-art performance in camera pose, depth, and metric-scale estimation, 3D reconstruction, and even surpasses optimization-based SLAM and SfM methods with dense reconstruction priors on common benchmarks.

Preview loads on expand
AutoOdom: Learning Auto-regressive Proprioceptive Odometry for Legged Locomotion Changsheng Luo, Yushi Wang, Wenhan Cai, Mingguo Zhao Updated 2025-11-24

Accurate proprioceptive odometry is fundamental for legged robot navigation in GPS-denied and visually degraded environments where conventional visual odometry systems fail. Current approaches face critical limitations: analytical filtering methods suffer from modeling uncertainties and cumulative drift, hybrid learning-filtering approaches remain constrained by their analytical components, while pure learning-based methods struggle with simulation-to-reality transfer and demand extensive real-world data collection. This paper introduces AutoOdom, a novel autoregressive proprioceptive odometry system that overcomes these challenges through an innovative two-stage training paradigm. Stage 1 employs large-scale simulation data to learn complex nonlinear dynamics and rapidly changing contact states inherent in legged locomotion, while Stage 2 introduces an autoregressive enhancement mechanism using limited real-world data to effectively bridge the sim-to-real gap. The key innovation lies in our autoregressive training approach, where the model learns from its own predictions to develop resilience against sensor noise and improve robustness in highly dynamic environments. Comprehensive experimental validation on the Booster T1 humanoid robot demonstrates that AutoOdom significantly outperforms state-of-the-art methods across all evaluation metrics, achieving 57.2% improvement in absolute trajectory error, 59.2% improvement in Umeyama-aligned error, and 36.2% improvement in relative pose error compared to the Legolas baseline. Extensive ablation studies provide critical insights into sensor modality selection and temporal modeling, revealing counterintuitive findings about IMU acceleration data and validating our systematic design choices for robust proprioceptive odometry in challenging locomotion scenarios.

Preview loads on expand
IndustryNav: Exploring Spatial Reasoning of Embodied Agents in Dynamic Industrial Navigation Yifan Li et.al. Updated 2025-11-21

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A visual study of ICP variants for Lidar Odometry Sebastian Dingler et.al. Updated 2025-11-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
DPVO-QAT++: Heterogeneous QAT and CUDA Kernel Fusion for High-Performance Deep Patch Visual Odometry Cheng Liao Updated 2025-11-16

Deep learning-based Visual SLAM (vSLAM) systems exhibit exceptional geometric reasoning capabilities, yet their prohibitive computational overhead severely restricts deployment on resource-constrained autonomous platforms. This paper presents a hierarchical quantization optimization framework, DPVO-QAT++ (DPVO-QAT++: Heterogeneous QAT and CUDA Kernel Fusion for High-Performance Deep Patch Visual Odometry). Through the synergistic integration of learnable scale parameterization, a heterogeneous precision design for the Visual Odometry (VO) front-end and back-end (front-end floating-point fake quantization with FP16/FP32; back-end full precision), and GPU-native kernel fusion for fake quantization (custom CUDA kernels), our framework significantly reduces memory footprint and increases processing speed while preserving the trajectory accuracy of the original model. On the TartanAir dataset, our framework achieves an average FPS increase of 52.1%, a 29.1% reduction in median latency, and a 64.9% reduction in peak GPU memory reservation, while maintaining trajectory accuracy (ATE) comparable to the original DPVO model across 32 validation sequences. On the EuRoC dataset, it realizes an average FPS increase of 30.1%, a 23.1% reduction in median latency, and a 37.7% reduction in peak GPU memory reservation, maintaining comparable trajectory accuracy (ATE) across 11 validation sequences. Experimental results demonstrate that DPVO-QAT++ effectively bridges the gap between high-precision deep VO and the efficiency requirements for practical deployment, offering a viable engineering paradigm for the application of this technology on real-world embedded platforms. Keywords: Visual Odometry, Heterogeneous Precision Architecture, Quantization-Aware Training, CUDA Kernel Fusion, Scale-Only Training, Deep Patch Visual Odometry, GPU-Native Kernel Fusion.

Preview loads on expand
DualVision ArthroNav: Investigating Opportunities to Enhance Localization and Reconstruction in Image-based Arthroscopy Navigation via External Cameras Hongchao Shu et.al. Updated 2025-11-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SMF-VO: Direct Ego-Motion Estimation via Sparse Motion Fields Sangheon Yang et.al. Updated 2025-11-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Integration of Visual SLAM into Consumer-Grade Automotive Localization Luis Diener et.al. Updated 2025-11-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Robust and High-Fidelity 3D Gaussian Splatting: Fusing Pose Priors and Geometry Constraints for Texture-Deficient Outdoor Scenes Meijun Guo et.al. Updated 2025-11-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
LiDAR-VGGT: Cross-Modal Coarse-to-Fine Fusion for Globally Consistent and Metric-Scale Dense Mapping Lijie Wang et.al. Updated 2025-11-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
AgriGS-SLAM: Orchard Mapping Across Seasons via Multi-View Gaussian Splatting SLAM Mirko Usuelli et.al. Updated 2025-10-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
EA3D: Online Open-World 3D Object Extraction from Streaming Videos Xiaoyu Zhou et.al. Updated 2025-10-29

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Degradation-Aware Cooperative Multi-Modal GNSS-Denied Localization Leveraging LiDAR-Based Robot Detections Václav Pritzl et.al. Updated 2025-10-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
DeepDetect: Learning All-in-One Dense Keypoints Shaharyar Ahmed Khan Tareen et.al. Updated 2025-10-21

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SPORTS: Simultaneous Panoptic Odometry, Rendering, Tracking and Segmentation for Urban Scenes Understanding Zhiliu Yang et.al. Updated 2025-10-14

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
PolygMap: A Perceptive Locomotion Framework for Humanoid Robot Stair Climbing Bingquan Li et.al. Updated 2025-10-14

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Visual Odometry with Transformers Vlardimir Yugay et.al. Updated 2025-10-02

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Omni-LIVO: Robust RGB-Colored Multi-Camera Visual-Inertial-LiDAR Odometry via Photometric Migration and ESIKF Fusion Yinong Cao et.al. Updated 2025-09-19

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
BEV-ODOM2: Enhanced BEV-based Monocular Visual Odometry with PV-BEV Fusion and Dense Flow Supervision for Ground Robots Yufei Wei et.al. Updated 2025-09-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
UM-Depth : Uncertainty Masked Self-Supervised Monocular Depth Estimation with Visual Odometry Tae-Wook Um et.al. Updated 2025-09-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Barometer-Aided Attitude Estimation Méloné Nyoba Tchonkeu et.al. Updated 2025-09-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Good Deep Features to Track: Self-Supervised Feature Extraction and Tracking in Visual Odometry Sai Puneeth Reddy Gottam et.al. Updated 2025-09-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Deep Visual Odometry for Stereo Event Cameras Sheng Zhong et.al. Updated 2025-09-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Aerial-ground Cross-modal Localization: Dataset, Ground-truth, and Benchmark Yandi Yang et.al. Updated 2025-09-09

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Odometry Calibration and Pose Estimation of a 4WIS4WID Mobile Wall Climbing Robot Branimir Ćaran et.al. Updated 2025-09-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
CoProU-VO: Combining Projected Uncertainty for End-to-End Unsupervised Monocular Visual Odometry Jingchao Xie et.al. Updated 2025-08-01

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A Fast and Light-weight Non-Iterative Visual Odometry with RGB-D Cameras Zheng Yang et.al. Updated 2025-07-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
DiffPF: Differentiable Particle Filtering with Generative Sampling via Conditional Diffusion Models Ziyu Wan et.al. Updated 2025-07-21

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Dense-depth map guided deep Lidar-Visual Odometry with Sparse Point Clouds and Images JunYing Huang et.al. Updated 2025-07-21

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
DINO-VO: A Feature-based Visual Odometry Leveraging a Visual Foundation Model Maulana Bisyir Azhari et.al. Updated 2025-07-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MoCap2GT: A High-Precision Ground Truth Estimator for SLAM Benchmarking Based on Motion Capture and IMU Fusion Zichao Shu et.al. Updated 2025-07-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Next-Gen Museum Guides: Autonomous Navigation and Visitor Interaction with an Agentic Robot Luca Garello et.al. Updated 2025-07-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Tree-SLAM: semantic object SLAM for efficient mapping of individual trees in orchards David Rapado-Rincon et.al. Updated 2025-07-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Towards Robust Sensor-Fusion Ground SLAM: A Comprehensive Benchmark and A Resilient Framework Deteng Zhang et.al. Updated 2025-07-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Hardware-Aware Feature Extraction Quantisation for Real-Time Visual Odometry on FPGA Platforms Mateusz Wasala et.al. Updated 2025-07-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
IRAF-SLAM: An Illumination-Robust and Adaptive Feature-Culling Front-End for Visual SLAM in Challenging Environments Thanh Nguyen Canh et.al. Updated 2025-07-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
g2o vs. Ceres: Optimizing Scan Matching in Cartographer SLAM Quanjie Qiu et.al. Updated 2025-07-09

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Gaussian-LIC2: LiDAR-Inertial-Camera Gaussian Splatting SLAM Xiaolei Lang et.al. Updated 2025-07-09

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Mapping the Catacombs: An Underwater Cave Segment of the Devil's Eye System Michalis Chatzispyrou et.al. Updated 2025-07-08

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Cooperative Mapping, Localization, and Beam Management via Multi-Modal SLAM in ISAC Systems Hang Que et.al. Updated 2025-07-08

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Simultaneous Localization and Mapping Using Active mmWave Sensing in 5G NR Tao Du et.al. Updated 2025-07-07

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Lidar Variability: A Novel Dataset and Comparative Study of Solid-State and Spinning Lidars Doumegna Mawuto Koudjo Felix et.al. Updated 2025-07-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Outdoor Monocular SLAM with Global Scale-Consistent 3D Gaussian Pointmaps Chong Cheng et.al. Updated 2025-07-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
RaGNNarok: A Light-Weight Graph Neural Network for Enhancing Radar Point Clouds on Unmanned Ground Vehicles David Hunt et.al. Updated 2025-07-01

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Generation of Indoor Open Street Maps for Robot Navigation from CAD Files Jiajie Zhang et.al. Updated 2025-07-01

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VOCAL: Visual Odometry via ContrAstive Learning Chi-Yao Huang et.al. Updated 2025-06-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
TVG-SLAM: Robust Gaussian Splatting SLAM with Tri-view Geometric Constraints Zhen Tan et.al. Updated 2025-06-29

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Event-based Stereo Visual-Inertial Odometry with Voxel Map Zhaoxing Zhang et.al. Updated 2025-06-29

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Adaptive Multipath-Based SLAM for Distributed MIMO Systems Xuhong Li et.al. Updated 2025-06-26

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
EndoFlow-SLAM: Real-Time Endoscopic SLAM with Flow-Constrained Gaussian Splatting Taoyu Wu et.al. Updated 2025-06-26

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
CURL-SLAM: Continuous and Compact LiDAR Mapping Kaicheng Zhang et.al. Updated 2025-06-26

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SPARK: Graph-Based Online Semantic Integration System for Robot Task Planning Mimo Shirasaka et.al. Updated 2025-06-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Real-Time Obstacle Avoidance Algorithms for Unmanned Aerial and Ground Vehicles Jingwen Wei et.al. Updated 2025-06-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Ark: An Open-source Python-based Framework for Robot Learning Magnus Dierking et.al. Updated 2025-06-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Posterior Cramér-Rao Bounds on Localization and Mapping Errors in Distributed MIMO SLAM Benjamin J. B. Deutschmann et.al. Updated 2025-06-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Multimodal Fusion SLAM with Fourier Attention Youjie Zhou et.al. Updated 2025-06-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
RA-NeRF: Robust Neural Radiance Field Reconstruction with Accurate Camera Pose Estimation under Complex Trajectories Qingsong Yan et.al. Updated 2025-06-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GRAND-SLAM: Local Optimization for Globally Consistent Large-Scale Multi-Agent Gaussian SLAM Annika Thomas et.al. Updated 2025-06-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MCN-SLAM: Multi-Agent Collaborative Neural SLAM with Hybrid Implicit Neural Scene Representation Tianchen Deng et.al. Updated 2025-06-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ADA-DPM: A Neural Descriptors-based Adaptive Noise Point Filtering Strategy for SLAM Yongxin Shao et.al. Updated 2025-06-22

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Optimizing Exploration with a New Uncertainty Framework for Active SLAM Systems Sebastian Sansoni et.al. Updated 2025-06-21

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MCOO-SLAM: A Multi-Camera Omnidirectional Object SLAM System Miaoxin Pan et.al. Updated 2025-06-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SHeRLoc: Synchronized Heterogeneous Radar Place Recognition for Cross-Modal Localization Hanjun Kim et.al. Updated 2025-06-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VIMS: A Visual-Inertial-Magnetic-Sonar SLAM System in Underwater Environments Bingbing Zhang et.al. Updated 2025-06-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Slanted light-sheet array microscopy for large volume imaging at rates exceeding 100 Hz Kai Long et.al. Updated 2025-06-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Cognitive Synergy Architecture: SEGO for Human-Centric Collaborative Robots Jaehong Oh et.al. Updated 2025-06-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A Novel ViDAR Device With Visual Inertial Encoder Odometry and Reinforcement Learning-Based Active SLAM Method Zhanhua Xin et.al. Updated 2025-06-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SuperPoint-SLAM3: Augmenting ORB-SLAM3 with Deep Features, Adaptive NMS, and Learning-Based Loop Closure Shahram Najam Syed et.al. Updated 2025-06-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
LRSLAM: Low-rank Representation of Signed Distance Fields in Dense Visual SLAM System Hongbeen Park et.al. Updated 2025-06-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VAULT: A Mobile Mapping System for ROS 2-based Autonomous Robots Miguel Á. González-Santamarta et.al. Updated 2025-06-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
UFM: A Simple Path towards Unified Dense Correspondence with Flow Yuchen Zhang et.al. Updated 2025-06-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Princeton365: A Diverse Dataset with Accurate Camera Pose Karhan Kayan et.al. Updated 2025-06-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Planar Collisionless Shock Simulations with Semi-Implicit Particle-in-Cell Model FLEKS Hongyang Zhou et.al. Updated 2025-06-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ZeroVO: Visual Odometry with Minimal Assumptions Lei Lai et.al. Updated 2025-06-09

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Faster than Fast: Accelerating Oriented FAST Feature Detection on Low-end Embedded GPUs Qiong Chang et.al. Updated 2025-06-08

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
UNO: Unified Self-Supervised Monocular Odometry for Platform-Agnostic Deployment Wentao Zhao et.al. Updated 2025-06-08

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GS4: Generalizable Sparse Splatting Semantic SLAM Mingqi Jiang et.al. Updated 2025-06-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Enhancing Situational Awareness in Underwater Robotics with Multi-modal Spatial Perception Pushyami Kaveti et.al. Updated 2025-06-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Dy3DGS-SLAM: Monocular 3D Gaussian Splatting SLAM for Dynamic Environments Mingrui Li et.al. Updated 2025-06-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Analysis of points outcome in ATP Grand Slam Tennis using big data and machine learning Martin Illum et.al. Updated 2025-06-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
On-the-fly Reconstruction for Large-Scale Novel View Synthesis from Unposed Images Andreas Meuleman et.al. Updated 2025-06-05

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Deep Learning Reforms Image Matching: A Survey and Outlook Shihua Zhang et.al. Updated 2025-06-05

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
cuVSLAM: CUDA accelerated visual odometry Alexander Korovko et.al. Updated 2025-06-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Seeing in the Dark: Benchmarking Egocentric 3D Vision with the Oxford Day-and-Night Dataset Zirui Wang et.al. Updated 2025-06-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
LEG-SLAM: Real-Time Language-Enhanced Gaussian Splatting for SLAM Roman Titkov et.al. Updated 2025-06-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Online Performance Assessment of Multi-Source-Localization for Autonomous Driving Systems Using Subjective Logic Stefan Orf et.al. Updated 2025-06-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VTGaussian-SLAM: RGBD SLAM for Large Scale Scenes with Splatting View-Tied 3D Gaussians Pengchong Hu et.al. Updated 2025-06-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GeneA-SLAM2: Dynamic SLAM with AutoEncoder-Preprocessed Genetic Keypoints Resampling and Depth Variance-Guided Dynamic Region Removal Shufan Qing et.al. Updated 2025-06-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Olfactory Inertial Odometry: Methodology for Effective Robot Navigation by Scent Kordel K. France et.al. Updated 2025-06-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Globally Consistent RGB-D SLAM with 2D Gaussian Splatting Xingguang Zhong et.al. Updated 2025-06-01

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Black-box Adversarial Attacks on CNN-based SLAM Algorithms Maria Rafaela Gkeka et.al. Updated 2025-05-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Semantic Exploration and Dense Mapping of Complex Environments using Ground Robots Equipped with LiDAR and Panoramic Camera Xiaoyang Zhan et.al. Updated 2025-05-28

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
4DTAM: Non-Rigid Tracking and Mapping via Dynamic Surface Gaussians Hidenobu Matsuki et.al. Updated 2025-05-28

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
UP-SLAM: Adaptively Structured Gaussian SLAM with Uncertainty Prediction in Dynamic Environments Wancai Zheng et.al. Updated 2025-05-28

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
HS-SLAM: A Fast and Hybrid Strategy-Based SLAM Approach for Low-Speed Autonomous Driving Bingxiang Kang et.al. Updated 2025-05-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ProBA: Probabilistic Bundle Adjustment with the Bhattacharyya Coefficient Jason Chui et.al. Updated 2025-05-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ADD-SLAM: Adaptive Dynamic Dense SLAM with Gaussian Splatting Wenhua Wu et.al. Updated 2025-05-26

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VPGS-SLAM: Voxel-based Progressive 3D Gaussian SLAM in Large-Scale Scenes Tianchen Deng et.al. Updated 2025-05-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
CU-Multi: A Dataset for Multi-Robot Data Association Doncey Albin et.al. Updated 2025-05-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VGGT-SLAM: Dense RGB SLAM Optimized on the SL(4) Manifold Dominic Maggio et.al. Updated 2025-05-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
TAT-VPR: Ternary Adaptive Transformer for Dynamic and Efficient Visual Place Recognition Oliver Grainge et.al. Updated 2025-05-22

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Place Recognition: A Comprehensive Review, Current Challenges and Future Directions Zhenyu Li et.al. Updated 2025-05-22

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A Methodological Framework for Measuring Spatial Labeling Similarity Yihang Du et.al. Updated 2025-05-20

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
eStonefish-scenes: A synthetically generated dataset for underwater event-based optical flow prediction tasks Jad Mansour et.al. Updated 2025-05-19

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Is Semantic SLAM Ready for Embedded Systems ? A Comparative Survey Calvin Galagain et.al. Updated 2025-05-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Structureless VIO Junlin Song et.al. Updated 2025-05-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
EgoDex: Learning Dexterous Manipulation from Large-Scale Egocentric Video Ryan Hoque et.al. Updated 2025-05-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Improved Bag-of-Words Image Retrieval with Geometric Constraints for Ground Texture Localization Aaron Wilhelm et.al. Updated 2025-05-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Robust 2D lidar-based SLAM in arboreal environments without IMU/GNSS Paola Nazate-Burgos et.al. Updated 2025-05-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
TartanGround: A Large-Scale Dataset for Ground Robot Perception and Navigation Manthan Patel et.al. Updated 2025-05-15

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A hybrid SLAM-Payne framework for atmospheric parameter and abundance determination of early-type Stars from LAMOST DR9 low-resolution Spectra Weijia Sun et.al. Updated 2025-05-15

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Large-Scale Gaussian Splatting SLAM Zhe Xin et.al. Updated 2025-05-15

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Automated Meta Prompt Engineering for Alignment with the Theory of Mind Aaron Baughman et.al. Updated 2025-05-13

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MDF: Multi-Modal Data Fusion with CNN-Based Object Detection for Enhanced Indoor Localization Using LiDAR-SLAM Saqi Hussain Kalan et.al. Updated 2025-05-13

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SKiD-SLAM: Robust, Lightweight, and Distributed Multi-Robot LiDAR SLAM in Resource-Constrained Field Environments Hogyun Kim et.al. Updated 2025-05-13

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
RDD: Robust Feature Detector and Descriptor using Deformable Transformer Gonglin Chen et.al. Updated 2025-05-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Ranking-aware Continual Learning for LiDAR Place Recognition Xufei Wang et.al. Updated 2025-05-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Scalable Aerial GNSS Localization for Marine Robots Shuo Wen et.al. Updated 2025-05-07

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Thermal-LiDAR Fusion for Robust Tunnel Localization in GNSS-Denied and Low-Visibility Conditions Lukas Schichler et.al. Updated 2025-05-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
AquaticVision: Benchmarking Visual SLAM in Underwater Environment with Events and Frames Yifan Peng et.al. Updated 2025-05-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
LiftFeat: 3D Geometry-Aware Local Feature Matching Yepeng Liu et.al. Updated 2025-05-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
LiDAR-Inertial SLAM-Based Navigation and Safety-Oriented AI-Driven Control System for Skid-Steer Robots Mehdi Heydari Shahna et.al. Updated 2025-05-05

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Robust Localization, Mapping, and Navigation for Quadruped Robots Dyuman Aditya et.al. Updated 2025-05-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SafeNav: Safe Path Navigation using Landmark Based Localization in a GPS-denied Environment Ganesh Sapkota et.al. Updated 2025-05-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GauS-SLAM: Dense RGB-D SLAM with Gaussian Surfels Yongxin Su et.al. Updated 2025-05-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Tightly Coupled Range Inertial Odometry and Mapping with Exact Point Cloud Downsampling Kenji Koide et.al. Updated 2025-05-02

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
An Underwater, Fault-Tolerant, Laser-Aided Robotic Multi-Modal Dense SLAM System for Continuous Underwater In-Situ Observation Yaming Ou et.al. Updated 2025-04-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
eNCApsulate: NCA for Precision Diagnosis on Capsule Endoscopes Henry John Krumb et.al. Updated 2025-04-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Large-scale visual SLAM for in-the-wild videos Shuo Sun et.al. Updated 2025-04-29

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Transformation & Translation Occupancy Grid Mapping: 2-Dimensional Deep Learning Refined SLAM Leon Davies et.al. Updated 2025-04-28

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GAN-SLAM: Real-Time GAN Aided Floor Plan Creation Through SLAM Leon Davies et.al. Updated 2025-04-28

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GSFF-SLAM: 3D Semantic Gaussian Splatting SLAM via Feature Field Zuxing Lu et.al. Updated 2025-04-28

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Beyond Physical Reach: Comparing Head- and Cane-Mounted Cameras for Last-Mile Navigation by Blind Users Apurv Varshney et.al. Updated 2025-04-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
NANO-SLAM : Natural Gradient Gaussian Approximation for Vehicle SLAM Tianyi Zhang et.al. Updated 2025-04-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MISO: Multiresolution Submap Optimization for Efficient Globally Consistent Neural Implicit Reconstruction Yulun Tian et.al. Updated 2025-04-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Certifiably-Correct Mapping for Safe Navigation Despite Odometry Drift Devansh R. Agrawal et.al. Updated 2025-04-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Range-based 6-DoF Monte Carlo SLAM with Gradient-guided Particle Filter on GPU Takumi Nakao et.al. Updated 2025-04-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Autonomous Navigation Of Quadrupeds Using Coverage Path Planning Alexander James Becoy et.al. Updated 2025-04-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
BIM-Constrained Optimization for Accurate Localization and Deviation Correction in Construction Monitoring Asier Bikandi et.al. Updated 2025-04-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Occlusion-Aware Self-Supervised Monocular Depth Estimation for Weak-Texture Endoscopic Images Zebo Huang et.al. Updated 2025-04-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Bias-Eliminated PnP for Stereo Visual Odometry: Provably Consistent and Large-Scale Localization Guangyang Zeng et.al. Updated 2025-04-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
EdgePoint2: Compact Descriptors for Superior Efficiency and Accuracy Haodi Yao et.al. Updated 2025-04-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ToF-Splatting: Dense SLAM using Sparse Time-of-Flight Depth and Multi-Frame Integration Andrea Conti et.al. Updated 2025-04-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SLAM-Based Navigation and Fault Resilience in a Surveillance Quadcopter with Embedded Vision Systems Abhishek Tyagi et.al. Updated 2025-04-23

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
DERD-Net: Learning Depth from Event-based Ray Densities Diego de Oliveira Hitzges et.al. Updated 2025-04-22

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Back on Track: Bundle Adjustment for Dynamic Scene Reconstruction Weirong Chen et.al. Updated 2025-04-20

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SG-Reg: Generalizable and Efficient Scene Graph Registration Chuhao Liu et.al. Updated 2025-04-20

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Unreal Robotics Lab: A High-Fidelity Robotics Simulator with Advanced Physics and Rendering Jonathan Embley-Riches et.al. Updated 2025-04-19

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Doppler-SLAM: Doppler-Aided Radar-Inertial and LiDAR-Inertial Simultaneous Localization and Mapping Dong Wang et.al. Updated 2025-04-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
An Online Adaptation Method for Robust Depth Estimation and Visual Odometry in the Open World Xingwu Ji et.al. Updated 2025-04-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Region Based SLAM-Aware Exploration: Efficient and Robust Autonomous Mapping Strategy That Can Scale Megha Maheshwari et.al. Updated 2025-04-14

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
RoboCup Rescue 2025 Team Description Paper UruBots Kevin Farias et.al. Updated 2025-04-14

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
FindAnything: Open-Vocabulary and Object-Centric Mapping for Robot Exploration in Any Environment Sebastián Barbas Laina et.al. Updated 2025-04-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
PNE-SGAN: Probabilistic NDT-Enhanced Semantic Graph Attention Network for LiDAR Loop Closure Detection Xiong Li et.al. Updated 2025-04-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
II-NVM: Enhancing Map Accuracy and Consistency with Normal Vector-Assisted Mapping Chengwei Zhao et.al. Updated 2025-04-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
UWB Anchor Based Localization of a Planetary Rover Andreas Nüchter et.al. Updated 2025-04-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Event Signal Filtering via Probability Flux Estimation Jinze Chen et.al. Updated 2025-04-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Embracing Dynamics: Dynamics-aware 4D Gaussian Splatting SLAM Zhicong Sun et.al. Updated 2025-04-07

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SELC: Self-Supervised Efficient Local Correspondence Learning for Low Quality Images Yuqing Wang et.al. Updated 2025-04-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
VSLAM-LAB: A Comprehensive Framework for Visual SLAM Methods and Datasets Alejandro Fontan et.al. Updated 2025-04-06

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Nonlinear Observer Design for Landmark-Inertial Simultaneous Localization and Mapping Mouaad Boughellaba et.al. Updated 2025-04-05

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
WildGS-SLAM: Monocular Gaussian Splatting SLAM in Dynamic Environments Jianhao Zheng et.al. Updated 2025-04-04

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SLACK: Attacking LiDAR-based SLAM with Adversarial Point Injections Prashant Kumar et.al. Updated 2025-04-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Multimodal Fusion and Vision-Language Models: A Survey for Robot Vision Xiaofeng Han et.al. Updated 2025-04-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MonoGS++: Fast and Accurate Monocular RGB Gaussian SLAM Renwu Li et.al. Updated 2025-04-03

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A Chefs KISS -- Utilizing semantic information in both ICP and SLAM framework Sven Ochs et.al. Updated 2025-04-02

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Strengthening Multi-Robot Systems for SAR: Co-Designing Robotics and Communication Towards 6G Juan Bravo-Arrabal et.al. Updated 2025-04-02

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Dynamic Initialization for LiDAR-inertial SLAM Jie Xu et.al. Updated 2025-04-02

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ForestVO: Enhancing Visual Odometry in Forest Environments through ForestGlue Thomas Pritchard et.al. Updated 2025-04-02

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Semantic SLAM with Rolling-Shutter Cameras and Low-Precision INS in Outdoor Environments Yuchen Zhang et.al. Updated 2025-04-01

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
SuperEvent: Cross-Modal Learning of Event-based Keypoint Detection Yannick Burkhardt et.al. Updated 2025-03-31

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A Visual-Inertial Motion Prior SLAM for Dynamic Environments Weilong Sun et.al. Updated 2025-03-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
AnyCam: Learning to Recover Camera Poses and Intrinsics from Casual Videos Felix Wimbauer et.al. Updated 2025-03-30

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
HS-SLAM: Hybrid Representation with Structural Supervision for Improved Dense SLAM Ziren Gong et.al. Updated 2025-03-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
STAMICS: Splat, Track And Map with Integrated Consistency and Semantics for Dense RGB-D SLAM Yongxu Wang et.al. Updated 2025-03-27

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Scene-agnostic Pose Regression for Visual Localization Junwei Zheng et.al. Updated 2025-03-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
First Results on UAV-aided User Localization Using ToA and OpenAirInterface in 5G NR Omid Esrafilian et.al. Updated 2025-03-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MM-LINS: a Multi-Map LiDAR-Inertial System for Over-Degenerate Environments Yongxin Ma et.al. Updated 2025-03-25

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Cooperative Control of Multi-Quadrotors for Transporting Cable-Suspended Payloads: Obstacle-Aware Planning and Event-Based Nonlinear Model Predictive Control Tohid Kargar Tasooji et.al. Updated 2025-03-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GI-SLAM: Gaussian-Inertial SLAM Xulang Liu et.al. Updated 2025-03-24

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
LightLoc: Learning Outdoor LiDAR Localization at Light Speed Wen Li et.al. Updated 2025-03-22

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Autonomous Exploration-Based Precise Mapping for Mobile Robots through Stepwise and Consistent Motions Muhua Zhang et.al. Updated 2025-03-21

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
4D Gaussian Splatting SLAM Yanyan Li et.al. Updated 2025-03-20

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Speeding up design and making to reduce time-to-project and time-to-market: an AI-Enhanced approach in engineering education Giovanni Adorni et.al. Updated 2025-03-20

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Loop Closure from Two Views: Revisiting PGO for Scalable Trajectory Estimation through Monocular Priors Tian Yi Lim et.al. Updated 2025-03-20

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A Sigma Point-based Low Complexity Algorithm for Multipath-based SLAM in MIMO Systems Anna Masiero et.al. Updated 2025-03-19

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
ChatStitch: Visualizing Through Structures via Surround-View Unsupervised Deep Image Stitching with Collaborative LLM-Agents Hao Liang et.al. Updated 2025-03-19

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
3D Densification for Multi-Map Monocular VSLAM in Endoscopy X. Anadón et.al. Updated 2025-03-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GeoFlow-SLAM: A Robust Tightly-Coupled RGBD-Inertial Fusion SLAM for Dynamic Legged Robotics Tingyang Xiao et.al. Updated 2025-03-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
A-SCoRe: Attention-based Scene Coordinate Regression for wide-ranging scenarios Huy-Hoang Bui et.al. Updated 2025-03-18

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Digital Beamforming Enhanced Radar Odometry Jingqi Jiang et.al. Updated 2025-03-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Dynamic-Dark SLAM: RGB-Thermal Cooperative Robot Vision Strategy for Multi-Person Tracking in Both Well-Lit and Low-Light Scenes Tatsuro Sakai et.al. Updated 2025-03-17

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
KISS-SLAM: A Simple, Robust, and Accurate 3D LiDAR SLAM System With Enhanced Generalization Capabilities Tiziano Guadagnino et.al. Updated 2025-03-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Deblur Gaussian Splatting SLAM Francesco Girlanda et.al. Updated 2025-03-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
M2UD: A Multi-model, Multi-scenario, Uneven-terrain Dataset for Ground Robot with Localization and Mapping Evaluation Yanpeng Jia et.al. Updated 2025-03-16

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
OSMa-Bench: Evaluating Open Semantic Mapping Under Varying Lighting Conditions Maxim Popov et.al. Updated 2025-03-13

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Online Language Splatting Saimouli Katragadda et.al. Updated 2025-03-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
MonoSLAM: Robust Monocular SLAM with Global Structure Optimization Bingzheng Jiang et.al. Updated 2025-03-12

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
Keypoint Detection and Description for Raw Bayer Images Jiakai Lin et.al. Updated 2025-03-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
GigaSLAM: Large-Scale Monocular SLAM with Hierachical Gaussian Splats Kai Deng et.al. Updated 2025-03-11

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
POp-GS: Next Best View in 3D-Gaussian Splatting with P-Optimality Joey Wilson et.al. Updated 2025-03-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
AirSwarm: Enabling Cost-Effective Multi-UAV Research with COTS drones Xiaowei Li et.al. Updated 2025-03-10

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
HIPPO-MAT: Decentralized Task Allocation Using GraphSAGE and Multi-Agent Deep Reinforcement Learning Lavanya Ratnabala et.al. Updated 2025-03-08

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
InfoFusion Controller: Informed TRRT Star with Mutual Information based on Fusion of Pure Pursuit and MPC for Enhanced Path Planning Seongjun Choi et.al. Updated 2025-03-08

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand
THE-SEAN: A Heart Rate Variation-Inspired Temporally High-Order Event-Based Visual Odometry with Self-Supervised Spiking Event Accumulation Networks Chaoran Xiong et.al. Updated 2025-03-07

Abstract unavailable in cached data. It will appear after the next refresh.

Preview loads on expand