Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

RoboCup@Home 2024 OPL Winner NimbRo: Anthropomorphic Service Robots using Foundation Models for Perception and Planning

T0 review · 4 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read The paper reports that a service robot combining open-vocabulary object segmentation with LLM-based task planning won the RoboCup@Home 2024 Open Platform League, showing that foundation models can replace much task-specific supervision in…

desk verdict Real competition win, externally scored; but the open-vocabulary generalization claim is not isolated from on-site tuning — a solid systems paper that needs clearer separation of verified outcome from broader claims. read the letter →

arxiv 2412.14989 v1 pith:LJYBL3SG submitted 2024-12-19 cs.RO

classification cs.RO
keywords serviceroboticsopen-vocabularyobjectsegmentationgroundedlanguage-imagepretrainingLLMtaskplanningmobilemanipulationRoboCup@Homefoundationmodelspromptable
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

At the RoboCup@Home 2024 Open Platform League, the authors' team fielded a service robot whose perception combined a fine-tuned closed-vocabulary detector with an open-vocabulary grounding model that segments objects from free-text descriptions. The paper's central claim is that this hybrid foundation-model pipeline let the robot segment and grasp objects it had never been labeled for, and that an LLM using function calling turned natural-language commands into multi-step tasks. The team won the overall competition, taking top scores in the GPSR, Restaurant, and final-demonstration stages. If the claim is right, it shows that text-promptable perception plus LLM planning can reduce the labeling overhead that currently dominates domestic service robotics.

What carries the argument

The load-bearing pairing is text-promptable grounding plus promptable segmentation: mmGrounding-DINO, an open-vocabulary detector that finds objects from text descriptions, outputs bounding boxes, and NanoSAM, a lightweight promptable segmenter, converts those boxes into instance masks. Masks are projected into depth to build a partial point cloud, optionally completed by registering a 3D model, and approximated by an oriented bounding box. Grasp poses are sampled on a quadrant sphere facing the object, filtered for collisions using a KD-tree over composite RGB-D and LiDAR point clouds, and ranked by a heuristic that favors precomputed collision-free pre-grasp poses with clearance from obstacles and the workspace boundary. Task planning is carried by an LLM that calls robot capability functions with textual feedback, allowing about 3 to 15 function calls per typical command.

What would settle it

Run the same robot in a fresh apartment using only generic object names with no on-site dataset and no prompt tuning; if it cannot segment and grasp a held-out set of household objects such as a mug, a sponge, and a pear with comparable success, the paper's claim that open-vocabulary approaches overcame labeling overhead is not supported.

Watch

Extended reading notes

Core claim

The authors report that open-vocabulary object segmentation is practically usable in a competitive household-robot setting: a text-promptable grounding detector (mmGrounding-DINO) produced bounding boxes for objects named in natural language, and a promptable segmenter (NanoSAM) refined those boxes into instance masks that fed the grasping pipeline. The same perception channel provided semantic scene information in the final demonstration, where the robot scanned an apartment, identified present objects, and later poured an egg into a pan. An LLM (GPT-4o) executed natural-language commands by calling a library of robot capability functions, advancing a task state machine until the command was accomplished or rejecting commands outside the robot's abilities. The authors state that this approach, together with a supervised detector for known object classes, won the Open Platform League with a total score of 8,852 points.

Load-bearing premise

The open-vocabulary generalization claim rests on the assumption that the manually designed text prompts and the on-site dataset used for tuning were not the decisive factor, since Section 3.3 says prompts were designed using locally captured data and could be changed on the fly, and additional data was collected for objects that performed poorly.

Editorial extensions

