Aligning Bird-Eye View Representation of Point Cloud Sequences using Scene Flow

May 04, 2023 Β· Entered Twilight Β· πŸ› 2023 IEEE Intelligent Vehicles Symposium (IV)

πŸ’€ TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: .github, .gitignore, LICENSE, README.md, _dev_space, build_openpcdet.sh, data, docker, docs, gen_nusc_database.sh, gen_nuscenes_database.sh, output, pcdet, requirements.txt, setup.py, tools

Authors Minh-Quan Dao, Vincent Frémont, Elwan Héry arXiv ID 2305.02909 Category cs.CV: Computer Vision Cross-listed cs.RO Citations 1 Venue 2023 IEEE Intelligent Vehicles Symposium (IV) Repository https://github.com/quan-dao/pc-corrector ⭐ 9 Last Checked 3 months ago
Abstract
Low-resolution point clouds are challenging for object detection methods due to their sparsity. Densifying the present point cloud by concatenating it with its predecessors is a popular solution to this challenge. Such concatenation is possible thanks to the removal of ego vehicle motion using its odometry. This method is called Ego Motion Compensation (EMC). Thanks to the added points, EMC significantly improves the performance of single-frame detectors. However, it suffers from the shadow effect that manifests in dynamic objects' points scattering along their trajectories. This effect results in a misalignment between feature maps and objects' locations, thus limiting performance improvement to stationary and slow-moving objects only. Scene flow allows aligning point clouds in 3D space, thus naturally resolving the misalignment in feature spaces. By observing that scene flow computation shares several components with 3D object detection pipelines, we develop a plug-in module that enables single-frame detectors to compute scene flow to rectify their Bird-Eye View representation. Experiments on the NuScenes dataset show that our module leads to a significant increase (up to 16%) in the Average Precision of large vehicles, which interestingly demonstrates the most severe shadow effect. The code is published at https://github.com/quan-dao/pc-corrector.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Computer Vision

πŸŒ… πŸŒ… Old Age

Fast R-CNN

Ross Girshick

cs.CV πŸ› ICCV πŸ“š 27.7K cites 11 years ago