Pith. sign in

REVIEW 2 major objections 4 minor 194 references

Robotic Contextual Awareness for Human-Robot Collaboration and Environmental Understanding

T0 review · 2 major / 4 minor · reviewed 2026-07-14 · grok-4.5

Pith's one-line read Mobile robots gain the contextual awareness needed for safe, targeted collaboration by combining continual person re-identification with multi-level geometric and semantic mapping.

desk verdict Solid engineering thesis that packages useful Re-ID and indoor LiDAR improvements; the long-term forgetting claim is the softest link but does not sink the rest. read the letter →

arxiv 2607.10372 v1 pith:OGKU2MV6 submitted 2026-07-11 cs.RO cs.CV

classification cs.ROcs.CV
keywords ContextAwarenessEnvironmentalUnderstandingRe-IdentificationSLAMLoopClosureDetectionSemanticMappingHuman-RobotCollaborationLiDAR
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

This thesis argues that robots leaving controlled factories for dynamic human spaces fail without true contextual awareness: the ability to know both who a specific collaborator is and what the surrounding geometry and objects mean. It supplies that awareness through two complementary lines of work. On the human side, a visual re-identification pipeline (FollowMe, then CARPE-ID, then an unsupervised twin-network continual learner) lets a mobile robot lock onto one person, adapt to clothing and appearance changes, and ignore everyone else, while hand-gesture commands give simple interaction. On the environment side, a submap-based LiDAR SLAM system (LEO-SLAM) with multi-level scan matching, a ground-aware intensity filter that removes glass reflections without discarding floor points, and a Gaussian Scan Context loop-closure detector produce accurate maps; a multi-modal RGB-D-plus-LiDAR semantic layer then places named objects into those maps so the robot can navigate to them and perform simple fetch tasks. Together the methods turn raw sensor streams into a persistent, identity-aware and object-aware model of the scene, which the author claims is the missing prerequisite for safer coexistence and more natural collaboration.

What carries the argument

The twin-network unsupervised continual learner that trains a parallel feature extractor on a smart image pool (recent target views mixed with statistically distant past appearances) while the live tracker continues uninterrupted, together with the multi-level submap alignment (scan-to-scan, scan-to-submaps, submap-to-submaps) and Gaussian Scan Context that supply the geometric backbone.

What would settle it

A long-duration person-following trial in which the target repeatedly changes clothing and reappears after multi-minute occlusions, measuring whether re-identification success rate remains high and whether tracking latency stays within real-time bounds on the same embedded hardware used in the thesis experiments.

Watch

Extended reading notes

Core claim

Comprehensive robotic contextual awareness arises from the joint solution of two data-association problems—persistent person re-identification under appearance change and robust geometric-plus-semantic place recognition—and that both can be solved online on mobile platforms by combining statistical model adaptation, multi-level submap matching, ground-aware intensity filtering, Gaussian Scan Context, and distance-adaptive camera-LiDAR fusion.

Load-bearing premise

The online twin-network training fed by the smart image pool is assumed to keep enough memory of earlier target appearances to avoid catastrophic forgetting while still running in real time without overflowing typical mobile-robot GPUs.

Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 4 minor

Summary. This doctoral thesis addresses robotic contextual awareness for mobile robots in human-centric settings through two complementary pillars: (1) visual person re-identification and tracking for targeted Human-Robot Collaboration (FollowMe baseline, CARPE-ID continual adaptation via DEMA-updated statistical models, and a twin-network unsupervised continual-learning extension with smart image-pool selection and Soft-Triplet loss to mitigate catastrophic forgetting), and (2) geometric and semantic environmental perception (LEO-SLAM multi-level submap scan matching with submap-based SC++, ground-aware intensity filtering for reflections, Gaussian Scan Context for robust loop closure, and multi-modal RGB-D/LiDAR Artifacts Mapping with distance-dependent fusion and data-association buffers). Methods are detailed in Chapter 4 with equations for statistical distances (Eq. 4.1), DEMA updates (Eqs. 4.5–4.8), multi-level GICP alignments, GSC matrix construction (Eq. 4.28), and camera-LiDAR fusion weights (Eqs. 4.36–4.37). Experiments in Chapter 5 report quantitative metrics (classification accuracy, tracking times, ATE/RPE on VBR, precision-recall for GSC, object detection rates) against SoTA baselines on public sequences and real-robot datasets, plus qualitative HRC and loco-manipulation demos.

Significance. If the integrated claims hold, the work supplies a practical, modular suite of perception modules that advance mobile robots from purely geometric navigation toward identity-aware, semantically enriched operation in unstructured human environments. Strengths include real-robot validation (quadruped platforms, custom indoor datasets with glass reflections), ablations (Table 5.2 on statistical-model updates and early training), public-benchmark comparisons (VBR ATE/RPE in Table 5.3, GSC recall under perfect precision in Table 5.5), and explicit engineering for online constraints (parallel twin network, submap keyframes, intensity ground awareness). The multi-modal fusion and GSC statistical extension are particularly transferable. The thesis format naturally aggregates prior conference results into a coherent narrative of contextual awareness, which is valuable for the robotics community even if individual modules are incremental.

major comments (2)
  1. Section 4.1.3 and Section 5.1.3 (Table 5.2, Fig. 5.5, saliency maps in Fig. 5.6): The central HRC claim that the twin-network continual learner plus smart image-pool selection yields a 'highly personalized and robust' long-term Re-ID system rests on the assumption that catastrophic forgetting of earlier appearances is prevented while real-time tracking continues uninterrupted. The reported experiments measure only short-horizon mean tracking times and Re-ID success relative to MOT failures, plus qualitative Grad-CAM maps; they lack multi-session sequences with deliberate multi-outfit changes, quantitative retention curves for early appearances after successive weight swaps, and measured peak GPU memory on representative mobile-robot hardware. Without these, the long-term robustness asserted in the abstract and Section 1.3.1 remains under-supported for the multi-day HRC scenarios claimed.
  2. Section 1.2–1.3 and Chapter 6: The thesis repeatedly asserts that the two pillars 'synergistically' produce comprehensive contextual awareness enabling safer coexistence and more effective collaboration. Yet the experimental chapters evaluate the Re-ID, LEO-SLAM/GSC, and Artifacts Mapping pipelines largely in isolation (separate tables and figures); the only joint demonstration is a high-level 'bring-me' loco-manipulation sketch (Fig. 4.17) that does not quantify interaction between person identity and semantic map. A load-bearing integrated experiment or explicit cross-module ablation is needed to substantiate the synergistic claim that underpins the title and abstract.
minor comments (4)
  1. Multiple typographical and formatting issues appear throughout: 'Accademic Advisor', 'A w areness', 'two-dimentional', 'catastrofic forgetting', 'simultaneous' misspellings, and inconsistent capitalization of acronyms (e.g., SoTA vs SOTA). A thorough proof-reading pass is required.
  2. Figures 4.10, 4.14 and several experimental plots are dense; axis labels and legend fonts are sometimes too small for print readability. Consider enlarging key panels or providing higher-resolution versions.
  3. Free parameters (λ_d construction, DEMA Δ_f/Δ_λd, GSC α and Huber δ, fusion breakpoints min_c/acc_c/max_c, batch size N) are listed but sensitivity analyses are sparse outside the CARPE-ID ablation. A short appendix table summarizing default values and observed sensitivity would aid reproducibility.
  4. Related-work coverage of open-world semantic mapping (Section 2.3) is up-to-date but the thesis itself remains closed-set; a brief forward-looking paragraph on how the Artifacts Mapping pipeline could incorporate CLIP-style embeddings would strengthen the discussion.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: empirical systems with free parameters and external-benchmark evaluations; self-citations are normal thesis reuse of the author's own conference experiments, not load-bearing derivations.

