paper-with-me

Papers

Structure-guided Diffusion Transformer for Low-Light Image Enhancement

2025-04-21 · Xiangchen Yin, Zhenda Yu, Longtao Jiang, Xin Gao, Xiao Sun, Zhi Liu, Xun Yang

While the diffusion transformer (DiT) has become a focal point of interest in recent years, its application in low-light image enhancement remains a blank area for exploration. Current methods recover the details from low-light images while inevitably amplifying the noise in images, resulting in poor visual quality. In this paper, we firstly introduce DiT into the low-light enhancement task and design a novel Structure-guided Diffusion Transformer based Low-light image enhancement (SDTL) framework. We compress the feature through wavelet transform to improve the inference efficiency of the model and capture the multi-directional frequency band. Then we propose a Structure Enhancement Module (SEM) that uses structural prior to enhance the texture and leverages an adaptive fusion strategy to achieve more accurate enhancement effect. In Addition, we propose a Structure-guided Attention Block (SAB) to pay more attention to texture-riched tokens and avoid interference from noisy areas in noise prediction. Extensive qualitative and quantitative experiments demonstrate that our method achieves SOTA performance on several popular datasets, validating the effectiveness of SDTL in improving image quality and the potential of DiT in low-light enhancement tasks.

📄 PDF Abstract BibTeX arXiv:2504.15054

Code (0)

등록된 구현이 없습니다.

Tasks

Image EnhancementLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

MedCondDiff: Lightweight, Robust, Semantically Guided Diffusion for Medical Image Segmentation

2025-11-29 · Ruirui Huang, Jiacheng Li arxiv

We introduce MedCondDiff, a diffusion-based framework for multi-organ medical image segmentation that is efficient and anatomically grounded. The model conditions the denoising process on semantic priors extracted by a P…

Medical Image Segmentation

Vitality-Aware Compression for Efficient Image-to-Shape Diffusion Transformers

2026-07-01 · Jaeah Lee, Hyunjin Kim, Jaewoong Cho, Gihyun Kwon arxiv

We propose the first compression approach for image-to-shape Diffusion Transformers (DiTs) that substantially reduces model size while preserving geometric fidelity. Despite remarkable progress in 3D shape generation, la…

Model Compression3D Generation

A training-free framework for high-fidelity appearance transfer via diffusion transformers

2026-03-24 · Shengrong Gu, Ye Wang, Song Wu, Rui Ma 외 arxiv

Diffusion Transformers (DiTs) excel at generation, but their global self-attention makes controllable, reference-image-based editing a distinct challenge. Unlike U-Nets, naively injecting local appearance into a DiT can …

VGDM: Vision-Guided Diffusion Model for Brain Tumor Detection and Segmentation

2025-10-02 · Arman Behnam arxiv

Accurate detection and segmentation of brain tumors from magnetic resonance imaging (MRI) are essential for diagnosis, treatment planning, and clinical monitoring. While convolutional architectures such as U-Net have lon…

Medical Image SegmentationTumor Segmentation

Towards Scale-Aware Low-Light Enhancement via Structure-Guided Transformer Design

2025-04-18 · Wei Dong, Yan Min, Han Zhou, Jun Chen

Current Low-light Image Enhancement (LLIE) techniques predominantly rely on either direct Low-Light (LL) to Normal-Light (NL) mappings or guidance from semantic features or illumination maps. Nonetheless, the intrinsic i…

Image EnhancementLow-Light Image Enhancement