深層学習の成功は、包括的なラベルが付いた大規模なデータに大きく依存しており、2D 画像や自然言語と比較して、3D でフェッチするには費用と時間がかかります。これにより、クロスモーダルな知識伝達のための教師として、3D 以上のデータで事前トレーニングされたモデルを利用する可能性が促進されます。このホワイト ペーパーでは、知識蒸留の統一された方法でマスク モデリングを再検討し、2D 画像または自然言語で事前トレーニングされた基本的な Transformer が、Autoencoders を Cross-Modal Teachers (ACT) としてトレーニングすることにより、自己教師あり 3D 表現学習を支援できることを示します。事前トレーニング済みのトランスフォーマーは、離散変分自動エンコードの自己監督を使用してクロスモーダル 3D 教師として転送されます。その間、トランスフォーマーは、知識の継承を向上させるための迅速な調整で凍結されます。 3D 教師によってエンコードされた潜在的な特徴は、マスクされたポイント モデリングのターゲットとして使用されます。そこでは、基本的な幾何学の理解として、暗い知識が 3D Transformer の生徒に蒸留されます。当社の ACT 事前トレーニング済み 3D 学習器は、さまざまなダウンストリーム ベンチマークで最先端の汎化能力を達成します。たとえば、ScanObjectNN での全体的な精度は 88.21% です。コードは https://github.com/RunpeiDong/ACT で公開されています。
The success of deep learning heavily relies on large-scale data with comprehensive labels, which is more expensive and time-consuming to fetch in 3D compared to 2D images or natural languages. This promotes the potential of utilizing models pretrained with data more than 3D as teachers for cross-modal knowledge transferring. In this paper, we revisit masked modeling in a unified fashion of knowledge distillation, and we show that foundational Transformers pretrained with 2D images or natural languages can help self-supervised 3D representation learning through training Autoencoders as Cross-Modal Teachers (ACT). The pretrained Transformers are transferred as cross-modal 3D teachers using discrete variational autoencoding self-supervision, during which the Transformers are frozen with prompt tuning for better knowledge inheritance. The latent features encoded by the 3D teachers are used as the target of masked point modeling, wherein the dark knowledge is distilled to the 3D Transformer students as foundational geometry understanding. Our ACT pretrained 3D learner achieves state-of-the-art generalization capacity across various downstream benchmarks, e.g., 88.21% overall accuracy on ScanObjectNN. Codes have been released at https://github.com/RunpeiDong/ACT.