If this is right

  • Household robots could be deployed to new environments without collecting and labeling a task-specific object dataset for every home, since text descriptions can stand in for training examples.
  • LLM function calling with textual feedback can handle varied natural-language commands, including rejecting requests the robot cannot or should not perform, which matters for non-expert users.
  • Combining closed-set detectors for known categories with open-vocabulary models for unknown items (shoes, socks, drinks, garbage) improves both precision and recall in monitoring tasks like Stickler for the Rules.
  • The same perception pipeline carried over to the final demonstration, scanning a kitchen, supporting user-input-based planning, and executing a complex manipulation such as pouring an egg into a pan, suggesting reuse beyond predefined task stages.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural extension the paper does not itself claim is that this architecture transfers to other domestic chores, such as tidying arbitrary objects or fetching items described by appearance, because the perception and planning layers are not tied to the competition's object classes.
  • The on-site prompt and dataset tuning described in Section 3.3 suggests a testable boundary: if only generic prompts and no locally captured data are allowed, performance on unseen objects may drop, which would show that some of the claimed generalization is task-specific adaptation.
  • The GPSR command about the smallest object on a counter hints that the same LLM-plus-vision loop could answer property questions (color, material, size) without a bespoke attribute classifier, by grounding attributes through text prompts and visual segments.
  • A direct end-to-end measurement with prompts frozen at the start of a competition, rather than adjustable on the fly, would separate the contribution of the open-vocabulary models from the contribution of human prompt engineering.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper reports the approaches, hardware, and results of team NimbRo@Home at the RoboCup@Home 2024 Open Platform League, where the team won first place. The main technical emphasis is on open-vocabulary object segmentation and grasping, and on the use of large language models (LLMs) for natural language understanding and task planning. The paper describes the perception, planning, grasping, speech, and navigation modules, reports per-task competition outcomes and scores for the three stages and the final demonstration, and concludes that open-vocabulary segmentation proved valuable and that robustness and generalization were key to the win.

Significance. If the central claim is accepted, the paper demonstrates a practical integration of foundation models (open-vocabulary segmentation and LLM planning) into a deployed service robot that won a major competition. This would be a notable existence proof that promptable foundation models can reduce task-specific supervision in domestic robotics. The competition outcome itself is externally documented and the paper provides a useful system-level integration description, including a video reference and a comparison of final scores with other teams. However, the strength of the scientific contribution is limited by the absence of per-component quantitative evaluation and by the acknowledged on-site tuning of prompts and datasets, which weakens the generalization and robustness claims as stated.

major comments (4)
  1. [Section 3.3] The claim in the abstract that open-vocabulary segmentation and grasping of 'non-labeled objects' was demonstrated with 'robustness and generalization capabilities' is substantially weakened by the description of on-site tuning. The text states that prompts 'were manually designed using our locally captured dataset for evaluation and could be changed on the fly during the task' and that 'over the setup days, more data was collected for objects which were not performing well.' This means the open-vocabulary pipeline was adapted to the evaluation arena and its specific objects before and during the tests. The paper should either report which prompts were fixed a priori and which were changed, provide a held-out evaluation on objects not seen during the tuning days, or explicitly temper the generalization claim in the abstract and conclusion.
  2. [Section 4] The quantitative evidence consists solely of aggregate competition scores and single-run task anecdotes. No per-component metrics are reported, such as segmentation intersection-over-union, grasp success rates, number of grasp reattempts, LLM planning success rates, or a comparison between the open-vocabulary and closed-vocabulary pipelines on the same tasks. Consequently, the paper does not support the attribution of the competition win to the open-vocabulary and LLM components rather than to other subsystems (e.g., SLAM, person tracking, touchscreen fallback, closed-vocabulary detectors, or the overall system engineering). A table reporting per-task component success/failure counts and, where available, the scores from both arena runs would make the contribution of each component assessable.
  3. [Section 4.3] The final demonstration (egg pouring) is a single anecdote used to support the headline claim that open-vocabulary approaches can grasp non-labeled objects and execute complex tasks. Single demonstrations, without repeated trials, failure counts, or any quantitative measure of perception or manipulation success, do not support statements of robustness or generalization. The paper should report how many objects were scanned, how many grasps were attempted and succeeded, and how the open-vocabulary perception output was consumed by the task planner, or it should restrict the claim to a feasibility demonstration.
  4. [Section 5] The Lessons Learned section states that 'Open-vocabulary instance segmentation proved valuable in this competition,' but open-vocabulary models were used in only two stage tasks (Serving Breakfast and Clean the Table) and in combination with closed-vocabulary models in other tasks (e.g., Stickler for the Rules). Without a direct comparison or per-task attribution of the open-vocabulary contribution, this conclusion is not supported by the reported data. Please either provide such evidence or qualify the lesson to reflect the actual scope of open-vocabulary usage.
