🤖 AI Summary
Low-light image enhancement (LLIE) suffers from severe noise, blurred details, and insufficient contrast. To address these challenges, this paper proposes the first large-scale multimodal Transformer framework specifically designed for LLIE, systematically incorporating nine auxiliary modalities—including depth, semantic segmentation, geometric structure, and color distribution—for the first time. The core innovation lies in a cross-modal multi-head self-attention (CM-MSA) mechanism that enables fine-grained alignment and deep fusion of RGB features with heterogeneous multimodal representations. We further design a Cross-modal Transformer (CM-T) backbone alongside lightweight auxiliary subnetworks to jointly reconstruct and fuse multimodal features. Extensive experiments demonstrate state-of-the-art performance across multiple standard benchmarks, with significant improvements in PSNR and SSIM. The code and pretrained models are publicly released.
📝 Abstract
Low-light image enhancement (LLIE) is a fundamental yet challenging task due to the presence of noise, loss of detail, and poor contrast in images captured under insufficient lighting conditions. Recent methods often rely solely on pixel-level transformations of RGB images, neglecting the rich contextual information available from multiple visual modalities. In this paper, we present ModalFormer, the first large-scale multimodal framework for LLIE that fully exploits nine auxiliary modalities to achieve state-of-the-art performance. Our model comprises two main components: a Cross-modal Transformer (CM-T) designed to restore corrupted images while seamlessly integrating multimodal information, and multiple auxiliary subnetworks dedicated to multimodal feature reconstruction. Central to the CM-T is our novel Cross-modal Multi-headed Self-Attention mechanism (CM-MSA), which effectively fuses RGB data with modality-specific features--including deep feature embeddings, segmentation information, geometric cues, and color information--to generate information-rich hybrid attention maps. Extensive experiments on multiple benchmark datasets demonstrate ModalFormer's state-of-the-art performance in LLIE. Pre-trained models and results are made available at https://github.com/albrateanu/ModalFormer.