現代の自動運転車 (AV) ベンチマークには、特に大規模な LIDAR データで 3D 検出器をトレーニングするための高度な技術があります。驚くべきことに、セマンティック クラス ラベルは自然にロングテール分布に従いますが、最新のベンチマークではごく少数の一般的なクラス (歩行者や車など) のみに焦点が当てられており、末尾にある多くのまれなクラス (がれきやベビーカーなど) は無視されています。ただし、安全な操作を保証するために、AV は依然としてまれなクラスを検出する必要があります。さらに、セマンティック クラスはしばしば階層内で編成されます。たとえば、子や建設作業員などのテール クラスは、おそらく歩行者のサブクラスです。ただし、このような階層関係は無視されることが多く、パフォーマンスの推定を誤解させたり、アルゴリズム革新の機会を逃したりする可能性があります。これらの課題に対処するために、ロングテール 3D 検出 (LT3D) の問題を正式に調査します。LT3D は、テール内のクラスを含むすべてのクラスを評価します。 CenterPoint や PointPillars などの一般的な 3D 検出コードベースを評価して革新し、LT3D に適応させます。一般的なクラスとまれなクラスの間で機能の共有を促進する階層的な損失を開発し、階層に関する「合理的な」間違い (たとえば、子供を大人と間違えるなど) に部分的な信用を与える改善された検出メトリクスを開発します。最後に、LiDAR を使用した RGB 画像のマルチモーダル フュージョンにより、きめ細かいテール クラスの精度が特に向上することを指摘します。簡単に言えば、小さなきめの細かいクラスは、スパース (ライダー) ジオメトリだけから識別するのは困難であり、ロングテール 3D 検出にはマルチモーダル キューが重要であることを示唆しています。私たちの修正により、すべてのクラスで平均 5% AP の精度が向上し、まれなクラスの AP が劇的に向上します (たとえば、ベビーカーの AP が 3.6 から 31.6 に向上します)。
Contemporary autonomous vehicle (AV) benchmarks have advanced techniques for training 3D detectors, particularly on large-scale lidar data. Surprisingly, although semantic class labels naturally follow a long-tailed distribution, contemporary benchmarks focus on only a few common classes (e.g., pedestrian and car) and neglect many rare classes in-the-tail (e.g., debris and stroller). However, AVs must still detect rare classes to ensure safe operation. Moreover, semantic classes are often organized within a hierarchy, e.g., tail classes such as child and construction-worker are arguably subclasses of pedestrian. However, such hierarchical relationships are often ignored, which may lead to misleading estimates of performance and missed opportunities for algorithmic innovation. We address these challenges by formally studying the problem of Long-Tailed 3D Detection (LT3D), which evaluates on all classes, including those in-the-tail. We evaluate and innovate upon popular 3D detection codebases, such as CenterPoint and PointPillars, adapting them for LT3D. We develop hierarchical losses that promote feature sharing across common-vs-rare classes, as well as improved detection metrics that award partial credit to "reasonable" mistakes respecting the hierarchy (e.g., mistaking a child for an adult). Finally, we point out that fine-grained tail class accuracy is particularly improved via multimodal fusion of RGB images with LiDAR; simply put, small fine-grained classes are challenging to identify from sparse (lidar) geometry alone, suggesting that multimodal cues are crucial to long-tailed 3D detection. Our modifications improve accuracy by 5% AP on average for all classes, and dramatically improve AP for rare classes (e.g., stroller AP improves from 3.6 to 31.6)!