paper-with-me

Papers

Optimization-Inspired Cross-Attention Transformer for Compressive Sensing

2023-04-27 · CVPR 2023 1 · Jiechong Song, Chong Mou, Shiqi Wang, Siwei Ma, Jian Zhang

By integrating certain optimization solvers with deep neural networks, deep unfolding network (DUN) with good interpretability and high performance has attracted growing attention in compressive sensing (CS). However, existing DUNs often improve the visual quality at the price of a large number of parameters and have the problem of feature information loss during iteration. In this paper, we propose an Optimization-inspired Cross-attention Transformer (OCT) module as an iterative process, leading to a lightweight OCT-based Unfolding Framework (OCTUF) for image CS. Specifically, we design a novel Dual Cross Attention (Dual-CA) sub-module, which consists of an Inertia-Supplied Cross Attention (ISCA) block and a Projection-Guided Cross Attention (PGCA) block. ISCA block introduces multi-channel inertia forces and increases the memory effect by a cross attention mechanism between adjacent iterations. And, PGCA block achieves an enhanced information interaction, which introduces the inertia force into the gradient descent step through a cross attention block. Extensive CS experiments manifest that our OCTUF achieves superior performance compared to state-of-the-art methods while training lower complexity. Codes are available at https://github.com/songjiechong/OCTUF.

📄 PDF Abstract BibTeX arXiv:2304.13986

Code (1)

songjiechong/octuf 공식 구현 pytorch

Tasks

Compressive Sensing

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

MC-ISTA-Net: Adaptive Measurement and Initialization and Channel Attention Optimization inspired Neural Network for Compressive Sensing

2019-02-26 · Nanyu Li, Cuiyin Liu

The optimization inspired network can bridge convex optimization and neural networks in Compressive Sensing (CS) reconstruction of natural image, like ISTA-Net+, which mapping optimization algorithm: iterative shrinkage-…

Compressive Sensing

MICA: Multivariate Infini Compressive Attention for Time Series Forecasting

2026-04-07 · Willa Potosnak, Nina Żukowska, Michał Wiliński, Dan Howarth 외 arxiv

Multivariate forecasting with Transformers faces a core scalability challenge: modeling cross-channel dependencies via attention compounds attention's quadratic sequence complexity with quadratic channel scaling, making …

Time Series Forecasting

D$^\text{2}$UF: Deep Coded Aperture Design and Unrolling Algorithm for Compressive Spectral Image Fusion

2022-05-24 · Roman Jacome, Jorge Bacca, Henry Arguello

Compressive spectral imaging (CSI) has attracted significant attention since it employs synthetic apertures to codify spatial and spectral information, sensing only 2D projections of the 3D spectral image. However, these…

Rolling Shutter Correction

Cascaded Attention based Unsupervised Information Distillation for Compressive Summarization

2017-09-01 · EMNLP 2017 9 · Piji Li, Wai Lam, Lidong Bing, Weiwei Guo 외

When people recall and digest what they have read for writing summaries, the important content is more likely to attract their attention. Inspired by this observation, we propose a cascaded attention based unsupervised m…

Document SummarizationMulti-Document SummarizationSentenceSentence Compression

Sparse Transformer for Ultra-sparse Sampled Video Compressive Sensing

2025-09-10 · Miao Cao, Siming Zheng, Lishun Wang, Ziyang Chen 외 arxiv

Digital cameras consume ~0.1 microjoule per pixel to capture and encode video, resulting in a power usage of ~20W for a 4K sensor operating at 30 fps. Imagining gigapixel cameras operating at 100-1000 fps, the current pr…

Compressive SensingImage Inpainting