DarkEQA: Benchmarking Vision-Language Models for Embodied Question Answering in Low-Light Indoor Environments
Yohan Park, Hyunwoo Ha, Wonjun Jo, Tae-Hyun Oh
TL;DR
DarkEQA addresses the gap of evaluating embodied question answering under real-world low-light conditions by introducing a physics-based, RAW-space degradation pipeline and a deterministic QA generation process. The benchmark provides 9.4k QA pairs across 52 indoor HM3D-Sem scenes, enabling precise attribution of robustness bottlenecks to illumination and sensor noise. Through extensive evaluation of open and closed VLMs plus an LLIE baseline, the study reveals that current VLMs are brittle to low-light degradation and that LLIE pre-processing yields inconsistent improvements. The work offers a reproducible framework and dataset to drive robustness-focused development for vision-language embodied agents in dark environments.
Abstract
Vision Language Models (VLMs) are increasingly adopted as central reasoning modules for embodied agents. Existing benchmarks evaluate their capabilities under ideal, well-lit conditions, yet robust 24/7 operation demands performance under a wide range of visual degradations, including low-light conditions at night or in dark environments--a core necessity that has been largely overlooked. To address this underexplored challenge, we present DarkEQA, an open-source benchmark for evaluating EQA-relevant perceptual primitives under multi-level low-light conditions. DarkEQA isolates the perception bottleneck by evaluating question answering from egocentric observations under controlled degradations, enabling attributable robustness analysis. A key design feature of DarkEQA is its physical fidelity: visual degradations are modeled in linear RAW space, simulating physics-based illumination drop and sensor noise followed by an ISP-inspired rendering pipeline. We demonstrate the utility of DarkEQA by evaluating a wide range of state-of-the-art VLMs and Low-Light Image Enhancement (LLIE) models. Our analysis systematically reveals VLMs' limitations when operating under these challenging visual conditions. Our code and benchmark dataset will be released upon acceptance.
