Konstantinos Dimitropoulos, Ioannis Hatzilygeroudis
A competent but incremental single-room systems demonstration assembling mature components, with no baselines and its headline ontology-reasoning contribution left unevaluated.
Semantic mapping plays a crucial role in the ability of a robot to interact with objects, operate and navigate a complex environment. The most common pipeline for semantic mapping consists of geometric mapping and localization (SLAM), perception, semantic fusion and semantic representation. However, more recent works also integrate a form of prior knowledge in their application, most notably knowledge graphs or semantic scene graphs, to improve contextual understanding of the environment. In this paper, we present a hybrid pipeline for semantic mapping. Our system incorporates an external calibrated camera using homography projection for geometric mapping and localization, combined with object detection, persistent object tracking and ontology driven semantic updates to build a dynamic semantic world model. Linear regression models are also used for correction of the estimated values of real world coordinates. The system continuously updates object instances, spatial properties and semantic relations based on real time sensory data. Ontologies are selected as form of knowledge representation due to their hierarchical structure, semantic expressiveness and support for dynamic world modelling.
The paper presents an engineering pipeline that combines several off-the-shelf components — a fixed PoE external camera, OpenCV-based calibration/undistortion, homography projection, an ArUco marker for robot pose, a YOLOv11s object detector, and a Protégé ontology — into a system that builds and dynamically updates a 2D ontology-based semantic map of a laboratory region. The distinguishing framing relative to prior semantic-mapping work is twofold: (1) the use of a *formal ontology* (rather than a scene graph or knowledge graph) as the dynamically updated knowledge representation, enabling a symbolic `is_near_to` proximity relation and observation history; and (2) the use of an *external, fixed, calibrated camera* instead of a robot-mounted sensor/SLAM stack. A modest but practically useful contribution is the use of per-axis linear-regression correction models to reduce homography localization error below a 3 cm target.
The engineering is reasonable but the scientific evaluation is thin. The localization-correction experiments are the only quantitative results, and they are conducted on very small samples (16 object placements, 7 robot placements for calibration; 10 and 7 for test). The linear-regression correction is sensible and validated with leave-one-out cross-validation, R² and p-values, and a held-out test set that includes two unseen object classes — this is a genuine strength and shows awareness of overfitting concerns. However, there are notable weaknesses: (a) no baseline comparison against any competing semantic-mapping system, despite the related-work section describing many; (b) the ontology and its "reasoning" are not evaluated at all — there are no queries, no inference tasks, no demonstration that the ontology enables anything a simpler data structure could not; (c) the claimed 99.5% mAP is validated on only 40 in-domain images captured by the same camera, which almost certainly overstates real detection performance; (d) fitting a regression on 16 points and reporting "99.4% of variance explained" risks over-interpretation given the tiny sample. The correction models are also scene-specific (tied to one camera pose and one 180×240 cm region), so the reported accuracy does not generalize.
The impact is likely to be limited. The system is a bespoke, single-room demonstration; the core techniques (homography, ArUco, YOLO, Protégé ontologies) are all mature and widely used. There is no released code, dataset, or reusable ontology artifact that others could adopt. The `is_near_to` relation and dynamic ontology updating are conceptually straightforward and have been done in various forms in prior knowledge-integration work (which the paper itself cites). The paper reads as an incremental step within the authors' own research program (explicitly, future work is to integrate it into "our robotic application"), and the most likely citations are the authors' own follow-ups.
The topic — integrating structured prior knowledge into semantic mapping for robotics — is genuinely active and current, as the 2024–2025 citations show. Ontology- and scene-graph-augmented robot perception is an emerging need for embodied AI and language-grounded navigation. However, this paper does not engage with the strongest current thread (LLM/VLM-grounded scene graphs, open-vocabulary mapping); it uses a closed 10-class detector and a hand-built ontology, which places it behind the current frontier rather than at it.
Strengths: Clear system description with reproducible-in-principle calibration steps; honest reporting of large raw localization errors (up to 41 cm) before correction; the regression-correction idea is a pragmatic, transferable trick for fixed-camera setups; sensible engineering choices (ArUco for stable pose, bottom-of-bbox ground contact point).
Limitations: No comparison to baselines; ontology reasoning claimed but never demonstrated or evaluated; extremely small evaluation samples; scene- and camera-specific results with no cross-environment testing; a purely static single-camera setup that sidesteps the hard problems (SLAM, occlusion, multi-view fusion) the related work addresses; the external fixed-camera design is arguably a step backward in autonomy compared to robot-mounted SLAM; no released artifacts. The paper is also essentially a system-description paper with no user-facing task completed — navigation and planning are deferred to future work, so the semantic map is never shown to enable robot behavior.
Clarity/writing: The paper is generally readable and logically organized, though it contains numerous typographical/grammatical roughnesses, some figure-numbering inconsistencies (two Fig. 7 and Fig. 8), and an unpolished feel. The methodology is described in enough detail to follow.
This is a competent but incremental engineering/systems paper suitable for a regional or specialist workshop/conference. It assembles known components into a working, narrowly-scoped demonstration, with one modestly useful methodological wrinkle (regression-based homography correction). It lacks baselines, lacks evaluation of its headline ontology-reasoning contribution, and produces results that are tied to a single fixed setup. Expected scientific influence is low.
Generated Sep 4, 2026
A competent but incremental single-room systems demonstration assembling mature components, with no baselines and its headline ontology-reasoning contribution left unevaluated.