ROCVMar 7, 2025

Generalizable Image Repair for Robust Visual Control

arXiv:2503.05911v21 citationsh-index: 5IROS
Originality Incremental advance
AI Analysis

This addresses robustness in visual control for autonomous systems, but it is incremental as it builds on existing GAN methods with a control-focused loss.

The paper tackles the problem of vision-based control degradation due to image corruptions like sensor noise and adverse weather by proposing a real-time image repair module using generative adversarial models, which significantly improves performance in a simulated autonomous racing environment compared to baselines.

Vision-based control relies on accurate perception to achieve robustness. However, image distribution changes caused by sensor noise, adverse weather, and dynamic lighting can degrade perception, leading to suboptimal control decisions. Existing approaches, including domain adaptation and adversarial training, improve robustness but struggle to generalize to unseen corruptions while introducing computational overhead. To address this challenge, we propose a real-time image repair module that restores corrupted images before they are used by the controller. Our method leverages generative adversarial models, specifically CycleGAN and pix2pix, for image repair. CycleGAN enables unpaired image-to-image translation to adapt to novel corruptions, while pix2pix exploits paired image data when available to improve the quality. To ensure alignment with control performance, we introduce a control-focused loss function that prioritizes perceptual consistency in repaired images. We evaluated our method in a simulated autonomous racing environment with various visual corruptions. The results show that our approach significantly improves performance compared to baselines, mitigating distribution shift and enhancing controller reliability.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes