paper-with-me

Papers

FSOINet: Feature-Space Optimization-Inspired Network for Image Compressive Sensing

2022-04-12 · Wenjun Chen, Chunling Yang, Xin Yang

In recent years, deep learning-based image compressive sensing (ICS) methods have achieved brilliant success. Many optimization-inspired networks have been proposed to bring the insights of optimization algorithms into the network structure design and have achieved excellent reconstruction quality with low computational complexity. But they keep the information flow in pixel space as traditional algorithms by updating and transferring the image in pixel space, which does not fully use the information in the image features. In this paper, we propose the idea of achieving information flow phase by phase in feature space and design a Feature-Space Optimization-Inspired Network (dubbed FSOINet) to implement it by mapping both steps of proximal gradient descent algorithm from pixel space to feature space. Moreover, the sampling matrix is learned end-to-end with other network parameters. Experiments show that the proposed FSOINet outperforms the existing state-of-the-art methods by a large margin both quantitatively and qualitatively. The source code is available on https://github.com/cwjjun/FSOINet.

📄 PDF Abstract BibTeX arXiv:2204.05503

Code (1)

cwjjun/fsoinet 공식 구현 pytorch

Tasks

Compressive Sensing

Similar Papers 제목 키워드 기반

Bees Local Phase Quantization Feature Selection for RGB-D Facial Expressions Recognition

2023-08-03 · Seyed Muhammad Hossein Mousavi, Atiye Ilanloo

Feature selection could be defined as an optimization problem and solved by bio-inspired algorithms. Bees Algorithm (BA) shows decent performance in feature selection optimization tasks. On the other hand, Local Phase Qu…

feature selectionQuantization

Joint Frequency and Image Space Learning for MRI Reconstruction and Analysis

2020-07-02 · Nalini M. Singh, Juan Eugenio Iglesias, Elfar Adalsteinsson, Adrian V. Dalca 외

We propose neural network layers that explicitly combine frequency and image feature representations and show that they can be used as a versatile building block for reconstruction from frequency space data. Our work is …

DenoisingImage DenoisingImage ReconstructionMRI Reconstruction

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

A Nature-Inspired Feature Selection Approach based on Hypercomplex Information

2021-01-14 · Gustavo H. de Rosa, João Paulo Papa, Xin-She Yang

Feature selection for a given model can be transformed into an optimization task. The essential idea behind it is to find the most suitable subset of features according to some criterion. Nature-inspired optimization can…

feature selection

O-ViT: Orthogonal Vision Transformer

2022-01-28 · Yanhong Fei, Yingjie Liu, Xian Wei, Mingsong Chen

Inspired by the tremendous success of the self-attention mechanism in natural language processing, the Vision Transformer (ViT) creatively applies it to image patch sequences and achieves incredible performance. However,…