paper-with-me

홈 › Papers

CUR Transformer: A Convolutional Unbiased Regional Transformer for Image Denoising

2023-02-25 · journal 2023 2 · Kang Xu, Weixin Li, Xia Wang, Xiaoyan Hu, Ke Yan, Xiaojie Wang, Xuan Dong

Image denoising is a fundamental problem in computer vision and multimedia computation. Non-local filters are effective for image denoising. But existing deep learning methods that use non-local computation structures are mostly designed for high-level tasks, and global self-attention is usually adopted. For the task of image denoising, they have high computational complexity and have a lot of redundant computation of uncorrelated pixels. To solve this problem and combine the marvelous advantages of non-local filter and deep learning, we propose a Convolutional Unbiased Regional (CUR) transformer. Based on the prior that, for each pixel, its similar pixels are usually spatially close, our insights are that (1) we partition the image into non-overlapped windows and perform regional self-attention to reduce the search range of each pixel, and (2) we encourage pixels across different windows to communicate with each other. Based on our insights, the CUR transformer is cascaded by a series of convolutional regional self-attention (CRSA) blocks with U-style short connections. In each CRSA block, we use convolutional layers to extract the query, key, and value features, namely Q, K, and V, of the input feature. Then, we partition the Q, K, and V features into local non-overlapped windows and perform regional self-attention within each window to obtain the output feature of this CRSA block. Among different CRSA blocks, we perform the unbiased window partition by changing the partition positions of the windows. Experimental results show that the CUR transformer outperforms the state-of-the-art methods significantly on four low-level vision tasks, including real and synthetic image denoising, JPEG compression artifact reduction, and low-light image enhancement.

📄 PDF Abstract BibTeX

Code (1)

2023-MindSpore-1/ms-code-79 mindspore

Tasks

DenoisingImage DenoisingImage EnhancementJpeg Compression Artifact ReductionLow-Light Image Enhancement

Similar Papers 제목 키워드 기반

RegionViT: Regional-to-Local Attention for Vision Transformers

2021-06-04 · ICLR 2022 4 · Chun-Fu Chen, Rameswar Panda, Quanfu Fan

Vision transformer (ViT) has recently shown its strong capability in achieving comparable results to convolutional neural networks (CNNs) on image classification. However, vanilla ViT simply inherits the same architectur…

Action Recognitionimage-classificationImage ClassificationKeypoint Detection+1

Transformers For Recognition In Overhead Imagery: A Reality Check

2022-10-23 · Francesco Luzi, Aneesh Gupta, Leslie Collins, Kyle Bradbury 외

There is evidence that transformers offer state-of-the-art recognition performance on tasks involving overhead imagery (e.g., satellite imagery). However, it is difficult to make unbiased empirical comparisons between co…

Bayesian Optimization

Towards Hierarchical Regional Transformer-based Multiple Instance Learning

2023-08-24 · Josef Cersovsky, Sadegh Mohammadi, Dagmar Kainmueller, Johannes Hoehne

The classification of gigapixel histopathology images with deep multiple instance learning models has become a critical task in digital pathology and precision medicine. In this work, we propose a Transformer-based multi…

Multiple Instance Learning

Adaptive Split-Fusion Transformer

2022-04-26 · Zixuan Su, Hao Zhang, Jingjing Chen, Lei Pang 외

Neural networks for visual content understanding have recently evolved from convolutional ones (CNNs) to transformers. The prior (CNN) relies on small-windowed kernels to capture the regional clues, demonstrating solid l…

Image Classification

Training-free Regional Prompting for Diffusion Transformers

2024-11-04 · Anthony Chen, Jianjin Xu, Wenzhao Zheng, Gaole Dai 외

Diffusion models have demonstrated excellent capabilities in text-to-image generation. Their semantic understanding (i.e., prompt following) ability has also been greatly improved with large language models (e.g., T5, Ll…

Image GenerationText to Image GenerationText-to-Image Generation