paper-with-me

홈 › Papers

Reinforced Swin-Convs Transformer for Underwater Image Enhancement

2022-05-01 · Tingdi Ren, Haiyong Xu, Gangyi Jiang, Mei Yu, Ting Luo

Underwater Image Enhancement (UIE) technology aims to tackle the challenge of restoring the degraded underwater images due to light absorption and scattering. To address problems, a novel U-Net based Reinforced Swin-Convs Transformer for the Underwater Image Enhancement method (URSCT-UIE) is proposed. Specifically, with the deficiency of U-Net based on pure convolutions, we embedded the Swin Transformer into U-Net for improving the ability to capture the global dependency. Then, given the inadequacy of the Swin Transformer capturing the local attention, the reintroduction of convolutions may capture more local attention. Thus, we provide an ingenious manner for the fusion of convolutions and the core attention mechanism to build a Reinforced Swin-Convs Transformer Block (RSCTB) for capturing more local attention, which is reinforced in the channel and the spatial attention of the Swin Transformer. Finally, the experimental results on available datasets demonstrate that the proposed URSCT-UIE achieves state-of-the-art performance compared with other methods in terms of both subjective and objective evaluations. The code will be released on GitHub after acceptance.

📄 PDF Abstract BibTeX arXiv:2205.00434

Code (1)

TingdiRen/URSCT-SESR 공식 구현 pytorch

Tasks

Image EnhancementUIE

Methods 이 논문이 사용한 방법론

Attention 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…

Similar Papers 제목 키워드 기반

Underwater Image Reconstruction Using a Swin Transformer-Based Generator and PatchGAN Discriminator

2025-12-05 · Md. Mahbub Hasan Akash, Aria Tasnim Mridula, Sheekar Banerjee, Ishtiak Al Mamoon arxiv

Underwater imaging is essential for marine exploration, environmental monitoring, and infrastructure inspection. However, water causes severe image degradation through wavelength-dependent absorption and scattering, resu…

Image Reconstruction

Joint Multi-scale Gated Transformer and Prior-guided Convolutional Network for Learned Image Compression

2025-11-30 · Zhengxin Chen, Xiaohai He, Tingrong Zhang, Shuhua Xiong 외 arxiv

Recently, learned image compression methods have made remarkable achievements, some of which have outperformed the traditional image codec VVC. The advantages of learned image compression methods over traditional image c…

Image Compression

Reinforce Data, Multiply Impact: Improved Model Accuracy and Robustness with Dataset Reinforcement

2023-03-15 · ICCV 2023 1 · Fartash Faghri, Hadi Pouransari, Sachin Mehta, Mehrdad Farajtabar 외

We propose Dataset Reinforcement, a strategy to improve a dataset once such that the accuracy of any model architecture trained on the reinforced dataset is improved at no additional training cost for users. We propose a…

Data AugmentationKnowledge Distillationobject-detectionObject Detection

ConvShareViT: Enhancing Vision Transformers with Convolutional Attention Mechanisms for Free-Space Optical Accelerators

2025-04-15 · Riad Ibadulla, Thomas M. Chen, Constantino Carlos Reyes-Aldasoro

This paper introduces ConvShareViT, a novel deep learning architecture that adapts Vision Transformers (ViTs) to the 4f free-space optical system. ConvShareViT replaces linear layers in multi-head self-attention (MHSA) a…

GPU

Revisiting Adversarial Training for ImageNet: Architectures, Training and Generalization across Threat Models

2023-03-03 · NeurIPS 2023 11 · Naman D Singh, Francesco Croce, Matthias Hein

While adversarial training has been extensively studied for ResNet architectures and low resolution datasets like CIFAR, much less is known for ImageNet. Given the recent debate about whether transformers are more robust…