Skip to content

Commit 5b0c6bd

Browse files
authored
Merge pull request #77 from RoboticsLabURJC/75-update-publications
Fix new publication format
2 parents 415599e + 2a383a0 commit 5b0c6bd

2 files changed

Lines changed: 41 additions & 15 deletions

File tree

_pages/publications/2026/cross_dataset_evaluation_of_visual_semantic_segmentation_models_for_off_road_autonomous_driving.md

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,64 @@
11
---
22
permalink: /publications/2026/cross_dataset_evaluation_of_visual_semantic_segmentation_models_for_off_road_autonomous_driving
33
title: "Cross-dataset Evaluation of Visual Semantic Segmentation Models for Off-road Autonomous Driving"
4-
5-
64
layout: single
7-
85
classes: wide
96
---
107

11-
<p style="text-align: center; font-weight: bold;">Neurocomputing, 2024</p>
8+
<style>
9+
/* Centers the main page title generated by the Jekyll layout */
10+
h1, .page__title {
11+
text-align: center !important;
12+
}
13+
</style>
1214

13-
<p style="text-align: center"><a href="https://sergiopaniego.github.io/">David Pascual-Hernández<sup>1</sup></a>, <a href="https://sergiopaniego.github.io/">Sergio Paniego<sup>1</sup></a>, <a href="https://servicios.urjc.es/pdi/ver/roberto.calvo">Roberto Calvo-Palomino<sup>1</sup></a></p>, <a href="https://servicios.urjc.es/pdi/ver/inmaculada.mora">Inmaculada Mora-Jiménez<sup>1</sup></a></p>, <a href="https://gsyc.urjc.es/jmplaza/">Jose Maria Cañas-Plaza<sup>1</sup></a></p>
15+
<p style="text-align: center; font-weight: bold;">Expert Systems with Applications, 2026</p>
16+
17+
<p style="text-align: center">
18+
<a href="https://dpascualhe.github.io">David Pascual-Hernández<sup>1</sup></a>,
19+
<a href="https://sergiopaniego.github.io">Sergio Paniego<sup>1</sup></a>,
20+
<a href="https://servicios.urjc.es/pdi/ver/roberto.calvo">Roberto Calvo-Palomino<sup>1</sup></a>,
21+
<a href="https://servicios.urjc.es/pdi/ver/inmaculada.mora">Inmaculada Mora-Jiménez<sup>1</sup></a>,
22+
<a href="https://gsyc.urjc.es/jmplaza/">Jose Maria Cañas-Plaza<sup>1</sup></a>
23+
</p>
1424
<div class="container" style="overflow: hidden;">
15-
<p style="text-align: center; width: 50%; float: left;">1: <a href="https://www.urjc.es/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/URJC_logo.svg/1280px-URJC_logo.svg.png" width="40%" height="40%" alt="URJC"/></a></p>
25+
<p style="text-align: center">1: <a href="https://www.urjc.es/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/URJC_logo.svg/1280px-URJC_logo.svg.png" width="40%" height="40%" alt="URJC"/></a></p>
1626
</div>
1727
<p style="text-align: center">DOI: <a href="https://doi.org/10.1016/j.eswa.2026.132656">10.1016/j.eswa.2026.132656</a></p>
1828

1929

2030
## Abstract
21-
31+
<p style="text-align: justify;">
2232
Intelligent autonomous driving in off-road environments is an emerging field with great potential to impact areas such as agriculture, forestry, and rescue operations. Perception in these scenarios presents unique challenges due to the diversity of elements and weather conditions, along with the inherent ambiguity in class definitions. Consequently, off-road visual semantic segmentation datasets remain underdeveloped, roughly ten times smaller than their urban counterparts, hindering dependable performance assessment and potentially compromising the safety of autonomous systems. To address these challenges, we present a comprehensive cross-dataset evaluation of visual semantic segmentation models for autonomous off-road navigation. We propose a unified ontology that harmonizes class definitions across relevant datasets, enabling their combination for both training and testing. This approach ensures fair model comparisons and reliable assessment of generalization to unseen domains. We further benchmark models on the original datasets, analyze the impact of different ontology harmonization criteria and conversion strategies, and evaluate the trade-off between segmentation performance and computational cost. Results show that Transformer-based architectures achieve the most consistent segmentation performance across datasets. While often computationally demanding, some variants maintain real-time inference (≈12 ms) with top-tier accuracy. The unified ontology simplifies the segmentation task, yielding more reliable models and about 40% faster training convergence. Cross-dataset training further enhances generalization, improving mean IoU by up to +20% on RUGD and +13% on WildScenes compared to RELLIS-3D-only training. Overall, this study provides valuable insights for developing robust perception modules for off-road autonomous vehicles.
33+
</p>
2334

