paper-with-me

Papers

Focal Network for Image Restoration

2023-01-01 · ICCV 2023 1 · Yuning Cui, Wenqi Ren, Xiaochun Cao, Alois Knoll

Image restoration aims to reconstruct a sharp image from its degraded counterpart, which plays an important role in many fields. Recently, Transformer models have achieved promising performance on various image restoration tasks. However, their quadratic complexity remains an intractable issue for practical applications. The aim of this study is to develop an efficient and effective framework for image restoration. Inspired by the fact that different regions in a corrupted image always undergo degradations in various degrees, we propose to focus more on the important areas for reconstruction. To this end, we introduce a dual-domain selection mechanism to emphasize crucial information for restoration, such as edge signals and hard regions. In addition, we split high-resolution features to insert multi-scale receptive fields into the network, which improves both efficiency and performance. Finally, the proposed network, dubbed FocalNet, is built by incorporating these designs into a U-shaped backbone. Extensive experiments demonstrate that our model achieves state-of-the-art performance on ten datasets for three tasks, including single-image defocus deblurring, image dehazing, and image desnowing. Our code is available at https://github.com/c-yn/FocalNet.

📄 PDF Abstract BibTeX

Code (1)

c-yn/focalnet 공식 구현 pytorch

Tasks

DeblurringImage Defocus DeblurringImage DehazingImage Restoration

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 제목 키워드 기반

Pathology Image Restoration via Mixture of Prompts

2025-03-16 · Jiangdong Cai, Yan Chen, Zhenrong Shen, Haotian Jiang 외

In digital pathology, acquiring all-in-focus images is essential to high-quality imaging and high-efficient clinical workflow. Traditional scanners achieve this by scanning at multiple focal planes of varying depths and …

Image Restoration

Multi-frame Restoration for High-rate Lissajous Confocal Laser Endomicroscopy

2026-05-01 · Minhee Lee, Sangyoon Lee, Jiwook Lee, Minki Hong 외 arxiv

Lissajous confocal laser endomicroscopy (CLE) is a promising solution for high speed in vivo optical biopsy for handheld scenarios. However, Lissajous scanning traces a resonant trajectory and samples only the visited pi…

Computational Efficiency

ReX-Shot: Single-Image Rephotography via Geometry- and Camera-Grounded Generation

2026-08-19 · Ruiqi Zhang, Hao Zhu, Wenhao Zhang, Qi Zhang 외 arxiv

Single-image rephotography aims to synthesize new shots of a scene from a single reference image with specified viewpoints, focal lengths, and photographic effects, which are intrinsically coupled in imaging. Existing me…

3D Reconstruction

Region Attention Transformer for Medical Image Restoration

2024-07-12 · Zhiwen Yang, Haowei Chen, Ziniu Qian, Yang Zhou 외

Transformer-based methods have demonstrated impressive results in medical image restoration, attributed to the multi-head self-attention (MSA) mechanism in the spatial dimension. However, the majority of existing Transfo…

DenoisingImage DenoisingImage GenerationImage Restoration+2

Generative Multi-Focus Image Fusion

2025-12-25 · Xinzhe Xie, Buyu Guo, Bolin Li, Shuangyan He 외 arxiv

Multi-focus image fusion aims to generate an all-in-focus image from a sequence of partially focused input images. Existing fusion algorithms generally assume that, for every spatial location in the scene, there is at le…