REVIEW 3 major objections 7 minor 78 references
Zero-Shot 3D Visual Grounding from Vision-Language Models
T0 review · 3 major / 7 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read SeeGround localizes 3D objects with a 2D vision-language model and no 3D-specific training, outperforming prior zero-shot methods by 7.7% on ScanRefer and 7.1% on Nr3D.
desk verdict Solid, honestly ablated method for zero-shot 3DVG; the headline ScanRefer gain is confounded by VLM choice and needs a controlled re-run. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the hybrid scene representation: a query-aligned rendered image combined with structured spatial text drawn from an Object Lookup Table (OLT) built by an open-vocabulary 3D detector. Two modules refine this representation: the Perspective Adaptation Module selects the camera pose by facing the parsed anchor object (or the centroid of candidates when no anchor is confident), and the Fusion Alignment Module projects each object's visible 3D points onto the image, filters occluded points by depth, and overlays a visual prompt at each visible object's projected center. This explicit alignment between 2D visual cues and 3D spatial semantics is what lets the 2D VLM distinguish objects that differ only by texture, shape, viewpoint, orientation, state, or order.
What would settle it
A concrete test: filter the ScanRefer evaluation to queries whose target object is not detected by Mask3D (no prediction overlapping the ground-truth box at IoU > 0.25) and measure SeeGround's accuracy on that subset. The design of the Object Lookup Table implies the accuracy should be 0, since the VLM can only choose among listed IDs; any nonzero accuracy, or a failure of accuracy to rise toward the 59.5% seen with ground-truth boxes, would contradict the claimed mechanism.
Extended reading notes
Core claim
SeeGround's central claim is that a pretrained 2D VLM, given a query-aligned rendered image and spatially enriched text, can localize a referred object in a 3D scene without any 3D-specific training. The pipeline parses the query into a target and an anchor object, selects a viewpoint facing the anchor, renders the scene from that viewpoint, projects the visible object boxes onto the image as prompts, and asks the VLM to output the target's ID. That ID is then looked up in the Object Lookup Table, which the open-vocabulary 3D detector populated with boxes and labels. The authors report gains of 7.7% on ScanRefer and 7.1% on Nr3D over prior zero-shot methods, with particular robustness on view-dependent and hard queries.
Load-bearing premise
The load-bearing premise is that the target object and whatever anchor objects the query mentions are present in the Object Lookup Table produced by the off-the-shelf 3D detector, with correct 3D boxes; if the detector misses the referred object, SeeGround has no ID to output and must fail.
Editorial extensions
If this is right
- On ScanRefer validation, SeeGround improves overall accuracy to 44.1% at Acc@0.25 from 36.4% of the prior zero-shot baseline, while on the unique-object split it reaches 75.7%.
- On Nr3D, the 46.1% overall accuracy beats ZSVG3D by 7.1 points, with the largest gains on view-dependent queries.
- Replacing the Mask3D detector with ground-truth boxes raises accuracy to 59.5%, showing that remaining error is dominated by detector coverage and label accuracy rather than VLM reasoning.
- The robust-incomplete-query experiment shows that when anchor objects are omitted from the text, SeeGround still grounds the target using visual context, whereas an LLM-only pipeline fails.
- Because the pipeline is training-free, the same OLT and rendering stack can be reused for new queries without any per-scene learning, and new open-vocabulary detectors can be swapped in.
Reading between the lines
- If the detector ceiling is the main bottleneck, then improving open-vocabulary 3D detection recall should transfer almost linearly into grounding accuracy; this is testable by pairing SeeGround with a stronger detector and checking whether the ScanRefer number moves toward the 59.5% ground-truth ceiling.
- The framework's indoor assumptions — a single room center, closed-room cropping, and a fixed top-down camera height — suggest it will need explicit handling of unbounded outdoor scenes, where there is no natural 'scene center' and occlusion patterns differ.
- The same hybrid rendering-and-prompting recipe could be pointed at other language-conditioned 3D tasks such as referring segmentation or spatial question answering, since the OLT plus query-aligned render already carries the necessary information.
- The 8.4-point gap between text-only (37.7%) and full (46.1%) configurations is an upper bound on how much pure visual reasoning contributes; a VLM with stronger texture and state discrimination would be expected to narrow the remaining gap to the ground-truth ceiling.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SeeGround is a training-free 3D visual grounding framework that converts 3D scenes into a hybrid representation of query-aligned rendered 2D images and structured spatial text, which is then fed to a 2D vision-language model (Qwen2-VL-72b). The method uses a Perspective Adaptation Module to choose a viewpoint relative to a parsed anchor object and a Fusion Alignment Module that projects visible 3D boxes into the image as visual prompts. On ScanRefer and Nr3D, the paper reports state-of-the-art zero-shot results, claiming improvements of 7.7% and 7.1% over previous zero-shot baselines, while honestly documenting that the off-the-shelf 3D detector (Mask3D) is the main bottleneck with a ground-truth-box ceiling of 59.5% on ScanRefer.
Significance. If the reported gains hold, SeeGround is a useful contribution to zero-shot 3DVG: it is training-free for the grounding module, uses an open-source VLM, and releases code. The paper's strengths include a clean overall pipeline, a clear error analysis (Fig. 7), and an honest detector-bottleneck table (Table 5) that shows the upper bound. The re-evaluation of ZSVG3D with the same Qwen2-VL on Nr3D (Fig. 5b) is a positive step toward controlled comparison. However, the headline ScanRefer comparison is confounded by VLM choice, and two other comparison/ablation issues (VLM-Grounder subset evaluation, and the PAM ablation in Table 3) weaken the central claims in the current form. These are fixable with additional experiments and presentation revisions, so the paper merits major revision rather than rejection.
major comments (3)
- [§4.2, Table 1, Fig. 5b] The headline +7.7% ScanRefer improvement over ZSVG3D is not a controlled comparison: SeeGround uses Qwen2-VL-72b while the reported ZSVG3D baseline uses GPT-4 turbo (Table 1). The paper re-evaluates ZSVG3D with Qwen2-VL only on Nr3D (Fig. 5b), not on ScanRefer. Since the entire pipeline's performance is mediated by VLM reasoning, the ScanRefer gain could be substantially due to the stronger language model. Please report ZSVG3D with Qwen2-VL-72b on the ScanRefer validation set (or the same VLM that SeeGround uses), and either update the claimed improvement or qualify it as VLM-dependent.
- [§4.3, Table 3] The ablation of the Perspective Adaptation Module (PAM) is confounded. The text claims that adding PAM improves accuracy from 43.3% (row (d)) to 45.0% (row (e)), but row (e) also removes the '3D Pos.' input (✗ in the 3D Pos column), so the gain cannot be uniquely attributed to PAM. The correct pairwise comparison would be (d) versus a configuration with 3D Pos+Layout+Texture+FAM+PAM. Although Table 4's viewpoint-strategy comparison supports the value of query-aligned rendering, the component-wise ablation as presented does not isolate PAM's contribution. Please revise the ablation design or state explicitly that PAM replaces raw 3D coordinates in that configuration.
- [§4.2, Table 1] The comparison with VLM-Grounder is not apples-to-apples. VLM-Grounder's results are marked with an asterisk indicating evaluation on 250 selected samples, and it reports 51.6/32.8 Acc@0.25/0.5 overall, which is higher than SeeGround's 44.1/39.4 on the full validation set. The abstract claims a 7.7% improvement over existing zero-shot baselines without excluding VLM-Grounder. Please clarify whether SeeGround achieves state-of-the-art on the full ScanRefer set (which would hold against ZSVG3D but not against VLM-Grounder's subset number), or report VLM-Grounder on the same evaluation protocol.
minor comments (7)
- [Table 4] There is a typo in the second row: 'Edege2Center' should be 'Edge2Center'.
- [§4.1] The implementation details specify the rendering resolution (1000x1000) and the top 0.3m exclusion, but the free parameters of the virtual camera (backward/upward shift, intrinsics, exclusion height) are not varied or justified. Please add a sensitivity analysis or state explicitly that these values are fixed and were chosen without test-set tuning.
- [§4.2, Table 1] The term 'zero-shot' should be qualified: Mask3D is a trained 3D instance segmentation model, so the method is training-free for the grounding module but not for the detector. A clarifying sentence in Section 4.1 would help avoid misunderstanding.
- [§3.1, Eq. (1)] The notation (bbox, sem) with a subscript N is not defined; please clarify that it denotes a set of N detected objects.
- [Table 5] The row labeled 'Ground Truth' appears under the SeeGround column; consider labeling it 'SeeGround + GT boxes' to avoid confusion with the method name in the header.
- [References] Reference [39] (arXiv:2412.04383) has the same title as this paper; please clarify whether it is a prior version of this work and how the present submission differs.
- [Figure 7] The error categories (Rel., Cls., View., Loc.) in the pie charts are not defined in the text; please add one-sentence definitions for each category.
Circularity Check
No significant circularity; the central results are held-out benchmark evaluations and the one self-citation is not load-bearing.
full rationale
SeeGround's derivation chain is self-contained: the pipeline runs an off-the-shelf detector (Mask3D), frozen 2D VLMs, hand-designed rendering and prompting, and is evaluated on held-out ScanRefer/Nr3D splits. No parameter is fit to the test-set targets, and Eq. (4) simply predicts an object ID from a prompted image and spatial text; the claimed gains are externally measured accuracies, not quantities reconstructed from the method's own inputs. The self-citation [39] supports only the generic statement that reasoning over 3D content can happen without 3D-specific training, and the paper's own experiments plus the ground-truth-box ceiling (Table 5: 44.1 with Mask3D vs 59.5 with GT boxes) independently substantiate that, so the citation is not load-bearing. The viewpoint strategy was selected by comparing hand-designed variants on the Nr3D validation set (Table 4), which is mild design tuning rather than a fitted parameter later renamed as a prediction. The ScanRefer comparison uses a different VLM than the baseline (Qwen2-VL-72b vs GPT-4 turbo), which is a legitimate experimental-confound concern, but that is a correctness/fairness issue, not circularity: the reported number remains an externally evaluated accuracy. No equation in the paper reduces a predicted quantity to its input by construction, and no load-bearing premise depends on an unverified self-citation.
Assumptions & free parameters
free parameters (3)
- Virtual camera placement (backward and upward shift) =
not reported
- Virtual camera intrinsics =
35mm focal length, principal point (30px, 20px)
- Rendering exclusion height =
0.3m
assumptions (4)
- domain assumption The 3D detector (Mask3D or OVIR-3D) returns an object set that includes the target and referable anchor objects with accurate 3D bounding boxes.
- domain assumption The 2D VLM (Qwen2-VL-72B) can parse open-vocabulary queries into target/anchor pairs and can associate visual prompts with objects in rendered images.
- domain assumption Rendered point-cloud images preserve sufficient visual detail (color, texture, shape) for the VLM to discriminate objects.
- standard math The pinhole camera projection and depth-buffer occlusion test correctly map 3D boxes to 2D prompts.
Cite this review
Pith. "Pith review of Zero-Shot 3D Visual Grounding from Vision-Language Models." pith.science (2026). https://pith.science/paper/7KMO7XYD
@misc{pith2026250522429,
author = {Pith},
title = {Pith review of: Zero-Shot 3D Visual Grounding from Vision-Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/7KMO7XYD}},
note = {Machine review of arXiv:2505.22429}
}
read the original abstract
3D Visual Grounding (3DVG) seeks to locate target objects in 3D scenes using natural language descriptions, enabling downstream applications such as augmented reality and robotics. Existing approaches typically rely on labeled 3D data and predefined categories, limiting scalability to open-world settings. We present SeeGround, a zero-shot 3DVG framework that leverages 2D Vision-Language Models (VLMs) to bypass the need for 3D-specific training. To bridge the modality gap, we introduce a hybrid input format that pairs query-aligned rendered views with spatially enriched textual descriptions. Our framework incorporates two core components: a Perspective Adaptation Module that dynamically selects optimal viewpoints based on the query, and a Fusion Alignment Module that integrates visual and spatial signals to enhance localization precision. Extensive evaluations on ScanRefer and Nr3D confirm that SeeGround achieves substantial improvements over existing zero-shot baselines -- outperforming them by 7.7% and 7.1%, respectively -- and even rivals fully supervised alternatives, demonstrating strong generalization under challenging conditions.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[39]
Seeground: See and ground for zero- shot open-vocabulary 3d visual grounding,
R. Liet al., “Seeground: See and ground for zero- shot open-vocabulary 3d visual grounding,”arXiv preprint arXiv:2412.04383, 2024
arXiv 2024
-
[1]
Scanrefer: 3d object localization in rgb-d scans using natural language,
D. Z. Chenet al., “Scanrefer: 3d object localization in rgb-d scans using natural language,” inECCV, pp. 202–221, 2020
work page 2020
-
[2]
RayDF: Neural Ray-surface Distance Fields with Multi-view Consistency
Z. Liuet al., “Raydf: neural ray-surface distance fields with multi-view consistency,”arXiv preprint arXiv:2310.19629, 2023
work page Pith review arXiv 2023
-
[3]
Deep view synthesis via self-consistent gen- erative network,
Z. Liuet al., “Deep view synthesis via self-consistent gen- erative network,”IEEE Transactions on Multimedia, vol. 24, pp. 451–465, 2021
work page 2021
-
[4]
Z. Liuet al., “Unleashing the potential of multi-modal foun- dation models and video diffusion for 4d dynamic physical scene simulation,”arXiv preprint arXiv:2411.14423, 2024
arXiv 2024
-
[5]
SIR: Multi-view Inverse Rendering with Decomposable Shadow Under Indoor Intense Lighting
X. Weiet al., “Sir: Multi-view inverse rendering with decomposable shadow for indoor scenes,”arXiv preprint arXiv:2402.06136, 2024
work page Pith review arXiv 2024
-
[6]
An Examination of the Compositionality of Large Generative Vision-Language Models
T. Maet al., “An examination of the compositionality of large generative vision-language models,”arXiv preprint arXiv:2308.10509, 2023
work page Pith review arXiv 2023
-
[7]
Think global, act local: Dual-scale graph transformer for vision-and-language navigation,
S. Chenet al., “Think global, act local: Dual-scale graph transformer for vision-and-language navigation,” inCVPR, pp. 16537–16547, 2022
work page 2022
Show all 78 references
-
[8]
Assister: Assistive navigation via condi- tional instruction generation,
Z. Huanget al., “Assister: Assistive navigation via condi- tional instruction generation,” inECCV, pp. 271–289, 2022
2022
-
[9]
From cognition to precognition: A future- aware framework for social navigation,
Z. Gonget al., “From cognition to precognition: A future- aware framework for social navigation,”arXiv preprint arXiv:2409.13244, 2024
2024 arXiv
-
[10]
Clip2scene: Towards label-efficient 3d scene understanding by clip,
R. Chenet al., “Clip2scene: Towards label-efficient 3d scene understanding by clip,” inCVPR, pp. 7020–7030, 2023
2023
-
[11]
Robo3d: Towards robust and reliable 3d perception against corruptions,
L. Konget al., “Robo3d: Towards robust and reliable 3d perception against corruptions,” inICCV, pp. 19994–20006, 2023
2023
-
[12]
Rethinking range view representation for lidar segmentation,
L. Konget al., “Rethinking range view representation for lidar segmentation,” inICCV, pp. 228–240, 2023
2023
-
[13]
Xvo: Generalized visual odometry via cross- modal self-training,
L. Laiet al., “Xvo: Generalized visual odometry via cross- modal self-training,” inICCV, pp. 10094–10105, 2023
2023
-
[14]
Coarse3d: Class-prototypes for contrastive learning in weakly-supervised 3d point cloud segmentation,
R. Liet al., “Coarse3d: Class-prototypes for contrastive learning in weakly-supervised 3d point cloud segmentation,” arXiv preprint arXiv:2210.01784, 2022
2022 arXiv
-
[15]
Perception-aware multi-sensor fusion for 3d lidar semantic segmentation,
Z. Zhuanget al., “Perception-aware multi-sensor fusion for 3d lidar semantic segmentation,” inICCV, pp. 16280–16290, 2021
2021
-
[16]
Epmf: Efficient perception-aware multi- sensor fusion for 3d semantic segmentation,
M. Tanet al., “Epmf: Efficient perception-aware multi- sensor fusion for 3d semantic segmentation,”TPAMI, vol. 46, no. 12, pp. 8258–8273, 2024
2024
-
[17]
Tfnet: Exploiting temporal cues for fast and accurate lidar semantic segmentation,
R. Liet al., “Tfnet: Exploiting temporal cues for fast and accurate lidar semantic segmentation,” inCVPR, pp. 4547– 4556, 2024
2024
-
[18]
Robust 3d semantic occupancy prediction with calibration-free spatial transformation,
Z. Zhuanget al., “Robust 3d semantic occupancy prediction with calibration-free spatial transformation,”arXiv preprint arXiv:2411.12177, 2024
2024 arXiv
-
[19]
Dhp-mapping: A dense panoptic mapping sys- tem with hierarchical world representation and label opti- mization techniques,
T. Huet al., “Dhp-mapping: A dense panoptic mapping sys- tem with hierarchical world representation and label opti- mization techniques,” inIROS, pp. 1101–1107, 2024
2024
-
[20]
Multi-modal data-efficient 3d scene un- derstanding for autonomous drivin,
L. Konget al., “Multi-modal data-efficient 3d scene un- derstanding for autonomous drivin,”TPAMI, vol. 47, no. 5, pp. 3748–3765, 2025
2025
-
[21]
Dynamiccity: Large-scale 4d occu- pancy generation from dynamic scenes,
H. Bianet al., “Dynamiccity: Large-scale 4d occu- pancy generation from dynamic scenes,”arXiv preprint arXiv:2410.18084, 2024
2024
-
[22]
Calib3d: Calibrating model preferences for reliable 3d scene understanding,
L. Konget al., “Calib3d: Calibrating model preferences for reliable 3d scene understanding,” inWACV, pp. 1965–1978, 2025
1965
-
[23]
Bottom up top down detection transform- ers for language grounding in images and point clouds,
A. Jainet al., “Bottom up top down detection transform- ers for language grounding in images and point clouds,” in ECCV, pp. 417–433, 2022. 7
2022
-
[24]
3d-vista: Pre-trained transformer for 3d vision and text alignment,
Z. Zhuet al., “3d-vista: Pre-trained transformer for 3d vision and text alignment,” inICCV, pp. 2911–2921, 2023
2023
-
[25]
Eda: Explicit text-decoupling and dense align- ment for 3d visual grounding,
Y . Wuet al., “Eda: Explicit text-decoupling and dense align- ment for 3d visual grounding,” inCVPR, pp. 19231–19242, 2023
2023
-
[26]
3dvg-transformer: Relation modeling for vi- sual grounding on point clouds,
L. Zhaoet al., “3dvg-transformer: Relation modeling for vi- sual grounding on point clouds,” inICCV, pp. 2928–2937, 2021
2021
-
[27]
Instancerefer: Cooperative holistic under- standing for visual grounding on point clouds through in- stance multi-level contextual referring,
Z. Yuanet al., “Instancerefer: Cooperative holistic under- standing for visual grounding on point clouds through in- stance multi-level contextual referring,” inICCV, pp. 1791– 1800, 2021
2021
-
[28]
Multi-branch collaborative learning network for 3d visual grounding,
Z. Qianet al., “Multi-branch collaborative learning network for 3d visual grounding,” inECCV, pp. 381–398, 2025
2025
-
[29]
Semantickitti: A dataset for semantic scene understanding of lidar sequences,
J. Behleyet al., “Semantickitti: A dataset for semantic scene understanding of lidar sequences,” inICCV, pp. 9297–9307, 2019
2019
-
[30]
Scalability in perception for autonomous driv- ing: Waymo open dataset,
P. Sunet al., “Scalability in perception for autonomous driv- ing: Waymo open dataset,” inCVPR, pp. 2446–2454, 2020
2020
-
[31]
Panoptic nuscenes: A large-scale bench- mark for lidar panoptic segmentation and tracking,
W. K. Fonget al., “Panoptic nuscenes: A large-scale bench- mark for lidar panoptic segmentation and tracking,”RA-L, vol. 7, pp. 3795–3802, 2022
2022
-
[32]
Visual programming for zero-shot open- vocabulary 3d visual grounding,
Z. Yuanet al., “Visual programming for zero-shot open- vocabulary 3d visual grounding,” inCVPR, pp. 20623– 20633, 2024
2024
-
[33]
Llm-grounder: Open-vocabulary 3d visual grounding with large language model as an agent,
J. Yanget al., “Llm-grounder: Open-vocabulary 3d visual grounding with large language model as an agent,” inICRA, pp. 7694–7701, 2024
2024
-
[34]
Training language models to fol- low instructions with human feedback,
L. Ouyanget al., “Training language models to fol- low instructions with human feedback,”NeurIPS, vol. 35, pp. 27730–27744, 2022
2022
-
[35]
Gpt-4 technical report,
OpenAI, “Gpt-4 technical report,”arXiv preprint arXiv:2303.08774, 2023
2023 arXiv
-
[36]
Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution,
P. Wanget al., “Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution,”arXiv preprint arXiv:2409.12191, 2024
2024 arXiv
-
[37]
Cogvlm2: Visual language mod- els for image and video understanding,
W. Honget al., “Cogvlm2: Visual language mod- els for image and video understanding,”arXiv preprint arXiv:2408.16500, 2024
2024 arXiv
-
[38]
Sceneverse: Scaling 3d vision-language learn- ing for grounded scene understanding,
B. Jiaet al., “Sceneverse: Scaling 3d vision-language learn- ing for grounded scene understanding,” inECCV, pp. 289– 310, 2025
2025
-
[40]
Referit3d: Neural listeners for fine- grained 3d object identification in real-world scenes,
P. Achlioptaset al., “Referit3d: Neural listeners for fine- grained 3d object identification in real-world scenes,” in ECCV, pp. 422–440, 2020
2020
-
[41]
Viewrefer: Grasp the multi-view knowledge for 3d visual grounding,
Z. Guoet al., “Viewrefer: Grasp the multi-view knowledge for 3d visual grounding,” inICCV, pp. 15372–15383, 2023
2023
-
[42]
Multi-view transformer for 3d visual grounding,
S. Huanget al., “Multi-view transformer for 3d visual grounding,” inCVPR, pp. 15524–15533, 2022
2022
-
[43]
Look around and refer: 2d synthetic se- mantics knowledge distillation for 3d visual grounding,
E. M. Bakret al., “Look around and refer: 2d synthetic se- mantics knowledge distillation for 3d visual grounding,” in NeurIPS, vol. 35, pp. 37146–37158, 2022
2022
-
[44]
Sat: 2d semantics assisted training for 3d visual grounding,
Z. Yanget al., “Sat: 2d semantics assisted training for 3d visual grounding,” inICCV, pp. 1856–1866, 2021
2021
-
[45]
Four ways to improve verbo-visual fusion for dense 3d visual grounding,
O. Unalet al., “Four ways to improve verbo-visual fusion for dense 3d visual grounding,” inECCV, pp. 196–213, 2025
2025
-
[46]
Distilling coarse-to-fine semantic matching knowledge for weakly supervised 3d visual grounding,
Z. Wanget al., “Distilling coarse-to-fine semantic matching knowledge for weakly supervised 3d visual grounding,” in ICCV, pp. 2662–2671, 2023
2023
-
[47]
Unifying 3d vision-language understanding via promptable queries,
Z. Zhuet al., “Unifying 3d vision-language understanding via promptable queries,” inECCV, pp. 188–206, 2024
2024
-
[48]
Ovgaussian: Generalizable 3d gaus- sian segmentation with open vocabularies,
R. Chenet al., “Ovgaussian: Generalizable 3d gaus- sian segmentation with open vocabularies,”arXiv preprint arXiv:2501.00326, 2025
2025 arXiv
-
[49]
Multi-space alignments towards universal lidar segmentation,
Y . Liuet al., “Multi-space alignments towards universal lidar segmentation,” inCVPR, pp. 14648–14661, 2024
2024
-
[50]
Towards label-free scene understanding by vision foundation models,
R. Chenet al., “Towards label-free scene understanding by vision foundation models,” inNeurIPS, pp. 75896–75910, 2023
2023
-
[51]
Limoe: Mixture of lidar representation learners from automotive scenes,
X. Xuet al., “Limoe: Mixture of lidar representation learners from automotive scenes,”arXiv preprint arXiv:2501.04004, 2025
2025 arXiv
-
[52]
Geal: Generalizable 3d affordance learning with cross-modal consistency,
D. Luet al., “Geal: Generalizable 3d affordance learning with cross-modal consistency,”arXiv preprint arXiv:2412.09511, 2025
2025 arXiv
-
[53]
Openscene: 3d scene understanding with open vocabularies,
S. Penget al., “Openscene: 3d scene understanding with open vocabularies,” inCVPR, pp. 815–824, 2023
2023
-
[54]
Lerf: Language embedded radiance fields,
J. Kerret al., “Lerf: Language embedded radiance fields,” in ICCV, pp. 19729–19739, 2023
2023
-
[55]
Ovir-3d: Open-vocabulary 3d instance retrieval without training on 3d data,
S. Luet al., “Ovir-3d: Open-vocabulary 3d instance retrieval without training on 3d data,” inCoRL, pp. 1610–1620, 2023
2023
-
[56]
Agent3d-zero: An agent for zero-shot 3d understanding,
S. Zhanget al., “Agent3d-zero: An agent for zero-shot 3d understanding,” inarXiv preprint arXiv:2403.11835, 2024
2024 arXiv
-
[57]
Regionplc: Regional point-language con- trastive learning for open-world 3d scene understanding,
J. Yanget al., “Regionplc: Regional point-language con- trastive learning for open-world 3d scene understanding,” in CVPR, pp. 19823–19832, 2024
2024
-
[58]
Openmask3d: Open-vocabulary 3d instance segmentation,
A. Takmazet al., “Openmask3d: Open-vocabulary 3d instance segmentation,”arXiv preprint arXiv:2306.13631, 2023
2023 arXiv
-
[59]
Openins3d: Snap and lookup for 3d open- vocabulary instance segmentation,
Z. Huanget al., “Openins3d: Snap and lookup for 3d open- vocabulary instance segmentation,” inECCV, pp. 169–185, 2025
2025
-
[60]
Sai3d: Segment any instance in 3d scenes,
Y . Yinet al., “Sai3d: Segment any instance in 3d scenes,” in CVPR, pp. 3292–3302, 2024
2024
-
[61]
Lasermix for semi-supervised lidar semantic segmentation,
L. Konget al., “Lasermix for semi-supervised lidar semantic segmentation,” inCVPR, pp. 21705–21715, 2023
2023
-
[62]
Segment any point cloud sequences by distilling vision foundation models,
Y . Liuet al., “Segment any point cloud sequences by distilling vision foundation models,” inNeurIPS, vol. 36, pp. 37193–37229, 2023
2023
-
[63]
4d contrastive superflows are dense 3d repre- sentation learners,
X. Xuet al., “4d contrastive superflows are dense 3d repre- sentation learners,” inECCV, pp. 58–80, 2024
2024
-
[64]
Frnet: Frustum-range networks for scalable lidar segmentation,
X. Xuet al., “Frnet: Frustum-range networks for scalable lidar segmentation,”TIP, vol. 34, pp. 2173–2186, 2025
2025
-
[65]
Scene-llm: Extending language model for 3d visual understanding and reasoning,
R. Fuet al., “Scene-llm: Extending language model for 3d visual understanding and reasoning,”arXiv preprint arXiv:2403.11401, 2024
2024 arXiv
-
[66]
Uni3dl: A unified model for 3d and language understanding,
X. Liet al., “Uni3dl: A unified model for 3d and language understanding,”arXiv preprint arXiv:2312.03026, 2023
2023 arXiv
-
[67]
Conceptfusion: Open-set multi- modal 3d mapping,
K. M. Jatavallabhulaet al., “Conceptfusion: Open-set multi- modal 3d mapping,”Robotics: Science and Systems, 2023. 8
2023
-
[68]
Glover: Generalizable open-vocabulary affor- dance reasoning for task-oriented grasping,
T. Maet al., “Glover: Generalizable open-vocabulary affor- dance reasoning for task-oriented grasping,”arXiv preprint arXiv:2411.12286, 2024
2024 arXiv
-
[69]
Interactive planning using large language models for partially observable robotic tasks,
L. Sunet al., “Interactive planning using large language models for partially observable robotic tasks,” inICRA, pp. 14054–14061, 2024
2024
-
[70]
3d-llm: Injecting the 3d world into large language models,
Y . Honget al., “3d-llm: Injecting the 3d world into large language models,” inNeurIPS, vol. 36, pp. 20482–20494, 2023
2023
-
[71]
Is your lidar placement optimized for 3d scene understanding?,
Y . Liet al., “Is your lidar placement optimized for 3d scene understanding?,” inNeurIPS, vol. 37, pp. 34980–35017, 2024
2024
-
[72]
G3-lq: Marrying hyperbolic alignment with explicit semantic-geometric modeling for 3d visual ground- ing,
Y . Wanget al., “G3-lq: Marrying hyperbolic alignment with explicit semantic-geometric modeling for 3d visual ground- ing,” inCVPR, pp. 13917–13926, 2024
2024
-
[73]
Learning transferable visual models from natural language supervision,
A. Radfordet al., “Learning transferable visual models from natural language supervision,” inICML, pp. 8748–8763, 2021
2021
-
[74]
Vlm-grounder: A vlm agent for zero-shot 3d visual grounding,
R. Xuet al., “Vlm-grounder: A vlm agent for zero-shot 3d visual grounding,”arXiv preprint arXiv:2410.13860, 2024
2024 arXiv
-
[75]
Text-guided graph neural networks for referring 3d instance segmentation,
P.-H. Huanget al., “Text-guided graph neural networks for referring 3d instance segmentation,” inAAAI, vol. 35, pp. 1610–1618, 2021
2021
-
[76]
Mikasa: Multi-key-anchor & scene- aware transformer for 3d visual grounding,
C.-P. Changet al., “Mikasa: Multi-key-anchor & scene- aware transformer for 3d visual grounding,” inCVPR, pp. 14131–14140, 2024
2024
-
[77]
Language conditioned spatial relation rea- soning for 3d object grounding,
S. Chenet al., “Language conditioned spatial relation rea- soning for 3d object grounding,” inNeurIPS, 2022
2022
-
[78]
Mask3d: Mask transformer for 3d semantic instance segmentation,
J. Schultet al., “Mask3d: Mask transformer for 3d semantic instance segmentation,” inICRA, pp. 8216–8223, 2023. 9
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.