AeroDeshadow: Physics-Guided Shadow Synthesis and Penumbra-Aware Deshadowing for Aerospace Imagery

arXiv cs.CV / 4/20/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper presents AeroDeshadow, a two-stage shadow synthesis and deshadowing framework tailored to high-resolution aerospace imagery where shadows cause spectral distortion and information loss.
  • It addresses the lack of paired real training data and the mismatch of natural-image “homogeneous shadow” assumptions by using physics-guided modeling and explicitly handling penumbra transition zones.
  • In the first stage, PDSS-Net generates a large paired synthetic dataset (AeroDS-Syn) by modeling illumination decay and spatial attenuation to produce realistic soft boundary transitions.
  • In the second stage, PCDS-Net performs penumbra-aware restoration by decomposing inputs into umbra and penumbra components and progressively restoring them to reduce boundary artifacts and over-correction.
  • The method is reportedly trained only on synthetic data yet generalizes to real-world ASI, achieving state-of-the-art quantitative accuracy and visual quality, with code and datasets planned for public release.

Abstract

Shadows are prevalent in high-resolution aerospace imagery (ASI). They often cause spectral distortion and information loss, which degrade downstream interpretation tasks. While deep learning methods have advanced natural-image shadow removal, their direct application to ASI faces two primary challenges. First, strictly paired training data are severely lacking. Second, homogeneous shadow assumptions fail to handle the broad penumbra transition zones inherent in aerospace scenes. To address these issues, we propose AeroDeshadow, a unified two-stage framework integrating physics-guided shadow synthesis and penumbra-aware restoration. In the first stage, a Physics-aware Degradation Shadow Synthesis Network (PDSS-Net) explicitly models illumination decay and spatial attenuation. This process constructs AeroDS-Syn, a large-scale paired dataset featuring soft boundary transitions. Constrained by this physical formulation, a Penumbra-aware Cascaded DeShadowing Network (PCDS-Net) then decouples the input into umbra and penumbra components. By restoring these regions progressively, PCDS-Net alleviates boundary artifacts and over-correction. Trained solely on the synthetic AeroDS-Syn, the network generalizes to real-world ASI without requiring paired real annotations. Experimental results indicate that AeroDeshadow achieves state-of-the-art quantitative accuracy and visual fidelity across synthetic and real-world datasets. The datasets and code will be made publicly available at: https://github.com/AeroVILab-AHU/AeroDeshadow.