paper-with-me

홈 › Papers

SHINE-Mapping: Large-Scale 3D Mapping Using Sparse Hierarchical Implicit Neural Representations

2022-10-05 · Xingguang Zhong, Yue Pan, Jens Behley, Cyrill Stachniss

Accurate mapping of large-scale environments is an essential building block of most outdoor autonomous systems. Challenges of traditional mapping methods include the balance between memory consumption and mapping accuracy. This paper addresses the problem of achieving large-scale 3D reconstruction using implicit representations built from 3D LiDAR measurements. We learn and store implicit features through an octree-based, hierarchical structure, which is sparse and extensible. The implicit features can be turned into signed distance values through a shallow neural network. We leverage binary cross entropy loss to optimize the local features with the 3D measurements as supervision. Based on our implicit representation, we design an incremental mapping system with regularization to tackle the issue of forgetting in continual learning. Our experiments show that our 3D reconstructions are more accurate, complete, and memory-efficient than current state-of-the-art 3D mapping methods.

📄 PDF Abstract BibTeX arXiv:2210.02299

Code (1)

prbonn/shine_mapping 공식 구현 pytorch

Tasks

3D ReconstructionContinual Learning

Similar Papers 제목 키워드 기반

SHINE: A Scalable In-Context Hypernetwork for Mapping Context to LoRA in a Single Pass

2026-02-06 · Yewei Liu, Xiyuan Wang, Yansheng Mao, Yoav Gelbery 외 arxiv

We propose SHINE (Scalable Hyper In-context NEtwork), a scalable hypernetwork that can map diverse meaningful contexts into high-quality LoRA adapters for large language models (LLMs). By reusing the frozen LLM's own par…

Question Answering

Vision-based Large-scale 3D Semantic Mapping for Autonomous Driving Applications

2022-03-02 · Qing Cheng, Niclas Zeller, Daniel Cremers

In this paper, we present a complete pipeline for 3D semantic mapping solely based on a stereo camera system. The pipeline comprises a direct sparse visual odometry front-end as well as a back-end for global optimization…

Autonomous Drivingglobal-optimizationVisual Odometry

AutoGMap: Learning to Map Large-scale Sparse Graphs on Memristive Crossbars

2021-11-15 · Bo Lyu, Shengbo Wang, Shiping Wen, Kaibo Shi 외

The sparse representation of graphs has shown great potential for accelerating the computation of graph applications (e.g., Social Networks, Knowledge Graphs) on traditional computing architectures (CPU, GPU, or TPU). Bu…

CPUDecision MakingGPUKnowledge Graphs+2

MonoSpheres: Large-Scale Monocular SLAM-Based UAV Exploration through Perception-Coupled Mapping and Planning

2025-11-21 · Tomáš Musil, Matěj Petrlík, Martin Saska arxiv

Autonomous exploration of unknown environments is a key capability for mobile robots, but it is largely unsolved for robots equipped with only a single monocular camera and no dense range sensors. In this paper, we prese…

Neural Graph Map: Dense Mapping with Efficient Loop Closure Integration

2024-05-06 · Leonard Bruns, Jun Zhang, Patric Jensfelt

Neural field-based SLAM methods typically employ a single, monolithic field as their scene representation. This prevents efficient incorporation of loop closure constraints and limits scalability. To address these shortc…