0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【3D OD LiDAR編】Voxel-FPN : Multi sacelでVoxelizationした結果は?

Posted at

Voxel-FPN: multi-scale voxel feature aggregation in 3D object detection from point clouds

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/e8009b50-9dcf-d6bd-6ec6-ba4c8347c49c.png)

PointPillarの最初の特徴量抽出をVFEを使い、さらにマルチVoxelにupdateしたモデル。
Voxelと書いてあるがPillarでPointCloudを区切っているのではないかと思う(詳細が書いてなかったから推測)

アルゴリズム

voxel feature extraction

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/b2e69d1b-c5f4-4c8f-2d84-aa831746f354.png)

voxelizeした点をVoxelNetで提案されたVFEを使ってVoxel毎の特徴を取り出す。

Voxelizationは3種類の解像度で行う。

Multi-scale feature aggregation

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/0389f0a5-103c-85f2-6ab4-0aa78c20b910.png) Voxel毎の特徴から、ご近所さんの特徴を得る為に、conv2dをstride2とstride1をしているだけ。 *conv2dがここで使われているからVoxelizationはPillarを使っているのではないかと推測

RPN-FPN

Resion Proposal NetworkにFPN(Feature Pyramid Network)を使っている。

結果

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/7a679d24-7df9-9f69-bcfe-8c985f1c1ba7.png) ほとんど精度変わらないですね〜 voxelを複数の解像度でやってもあんま意味ないって事が証明されたってことかな?! 速度も結構遅くなってるんで、PointPillarの方が実用性あって好き

image.png
PointPillarより精度が良いと言いたいらしい。
よく見るとPointPillarに勝っているmoderateで比較してる。。。

結論

・何を比較して何を主張したいのか少し分かりくい論文だった。

参考文献

Voxel-FPN: multi-scale voxel feature aggregation in 3D object detection from point clouds https://arxiv.org/pdf/1907.05286.pdf
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?