full rationale

The thesis proposes algorithmic pipelines (FollowMe/CARPE-ID + twin-network continual learning, LEO-SLAM multi-level submap matching, ground-aware intensity filter, Gaussian Scan Context, multi-modal Artifacts Mapping) and evaluates them on real-robot trajectories, VBR/KITTI sequences, precision-recall curves, tracking-time tables, and human-labeled Re-ID success. Thresholds (λ_d, damping factors, intensity bounds, Huber δ, fusion weights ξ) are free design choices set by calibration or heuristics; reported metrics (ATE/RPE, recall@100% precision, mean tracking time, detection accuracy) are measured against independent ground truth or MOT failures, not forced by construction from the same inputs. Self-citations ([111],[112],[110],[107],[109]) simply point to the conference versions of the same experiments; they do not import uniqueness theorems, smuggle ansätze, or redefine the claimed performance. No equation reduces a 'prediction' to a fitted quantity by identity, and no central claim rests solely on an unverified self-citation chain. The work is therefore self-contained against external benchmarks.

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

The work is engineering-heavy: most free parameters are classic robotics thresholds chosen by hand or by small validation sets; axioms are standard SLAM and computer-vision assumptions; invented entities are the named frameworks themselves, which are methods rather than physical postulates and therefore lack independent external evidence beyond the experiments in this thesis and its constituent papers.

free parameters (6)
  • Re-ID distance threshold λ_d = μ_d + 2σ_d and DEMA damping factors Δ_f, Δ_λd
    Chosen to balance false positives/negatives; updated online but initial values and N_max are hand-set.
  • Submap creation thresholds Δ_m (distance) and Δ_θ (rotation)
    Control keyframe density; selected for the target environments without automatic tuning.
  • Intensity bounds ψ*_min, ψ*_max and ground-height check
    Sensor- and environment-specific; critical for the ground-aware filter performance.
  • GSC variance weight α and Huber threshold δ
    Tunable hyper-parameters that trade robustness versus discrimination in the context matrix.
  • Camera-LiDAR fusion breakpoints min_c, acc_c, max_c and weight ξ
    Taken from vendor specs or set by hand; directly affect the piecewise centroid fusion.
  • Continual-learning batch size N, iteration count, Soft-Triplet margin α, early-training timeout
    Control training frequency and memory; affect both accuracy and real-time feasibility.
assumptions (4)
  • domain assumption Markov assumption for robot motion and conditional independence of observations given pose and map (standard SLAM factorization).
    Invoked throughout Section 3.2 and the LEO-SLAM factor-graph construction.
  • domain assumption LiDAR intensity is a reliable proxy for material reflectance and incidence angle, allowing thresholding to remove reflections while ground points can be recovered by height or normal checks.
    Underpins the ground-aware filter (Section 4.2.2) and is only partially validated by the custom indoor glass-door dataset.
  • ad hoc to paper A statistical feature-space distance (normalized Euclidean) plus a continually updated mean/std model is sufficient to re-identify a person under moderate appearance change.
    Core of FollowMe and CARPE-ID; justified empirically but not derived from first principles.
  • ad hoc to paper Submap aggregation of successive LiDAR scans yields descriptors comparable to high-channel outdoor LiDAR for indoor loop closure.
    Stated in Section 4.2.1 as the motivation for submap-based SC++.
invented entities (4)
  • CARPE-ID framework (with DEMA adaptation and later twin-network continual learning)
    purpose: Personalized online person re-identification that adapts to appearance change and mitigates catastrophic forgetting.
    Named system introduced in the thesis; evaluated only within the author's experiments.
  • LEO-SLAM (multi-level submap alignment + submap SC++)
    purpose: Accurate 3D LiDAR mapping and localization with reduced drift.
    New pipeline; performance shown on VBR and custom data only.
  • Gaussian Scan Context (GSC) and Huber-weighted variant
    purpose: More robust place-recognition descriptor than max-height SC++.
    Statistical reformulation of an existing descriptor; no external re-implementation cited.
  • Artifacts Mapping multi-modal semantic pipeline
    purpose: Online object-of-interest mapping via distance-adaptive camera-LiDAR fusion.
    Custom fusion rule and manager; validated on simulation and real scenes by the author.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Robotic Contextual Awareness for Human-Robot Collaboration and Environmental Understanding." pith.science (2026). https://pith.science/paper/OGKU2MV6

@misc{pith2026260710372,
  author       = {Pith},
  title        = {Pith review of: Robotic Contextual Awareness for Human-Robot Collaboration and Environmental Understanding},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OGKU2MV6}},
  note         = {Machine review of arXiv:2607.10372}
}
read the original abstract

The transition of autonomous mobile robots from controlled industrial settings to dynamic, human-centric environments, such as manufacturing, logistics, and healthcare, has made their safe and autonomous operation a critical area of research. These sophisticated machines must be capable of perceiving, understanding, and interacting with their surroundings to navigate freely and perform complex tasks. A significant obstacle to achieving this is the lack of comprehensive contextual awareness, which requires a robot to recognize its spatial environment and identify the objects and actors within it. Without this perceptual knowledge, robots struggle to plan adaptive behaviors or engage in meaningful interaction with humans. This thesis presents novel solutions to this challenge by exploring two distinct but complementary research directions. The first direction involves human re-identification and tracking to improve Human-Robot Collaboration. Our developed approach enables a mobile robot to recognize a specific person, facilitating targeted collaboration while ignoring other individuals. The second direction focuses on enhancing the robot's overall perceptual capabilities to understand its environment geometrically and semantically. Geometric information is vital for motion planning and collision avoidance, while semantic knowledge provides the robot with a richer understanding for more advanced interaction. Both solutions are driven by the improvement of the semantical understanding of robots that enhance their knowledge of their surroundings, allowing a smoother and more natural interaction between robots, humans, and the environment. The contributions of this work in human re-identification and environmental understanding represent a significant step toward a future where robots are more contextually aware, enabling safer coexistence and more effective collaboration.

Figures

Figures reproduced from arXiv: 2607.10372 by the authors.

