π
π
Old Age
Aligning Bird-Eye View Representation of Point Cloud Sequences using Scene Flow
May 04, 2023 Β· Entered Twilight Β· π 2023 IEEE Intelligent Vehicles Symposium (IV)
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 Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
π Similar Papers
In the same crypt β Computer Vision
π
π
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
π
π
Old Age
SSD: Single Shot MultiBox Detector
π
π
Old Age
Squeeze-and-Excitation Networks
π
π
Old Age
Fast R-CNN
π
π
Old Age