SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2306.01438 · CVPR · 2023

Bi-LRFusion: Bi-Directional LiDAR-Radar Fusion for 3D Dynamic Object Detection

Yao Li, Wanli Ouyang, Yu Zhang, Cong Liu, Yingjie Wang, Jiajun Deng, Yanyong Zhang, Jianmin Ji, Jinshui Hu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
JessieW0806/Bi-LRFusion canonical 3 of 3
FunctionStatusWhere it lives
get_final_epoch Ran JessieW0806/Bi-LRFusion/.dev_scripts/gather_models.py
code served (permissive licence) · get_code("8959afcb82c85624")
get_model_dataset Ran JessieW0806/Bi-LRFusion/.dev_scripts/gather_models.py
code served (permissive licence) · get_code("9cef05bbed8ed168")
process_checkpoint Ran JessieW0806/Bi-LRFusion/.dev_scripts/gather_models.py
code served (permissive licence) · get_code("e76a491553cf9fcf")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

LiDAR and Radar are two complementary sensing approaches in that LiDAR specializes in capturing an object's 3D shape while Radar provides longer detection ranges as well as velocity hints. Though seemingly natural, how to efficiently combine them for improved feature representation is still unclear. The main challenge arises from that Radar data are extremely sparse and lack height information. Therefore, directly integrating Radar features into LiDAR-centric detection networks is not optimal. In this work, we introduce a bi-directional LiDAR-Radar fusion framework, termed Bi-LRFusion, to tackle the challenges and improve 3D detection for dynamic objects. Technically, Bi-LRFusion involves two steps: first, it enriches Radar's local features by learning important details from the LiDAR branch to alleviate the problems caused by the absence of height information and extreme sparsity; second, it combines LiDAR features with the enhanced Radar features in a unified bird's-eye-view representation. We conduct extensive experiments on nuScenes and ORR datasets, and show that our Bi-LRFusion achieves state-of-the-art performance for detecting dynamic objects. Notably, Radar data in these two datasets have different formats, which demonstrates the generalizability of our method. Codes are available at https://github.com/JessieW0806/Bi-LRFusion.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2306.01438")
get_code_for_paper("2306.01438")
have("2306.01438")

Connect an agent — have() is free.