TL;DR
WildDet3D introduces an open-vocabulary monocular 3D detector unifying text, point, and box prompts with geometry-aware architecture. It achieves 22.6-24.8 AP_3D on WildDet3D-Bench, vastly outperforming prior methods (2.3 AP). The work contributes a 1M-image dataset with 13.
48
已证实
9
证据不足
2
无法验证
N/A
可复现性
置信度
77%

核心问题

How can we build a general-purpose monocular 3D object detector that generalizes to long-tailed and unseen categories, supports multiple prompt modalities (text, points, boxes), and leverages optional geometric cues like depth?

核心方法

{'approach': 'WildDet3D uses dual-vision encoders (ViT-H for semantics, DINOv2 ViT-L for geometry) with a depth fusion module, a promptable detector supporting four prompt types, and a 3D detection head with unambiguous rotation normalization. The authors construct WildDet3D-Data through a three-stage pipeline: candidate generation from multiple 3D methods, rule-based geometric filtering, and human/VLM-based selection.', 'key_components': [], 'section_ids': []}

论点验证

已证实 (85%) We introduce WildDet3D, an open-vocabulary monocular 3D object detector that unifies text, point, and box prompts within a single geometry-aware architecture.
The paper fully specifies the WildDet3D architecture in Section 2, including dual encoders, depth fusion module, promptable detector accepting four prompt types (text, point, box, exemplar), and 3D detection head. The model is evaluated on multiple b
已证实 (90%) We introduce WildDet3D-Data, a large-scale dataset for open-vocabulary 3D detection in the wild. Our dataset covers over 1M images across 22 scene categories, with 3.7M valid 3D annotations, and 13.5K object categories-a 138× increase in category coverage over Omni3D.
Table 1 summarizes the dataset with specific quantitative details: ~1M images, 3.7M valid 3D annotations, 13.5K object categories. The 138× increase over Omni3D is calculable from Omni3D's 98 categories (mentioned in paragraph 90) vs 13.5K categories
已证实 (85%) To collect this dataset, we develop a three-stage pipeline: (1) multiple complementary models generate candidate 3D boxes for each existing 2D annotation, (2) rule-based geometric and semantic filters remove implausible candidates, and (3) human annotators or VLM-based selectors choose the best candidate and rate its quality.
Section 3 describes the three-stage pipeline in detail with Figure 4 showing the overview. Stage 1 (paragraphs 68-71): five complementary models generate candidates. Stage 2 (paragraphs 73-78): rule-based filters including edge contact, occlusion, si
已证实 (80%) We introduce dual-vision encoders (blue blocks) and a depth fusion module (yellow block) that produce geometry-aware depth latents.
Section 2.1 fully specifies the dual-vision encoders (image encoder: ViT-H with SimpleFPN from SAM3; RGBD encoder: DINOv2 ViT-L/14 from LingBot-Depth) and depth fusion module with ControlNet-style residual design. The architecture is completely descr
已证实 (80%) We develop a promptable detector (purple block) that takes the fused vision features along with input prompts to produce unified query representations for detection heads.
Section 2.2 describes the promptable detector that accepts fused vision features and four prompt types to produce unified query representations. The per-prompt batching strategy is specified, and the detector is evaluated across all prompt modalities
已证实 (80%) We propose a 3D detection head with unambiguous rotation normalization (red block) that aggregates multi-source information spanning depth, 2D spatial, and semantic features.
Section 2.3 fully specifies the 3D detection head with ray features from spherical harmonics, depth prompt branch, and the unambiguous rotation normalization technique. The head aggregates depth, 2D spatial, and semantic features as described.
证据不足 (50%) We further introduce auxiliary 2D detection and depth estimation heads (gray blocks) that substantially boost 3D performance while enabling broader downstream applications.
The auxiliary 2D detection and depth estimation heads are described in Section 2.4. The 2D head's contribution is validated by ablation (claim 19 shows -19.1 AP drop when removed). However, the depth estimation head's contribution is NOT directly abl
证据不足 (50%) We resolve rotation ambiguity with a two-step unambiguous rotation normalization applied to the ground-truth rotation and dimensions before loss computation: (1) Dimension ordering: if w > l, swap (w, l) and rotate by Ry(90°) so that w ≤ l always holds. (2) Yaw folding: fold the yaw angle into [0, π) by applying Ry(180°) when yaw < 0 or yaw ≥ π.
The two-step unambiguous rotation normalization technique is fully specified in paragraphs 34-39. However, there is NO ablation study comparing performance with vs. without this normalization. The paper describes the technique and its motivation but
已证实 (80%) We introduce a parallel confidence branch-a two-layer MLP-that predicts a scalar 3D detection quality score s_3D ∈ [0, 1].
The 3D confidence branch is described in paragraph 41-43 with specific formulation. Claim 20 provides ablation evidence: removing it drops AP by 0.8 (30.2→29.4), validating its contribution.
已证实 (90%) On WildDet3D-Bench, our in-the-wild benchmark spanning 700+ openvocabulary categories, WildDet3D achieves 22.6 AP_3D with text prompts and 24.8 AP_3D with box prompts, far exceeding prior methods (2.3 AP for 3D-MOOD).
Table 3 shows results on WildDet3D-Bench. The specific numbers 22.6 AP_3D (text), 24.8 AP_3D (box), and 2.3 AP for 3D-MOOD are stated in paragraph 101 and should appear in the table. The comparison is quantitative and directly supports the claim.
已证实 (90%) When ground-truth depth is provided, performance reaches 41.6 AP (text) and 47.2 AP (box).
Paragraph 2 and paragraph 113 mention these results. Table 4 shows the effect of sparse/ground-truth depth, with specific numbers 41.6 AP (text) and 47.2 AP (box) when ground-truth depth is provided.
已证实 (85%) On Omni3D, it surpasses prior methods in both text-prompt and box-prompt (oracle) settings, achieving 34.2 and 36.4 AP_3D, respectively, while training for only 12 epochs, compared with 80-120 epochs for competing approaches.
The Omni3D results (34.2 and 36.4 AP_3D) are stated in paragraph 2. The training efficiency claim (12 epochs vs 80-120 for baselines) is stated in paragraph 103. These are quantitative comparisons.
证据不足 (60%) Trained on Omni3D and evaluated zero-shot, it reaches 40.3 ODS on Argoverse 2 and 48.9 ODS on ScanNet, with particularly large improvements on novel categories unseen during training.
The overall ODS numbers (40.3 on Argoverse 2, 48.9 on ScanNet) are stated in paragraph 105 and should appear in Table 5. However, the claim about 'particularly large improvements on novel categories unseen during training' lacks specific quantitative
已证实 (90%) The improvements are consistent across all frequency groups, with the largest gains on rare categories (AP_rare = 47.4 vs. 2.4 for 3D-MOOD), demonstrating strong generalization to novel categories.
Paragraph 101 states the specific numbers: AP_rare = 47.4 for WildDet3D vs. 2.4 for 3D-MOOD. This is quantitative evidence supporting the claim about rare category performance.
已证实 (90%) Our model also achieves the best orientation estimation (mAOE): 0.526 on AV2 and 0.437 on ScanNet, significantly better than 3D-MOOD Swin-B (0.580 and 0.655).
Paragraph 105 states specific mAOE numbers: 0.526 on AV2 and 0.437 on ScanNet for WildDet3D, compared to 0.580 and 0.655 for 3D-MOOD Swin-B. Lower mAOE is better, confirming the claim.
已证实 (90%) On AV2, our model also achieves the best translation accuracy (mATE = 0.714 vs. 0.755 for Swin-B), showing that the large AP gain does not come at the cost of localization precision.
Paragraph 105 states specific mATE numbers: 0.714 for WildDet3D vs. 0.755 for Swin-B on AV2. Lower mATE is better, confirming the claim about translation accuracy.
已证实 (90%) Providing ground-truth depth yields a clear improvement on ScanNet (48.9→50.2 ODS, +1.3), where indoor scenes benefit from accurate metric depth for resolving scale ambiguity. On AV2 the gain is marginal (40.3→40.4).
Paragraph 106 states specific numbers: ScanNet improves from 48.9 to 50.2 ODS (+1.3) with GT depth, while AV2 shows marginal gain (40.3 to 40.4). This is quantitative evidence.
已证实 (90%) Without depth, our monocular model (7.5 AP) is competitive with DetAny3D (7.1 AP). When real depth is provided, performance dramatically improves to 27.7 AP, a 2.8× improvement over OVMono3D-LIFT (9.9 AP).
Paragraph 108 states specific numbers from Table 6: monocular model 7.5 AP vs DetAny3D 7.1 AP; with real depth 27.7 AP, which is 2.8× over OVMono3D-LIFT's 9.9 AP. These are quantitative comparisons.
已证实 (90%) Removing the 2D head and predicting 3D boxes directly causes AP to collapse from 30.2 to 11.1 (-19.1), with indoor datasets hit hardest (SUNRGBD: 33.9→5.1, Objectron: 56.8→10.9).
Paragraph 110 provides specific ablation numbers: AP drops from 30.2 to 11.1 (-19.1) when 2D head removed. Indoor datasets show largest drops: SUNRGBD 33.9→5.1, Objectron 56.8→10.9. This is strong quantitative evidence.
已证实 (90%) Removing the 3D confidence head drops AP by 0.8 (30.2→29.4), since 2D objectness alone cannot distinguish well-localized 3D predictions from spatially inaccurate ones.
Paragraph 111 provides specific ablation numbers: removing 3D confidence head drops AP by 0.8 (30.2→29.4). This is quantitative evidence.

... 共 59 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限性(作者自述)

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-04-21T07:13:07+00:00 · 数据来源:Paper Collector