paper-with-me

홈 › Papers

Memory-based Semantic Segmentation for Off-road Unstructured Natural Environments

2021-08-12 · Youngsaeng Jin, David K. Han, Hanseok Ko

With the availability of many datasets tailored for autonomous driving in real-world urban scenes, semantic segmentation for urban driving scenes achieves significant progress. However, semantic segmentation for off-road, unstructured environments is not widely studied. Directly applying existing segmentation networks often results in performance degradation as they cannot overcome intrinsic problems in such environments, such as illumination changes. In this paper, a built-in memory module for semantic segmentation is proposed to overcome these problems. The memory module stores significant representations of training images as memory items. In addition to the encoder embedding like items together, the proposed memory module is specifically designed to cluster together instances of the same class even when there are significant variances in embedded features. Therefore, it makes segmentation networks better deal with unexpected illumination changes. A triplet loss is used in training to minimize redundancy in storing discriminative representations of the memory module. The proposed memory module is general so that it can be adopted in a variety of networks. We conduct experiments on the Robot Unstructured Ground Driving (RUGD) dataset and RELLIS dataset, which are collected from off-road, unstructured natural environments. Experimental results show that the proposed memory module improves the performance of existing segmentation networks and contributes to capturing unclear objects over various off-road, unstructured natural scenes with equivalent computational cost and network parameters. As the proposed method can be integrated into compact networks, it presents a viable approach for resource-limited small autonomous platforms.

📄 PDF Abstract BibTeX arXiv:2108.05635

Code (1)

youngsjjn/MemSeg pytorch

Tasks

Autonomous DrivingSegmentationSemantic SegmentationTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

SOccDPT: Semi-Supervised 3D Semantic Occupancy from Dense Prediction Transformers trained under memory constraints

2023-11-19 · Aditya Nalgunda Ganesh

We present SOccDPT, a memory-efficient approach for 3D semantic occupancy prediction from monocular image input using dense prediction transformers. To address the limitations of existing methods trained on structured tr…

3D Semantic Occupancy PredictionDisparity Estimationgraph constructionSemantic Segmentation

A Ground Segmentation Method Based on Point Cloud Map for Unstructured Roads

2023-09-15 · Zixuan Li, Haiying Lin, Zhangyu Wang, Huazhi Li 외

Ground segmentation, as the basic task of unmanned intelligent perception, provides an important support for the target detection task. Unstructured road scenes represented by open-pit mines have irregular boundary lines…

Point Cloud RegistrationSegmentation

ForestSim: A Synthetic Benchmark for Intelligent Vehicle Perception in Unstructured Forest Environments

2026-03-30 · Pragat Wagle, Zheng Chen, Lantao Liu arxiv

Robust scene understanding is essential for intelligent vehicles operating in natural, unstructured environments. While semantic segmentation datasets for structured urban driving are abundant, the datasets for extremely…

Semantic SegmentationScene Understanding

R2S100K: Road-Region Segmentation Dataset For Semi-Supervised Autonomous Driving in the Wild

2023-08-11 · Muhammad Atif Butt, Hassan Ali, Adnan Qayyum, Waqas Sultani 외

Semantic understanding of roadways is a key enabling factor for safe autonomous driving. However, existing autonomous driving datasets provide well-structured urban roads while ignoring unstructured roadways containing d…

Autonomous DrivingRoad SegmentationSegmentationSemantic Segmentation

Technical Report for ICRA 2025 GOOSE 2D Semantic Segmentation Challenge: Boosting Off-Road Segmentation via Photometric Distortion and Exponential Moving Average

2025-05-17 · Wonjune Kim, Lae-kyoung Lee, Su-Yong An

We report on the application of a high-capacity semantic segmentation pipeline to the GOOSE 2D Semantic Segmentation Challenge for unstructured off-road environments. Using a FlashInternImage-B backbone together with a U…

2D Semantic SegmentationDecoderRoad SegmentationSegmentation+1