paper-with-me

홈 › Papers

Dual-Scale Transformer for Large-Scale Single-Pixel Imaging

2024-04-07 · CVPR 2024 1 · Gang Qu, Ping Wang, Xin Yuan

Single-pixel imaging (SPI) is a potential computational imaging technique which produces image by solving an illposed reconstruction problem from few measurements captured by a single-pixel detector. Deep learning has achieved impressive success on SPI reconstruction. However, previous poor reconstruction performance and impractical imaging model limit its real-world applications. In this paper, we propose a deep unfolding network with hybrid-attention Transformer on Kronecker SPI model, dubbed HATNet, to improve the imaging quality of real SPI cameras. Specifically, we unfold the computation graph of the iterative shrinkagethresholding algorithm (ISTA) into two alternative modules: efficient tensor gradient descent and hybrid-attention multiscale denoising. By virtue of Kronecker SPI, the gradient descent module can avoid high computational overheads rooted in previous gradient descent modules based on vectorized SPI. The denoising module is an encoder-decoder architecture powered by dual-scale spatial attention for high- and low-frequency aggregation and channel attention for global information recalibration. Moreover, we build a SPI prototype to verify the effectiveness of the proposed method. Extensive experiments on synthetic and real data demonstrate that our method achieves the state-of-the-art performance. The source code and pre-trained models are available at https://github.com/Gang-Qu/HATNet-SPI.

📄 PDF Abstract BibTeX arXiv:2404.05001

Code (1)

gang-qu/hatnet-spi 공식 구현 pytorch

Tasks

DecoderDenoising

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Dual-Path Multi-Scale Transformer for High-Quality Image Deraining

2024-05-28 · Huiling Zhou, Xianhao Wu, Hongming Chen

Despite the superiority of convolutional neural networks (CNNs) and Transformers in single-image rain removal, current multi-scale models still face significant challenges due to their reliance on single-scale feature py…

Image ReconstructionRain Removal

Multi-scale Image Super Resolution with a Single Auto-Regressive Model

2025-06-05 · Enrique Sanchez, Isma Hadji, Adrian Bulat, Christos Tzelepis 외

In this paper we tackle Image Super Resolution (ISR), using recent advances in Visual Auto-Regressive (VAR) modeling. VAR iteratively estimates the residual in latent space between gradually increasing image scales, a pr…

Image Super-ResolutionSuper-Resolution

MSPT: Efficient Large-Scale Physical Modeling via Parallelized Multi-Scale Attention

2025-12-01 · Pedro M. P. Curvo, Jan-Willem van de Meent, Maksim Zhdanov arxiv

A key scalability challenge in neural solvers for industrial-scale physics simulations is efficiently capturing both fine-grained local interactions and long-range global dependencies across millions of spatial elements.…

Multi-Head Attention Residuals

2026-07-22 · Cheng Luo, Zefan Cai, Junjie Hu hf

Transformers propagate information across depth through a single additive residual stream: every sublayer reads only the most recent state. Attention residuals relax this by letting each sublayer attend, through a learne…

Enhancing Medical Image Segmentation with TransCeption: A Multi-Scale Feature Fusion Approach

2023-01-25 · Reza Azad, Yiwei Jia, Ehsan Khodapanah Aghdam, Julien Cohen-Adad 외

While CNN-based methods have been the cornerstone of medical image segmentation due to their promising performance and robustness, they suffer from limitations in capturing long-range dependencies. Transformer-based appr…

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentation+2