Skip to content

Latest commit

 

History

History
99 lines (75 loc) · 4.37 KB

rmap.md

File metadata and controls

99 lines (75 loc) · 4.37 KB
type title_main title_follow author1 author2 author3 github_link github_link_color github_link_text arxiv_link arxiv_link_color arxiv_link_text
article_v2
RMap:
Millimeter-Wave Radar Mapping Through Volumetric Upsampling
Ajay N. Mopidevi
Kyle Harlow
Chris Heckman
yellowgreen
GitHub
blue
ArXiv
Millimeter Wave Radar is being adopted as a viable alternative to lidar and radar in adverse visually degraded conditions, such as in the presence of fog and dust. However, this sensor modality suffers from severe sparsity and noise under nominal conditions, which makes it difficult to use in precise applications such as mapping. This work presents a novel solution to generate accurate 3D maps from sparse radar point clouds. RMap uses a generative transformer architecture which upsamples, denoises, and fills the incomplete radar maps to resemble lidar maps. We test this method on the ColoRadar dataset to demonstrate its efficacy.

Photo example results Photo example results

Method

An (A) automotive-grade system-on-chip mmWave radar sensor produces (B) Radar point clouds generated by CFAR thresholding along a trajectory (C). A (D) Radar Map is generated using the radar point clouds with Radar Octomap along the trajectory of the robot, with different pose locations highlighted. This map is then divided into (E) Patches of size 2048 sampled at different locations along the trajectory. These patches are passed through the pointcloud completion network, AdaPoinTr, to produce (F) predicted map patches. The predicted point clouds of size 8192 from AdaPoinTr are then merged into (G) the final predicted radar map.

RMap System Diagram

Presentation Video


Citation

@article{mopidevi2023rmap,
  title={RMap: Millimeter-Wave Radar Mapping Through Volumetric Upsampling},
  author={Mopidevi, Ajay Narasimha and Harlow, Kyle and Heckman, Christoffer},
  journal={arXiv preprint arXiv:2310.13188},
  year={2023}
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.19.0/prism.min.js" integrity="sha512-9ndS8HgVHWQq2A/kpIxygbIZQ7oljc9/AvoEv8SQDy192nAuCGSdk7OdAfCZLDkbRJLZMsrV0NXycMSLLNTWCw==" crossorigin="anonymous"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.19.0/plugins/autolinker/prism-autolinker.min.js" integrity="sha512-/uypNVmpEQdCQLYz3mq7J2HPBpHkkg23FV4i7/WSUyEuTJrWJ2uZ3gXx1IBPUyB3qbIAY+AODbanXLkIar0NBQ==" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/prism-bibtex.js" integrity="sha256-A5GMUmGHpY8mVpfcaRLQFeHtmdjZLumKBOMpf81FXX0=" crossorigin="anonymous" referrerpolicy="no-referrer"> </script>