paper-with-me

홈 › Papers

Enhancing Reinforcement Learning in 3D Environments through Semantic Segmentation: A Case Study in ViZDoom

2025-11-12 · Jin Huang arxiv

Reinforcement learning (RL) in 3D environments with high-dimensional sensory input poses two major challenges: (1) the high memory consumption induced by memory buffers required to stabilise learning, and (2) the complexity of learning in partially observable Markov Decision Processes (POMDPs). This project addresses these challenges by proposing two novel input representations: SS-only and RGB+SS, both employing semantic segmentation on RGB colour images. Experiments were conducted in deathmatches of ViZDoom, utilizing perfect segmentation results for controlled evaluation. Our results showed that SS-only was able to reduce the memory consumption of memory buffers by at least 66.6%, and up to 98.6% when a vectorisable lossless compression technique with minimal overhead such as run-length encoding is applied. Meanwhile, RGB+SS significantly enhances RL agents' performance with the additional semantic information provided. Furthermore, we explored density-based heatmapping as a tool to visualise RL agents' movement patterns and evaluate their suitability for data collection. A brief comparison with a previous approach highlights how our method overcame common pitfalls in applying semantic segmentation in 3D environments like ViZDoom.

📄 PDF Abstract BibTeX arXiv:2511.11703

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningSemantic Segmentation

Similar Papers 제목 키워드 기반

Enhancing Environmental Monitoring through Multispectral Imaging: The WasteMS Dataset for Semantic Segmentation of Lakeside Waste

2024-07-24 · Qinfeng Zhu, Ningxin Weng, Lei Fan, Yuanzhi Cai

Environmental monitoring of lakeside green areas is crucial for environmental protection. Compared to manual inspections, computer vision technologies offer a more efficient solution when deployed on-site. Multispectral …

SegmentationSemantic Segmentation

Enhancing Human-Robot Collaboration: A Sim2Real Domain Adaptation Algorithm for Point Cloud Segmentation in Industrial Environments

2025-06-11 · Fatemeh Mohammadi Amin, Darwin G. Caldwell, Hans Wernher van de Venn

The robust interpretation of 3D environments is crucial for human-robot collaboration (HRC) applications, where safety and operational efficiency are paramount. Semantic segmentation plays a key role in this context by e…

Domain AdaptationPoint Cloud SegmentationSegmentationSemantic Segmentation

CoT-Segmenter: Enhancing OOD Detection in Dense Road Scenes via Chain-of-Thought Reasoning

2025-07-05 · Jeonghyo Song, Kimin Yun, DaeUng Jo, Jinyoung Kim 외 arxiv

Effective Out-of-Distribution (OOD) detection is criti-cal for ensuring the reliability of semantic segmentation models, particularly in complex road environments where safety and accuracy are paramount. Despite recent a…

Semantic SegmentationMultimodal ReasoningVisual Reasoning

How to Relieve Distribution Shifts in Semantic Segmentation for Off-Road Environments

2026-05-28 · Ji-Hoon Hwang, Daeyoung Kim, Hyung-Suk Yoon, Dong-Wook Kim 외 arxiv

Semantic segmentation is crucial for autonomous navigation in off-road environments, enabling precise classification of surroundings to identify traversable regions. However, distinctive factors inherent to off-road cond…

Semantic Segmentation

Enhancing Hierarchical Reinforcement Learning through Change Point Detection in Time Series

2025-10-28 · Hemanath Arumugam, Falong Fan, Bo Liu arxiv

Hierarchical Reinforcement Learning (HRL) enhances the scalability of decision-making in long-horizon tasks by introducing temporal abstraction through options-policies that span multiple timesteps. Despite its theoretic…

Hierarchical Reinforcement LearningChange Point Detection