CVJul 10, 2025

Diffusion-Guided Knowledge Distillation for Weakly-Supervised Low-Light Semantic Segmentation

arXiv:2507.07578v2h-index: 4Has CodeMM
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing manual annotation costs for semantic segmentation in low-light conditions, which is incremental as it builds on existing weakly-supervised methods.

The paper tackles the problem of weakly-supervised semantic segmentation in low-light environments, where existing methods degrade due to image quality issues and weak supervision constraints, and proposes a framework that achieves state-of-the-art performance in this task.

Weakly-supervised semantic segmentation aims to assign category labels to each pixel using weak annotations, significantly reducing manual annotation costs. Although existing methods have achieved remarkable progress in well-lit scenarios, their performance significantly degrades in low-light environments due to two fundamental limitations: severe image quality degradation (e.g., low contrast, noise, and color distortion) and the inherent constraints of weak supervision. These factors collectively lead to unreliable class activation maps and semantically ambiguous pseudo-labels, ultimately compromising the model's ability to learn discriminative feature representations. To address these problems, we propose Diffusion-Guided Knowledge Distillation for Weakly-Supervised Low-light Semantic Segmentation (DGKD-WLSS), a novel framework that synergistically combines Diffusion-Guided Knowledge Distillation (DGKD) with Depth-Guided Feature Fusion (DGF2). DGKD aligns normal-light and low-light features via diffusion-based denoising and knowledge distillation, while DGF2 integrates depth maps as illumination-invariant geometric priors to enhance structural feature learning. Extensive experiments demonstrate the effectiveness of DGKD-WLSS, which achieves state-of-the-art performance in weakly supervised semantic segmentation tasks under low-light conditions. The source codes have been released at:https://github.com/ChunyanWang1/DGKD-WLSS.

Foundations

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

Your Notes