Skip to main content
QUICK REVIEW

[論文レビュー] SAT: Size-Aware Transformer for 3D Point Cloud Semantic Segmentation

Junjie Zhou, Yongping Xiong|arXiv (Cornell University)|Jan 17, 2023
3D Surveying and Cultural Heritage被引用数 7
ひとこと要約

SATはサイズ認識を組み込んだ3D点群セグメンテーションを実現する。多粒度の注意と再アテンションを組み合わせ、S3DISとScanNetV2で最先端の結果を達成する。

ABSTRACT

Transformer models have achieved promising performances in point cloud segmentation. However, most existing attention schemes provide the same feature learning paradigm for all points equally and overlook the enormous difference in size among scene objects. In this paper, we propose the Size-Aware Transformer (SAT) that can tailor effective receptive fields for objects of different sizes. Our SAT achieves size-aware learning via two steps: introduce multi-scale features to each attention layer and allow each point to choose its attentive fields adaptively. It contains two key designs: the Multi-Granularity Attention (MGA) scheme and the Re-Attention module. The MGA addresses two challenges: efficiently aggregating tokens from distant areas and preserving multi-scale features within one attention layer. Specifically, point-voxel cross attention is proposed to address the first challenge, and the shunted strategy based on the standard multi-head self attention is applied to solve the second. The Re-Attention module dynamically adjusts the attention scores to the fine- and coarse-grained features output by MGA for each point. Extensive experimental results demonstrate that SAT achieves state-of-the-art performances on S3DIS and ScanNetV2 datasets. Our SAT also achieves the most balanced performance on categories among all referred methods, which illustrates the superiority of modelling categories of different sizes. Our code and model will be released after the acceptance of this paper.

研究の動機と目的

  • varying sizes のオブジェクトを含む3D点群のセマンティックセグメンテーションの動機付け。
  • マルチスケール、サイズ認識特徴を学習するトランスフォーマーブロックの開発。
  • オブジェクトサイズに基づく点の受容野を適応的に調整。
  • devoxelization ロスを伴わず、微細と粗大両方の特徴を保持。
  • 困難な屋内データセットで最先端性能を示す。

提案手法

  • 各アテンション層内で細粒度と粗粒度の特徴を生み出す Multi-Granularity Attention (MGA) の導入。
  • Point-Voxel Cross Attention (PVCA) を実装し、ポイントトークンとボクセルトークン間のアテンションを直接計算。
  • MGA におけるマルチスケール特徴を分離するためのポイント-ボクセル分流戦略を使用。
  • オブジェクトサイズに基づいてアテンションヘッドを動的に重み付けする Re-Attention モジュールを追加。
  • サイズ認識トランスフォーマー (SAT) をエンドツーエンドのセグメンテーションのために積み重ねて構築。
  • ウィンドウベースの自己注意とマルチスケール受容野のアーキテクチャ詳細と階層的ステージを提供。

実験結果

リサーチクエスチョン

  • RQ1 サイズ認識学習は3D点群の異なるサイズのオブジェクト間でセグメンテーション精度を向上させるか?
  • RQ2 MGAとPVCA は devoxelization ロスなしで効果的なマルチスケール特徴統合を可能にするか?
  • RQ3 Re-Attention モジュールは推論時にオブジェクトサイズに応じてアテンションを適切に調整するか?
  • RQ4 SAT は標準的な屋内ベンチマーク(S3DIS, ScanNetV2)で従来手法と比較してどうか?

主な発見

MethodsmIoU (%)mAcc (%)Ceil.FloorWallBeamCol.Wind.DoorTableChairSofaBook.BoardClut.
PointNet41.166.288.897.369.81.03.946.310.859.052.65.940.326.433.2
RSNet51.959.493.398.379.20.015.845.450.167.965.552.522.541.043.6
PointCNN57.363.992.398.279.40.017.622.862.174.480.631.766.762.156.7
SPGraph58.066.589.496.978.10.042.848.961.684.775.469.852.62.152.2
PCCN58.367.092.396.275.93.06.069.563.566.965.647.368.959.146.2
PointWeb60.366.692.098.579.40.021.159.734.876.388.346.969.364.952.5
MinkowsikiNet65.471.791.898.786.20.034.148.962.481.689.847.274.974.458.6
KPConv67.172.892.897.382.40.023.958.069.081.591.075.475.366.758.9
ASSANet-L66.8--------------
RepSurf-U68.976.0-------------
CBL69.475.293.998.484.20.037.057.771.991.781.877.875.669.162.9
PatchFormer68.1--------------
Fast PT.70.177.4-------------
Point Transformer70.476.594.098.586.30.038.063.474.382.489.180.274.376.059.3
PointNeXt-XL70.877.594.298.584.40.037.759.374.083.191.677.476.778.860.6
SAT72.678.893.698.587.20.049.361.173.683.791.881.777.982.363.4
  • SAT は S3DIS Area 5 での最先端の mIoU および mAcc を達成し、カテゴリー間の性能バランスが取れている。
  • SAT は ScanNetV2 で val mIoU 74.4%、test mIoU 74.2% を達成し、従来手法を上回る。
  • アブレーションにより Re-Attention と MGA の寄与が性能向上に不可欠で、特に小クラスに対して重要であることが示された。
  • PVCA ベースの MGA は特徴の devoxelization ロスなしでより大きな受容野を実現。
  • モデルは参照手法の中で最もバランスの取れたカテゴリ性能(IoU の分散が最も小さい)を S3DIS で示した。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。