minor comments (6)
  1. [Section 2] The degree symbol in '180◦ FOV' should be typeset as '180°'; check for similar typographical issues throughout the paper.
  2. [Section 3.3] The phrase 'MeanIntersectionoverUnion' should be expanded with proper spacing as 'Mean Intersection over Union' for readability.
  3. [Section 3.6] The abbreviation 'SOTA' should be expanded on first use (e.g., 'state-of-the-art models') to make the text self-contained.
  4. [Section 4] The paper notes that 'the tests were executed twice in different arenas' but reports only a single aggregate score per stage. Reporting the per-run scores would give readers a better sense of variability.
  5. [Figure 4] The object perception pipeline diagram is visually dense; consider enlarging the figure or separating it into two panels for legibility.
  6. [References] Several reference entries for online resources (e.g., JACK Audio, Coqui TTS, Faster Whisper) lack access dates; add consistent access-date information where applicable.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the competition outcome is externally judged, and the paper's claims do not reduce to fitted parameters or self-citation chains.

full rationale

The paper's load-bearing result, winning the RoboCup@Home 2024 Open Platform League, is an externally evaluated competition outcome with independent judges and scores, not a quantity derived from the paper's own models or equations. The technical sections describe standard independently sourced components (SLAM Toolbox, YOLO, MaskDINO, mmGrounding-DINO, GPT-4o, cuRobo, etc.) and report actual task performance. Self-citations to prior NimbRo work are contextual and do not supply the evidence for this year's win. The closest issue is Section 3.3, where open-vocabulary prompts were manually designed using locally captured data and could be changed on the fly, and additional data was collected for poorly performing objects. That is a legitimate generalization confound for the 'open-vocabulary' claim, but it is not circularity: the paper does not define its prediction in terms of those inputs, nor does it fit a parameter and then rename the fit as a prediction. The paper's central outcome is measured against an external benchmark, so no derivation step reduces to its own inputs.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The central claim rests on the competition as an external benchmark, on the reliability of off-the-shelf foundation models, and on continuous online connectivity for the LLM planner. There are no fitted physical parameters or invented entities; the engineering choices are manual prompts and local dataset curation, which are listed as assumptions rather than free parameters.

assumptions (4)
  • domain assumption The RoboCup@Home 2024 OPL rulebook and the judges' scores are a valid external benchmark for comparing service robots.
    The central claim of winning is defined entirely by this benchmark, referenced in Section 4 and the rulebook citation [8].
  • domain assumption Pretrained off-the-shelf models (mmGrounding-DINO, NanoSAM, GPT-4o, Faster Whisper, cuRobo) behave on the robot as they do in their published descriptions.
    The system's perception, planning, speech, and motion modules depend on these external tools, and no independent evaluation is given in the paper.
  • domain assumption Online access to the GPT-4o API is available and low-latency enough during task execution.
    Section 3.6 states the LLM is accessed via a 5G router; planning and command rejection would fail without this connectivity.
  • ad hoc to paper Manually designed text prompts and on-site dataset curation are acceptable engineering inputs.
    Section 3.3 says prompts were manually designed using the locally captured dataset and could be changed on the fly, making this a task-specific component of the reported robustness.

how reviews work

0 comments
Cite this review

Pith. "Pith review of RoboCup@Home 2024 OPL Winner NimbRo: Anthropomorphic Service Robots using Foundation Models for Perception and Planning." pith.science (2026). https://pith.science/paper/LJYBL3SG

@misc{pith2026241214989,
  author       = {Pith},
  title        = {Pith review of: RoboCup@Home 2024 OPL Winner NimbRo: Anthropomorphic Service Robots using Foundation Models for Perception and Planning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LJYBL3SG}},
  note         = {Machine review of arXiv:2412.14989}
}
read the original abstract

