paper-with-me

Papers

PPformer: Using pixel-wise and patch-wise cross-attention for low-light image enhancement

2024-01-15 · Computer Vision and Image Understanding 2024 1 · J Dang, Y Zhong, X Qin

Recently, transformer-based methods have shown strong competition compared to CNN-based methods on the low-light image enhancement task, by employing the self-attention for feature extraction. Transformer-based methods perform well in modeling long-range pixel dependencies, which are essential for low-light image enhancement to achieve better lighting, natural colors, and higher contrast. However, the high computational cost of self-attention limits its development in low-light image enhancement, while some works struggle to balance accuracy and computational cost. In this work, we propose a lightweight and effective network based on the proposed pixel-wise and patch-wise cross-attention mechanism, PPformer, for low-light image enhancement. PPformer is a CNN-transformer hybrid network that is divided into three parts: local-branch, global-branch, and Dual Cross-Attention. Each part plays a vital role in PPformer. Specifically, the local-branch extracts local structural information using a stack of Wide Enhancement Modules, and the global-branch provides the refining global information by Cross Patch Module and Global Convolution Module. Besides, different from self-attention, we use extracted global semantic information to guide modeling dependencies between local and non-local. According to calculating Dual Cross-Attention, the PPformer can effectively restore images with better color consistency, natural brightness and contrast. Benefiting from the proposed dual cross-attention mechanism, PPformer effectively captures the dependencies in both pixel and patch levels for a full-size feature map. Extensive experiments on eleven real-world benchmark datasets show that PPformer achieves better quantitative and qualitative results than previous state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (1)

DeniJsonC/PPformer 공식 구현 pytorch

Tasks

Image EnhancementLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Take an Irregular Route: Enhance the Decoder of Time-Series Forecasting Transformer

2023-12-10 · Li Shen, Yuning Wei, Yangzhu Wang, Hongguang Li

With the development of Internet of Things (IoT) systems, precise long-term forecasting method is requisite for decision makers to evaluate current statuses and formulate future policies. Currently, Transformer and MLP a…

DecoderTime SeriesTime Series Forecasting

Highly Efficient Forward and Backward Propagation of Convolutional Neural Networks for Pixelwise Classification

2014-12-15 · Hongsheng Li, Rui Zhao, Xiaogang Wang

We present highly efficient algorithms for performing forward and backward propagation of Convolutional Neural Network (CNN) for pixelwise classification on images. For pixelwise classification tasks, such as image segme…

ClassificationGeneral Classificationimage-classificationImage Classification+4

PatchMatch-RL: Deep MVS with Pixelwise Depth, Normal, and Visibility

2021-08-19 · ICCV 2021 10 · Jae Yong Lee, Joseph DeGol, Chuhang Zou, Derek Hoiem

Recent learning-based multi-view stereo (MVS) methods show excellent performance with dense cameras and small depth ranges. However, non-learning based approaches still outperform for scenes with large depth ranges and s…

CD-Mamba: Cloud detection with long-range spatial dependency modeling

2025-09-05 · Tianxiang Xue, Jiayi Zhao, Jingsheng Li, Changlu Chen 외 arxiv

Remote sensing images are frequently obscured by cloud cover, posing significant challenges to data integrity and reliability. Effective cloud detection requires addressing both short-range spatial redundancies and long-…

PS-NeRV: Patch-wise Stylized Neural Representations for Videos

2022-08-07 · Yunpeng Bai, Chao Dong, Cairong Wang

We study how to represent a video with implicit neural representations (INRs). Classical INRs methods generally utilize MLPs to map input coordinates to output pixels. While some recent works have tried to directly recon…

Video CompressionVideo InpaintingVideo Reconstruction