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

点群の細部と全体形状を使い少数パラメータで3Dモデルを適応

GAPrompt++: Multi-Granular Geometry-Aware Point Cloud Prompt for 3D Vision Model

Zixiang Ai, Zhenyu Cui, Yufei Guo, Wenwen Qiang, Lei Chen, Jiwen Lu, Jiahuan Zhou

この論文をやさしく読む

ひとことで言うと

3次元の点群を扱う学習済みモデルに、形の細部と大きな構造を伝える小さな追加情報を入れ、少ない学習パラメータで適応させます。

何に役立つ?

点群モデルを別の課題へ合わせる際の計算や保存負担を抑える用途です。要旨では学習対象を全体の2%未満に抑えつつ、複数のベンチマークで性能を評価しています。

この研究の面白いところ

複数の尺度の形状特徴、目立つ点への情報付与、モデルの各階層への情報伝播を組み合わせています。さらに3D Gaussian Splattingと多視点ステレオ再構成に由来する難しい評価データを作っています。

どこまで分かった?

著者らはプロンプト型の省パラメータ調整法の最高性能と、全体を調整する方法を上回る結果を報告しています。要旨には各データセットの数値や実行時間がなく、パラメータ比率だけで実際の速度向上は判断できません。

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

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

事前学習済みの3D視覚モデルは点群解析を大きく進歩させてきたが、全体の微調整によって下流タスクへ適応させるには、大きな計算費用と記憶容量が必要になる。パラメータ効率の高い微調整(PEFT)は、適応費用と記憶負担をともに減らす有望な代替策である。しかし、既存のプロンプトに基づく方法は、点群に内在する幾何構造を無視しており、その適応能力が制限されている。この限界は、細粒度の幾何学的手がかりと粗粒度の構造的意味の両方を符号化できず、また、その情報をモデルの階層にわたって効果的に伝播させられないことに由来する。 これらの課題に対処するため、効率的な3Dタスクへの適応に、より豊かな幾何学的手がかりを与える、多粒度の幾何構造を考慮したプロンプト手法GAPrompt++を提案する。具体的には、異なるスケールで多粒度の幾何特徴を抽出し、適応時に各事例に応じた幾何学的調整を可能にするPoint Shift Prompterを導入する。次に、Keypoint Prompterが点レベルのプロンプトを適応的に生成し、局所的に際立つ幾何形状と細かな構造を強調する。さらに、Prompt Propagation機構により、特徴抽出階層全体へこれらの多粒度の幾何学的手がかりを注入し、本質的な幾何特性を捉える能力を高める。 広範な実験により、GAPrompt++はプロンプトに基づくPEFT手法の中で最先端の性能を達成し、多様なベンチマークで全体微調整さえ上回る一方、学習可能なパラメータは2%未満で済むことを示す。また、既存の評価データセットの性能飽和に対処するため、3D Gaussian SplattingとMulti-View Stereoによる再構成に由来する、より難しい二つのベンチマークを構築する。これにより、今後の研究を促進する多様かつ現実的な点群場面を提供する。

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

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

更新履歴

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

原文の要旨

Pre-trained 3D vision models have substantially advanced point cloud analysis, yet adapting them to downstream tasks via full fine-tuning is computationally expensive and storage-intensive. Parameter-Efficient Fine-Tuning (PEFT) offers a promising alternative by reducing both adaptation cost and storage burden. However, existing prompting-based approaches ignore the intrinsic geometric structures of point clouds, thereby limiting their adaptation capability. This limitation stems from their inability to encode both fine-grained geometric cues and coarse-grained structural semantics, as well as failing to propagate such information effectively through the model hierarchy. To address these challenges, we propose GAPrompt++, a multi-granular geometry-aware prompting method that provides richer geometric guidance for efficient 3D task adaptation. Specifically, we introduce a Point Shift Prompter that extracts multi-granular geometric features across different scales, enabling instance-specific geometric adjustments during adaptation. Next, a Keypoint Prompter adaptively generates point-level prompts to highlight local geometric saliency and fine-grained structural details. Furthermore, a Prompt Propagation mechanism injects these multi-granular geometric cues throughout the feature extraction hierarchy, strengthening the ability to capture essential geometric characteristics. Extensive experiments show that GAPrompt++ achieves state-of-the-art performance among prompting-based PEFT methods and even surpasses full fine-tuning across diverse benchmarks, while requiring less than 2\% trainable parameters. In addition, to address the saturation of existing evaluation datasets, we construct two more challenging benchmarks derived from 3D Gaussian Splatting and Multi-View Stereo reconstruction, offering diverse and realistic point cloud scenarios to promote future research.

著者のコメント

Accepted by TPAMI 2026. Code at https://github.com/PKU-OV3-LAB/GAPromptPlus.git

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