Figure 2.1
Figure 2.1. Comparison of LiDAR-perceived intensities across diverse materials. The intensity ranges from the lower values of shiny metallic surfaces, represented in light blue, through the medium values of opaque metallic surfaces in violet, to the higher values of the wooden panel in pink. Several studies have utilized intensity data to improve SLAM components. Wang et al. [137] proposed the Intensity Scan Context (ISC), exte… view at source ↗
Figure 2.2
Figure 2.2. Examples of the filtering effect are shown in two scenarios that show numer [PITH_FULL_IMAGE:figures/full_fig_p044_2_2.png] view at source ↗
Figure 2.3
Figure 2.3. The incidence angle θ between the LiDAR beam and the reflective surface significantly impacts the returned energy level, often reducing the point intensity. Points affected in this way would typically be removed by standard threshold filtering methods. Intensity-based filtering has previously been investigated in autonomous driving ap￾plications to remove noise caused by weather phenomena like snow or rain. Early wo… view at source ↗
Figures from the paper (29 more)
Figure 4.1
Figure 4.1. Figure 4.1: FollowMe perception pipeline: (a) RGB and Depth images acquisition; (b) person detection through Yolact++; (c) person Re-ID using a deep neural network and human features distance; (d) person localization using the point cloud and re-identified person mask; (e) gestu…
Figure 4.2
Figure 4.2. Figure 4.2: In green, the plot of the feature distances for a calibrated person used to [PITH_FULL_IMAGE:figures/full_fig_p066_4_2.png]
Figure 4.3
Figure 4.3. Figure 4.3: Overview of relevant transformation frames and representation of the safety [PITH_FULL_IMAGE:figures/full_fig_p068_4_3.png]
Figure 4.4
Figure 4.4. Figure 4.4: Classes considered to train the SVM for hand gesture detection. Mediapipe framework [157] is used to extract 3D key points (red points) relative to the centre of the hand. Reprinted, with permission, from [111], © 2023 IEEE. A radial basis function kernel and a one-v…
Figure 4.5
Figure 4.5. Figure 4.5: FollowMe FSM diagram. The transitions between the states are highlighted with Greek letters and boolean operators and (&), not (!). The transitions’ meaning is: (α) the target is re-identified in the camera FOV, (β) the last target position is inside the safety circl…
Figure 4.6
Figure 4.6. Figure 4.6: The pipeline framework begins with an image input and ends with a re [PITH_FULL_IMAGE:figures/full_fig_p071_4_6.png]
Figure 4.7
Figure 4.7. Figure 4.7: This figure illustrates a comparison between [PITH_FULL_IMAGE:figures/full_fig_p073_4_7.png]
Figure 4.8
Figure 4.8. Figure 4.8: This work pipeline, integrated with the CARPE-ID framework, outlines the algorithmic flow from the input image to the Re-ID output. The arrows symbolize the data exchange among the various components within the framework. Reprinted, with permission, from [110], © 202…
Figure 4.9
Figure 4.9. Figure 4.9: On the left, the pool collection of training images for adapting the twin [PITH_FULL_IMAGE:figures/full_fig_p078_4_9.png]
Figure 4.10
Figure 4.10. Figure 4.10: LEO-SLAM system architecture. The algorithm receives as input a point cloud P and optionally external odometry or IMU data. The point cloud is prepro￾cessed, and the output Pp is passed in parallel into the scan-to-scan (s2s) and scan-to￾submaps (s2S) alignment modu…
Figure 4.11
Figure 4.11. Figure 4.11: Comparison of intensity filtering: on the left, using only intensity thresh [PITH_FULL_IMAGE:figures/full_fig_p085_4_11.png]
Figure 4.12
Figure 4.12. Figure 4.12: The diagonal and top views of a GSC, where each entry represents a multivariate normal distribution, are shown on the left and right, respectively. Each Gaussian distribution contributes to the computation of the GSC matrix. To compute this angle, the vector cosine …
Figure 4.13
Figure 4.13. Figure 4.13: The plots compare SC++ (left) and GSC (right) during a loop closure in the KITTI sequence 00. The GSC matrix, displayed at the lower right, is derived from the Gaussian distributions illustrated in [PITH_FULL_IMAGE:figures/full_fig_p089_4_13.png]
Figure 4.14
Figure 4.14. Figure 4.14: This figure represents the whole Artifacts Mapping pipeline. The top block [PITH_FULL_IMAGE:figures/full_fig_p095_4_14.png]
Figure 4.15
Figure 4.15. Figure 4.15: An example of the contribution weights of camera and [PITH_FULL_IMAGE:figures/full_fig_p098_4_15.png]
Figure 4.16
Figure 4.16. Figure 4.16: An example of the framework during an experiment. On the left is the [PITH_FULL_IMAGE:figures/full_fig_p100_4_16.png]
Figure 4.17
Figure 4.17. Figure 4.17: Autonomous actions held during the execution of the application. Image [PITH_FULL_IMAGE:figures/full_fig_p101_4_17.png]
Figure 5.1
Figure 5.1. Figure 5.1: Comparison between panoptic and instance segmentation inferences. [PITH_FULL_IMAGE:figures/full_fig_p106_5_1.png]
Figure 5.2
Figure 5.2. Figure 5.2: Results of the FollowMe whole experiment: each person has to follow an [PITH_FULL_IMAGE:figures/full_fig_p108_5_2.png]
Figure 5.3
Figure 5.3. Figure 5.3: Individual experiments statistics. Reprinted, with permission, from [ [PITH_FULL_IMAGE:figures/full_fig_p110_5_3.png]
Figure 5.4
Figure 5.4. Figure 5.4: This is an example of a person-following experiment. The person being [PITH_FULL_IMAGE:figures/full_fig_p111_5_4.png]
Figure 5.5
Figure 5.5. Figure 5.5: Comparison between the experimental results of [PITH_FULL_IMAGE:figures/full_fig_p115_5_5.png]
Figure 5.6
Figure 5.6. Figure 5.6: Saliency maps comparison obtained with Grad-Cam [ [PITH_FULL_IMAGE:figures/full_fig_p116_5_6.png]
Figure 5.7
Figure 5.7. Figure 5.7: Comparison between the trajectories generated by LEO [PITH_FULL_IMAGE:figures/full_fig_p119_5_7.png]
Figure 5.8
Figure 5.8. Figure 5.8: Final maps obtained using LEO-SLAM from the four analyzed VBR ses￾sions. Reprinted, with permission, from [107], © 2025 IEEE. AT E = vuut 1 N X N i=1 ||pˆi − pi ||2 , (5.1) RP E = vuut 1 N X N i=1 ||(pˆi+1 − pˆi ) − (pi+1 − pi )||2 , (5.2) where pˆi denotes the estim…
Figure 5.9
Figure 5.9. Figure 5.9: Precision–Recall curves obtained from the experimental results are pre [PITH_FULL_IMAGE:figures/full_fig_p126_5_9.png]
Figure 5.10
Figure 5.10. Figure 5.10: Percentage of the correctly mapped and labelled objects concerning the [PITH_FULL_IMAGE:figures/full_fig_p132_5_10.png]
Figure 5.11
Figure 5.11. Figure 5.11: Distribution of correctly and wrongly detected artifacts among the total [PITH_FULL_IMAGE:figures/full_fig_p133_5_11.png]
Figure 5.12
Figure 5.12. Figure 5.12: Qualitative comparison between RGB-D camera (left image) and LiDAR (right image) point cloud detections at an approximate distance of 10 m from the wall. At the bottom center is a representation of the scene taken with the robot camera at that instant. At large dist…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

194 extracted references · 15 linked inside Pith

  1. [1]

    IEEE trans on pattern analysis and machine intel , year=

    Yolact++: Better real-time instance segmentation , author=. IEEE trans on pattern analysis and machine intel , year=

  2. [2]

    arXiv preprint arXiv:2001.01526 , year=

    Mutual mean-teaching: Pseudo label refinery for unsupervised domain adaptation on person re-identification , author=. arXiv preprint arXiv:2001.01526 , year=

  3. [3]

    arXiv preprint arXiv:2006.10214 , year=

    Mediapipe hands: On-device real-time hand tracking , author=. arXiv preprint arXiv:2006.10214 , year=

  4. [4]

    IEEE/RSJ Int Conf on Intel Robots and sys , year=

    Followme: Person following and gesture recognition with a quadrocopter , author=. IEEE/RSJ Int Conf on Intel Robots and sys , year=

  5. [5]

    ICT Systems and Sustainability: Proceedings of ICT4SD 2020, Volume 1 , pages=

    Follow me: A human following robot using wi-fi received signal strength indicator , author=. ICT Systems and Sustainability: Proceedings of ICT4SD 2020, Volume 1 , pages=. 2020 , publisher=

  6. [6]

    IEEE/SICE Int Symp on Sys Integration (SII) , year=

    Human characterization by a following robot using a depth sensor , author=. IEEE/SICE Int Symp on Sys Integration (SII) , year=

  7. [7]

    Int Conf on Control, Automation and Sys , year=

    Human-following robot using infrared camera , author=. Int Conf on Control, Automation and Sys , year=

  8. [8]

    Int Conf on Intel Autonomous Sys , year=

    Tracking control of human-following robot with sonar sensors , author=. Int Conf on Intel Autonomous Sys , year=

Show all 194 references
  1. [9]

    Int Conf on Orange Technologies (ICOT) , year=

    Design and implementation of human following for separable omnidirectional mobile system of smart home robot , author=. Int Conf on Orange Technologies (ICOT) , year=

  2. [10]

    IEEE Trans on Consumer Electronics , volume=

    Tracking autonomous entities using RFID technology , author=. IEEE Trans on Consumer Electronics , volume=

  3. [11]

    South East Asian Tech University Consortium (SEATUC) , volume=

    Simulation of a human following robot with object avoidance function , author=. South East Asian Tech University Consortium (SEATUC) , volume=

  4. [12]

    IEEE computer society conf on computer vision and pattern recognition (CVPR'05) , volume=

    Histograms of oriented gradients for human detection , author=. IEEE computer society conf on computer vision and pattern recognition (CVPR'05) , volume=

  5. [13]

    CHI'12 Extended Abstracts on Human Factors in Computing Sys , year=

    Joggobot: a flying robot as jogging companion , author=. CHI'12 Extended Abstracts on Human Factors in Computing Sys , year=

  6. [14]

    IEEE/RSJ Int Conf on Intel Robots and Sys (IROS) , year=

    User recognition for guiding and following people with a mobile robot in a clinical environment , author=. IEEE/RSJ Int Conf on Intel Robots and Sys (IROS) , year=

  7. [15]

    Int Conf on Advances in Computing, Communications and Informatics (ICACCI) , year=

    Follow me robot using bluetooth-based position estimation , author=. Int Conf on Advances in Computing, Communications and Informatics (ICACCI) , year=

  8. [16]

    Robot World Cup , year=

    Follow Me: real-time in the wild person tracking application for autonomous robotics , author=. Robot World Cup , year=

  9. [17]

    Academic Research International , volume=

    Follow me robot using infrared beacons , author=. Academic Research International , volume=. 2013 , publisher=

  10. [18]

    2008 , publisher=

    Person following robot with vision-based and sensor fusion tracking algorithm , author=. 2008 , publisher=

  11. [19]

    , author=

    Vision based person tracking with a mobile robot. , author=. BMVC , year=

  12. [20]

    Gita and Kilo, Piaggio Fast Forward

  13. [21]

    Robotic Cart Thouzer, Doog inc

  14. [22]

    Proc of the IEEE int conf on computer vision , year=

    Mask r-cnn , author=. Proc of the IEEE int conf on computer vision , year=

  15. [23]

    IEEE Trans on Pattern Analysis and Machine Intelligence , year=

    Deep learning for person re-identification: A survey and outlook , author=. IEEE Trans on Pattern Analysis and Machine Intelligence , year=

  16. [24]

    IEEE Int Conf on Power Electronics, Intel Control and Energy Sys (ICPEICES) , year=

    A review: Study of various techniques of Hand gesture recognition , author=. IEEE Int Conf on Power Electronics, Intel Control and Energy Sys (ICPEICES) , year=

  17. [25]

    Proc of the European Conf on Computer Vision (ECCV) , year=

    Two at once: Enhancing learning and generalization capacities via ibn-net , author=. Proc of the European Conf on Computer Vision (ECCV) , year=

  18. [26]

    Proc of the IEEE conf on computer vision and pattern recognition (CVPR) , year=

    Person transfer gan to bridge domain gap for person re-identification , author=. Proc of the IEEE conf on computer vision and pattern recognition (CVPR) , year=

  19. [27]

    IEEE/RSJ Int Conf on Intel Robots and Sys (IROS) , year=

    A visuo-haptic guidance interface for mobile collaborative robotic assistant (MOCA) , author=. IEEE/RSJ Int Conf on Intel Robots and Sys (IROS) , year=

  20. [28]

    Proc of the IEEE conf on computer vision and pattern recognition , year=

    Realtime multi-person 2d pose estimation using part affinity fields , author=. Proc of the IEEE conf on computer vision and pattern recognition , year=

  21. [29]

    ICRA workshop on open source software , year=

    ROS: an open-source Robot Operating Sys , author=. ICRA workshop on open source software , year=

  22. [30]

    IEEE Access , volume=

    LMOT: Efficient Light-Weight Detection and Tracking in Crowds , author=. IEEE Access , volume=. 2022 , publisher=

  23. [31]

    Proc of the IEEE/CVF conf on computer vision and pattern recognition , year=

    Improving multiple pedestrian tracking by track management and occlusion handling , author=. Proc of the IEEE/CVF conf on computer vision and pattern recognition , year=

  24. [32]

    European conf on computer vision , year=

    Microsoft coco: Common objects in context , author=. European conf on computer vision , year=

  25. [33]

    Proc of the IEEE/CVF int conf on computer vision , year=

    Yolact: Real-time instance segmentation , author=. Proc of the IEEE/CVF int conf on computer vision , year=

  26. [34]

    IEEE Int Conf on Robotics and Automation (ICRA) , year=

    Yolactedge: Real-time instance segmentation on the edge , author=. IEEE Int Conf on Robotics and Automation (ICRA) , year=

  27. [35]

    Proc of the IEEE conf on computer vision and pattern recognition , year=

    You only look once: Unified, real-time object detection , author=. Proc of the IEEE conf on computer vision and pattern recognition , year=

  28. [36]

    Proc of the IEEE conf on computer vision and pattern recognition , year=

    Fully convolutional networks for semantic segmentation , author=. Proc of the IEEE conf on computer vision and pattern recognition , year=

  29. [37]

    Chinese Control Conf (CCC) , year=

    On adaptive monte carlo localization algorithm for the mobile robot based on ROS , author=. Chinese Control Conf (CCC) , year=

  30. [38]

    IEEE Int Symp on Wearable Computers, 2003

    Personal position measurement using dead reckoning , author=. IEEE Int Symp on Wearable Computers, 2003. Proc. , year=

  31. [39]

    IEEE int symp on robotics and manufacturing automation (ROMA) , year=

    A quantitative study of tuning ROS gmapping parameters and their effect on performing indoor 2D SLAM , author=. IEEE int symp on robotics and manufacturing automation (ROMA) , year=

  32. [40]

    2023 IEEE International Conference on Advanced Robotics and Its Social Impacts (ARSO) , pages=

    FollowMe: a Robust Person Following Framework Based on Visual Re-Identification and Gestures , author=. 2023 IEEE International Conference on Advanced Robotics and Its Social Impacts (ARSO) , pages=. 2023 , organization=

  33. [41]

    2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , year=

    Personalized Re-identification through Unsupervised Continual Learning and Parallel Training , author=. 2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , year=

  34. [42]

    arXiv preprint arXiv:2201.13066 , year=

    Single Object Tracking: A Survey of Methods, Datasets, and Evaluation Metrics , author=. arXiv preprint arXiv:2201.13066 , year=

  35. [43]

    Neurocomputing , volume=

    Recent advances of single-object tracking methods: A brief survey , author=. Neurocomputing , volume=. 2021 , publisher=

  36. [44]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

    Visual object tracking with discriminative filters and siamese networks: a survey and outlook , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

  37. [45]

    Computer Vision and Image Understanding , volume=

    Visual object tracking: A survey , author=. Computer Vision and Image Understanding , volume=. 2022 , publisher=

  38. [46]

    IEEE Transactions on Multimedia , year=

    Strongsort: Make deepsort great again , author=. IEEE Transactions on Multimedia , year=

  39. [47]

    IEEE international conference on image processing (ICIP) , pages=

    Simple online and realtime tracking with a deep association metric , author=. IEEE international conference on image processing (ICIP) , pages=

  40. [48]

    European Conference on Computer Vision , year=

    Large scale Real-world Multi Person Tracking , author=. European Conference on Computer Vision , year=

  41. [49]

    IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

    Mmptrack: Large-scale densely annotated multi-camera multiple people tracking benchmark , author=. IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

  42. [50]

    IEEE International Conference on Robotics and Automation (ICRA) , year=

    Robot Person Following Under Partial Occlusion , author=. IEEE International Conference on Robotics and Automation (ICRA) , year=

  43. [51]

    CAAI Transactions on Intelligence Technology , year=

    Online RGB-D person re-identification based on metric model update , author=. CAAI Transactions on Intelligence Technology , year=

  44. [52]

    Pattern Recognition Letters , year=

    A real-time and unsupervised face re-identification system for human-robot interaction , author=. Pattern Recognition Letters , year=

  45. [53]

    Artificial intelligence , year=

    Multiple object tracking: A literature review , author=. Artificial intelligence , year=

  46. [54]

    Pattern Recognition , year=

    People re-identification using skeleton standard posture and color descriptors from RGB-D data , author=. Pattern Recognition , year=

  47. [55]

    Robotics and Autonomous Systems , year=

    Monocular person tracking and identification with on-line deep feature selection for person following robots , author=. Robotics and Autonomous Systems , year=

  48. [56]

    Journal of Intelligent & Robotic Systems , year=

    Human Re-identification with a robot thermal camera using entropy-based sampling , author=. Journal of Intelligent & Robotic Systems , year=

  49. [57]

    International Symposium on Robotics , pages=

    May I be your personal coach? bringing together person tracking and visual re-identification on a mobile robot , author=. International Symposium on Robotics , pages=. 2016 , organization=

  50. [58]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

    Alphapose: Whole-body regional multi-person pose estimation and tracking in real-time , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

  51. [59]

    Proceedings of the national academy of sciences , volume=

    Overcoming catastrophic forgetting in neural networks , author=. Proceedings of the national academy of sciences , volume=. 2017 , publisher=

  52. [60]

    International conference on machine learning , pages=

    Continual learning through synaptic intelligence , author=. International conference on machine learning , pages=. 2017 , organization=

  53. [61]

    arXiv preprint arXiv:1606.04671 , year=

    Progressive neural networks , author=. arXiv preprint arXiv:1606.04671 , year=

  54. [62]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Learning continual compatible representation for re-indexing free lifelong person re-identification , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  55. [63]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Lifelong person re-identification via adaptive knowledge accumulation , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  56. [64]

    Conference on lifelong learning agents , pages=

    Continual novelty detection , author=. Conference on lifelong learning agents , pages=. 2022 , organization=

  57. [65]

    Conference on lifelong learning agents , pages=

    Fixed design analysis of regularization-based continual learning , author=. Conference on lifelong learning agents , pages=. 2023 , organization=

  58. [66]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    A comprehensive survey of continual learning: Theory, method and application , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2024 , publisher=

  59. [67]

    Continuous Adaptation in Person Re-identification for Robotic Assistance , year=

    Rollo, Federico and Zunino, Andrea and Tsagarakis, Nikolaos and Hoffman, Enrico Mingo and Ajoudani, Arash , booktitle=. Continuous Adaptation in Person Re-identification for Robotic Assistance , year=

  60. [68]

    Facenet: A unified embedding for face recognition and clustering , author=. conf. on computer vision and pattern recognition (CVPR) , year=

  61. [69]

    Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification , author=. Int. Conf. on Learning Representations , year=

  62. [70]

    Neural networks , year=

    Continual lifelong learning with neural networks: A review , author=. Neural networks , year=

  63. [71]

    Neurocomputing , year=

    Online continual learning in image classification: An empirical survey , author=. Neurocomputing , year=

  64. [72]

    Information fusion , year=

    Continual learning for robotics: Definition, framework, learning strategies, opportunities and challenges , author=. Information fusion , year=

  65. [73]

    Connection Science , year=

    Catastrophic forgetting, rehearsal and pseudorehearsal , author=. Connection Science , year=

  66. [74]

    Cognitive Computation , year=

    A bio-inspired incremental learning architecture for applied perceptual problems , author=. Cognitive Computation , year=

  67. [75]

    icarl: Incremental classifier and representation learning , author=. Conf. on Computer Vision and Pattern Recognition (CVPR) , year=

  68. [76]

    European Conference on Computer Vision (ECCV) , year=

    GDumb: A Simple Approach that Questions Our Progress in Continual Learning , author=. European Conference on Computer Vision (ECCV) , year=

  69. [77]

    Task-free continual learning , author=. Conf. on Computer Vision and Pattern Recognition (CVPR) , year=

  70. [78]

    international conference on computer vision (ICCV) , year=

    Grad-cam: Visual explanations from deep networks via gradient-based localization , author=. international conference on computer vision (ICCV) , year=

  71. [79]

    International Conference on Computer Vision (ICCV) , year=

    Softtriple loss: Deep metric learning without triplet sampling , author=. International Conference on Computer Vision (ICCV) , year=

  72. [80]

    AAAI conf

    Learning incremental triplet margin for person re-identification , author=. AAAI conf. on artificial intelligence , year=

  73. [81]

    Dynamic metric learning: Towards a scalable metric space to accommodate multiple semantic scales , author=. Conf. on Computer Vision and Pattern Recognition (CVPR) , year=

  74. [82]

    Winter Conference on Applications of Computer Vision (WACV) , year=

    Improved embeddings with easy positive triplet mining , author=. Winter Conference on Applications of Computer Vision (WACV) , year=

  75. [83]

    2023 European Conference on Mobile Robots (ECMR) , pages=

    Artifacts Mapping: Multi-Modal Semantic Mapping for Object Detection and 3D Localization , author=. 2023 European Conference on Mobile Robots (ECMR) , pages=. 2023 , organization=

  76. [84]

    European Robotics Forum , pages=

    Semantic-Based Loco-Manipulation for Human-Robot Collaboration in Industrial Environments , author=. European Robotics Forum , pages=. 2024 , organization=

  77. [85]

    arXiv preprint arXiv:2404.11322 , year=

    VBR: A Vision Benchmark in Rome , author=. arXiv preprint arXiv:2404.11322 , year=

  78. [86]

    2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    F-loam: Fast lidar odometry and mapping , author=. 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2021 , organization=

  79. [87]

    Sensor fusion IV: control paradigms and data structures , volume=

    Method for registration of 3-D shapes , author=. Sensor fusion IV: control paradigms and data structures , volume=. 1992 , organization=

  80. [88]

    IEEE Robotics and Automation Letters , volume=

    Art-slam: Accurate real-time 6dof lidar slam , author=. IEEE Robotics and Automation Letters , volume=. 2022 , publisher=

  81. [89]

    Journal of Open Source Software , volume=

    small\_gicp: Efficient and parallel algorithms for point cloud registration , author=. Journal of Open Source Software , volume=

  82. [90]

    , author=

    Generalized-icp. , author=. Robotics: science and systems , volume=. 2009 , organization=

  83. [91]

    World Electric Vehicle Journal , volume=

    A Review of Simultaneous Localization and Mapping Algorithms Based on Lidar , author=. World Electric Vehicle Journal , volume=. 2025 , publisher=

  84. [92]

    2015 IEEE international conference on robotics and automation (ICRA) , pages=

    Visual-lidar odometry and mapping: Low-drift, robust, and fast , author=. 2015 IEEE international conference on robotics and automation (ICRA) , pages=. 2015 , organization=

  85. [93]

    2021 IEEE international conference on robotics and automation (ICRA) , pages=

    Lvi-sam: Tightly-coupled lidar-visual-inertial odometry via smoothing and mapping , author=. 2021 IEEE international conference on robotics and automation (ICRA) , pages=. 2021 , organization=

  86. [94]

    2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    The newer college dataset: Handheld lidar, inertial and vision with ground truth , author=. 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2020 , organization=

  87. [95]

    IEEE Robotics and Automation Letters , volume=

    The hilti slam challenge dataset , author=. IEEE Robotics and Automation Letters , volume=. 2022 , publisher=

  88. [96]

    The International Journal of Robotics Research , volume=

    Vision meets robotics: The kitti dataset , author=. The International Journal of Robotics Research , volume=. 2013 , publisher=

  89. [97]

    Industrial Robot: the international journal of robotics research and application , volume=

    LiDAR-based SLAM for robotic mapping: state of the art and new frontiers , author=. Industrial Robot: the international journal of robotics research and application , volume=. 2024 , publisher=

  90. [98]

    2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    Suma++: Efficient lidar-based semantic slam , author=. 2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2019 , organization=

  91. [99]

    Journal of Open Source Software , volume=

    SLAM Toolbox: SLAM for the dynamic world , author=. Journal of Open Source Software , volume=

  92. [100]

    The International Journal of Robotics Research , volume=

    iSAM2: Incremental smoothing and mapping using the Bayes tree , author=. The International Journal of Robotics Research , volume=. 2012 , publisher=

  93. [101]

    IEEE Robotics and Automation Letters , volume=

    Direct lidar odometry: Fast localization with dense point clouds , author=. IEEE Robotics and Automation Letters , volume=. 2022 , publisher=

  94. [102]

    IEEE Robotics and Automation Letters , volume=

    Kiss-icp: In defense of point-to-point icp--simple, accurate, and robust registration if done the right way , author=. IEEE Robotics and Automation Letters , volume=. 2023 , publisher=

  95. [103]

    Advanced Intelligent Systems , volume=

    Point-LIO: Robust high-bandwidth light detection and ranging inertial odometry , author=. Advanced Intelligent Systems , volume=. 2023 , publisher=

  96. [104]

    IEEE Transactions on Robotics , volume=

    Fast-lio2: Fast direct lidar-inertial odometry , author=. IEEE Transactions on Robotics , volume=. 2022 , publisher=

  97. [105]

    2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    Lego-loam: Lightweight and ground-optimized lidar odometry and mapping on variable terrain , author=. 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2018 , organization=

  98. [106]

    , author=

    LOAM: Lidar odometry and mapping in real-time. , author=. Robotics: Science and systems , volume=. 2014 , organization=

  99. [107]

    2020 IEEE/RSJ international conference on intelligent robots and systems (IROS) , pages=

    Lio-sam: Tightly-coupled lidar inertial odometry via smoothing and mapping , author=. 2020 IEEE/RSJ international conference on intelligent robots and systems (IROS) , pages=. 2020 , organization=

  100. [108]

    2018 IEEE International Conference on Robotics and Automation (ICRA) , pages=

    IMLS-SLAM: Scan-to-model matching based on 3D data , author=. 2018 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2018 , organization=

  101. [109]

    , author=

    Simultaneous map building and localization for an autonomous mobile robot. , author=. IROS , volume=

  102. [110]

    IEEE Transactions on Robotics , volume=

    Scan context++: Structural place recognition robust to rotation and lateral variations in urban environments , author=. IEEE Transactions on Robotics , volume=. 2021 , publisher=

  103. [111]

    IEEE Transactions on Robotics , year=

    PIN-SLAM: LiDAR SLAM using a point-based implicit neural representation for achieving global map consistency , author=. IEEE Transactions on Robotics , year=

  104. [112]

    evo: Python package for the evaluation of odometry and slam , author=

  105. [113]

    IEEE Transactions on Pattern Analysis & Machine Intelligence , volume=

    Least-squares estimation of transformation parameters between two point patterns , author=. IEEE Transactions on Pattern Analysis & Machine Intelligence , volume=. 1991 , publisher=

  106. [114]

    Efficient Dynamic LiDAR Odometry for Mobile Robots with Structured Point Clouds , year=

    Lichtenfeld, Jonathan and Daun, Kevin and von Stryk, Oskar , booktitle=. Efficient Dynamic LiDAR Odometry for Mobile Robots with Structured Point Clouds , year=

  107. [115]

    IEEE Robotics and Automation Letters , volume=

    Dynablox: Real-time detection of diverse dynamic objects in complex environments , author=. IEEE Robotics and Automation Letters , volume=. 2023 , publisher=

  108. [116]

    IEEE Robotics and Automation Letters (RA-L) , pages =

    Vizzo, Ignacio and Guadagnino, Tiziano and Mersch, Benedikt and Wiesmann, Louis and Behley, Jens and Stachniss, Cyrill , title =. IEEE Robotics and Automation Letters (RA-L) , pages =. 2023 , codeurl =. doi:10.1109/LRA.2023.3236571 , volume =

  109. [117]

    2020 IEEE International Conference on Robotics and Automation (ICRA) , title=

    H. 2020 IEEE International Conference on Robotics and Automation (ICRA) , title=. 2020 , volume=

  110. [118]

    Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems , year =

    Kim, Giseop and Kim, Ayoung , title =. Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems , year =

  111. [119]

    Sensors , volume=

    A review of LiDAR radiometric processing: From ad hoc intensity correction to rigorous radiometric calibration , author=. Sensors , volume=. 2015 , publisher=

  112. [120]

    The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences , volume=

    LIDSOR: A filter for removing rain and snow noise points from LiDAR point clouds in rainy and snowy weather , author=. The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences , volume=. 2023 , publisher=

  113. [121]

    2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    Patchwork++: Fast and robust ground segmentation solving partial under-segmentation using 3d point cloud , author=. 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2022 , organization=

  114. [122]

    Semantic 3D object maps for everyday manipulation in human living environments , author=. KI-K. 2010 , publisher=

  115. [123]

    IEEE Transactions on Intelligent Vehicles , year=

    IGICP: Intensity and geometry enhanced LiDAR odometry , author=. IEEE Transactions on Intelligent Vehicles , year=

  116. [124]

    IGARSS 2008-2008 IEEE International Geoscience and Remote Sensing Symposium , volume=

    Laser intensity used in classification of lidar point cloud data , author=. IGARSS 2008-2008 IEEE International Geoscience and Remote Sensing Symposium , volume=. 2008 , organization=

  117. [125]

    IEEE Access , volume=

    Fast and accurate desnowing algorithm for LiDAR point clouds , author=. IEEE Access , volume=. 2020 , publisher=

  118. [126]

    Remote Sensing , volume=

    A scalable and accurate de-snowing algorithm for LiDAR point clouds in winter , author=. Remote Sensing , volume=. 2022 , publisher=

  119. [127]

    IEEE Robotics and Automation Letters , volume=

    Fast sparse LiDAR odometry using self-supervised feature selection on intensity images , author=. IEEE Robotics and Automation Letters , volume=. 2022 , publisher=

  120. [128]

    IEEE Robotics and Automation Letters , volume=

    Intensity-slam: Intensity assisted localization and mapping for large scale environment , author=. IEEE Robotics and Automation Letters , volume=. 2021 , publisher=

  121. [129]

    arXiv preprint arXiv:2312.14487 , year=

    Semantic-based Loco-Manipulation for Human-Robot Collaboration in Industrial Environments , author=. arXiv preprint arXiv:2312.14487 , year=

  122. [130]

    IEEE Transactions on Intelligent Transportation Systems , volume=

    The revisiting problem in simultaneous localization and mapping: A survey on visual loop closure detection , author=. IEEE Transactions on Intelligent Transportation Systems , volume=. 2022 , publisher=

  123. [131]

    Sensors , volume=

    Role of deep learning in loop closure detection for visual and lidar slam: A survey , author=. Sensors , volume=. 2021 , publisher=

  124. [132]

    arXiv preprint arXiv:2501.07399 , year=

    Efficiently Closing Loops in LiDAR-Based SLAM Using Point Cloud Density Maps , author=. arXiv preprint arXiv:2501.07399 , year=

  125. [133]

    2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    SymbioLCD: Ensemble-based loop closure detection using CNN-extracted objects and visual bag-of-words , author=. 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2021 , organization=

  126. [134]

    IEEE Robotics and Automation Letters , volume=

    Padloc: Lidar-based deep loop closure detection and registration using panoptic attention , author=. IEEE Robotics and Automation Letters , volume=. 2023 , publisher=

  127. [135]

    IEEE Robotics and Automation Letters , year=

    SGLC: Semantic Graph-Guided Coarse-Fine-Refine Full Loop Closing for LiDAR SLAM , author=. IEEE Robotics and Automation Letters , year=

  128. [136]

    The International journal of robotics research , volume=

    FAB-MAP: Probabilistic localization and mapping in the space of appearance , author=. The International journal of robotics research , volume=. 2008 , publisher=

  129. [137]

    2012 IEEE international conference on robotics and automation , pages=

    SeqSLAM: Visual route-based navigation for sunny summer days and stormy winter nights , author=. 2012 IEEE international conference on robotics and automation , pages=. 2012 , organization=

  130. [138]

    Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

    NetVLAD: CNN architecture for weakly supervised place recognition , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

  131. [139]

    Proceedings of the IEEE conference on Computer Vision and Pattern Recognition , pages=

    All about VLAD , author=. Proceedings of the IEEE conference on Computer Vision and Pattern Recognition , pages=

  132. [140]

    2009 , school=

    The three-dimensional normal-distributions transform: an efficient representation for registration, surface analysis, and loop detection , author=. 2009 , school=

  133. [141]

    Journal of field robotics , volume=

    RTAB-Map as an open-source lidar and visual simultaneous localization and mapping library for large-scale and long-term online operation , author=. Journal of field robotics , volume=. 2019 , publisher=

  134. [142]

    Robotics and Autonomous Systems , volume=

    A multimodal loop closure fusion for autonomous vehicles SLAM , author=. Robotics and Autonomous Systems , volume=. 2023 , publisher=

  135. [143]

    IEEE transactions on robotics , volume=

    Orb-slam3: An accurate open-source library for visual, visual--inertial, and multimap slam , author=. IEEE transactions on robotics , volume=. 2021 , publisher=

  136. [144]

    2021 IEEE International Conference on Robotics and Automation (ICRA) , pages=

    SA-LOAM: Semantic-aided LiDAR SLAM with loop closure , author=. 2021 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2021 , organization=

  137. [145]

    IEEE Robotics and Automation Letters , volume=

    Bow3d: Bag of words for real-time loop closing in 3d lidar slam , author=. IEEE Robotics and Automation Letters , volume=. 2022 , publisher=

  138. [146]

    IEEE/ASME Transactions on Mechatronics , volume=

    Dlc-slam: A robust lidar-slam system with learning-based denoising and loop closure , author=. IEEE/ASME Transactions on Mechatronics , volume=. 2023 , publisher=

  139. [147]

    Journal of Intelligent & Robotic Systems , volume=

    LiDAR Loop Closure Detection using Semantic Graphs with Graph Attention Networks , author=. Journal of Intelligent & Robotic Systems , volume=. 2025 , publisher=

  140. [148]

    2025 European Conference on Mobile Robots (ECMR) , pages=

    LEO-SLAM: A Multi-Level Scan Matching Approach with Submap-based Loop Closure Detection , author=. 2025 European Conference on Mobile Robots (ECMR) , pages=. 2025 , organization=

  141. [149]

    Robotics: Science and Systems XVIII , year=

    Hydra: A Real-time Spatial Perception System for 3D Scene Graph Construction and Optimization , author=. Robotics: Science and Systems XVIII , year=

  142. [150]

    arXiv preprint arXiv:2205.06526 , year=

    WoLF: the Whole-body Locomotion Framework for Quadruped Robots , author=. arXiv preprint arXiv:2205.06526 , year=

  143. [151]

    IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=

    Masked-attention mask transformer for universal image segmentation , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=

  144. [152]

    IEEE conference on computer vision and pattern recognition , year=

    Scene parsing through ade20k dataset , author=. IEEE conference on computer vision and pattern recognition , year=

  145. [153]

    2017 IEEE International Conference on Robotics and automation (ICRA) , year=

    Semanticfusion: Dense 3d semantic mapping with convolutional neural networks , author=. 2017 IEEE International Conference on Robotics and automation (ICRA) , year=

  146. [154]

    2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , year=

    Meaningful maps with object-oriented semantic mapping , author=. 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , year=

  147. [155]

    Applied Sciences , year=

    Collaborative Mobile Robotics for Semantic Mapping: A Survey , author=. Applied Sciences , year=

  148. [156]

    Robotics and Autonomous Systems , year=

    Semantic mapping for mobile robotics tasks: A survey , author=. Robotics and Autonomous Systems , year=

  149. [157]

    2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , year=

    Semantic mapping with simultaneous object detection and localization , author=. 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , year=

  150. [158]

    arXiv preprint arXiv:1703.03098 , year=

    DA-RNN: Semantic mapping with data associated recurrent neural networks , author=. arXiv preprint arXiv:1703.03098 , year=

  151. [159]

    IEEE Robotics and Automation Letters , year=

    Volumetric instance-aware semantic mapping and 3D object discovery , author=. IEEE Robotics and Automation Letters , year=

  152. [160]

    2019 IEEE Winter Conference on Applications of Computer Vision (WACV) , year=

    Real-time progressive 3D semantic segmentation for indoor scenes , author=. 2019 IEEE Winter Conference on Applications of Computer Vision (WACV) , year=

  153. [161]

    2018 IEEE International Symposium on Mixed and Augmented Reality (ISMAR) , year=

    Maskfusion: Real-time recognition, tracking and reconstruction of multiple moving objects , author=. 2018 IEEE International Symposium on Mixed and Augmented Reality (ISMAR) , year=

  154. [162]

    arXiv preprint arXiv:2211.11354 , year=

    Object-level 3D Semantic Mapping using a Network of Smart Edge Sensors , author=. arXiv preprint arXiv:2211.11354 , year=

  155. [163]

    Proceedings of the IEEE conference on computer vision and pattern recognition , year=

    Slam++: Simultaneous localisation and mapping at the level of objects , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , year=

  156. [164]

    2016 IEEE international conference on robotics and automation (ICRA) , year=

    When 2.5 D is not enough: Simultaneous reconstruction, segmentation and recognition on dense SLAM , author=. 2016 IEEE international conference on robotics and automation (ICRA) , year=

  157. [165]

    arXiv preprint arXiv:1506.01732 , year=

    Monocular slam supported object recognition , author=. arXiv preprint arXiv:1506.01732 , year=

  158. [166]

    International Journal of Advanced Robotic Systems , year=

    A survey of image semantics-based visual simultaneous localization and mapping: Application-oriented solutions to autonomous navigation of mobile robots , author=. International Journal of Advanced Robotic Systems , year=

  159. [167]

    2018 international conference on 3D vision (3DV) , year=

    Fusion++: Volumetric object-level slam , author=. 2018 international conference on 3D vision (3DV) , year=

  160. [168]

    2011 IEEE/RSJ international conference on intelligent robots and systems , year=

    Towards semantic SLAM using a monocular camera , author=. 2011 IEEE/RSJ international conference on intelligent robots and systems , year=

  161. [169]

    Computer vision and image understanding , year=

    Speeded-up robust features (SURF) , author=. Computer vision and image understanding , year=

  162. [170]

    2011 10th IEEE international symposium on mixed and augmented reality , year=

    Kinectfusion: Real-time dense surface mapping and tracking , author=. 2011 10th IEEE international symposium on mixed and augmented reality , year=

  163. [171]

    2015 , booktitle=

    ElasticFusion: Dense SLAM without a pose graph , author=. 2015 , booktitle=

  164. [172]

    IEEE transactions on robotics , year=

    Orb-slam2: An open-source slam system for monocular, stereo, and rgb-d cameras , author=. IEEE transactions on robotics , year=

  165. [173]

    European Conference on Computer Vision , year=

    SSD: Single Shot MultiBox Detector , author=. European Conference on Computer Vision , year=

  166. [174]

    arXiv preprint arXiv:2002.06289 , year=

    3D dynamic scene graphs: Actionable spatial perception with places, objects, and humans , author=. arXiv preprint arXiv:2002.06289 , year=

  167. [175]

    2020 IEEE International Conference on Robotics and Automation (ICRA) , year=

    Kimera: an open-source library for real-time metric-semantic localization and mapping , author=. 2020 IEEE International Conference on Robotics and Automation (ICRA) , year=

  168. [176]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=

    Multi-task multi-sensor fusion for 3d object detection , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=

  169. [177]

    Vision-based Large-scale 3D Semantic Mapping for Autonomous Driving Applications , year =

    Cheng, Qing and Zeller, Niclas and Cremers, Daniel , booktitle =. Vision-based Large-scale 3D Semantic Mapping for Autonomous Driving Applications , year =

  170. [178]

    IEEE Transactions on Intelligent Transportation Systems , year=

    Camera-LIDAR integration: Probabilistic sensor fusion for semantic mapping , author=. IEEE Transactions on Intelligent Transportation Systems , year=

  171. [179]

    Neurocomputing , year=

    Building and optimization of 3D semantic map based on Lidar and camera fusion , author=. Neurocomputing , year=

  172. [180]

    2021 European Conference on Mobile Robots (ECMR) , year=

    Real-time multi-modal semantic fusion on unmanned aerial vehicles , author=. 2021 European Conference on Mobile Robots (ECMR) , year=

  173. [181]

    arXiv preprint arXiv:2501.05750 , year=

    Semantic Mapping in Indoor Embodied AI--A Comprehensive Survey and Future Directions , author=. arXiv preprint arXiv:2501.05750 , year=

  174. [182]

    Sensors , volume=

    A Frontier Review of Semantic SLAM Technologies Applied to the Open World , author=. Sensors , volume=. 2025 , publisher=

  175. [183]

    arXiv preprint arXiv:2505.12384 , year=

    Is Semantic SLAM Ready for Embedded Systems? A Comparative Survey , author=. arXiv preprint arXiv:2505.12384 , year=

  176. [184]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Openscene: 3d scene understanding with open vocabularies , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  177. [185]

    arXiv preprint arXiv:2411.15043 , year=

    Open-vocabulary online semantic mapping for slam , author=. arXiv preprint arXiv:2411.15043 , year=

  178. [186]

    arXiv preprint arXiv:2503.01646 , year=

    OpenGS-SLAM: Open-Set Dense Semantic SLAM with 3D Gaussian Splatting for Object-Level Scene Understanding , author=. arXiv preprint arXiv:2503.01646 , year=

  179. [187]

    IEEE robotics & automation magazine , volume=

    Simultaneous localization and mapping: part I , author=. IEEE robotics & automation magazine , volume=. 2006 , publisher=

  180. [188]

    IEEE robotics & automation magazine , volume=

    Simultaneous localization and mapping (SLAM): Part II , author=. IEEE robotics & automation magazine , volume=. 2006 , publisher=

  181. [189]

    International conference on machine learning , pages=

    Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=

  182. [190]

    Annual Review of Control, Robotics, and Autonomous Systems , volume=

    Factor graphs: Exploiting structure in robotics , author=. Annual Review of Control, Robotics, and Autonomous Systems , volume=. 2021 , publisher=

  183. [191]

    2025 , url =

    SLAM Handbook , author =. 2025 , url =

  184. [192]

    2024 IEEE-RAS 23rd International Conference on Humanoid Robots (Humanoids) , pages=

    A high-force gripper with embedded multimodal sensing for powerful and perception driven grasping , author=. 2024 IEEE-RAS 23rd International Conference on Humanoid Robots (Humanoids) , pages=. 2024 , organization=

  185. [193]

    2025 IEEE 22nd International Conference on Informatics in Control, Automation and Robotics (ICINCO) , year=

    A Scalable Robot-Agnostic Voice Control Framework for Multi-Robot Systems , author=. 2025 IEEE 22nd International Conference on Informatics in Control, Automation and Robotics (ICINCO) , year=

  186. [194]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    Openpose: Realtime multi-person 2d pose estimation using part affinity fields , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2019 , publisher=

Pith tools

Reviewed July 14, 2026 · model on record in the stance chip above.