paper-with-me

Papers

AI Playground: Unreal Engine-based Data Ablation Tool for Deep Learning

2020-07-13 · Mehdi Mousavi, Aashis Khanal, Rolando Estrada

Machine learning requires data, but acquiring and labeling real-world data is challenging, expensive, and time-consuming. More importantly, it is nearly impossible to alter real data post-acquisition (e.g., change the illumination of a room), making it very difficult to measure how specific properties of the data affect performance. In this paper, we present AI Playground (AIP), an open-source, Unreal Engine-based tool for generating and labeling virtual image data. With AIP, it is trivial to capture the same image under different conditions (e.g., fidelity, lighting, etc.) and with different ground truths (e.g., depth or surface normal values). AIP is easily extendable and can be used with or without code. To validate our proposed tool, we generated eight datasets of otherwise identical but varying lighting and fidelity conditions. We then trained deep neural networks to predict (1) depth values, (2) surface normals, or (3) object labels and assessed each network's intra- and cross-dataset performance. Among other insights, we verified that sensitivity to different settings is problem-dependent. We confirmed the findings of other studies that segmentation models are very sensitive to fidelity, but we also found that they are just as sensitive to lighting. In contrast, depth and normal estimation models seem to be less sensitive to fidelity or lighting and more sensitive to the structure of the image. Finally, we tested our trained depth-estimation networks on two real-world datasets and obtained results comparable to training on real data alone, confirming that our virtual environments are realistic enough for real-world tasks.

📄 PDF Abstract BibTeX arXiv:2007.06153

Code (1)

MMehdiMousavi/AIP 공식 구현 pytorch

Tasks

Data AblationDepth EstimationIndoor Monocular Depth EstimationSemantic SegmentationSurface Normals Estimation

Similar Papers 제목 키워드 기반

Unreal-MAP: Unreal-Engine-Based General Platform for Multi-Agent Reinforcement Learning

2025-03-20 · Tianyi Hu, Qingxu Fu, Zhiqiang Pu, YuAn Wang 외

In this paper, we propose Unreal Multi-Agent Playground (Unreal-MAP), an MARL general platform based on the Unreal-Engine (UE). Unreal-MAP allows users to freely create multi-agent tasks using the vast visual and physica…

Multi-agent Reinforcement Learning

From Tinkering to Engineering: Measurements in Tensorflow Playground

2021-01-11 · Henrik Hoeiness, Axel Harstad, Gerald Friedland

In this article, we present an extension of the Tensorflow Playground, called Tensorflow Meter (short TFMeter). TFMeter is an interactive neural network architecting tool that allows the visual creation of different arch…

Experimental Design

LychSim: A Controllable and Interactive Simulation Framework for Vision Research

2026-05-12 · Wufei Ma, Chloe Wang, Siyi Chen, Jiawei Peng 외 arxiv

While self-supervised pretraining has reduced vision systems' reliance on synthetic data, simulation remains an indispensable tool for closed-loop optimization and rigorous out-of-distribution (OOD) evaluation. However, …

Reinforcement Learning

Speech Playground: An Interactive Tool for Speech Analysis and Comparison

2026-07-01 · Stephen McIntosh, Daisuke Saito, Nobuaki Minematsu arxiv

This paper presents Speech Playground, an interactive speech visualization and comparison tool. While existing tools such as Praat are excellent, it can be cumbersome to integrate them with modern deep learning represent…

UnrealROX+: An Improved Tool for Acquiring Synthetic Data from Virtual 3D Environments

2021-04-23 · Pablo Martinez-Gonzalez, Sergiu Oprea, John Alejandro Castro-Vargas, Alberto Garcia-Garcia 외

Synthetic data generation has become essential in last years for feeding data-driven algorithms, which surpassed traditional techniques performance in almost every computer vision problem. Gathering and labelling the amo…

Depth Estimationobject-detectionObject DetectionSemantic Segmentation+1