arXiv:2604.13586cs.CV2026-04

通过动态选token和高效微调,让3D目标检测更快更准

Efficient Multi-View 3D Object Detection by Dynamic Token Selection and Fine-Tuning

  • 在ViT中动态调整每层选中的图像令牌数量
  • 计算量降低48%~55%,推理延迟减少9%~25%
  • 仅微调160万参数,适合资源受限场景

现有基于视觉变换器(ViT)的多视角3D目标检测方法依赖大规模预训练模型,计算开销大。当前最优方法ToC3D采用基于自车运动的相关令牌选择,但存在两个关键问题:(1) 固定各层的令牌选择比例,限制了训练与推理时的效率;(2) 需对整个ViT主干网络进行端到端重训练。本文提出一种图像令牌补偿机制与令牌选择策略,实现ViT主干中动态层间令牌选择。同时引入参数高效的微调方法,仅训练新增模块,将可微调参数从超过3亿降至160万。在大型NuScenes数据集上,针对三种多视角3D检测方法的实验表明,本方法使计算复杂度(GFLOPs)降低48%~55%,在NVIDIA GV100 GPU上的推理延迟减少9%~25%,同时平均精度提升1.0%~2.8%,NuScenes检测分数提升0.4%~1.2%,优于迄今最先进方法ToC3D。

原文摘要 · Abstract (English)

Existing multi-view three-dimensional (3D) object detection approaches widely adopt large-scale pre-trained vision transformer (ViT)-based foundation models as backbones, being computationally complex. To address this problem, current state-of-the-art (SOTA) \texttt{ToC3D} for efficient multi-view ViT-based 3D object detection employs ego-motion-based relevant token selection. However, there are two key limitations: (1) The fixed layer-individual token selection ratios limit computational efficiency during both training and inference. (2) Full end-to-end retraining of the ViT backbone is required for the multi-view 3D object detection method. In this work, we propose an image token compensator combined with a token selection for ViT backbones to accelerate multi-view 3D object detection. Unlike \texttt{ToC3D}, our approach enables dynamic layer-wise token selection within the ViT backbone. Furthermore, we introduce a parameter-efficient fine-tuning strategy, which trains only the proposed modules, thereby reducing the number of fine-tuned parameters from more than $300$ million (M) to only $1.6$ M. Experiments on the large-scale NuScenes dataset across three multi-view 3D object detection approaches demonstrate that our proposed method decreases computational complexity (GFLOPs) by $48\%$ ... $55\%$, inference latency (on an \texttt{NVIDIA-GV100} GPU) by $9\%$ ... $25\%$, while still improving mean average precision by $1.0\%$ ... $2.8\%$ absolute and NuScenes detection score by $0.4\%$ ... $1.2\%$ absolute compared to so-far SOTA \texttt{ToC3D}.

3D检测视觉变换器动态选token高效微调

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。