We present the approaches and contributions of the winning team NimbRo@Home at the RoboCup@Home 2024 competition in the Open Platform League held in Eindhoven, NL. Further, we describe our hardware setup and give an overview of the results for the task stages and the final demonstration. For this year's competition, we put a special emphasis on open-vocabulary object segmentation and grasping approaches that overcome the labeling overhead of supervised vision approaches, commonly used in RoboCup@Home. We successfully demonstrated that we can segment and grasp non-labeled objects by text descriptions. Further, we extensively employed LLMs for natural language understanding and task planning. Throughout the competition, our approaches showed robustness and generalization capabilities. A video of our performance can be found online.

Figures

Figures reproduced from arXiv: 2412.14989 by the authors.

Figure 1
Figure 1. The NimbRo@Home team at RoboCup 2024 in Eindhoven, NL. team won the competition with a final score of 8,852, followed by team Tidyboy￾OPL (South Korea) with a score of 7,495 and SocRob@Home (Portugal) with a score of 6,901. Novelties of this year’s participation include a modified robot plat￾form, improvements in our grasping and vision approaches and the integration of LLMs for task planning. We focused on the inte… view at source ↗
Figure 2
Figure 2. Enhanced TIAGo++ omnidirectional robot platform. noisy environments. We use ROS 2 Foxy [16] on the robot’s back computer and bridge ROS 1 topics from the robot’s onboard computer. A second robot with a similar configuration was used for redundancy and to allow for parallel testing. 3 Software for Perception and Planning The developed software modules address mapping and navigation, person and object perception, huma… view at source ↗
Figure 3
Figure 3. Software modules used in the competition. (a) Map including location markers and annotated regions. (b) Person detection using YOLO V8, body pose estimation, action and face recognition. (c) Projected object segments using mmGrounding-DINO. Mean Intersection over Union (MIoU) of the bounding boxes of the face detection and the estimated face from the pose. For face recognition, we employ a VGG￾Face [5] embedding mod… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Object perception pipeline including annotation, curation, and backbone mod￾els. We annotate data semi-automatically using CVAT and Segment Anything. This data is then curated using FiftyOne and combined with external datasets. The cu￾rated data is used to fine-tune YO…
Figure 5
Figure 5. Figure 5: 3D object perception and grasping. (a) If available, 3D models can be registered to partial point clouds of all detected objects. (b) The grasp proposals minimizing the grasping cost function for approaching a bottle of mustard lying on a surface. Next, potential grasp…
Figure 6
Figure 6. Figure 6: Impressions from Stage 1 tests. operator while passing a crowd, a tiny object and a hard-to-see object (chair). Our robot lost track of the operator when it was avoiding the hard-to-see object. ◦ In Receptionist ( [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Impressions from Stage 2 tests. loop of searching for new customers and handling their orders. We received the Waitress Captain (Best in Restaurant Test) award as our team scored highest in the Restaurant task among all sub-leagues. ◦ In EGPSR ( [PITH_FULL_IMAGE:figur…
Figure 8
Figure 8. Figure 8: Impressions from the final demonstration. be utilized to grasp non-labeled objects and allow achieving complex tasks like pouring an egg into a pan. Impressions of our final demonstration are shown in [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Viser: Imperative, Web-based 3D Visualization in Python

    cs.CV 2025-07 accept novelty 5.0 of 10

    The paper describes Viser, an open-source imperative, web-based 3D visualization library for Python with scene and GUI primitives.

Reference graph

Works this paper leans on

33 extracted references · 32 canonical work pages · cited by 1 Pith paper

  1. [1]

    Journal of Field Robotics (JFR)36(1), 204–229 (2019)

    Beul, M., Nieuwenhuisen, M., Quenzel, J., Rosu, R.A., et al.: Team NimbRo at MBZIRC 2017: Fast landing on a moving target and treasure hunting with a team of micro aerial vehicles. Journal of Field Robotics (JFR)36(1), 204–229 (2019)

  2. [2]

    Field Robotics2(1), 807–842 (2022)

    Beul, M., Schwarz, M., Quenzel, J., Splietker, M., Bultmann, S., Schleich, D., Rochow, A., et al.: Target chase, wall building, and fire fighting: Autonomous UAVs of team NimbRo at MBZIRC 2020. Field Robotics2(1), 807–842 (2022)

  3. [3]

    In: IEEE- RAS 23rd International Conference on Humanoid Robots (Humanoids) (2024)

    Bode, J., Pätzold, B., Memmesheimer, R., Behnke, S.: A comparison of prompt en- gineering techniques for task planning and execution in service robotics. In: IEEE- RAS 23rd International Conference on Humanoid Robots (Humanoids) (2024)

  4. [4]

    In: Interspeech Conference

    Bredin, H., Laurent, A.: End-to-end speaker segmentation for overlap-aware reseg- mentation. In: Interspeech Conference. pp. 3111–3115 (2021)

  5. [5]

    In: 13th IEEE International Conference on Automatic Face & Gesture Recognition (FG)

    Cao, Q., Shen, L., Xie, W., Parkhi, O.M., Zisserman, A.: VGGFace2: A dataset for recognising faces across pose and age. In: 13th IEEE International Conference on Automatic Face & Gesture Recognition (FG). pp. 67–74 (2018)

  6. [6]

    Davis, P., Letz, S.:https://jackaudio.org (2023)

  7. [7]

    Eren, G., Coqui TTS: Coqui TTS.https://github.com/coqui-ai/TTS (2021)

  8. [8]

    Hart, J., Moriarty, A., Pasternak, K., Kummert, J., Hawkin, A., Hassouna, V., Pena Narvaez, J.D., et al.: RoboCup@Home 2024: Rules and regulations (2024)

Show all 33 references
  1. [9]

    https://github.com/ ultralytics/ultralytics (2023)

    Jocher, G., Chaurasia, A., Qiu, J.: Ultralytics YOLOv8. https://github.com/ ultralytics/ultralytics (2023)

  2. [10]

    In: 38th International Conference on Ma- chine Learning (ICML)

    Kim, J., Kong, J., Son, J.: Conditional variational autoencoder with adversarial learning for end-to-end text-to-speech. In: 38th International Conference on Ma- chine Learning (ICML). pp. 5530–5540 (2021)

  3. [11]

    In: IEEE/CVF International Conference on Computer Vision (ICCV)

    Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A.C., Lo, W.Y., et al.: Segment anything. In: IEEE/CVF International Conference on Computer Vision (ICCV). pp. 4015–4026 (2023)

  4. [12]

    Field Robotics2(1), 55–74 (2022)

    Lenz, C., Quenzel, J., Periyasamy, A.S., Razlaw, J., Rochow, A., Splietker, M., Schreiber,M.,Schwarz,M.,etal.:Autonomouswall-buildingandfirefighting:Team NimbRo’s UGV solution for MBZIRC 2020. Field Robotics2(1), 55–74 (2022)

  5. [13]

    International Journal of Social Robotics (SORO) (2023) 12 R

    Lenz, C., Schwarz, M., Rochow, A., Pätzold, B., et al.: NimbRo wins ANA Avatar XPRIZE immersive telepresence competition: Human-centric evaluation and lessons learned. International Journal of Social Robotics (SORO) (2023) 12 R. Memmesheimer et al

  6. [14]

    In: IEEE/CVF Conf

    Li, F., Zhang, H., Xu, H., Liu, S., Zhang, L., Ni, L.M., et al.: Mask DINO: Towards a unified transformer-based framework for object detection and segmentation. In: IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR) (2023)

  7. [15]

    Journal of Open Source Software6(61), 2783 (2021)

    Macenski, S., Jambrecic, I.: SLAM Toolbox: SLAM for the dynamic world. Journal of Open Source Software6(61), 2783 (2021)

  8. [16]

    Science robotics7(66), eabm6074 (2022)

    Macenski, S., Foote, T., Gerkey, B., et al.: Robot Operating System 2: Design, architecture, and uses in the wild. Science robotics7(66), eabm6074 (2022)

  9. [17]

    RoboCup@Home Team Description Papers (2023)

    Memmesheimer, R., Bode, J., Splietker, M., Bultmann, S., Imbusch, B.T., Behnke, S.: NimbRo@Home 2023 Open Platform League team description. RoboCup@Home Team Description Papers (2023)

  10. [18]

    https://github.com/NVIDIA/ MAXINE-AFX-SDK (2023)

    NVIDIA: NVIDIA MAXINE Audio Effects. https://github.com/NVIDIA/ MAXINE-AFX-SDK (2023)

  11. [19]

    OpenAI: GPT-4 technical report (2023)

  12. [20]

    Pages, J., Marchionni, L., Ferro, F.: TIAGo: The modular robot that adapts to different research needs. In: Int. WS on Robot Modularity, IROS. vol. 290 (2016)

  13. [21]

    In: RoboCup 2023: Robot World Cup XXVI

    Pavlichenko, D., Ficht, G., et al.: RoboCup 2023 Humanoid AdultSize winner Nim- bRo: NimbRoNet3 visual perception and responsive gait with waveform in-walk kicks. In: RoboCup 2023: Robot World Cup XXVI. Springer (2024)

  14. [22]

    In: International Conference on Machine Learning (ICML)

    Radford,A.,Kim,J.W.,Xu,T.,Brockman,G.,McLeavey,C.,Sutskever,I.:Robust speech recognition via large-scale weak supervision. In: International Conference on Machine Learning (ICML). pp. 28492–28518. PMLR (2023)

  15. [23]

    Frontiers Robotics AI3, 57 (2016)

    Schwarz, M., Beul, M., Droeschel, D., Schüller, S., Periyasamy, A.S., Lenz, C., Schreiber,M.,etal.:Supervisedautonomyforexplorationandmobilemanipulation in rough terrain with a centaur-like robot. Frontiers Robotics AI3, 57 (2016)

  16. [24]

    Journal of Field Robotics36(1), 170–182 (2019)

    Schwarz, M., Droeschel, D., et al.: Team NimbRo at MBZIRC 2017: Autonomous valve stem turning using a wrench. Journal of Field Robotics36(1), 170–182 (2019)

  17. [25]

    Schwarz, M., Lenz, C., García, G.M., Koo, S., Periyasamy, A.S., Schreiber, M., Behnke, S.: Fast object learning and dual-arm coordination for cluttered stowing, picking, and packing. In: Int. Conf. on Robotics and Automation (ICRA) (2018)

  18. [26]

    In: IEEE Int

    Schwarz, M., Milan, A., Lenz, C., Munoz, A., Periyasamy, A.S., Schreiber, M., Schüller, S., Behnke, S.: NimbRo Picking: Versatile part handling for warehouse automation. In: IEEE Int. Conf. on Robotics and Automation (ICRA) (2017)

  19. [27]

    Journal of Field Robotics (JFR)34(2), 400–425 (2017)

    Schwarz, M., Rodehutskors, T., Droeschel, D., Beul, M., Schreiber, M., Araslanov, N., et al.: NimbRo Rescue: solving disaster-response tasks with the mobile manip- ulation robot Momaro. Journal of Field Robotics (JFR)34(2), 400–425 (2017)

  20. [28]

    Serengil, S., Ozpinar, A.: A benchmark of facial recognition pipelines and co- usability performances of modules. J. Information Techn.17(2), 95–107 (2024)

  21. [29]

    Frontiers Robotics AI3, 58 (2016)

    Stückler, J., Schwarz, M., Behnke, S.: Mobile manipulation, tool use, and intuitive interaction for cognitive service robot Cosero. Frontiers Robotics AI3, 58 (2016)

  22. [30]

    In: IEEE International Conference on Robotics and Automation (ICRA)

    Sundaralingam, B., Hari, S.K.S., Fishman, A., Garrett, C., Van Wyk, K., et al.: cuRobo: Parallelized collision-free robot motion generation. In: IEEE International Conference on Robotics and Automation (ICRA). pp. 8112–8119 (2023)

  23. [31]

    Systran: Faster Whisper.https://github.com/SYSTRAN/faster-whisper (2024)

  24. [32]

    In: 20th International Conference on Information Fusion (FUSION)

    Wojke, N., Memmesheimer, R., Paulus, D.: Joint operator detection and tracking for person following from mobile platforms. In: 20th International Conference on Information Fusion (FUSION). IEEE (2017)

  25. [33]

    arXiv preprint arXiv:2401.02361 (2024)

    Zhao, X., Chen, Y., Xu, S., Li, X., Wang, X., Li, Y., Huang, H.: An open and comprehensive pipeline for unified object grounding and detection. arXiv preprint arXiv:2401.02361 (2024)

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.