paper-with-me

홈 › Papers

Semi-LLIE: Semi-supervised Contrastive Learning with Mamba-based Low-light Image Enhancement

2024-09-25 · Guanlin Li, Ke Zhang, Ting Wang, Ming Li, Bin Zhao, Xuelong Li

Despite the impressive advancements made in recent low-light image enhancement techniques, the scarcity of paired data has emerged as a significant obstacle to further advancements. This work proposes a mean-teacher-based semi-supervised low-light enhancement (Semi-LLIE) framework that integrates the unpaired data into model training. The mean-teacher technique is a prominent semi-supervised learning method, successfully adopted for addressing high-level and low-level vision tasks. However, two primary issues hinder the naive mean-teacher method from attaining optimal performance in low-light image enhancement. Firstly, pixel-wise consistency loss is insufficient for transferring realistic illumination distribution from the teacher to the student model, which results in color cast in the enhanced images. Secondly, cutting-edge image enhancement approaches fail to effectively cooperate with the mean-teacher framework to restore detailed information in dark areas due to their tendency to overlook modeling structured information within local regions. To mitigate the above issues, we first introduce a semantic-aware contrastive loss to faithfully transfer the illumination distribution, contributing to enhancing images with natural colors. Then, we design a Mamba-based low-light image enhancement backbone to effectively enhance Mamba's local region pixel relationship representation ability with a multi-scale feature learning scheme, facilitating the generation of images with rich textural details. Further, we propose novel perceptive loss based on the large-scale vision-language Recognize Anything Model (RAM) to help generate enhanced images with richer textual details. The experimental results indicate that our Semi-LLIE surpasses existing methods in both quantitative and qualitative metrics.

📄 PDF Abstract BibTeX arXiv:2409.16604

Code (1)

guanguanboy/Semi-LLIE 공식 구현 pytorch

Tasks

Contrastive LearningImage EnhancementLow-Light Image EnhancementMamba

Similar Papers 제목 키워드 기반

Semi-Mamba-UNet: Pixel-Level Contrastive and Pixel-Level Cross-Supervised Visual Mamba-based UNet for Semi-Supervised Medical Image Segmentation

2024-02-11 · Chao Ma, Ziyang Wang

Medical image segmentation is essential in diagnostics, treatment planning, and healthcare, with deep learning offering promising advancements. Notably, the convolutional neural network (CNN) excels in capturing local im…

Cardiac SegmentationContrastive LearningImage SegmentationMamba+4

Diversity-enhanced Collaborative Mamba for Semi-supervised Medical Image Segmentation

2025-08-19 · Shumeng Li, Jian Zhang, Lei Qi, Luping Zhou 외 arxiv

Acquiring high-quality annotated data for medical image segmentation is tedious and costly. Semi-supervised segmentation techniques alleviate this burden by leveraging unlabeled data to generate pseudo labels. Recently, …

Semi-supervised Medical Image SegmentationContrastive Learning

U-Mamba2-SSL for Semi-Supervised Tooth and Pulp Segmentation in CBCT

2025-09-24 · Zhi Qin Tan, Xiatian Zhu, Owen Addison, Yunpeng Li arxiv

Accurate segmentation of teeth and pulp in Cone-Beam Computed Tomography (CBCT) is vital for clinical applications like treatment planning and diagnosis. However, this process requires extensive expertise and is exceptio…

Semi-Supervised Relational Contrastive Learning

2023-04-11 · Attiano Purpura-Pontoniere, Demetri Terzopoulos, Adam Wang, Abdullah-Al-Zubaer Imran

Disease diagnosis from medical images via supervised learning is usually dependent on tedious, error-prone, and costly image labeling by medical experts. Alternatively, semi-supervised learning and self-supervised learni…

Contrastive LearningDiagnosticLesion ClassificationSelf-Supervised Learning+1

CoDiM: Learning with Noisy Labels via Contrastive Semi-Supervised Learning

2021-11-23 · Xin Zhang, Zixuan Liu, Kaiwen Xiao, Tian Shen 외

Labels are costly and sometimes unreliable. Noisy label learning, semi-supervised learning, and contrastive learning are three different strategies for designing learning processes requiring less annotation cost. Semi-su…

Contrastive LearningImage ClassificationLearning with noisy labels