24-
<div style="display: flex;justify-content: space-around;margin-bottom: 20px;">
25-
<div style="width: 45%;">
26-
<img src="https://ars.els-cdn.com/content/image/1-s2.0-S0957417426015691-gr2_lrg.jpg" frameborder="0" allowfullscreen></img>
35+
36+
<div style="display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; gap: 20px;">
37+
<div style="width: 40%; display: flex; flex-direction: column; gap: 25px;">
38+
<div style="width: 100%;">
39+
<img src="https://ars.els-cdn.com/content/image/1-s2.0-S0957417426015691-gr4_lrg.jpg" alt="Examples of the ontology conversion proposed for enabling cross-dataset evaluation." style="width: 100%; height: auto;">
40+
<p style="font-size: 0.85em; color: #555; margin-top: 8px; text-align: justify; line-height: 1.4;">
41+
Examples of the ontology conversion proposed for enabling cross-dataset evaluation.
42+
</p>
43+
</div>
44+
<div style="width: 100%;">
45+
<img src="https://ars.els-cdn.com/content/image/1-s2.0-S0957417426015691-gr2_lrg.jpg" alt="Overview of our cross-dataset training and evaluation pipeline." style="width: 100%; height: auto;">
46+
<p style="font-size: 0.85em; color: #555; margin-top: 8px; text-align: justify; line-height: 1.4;">
47+
Overview of our cross-dataset training and evaluation pipeline.
48+
</p>
49+
</div>
2750
</div>
28-
<div style="width: 45%;">
29-
<img src="https://ars.els-cdn.com/content/image/1-s2.0-S0957417426015691-gr11_lrg.jpg" frameborder="0" allowfullscreen></img>
51+
52+
<div style="width: 50%;">
53+
<img src="https://ars.els-cdn.com/content/image/1-s2.0-S0957417426015691-gr11_lrg.jpg" alt="mIoU vs. average inference time per image." style="width: 100%; height: auto;">
54+
<p style="font-size: 0.85em; color: #555; margin-top: 8px; text-align: justify; line-height: 1.4;">
55+
mIoU vs. average inference time per image. Models trained on the combined RELLIS-3D and GOOSE train datasets, and evaluated on RUGD (a) and WildScenes (b) complete datasets. Bubble size represents the number of parameters for each model. Labels indicate model names. Bold labels highlight Pareto-optimal models.
56+
</p>
3057
</div>
3158
</div>
3259

33-
## Materials
3460

61+
## Materials
3562
<div class="container" style="overflow: hidden;">
3663
<div style="width: 33%; float: left;margin-bottom: 20px; text-align: center;">
3764
<a href="https://doi.org/10.1016/j.eswa.2026.132656">
@@ -55,7 +82,6 @@ Intelligent autonomous driving in off-road environments is an emerging field wit
5582

5683

5784
## Citation
58-
5985
```
6086
@article{pascual2026cross,
6187
title={Cross-Dataset Evaluation of Visual Semantic Segmentation Models for Off-Road Autonomous Driving},

_pages/publications/publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Journals, congress papers and research publications can be found below:
1818

1919
# 2025
2020

21-
* [Deep Learning-Based Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving in Unstructured Environments, Proceedings of the XXV International Workshop on Physical Agents (WAF). Félix Martínez, David Pascual-Hernández, Daniel Borja Fernández, Inmaculada Mora Jiménez, José María Cañas]
21+
* Deep Learning-Based Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving in Unstructured Environments, Proceedings of the XXV International Workshop on Physical Agents (WAF). Félix Martínez, David Pascual-Hernández, Daniel Borja Fernández, Inmaculada Mora Jiménez, José María Cañas.
2222

2323
# 2024
2424

0 commit comments

Comments
 (0)