arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

点群を保ちながら3次元物体検出を高速化するPointLAM

PointLAM: Local Attentive Mamba for Efficient Point-based 3D Object Detection

Xuanming Shang, Weijia Zhang, Chao Ma

この論文をやさしく読む

ひとことで言うと

LiDARが集めた点から物体を見つける処理を、点の細かな配置を残しながら軽くする方法です。点を減らす処理と、近くの点をまとめる処理の両方を改良します。

何に役立つ?

考えられる用途は、LiDARによる周囲の物体認識です。特に小物体や点が少ない場面への対応を狙い、nuScenesとWaymoで評価しています。

この研究の面白いところ

特徴を格子に固定してしまう代わりに、索引付けのための一時的な格子を使います。局所の情報集約と、Mambaによる全体の系列処理を組み合わせています。

どこまで分かった?

要旨には速度、精度、メモリ量の具体的な数値はありません。計算資源が少ないという報告を、特定の実機での動作速度や安全性の保証へ置き換えることはできません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

LiDAR点群からの3次元物体検出は、基本的なジレンマに直面している。ボクセル方式は幾何形状の量子化を代償に効率を得る一方、点ベースの方式は忠実性を保つが、著しい計算上のボトルネックを抱える。具体的には、点ベースの構造は、FPSなどの遅いダウンサンプリング戦略と、k近傍探索などの高価な動的近傍検索、さらにコストの高い連続的な相互作用の組み合わせに制約されている。 これらの構造的な非効率に対処するため、相乗的に働く二つの新機構に基づく、非常に効率的で強力な点ベースの構造PointLAMを提案する。第一に、ダウンサンプリングのボトルネックを解消するため、ラプラシアン点サンプラー(LPS)を開発する。LPSは、暗黙的な離散ラプラシアン高域通過フィルターと二重ソートサンプリングを用い、構造を考慮して前景を高速に保持する。第二に、局所モデリングの遅延を克服するため、局所アダマール集約器(LHA)を設計する。LHAは一時的な格子を使って空間の索引付けと特徴表現を分離し、複雑な連続的相互作用をアダマール・ゲーティング機構に置き換え、位相構造を考慮した注意的な変調を行う。この局所ゲーティングと、大域的な系列モデリングを行う双方向Mamba(BDM)層を組み合わせ、Local Attentive Mamba(LAM)ブロックを構成する。 この構造により、PointLAMはnuScenesとWaymoで点ベース検出器として競争力のある性能を達成する。高度に最適化されたボクセル方式に匹敵しながら、必要な計算資源はその一部にとどまり、小さい物体の検出と、極端に疎な点群への対応で顕著な優位性を示す。プロジェクトページ:https://pointlam.github.io/

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

3D object detection from LiDAR point clouds faces a fundamental dilemma: voxel-based methods achieve efficiency at the cost of geometric quantization, while point-based methods preserve fidelity but suffer from prohibitive computational bottlenecks. Specifically, point-based architectures are crippled by slow downsampling strategies (e.g., FPS) and expensive dynamic neighbor queries (e.g., k-NN) coupled with costly continuous interactions. To tackle these systemic inefficiencies, we propose PointLAM, a highly efficient and powerful point-based architecture driven by two synergistic innovations. First, to resolve the downsampling bottleneck, we develop the Laplacian Point Sampler (LPS). LPS employs an implicit discrete Laplacian high-pass filter and Doubly Sorted Sampling to achieve fast, structure-aware foreground preservation. Second, to overcome local modeling latency, we design the Local Hadamard Aggregator (LHA). LHA decouples spatial indexing from feature representation using transient grids, and replaces complex continuous interactions with a Hadamard Gating mechanism for topology-aware, attentive modulation. By coupling this local gating with Bi-Directional Mamba (BDM) layers for global sequence modeling, we formulate the Local Attentive Mamba (LAM) block. Powered by this architecture, PointLAM achieves competitive performance on nuScenes and Waymo for point-based detectors. It rivals highly optimized voxel competitors while requiring a fraction of the computational footprint, demonstrating marked superiority in detecting small instances and handling extreme sparsity. Project page: https://pointlam.github.io/.

著者のコメント

Accepted to ECCV 2026

arXiv ID: 2609.21780 / 要約の誤りについて