PNEN: Pyramid Non-Local Enhanced Networks
Feida Zhu, Chaowei Fang, Kai-Kuang Ma

TL;DR
This paper introduces Pyramid Non-local Enhanced Networks with a novel non-local module that efficiently captures long-range dependencies across multiple scales, improving low-level image processing tasks like smoothing, denoising, and super-resolution.
Contribution
It proposes a Pyramid Non-local Block that models pixel dependencies across scales, enhancing feature representation while maintaining computational efficiency.
Findings
Achieves state-of-the-art results in edge-preserving image smoothing.
Improves performance in image denoising and super-resolution tasks.
Efficiently exploits multi-scale pairwise dependencies with low memory and computational cost.
Abstract
Existing neural networks proposed for low-level image processing tasks are usually implemented by stacking convolution layers with limited kernel size. Every convolution layer merely involves in context information from a small local neighborhood. More contextual features can be explored as more convolution layers are adopted. However it is difficult and costly to take full advantage of long-range dependencies. We propose a novel non-local module, Pyramid Non-local Block, to build up connection between every pixel and all remain pixels. The proposed module is capable of efficiently exploiting pairwise dependencies between different scales of low-level structures. The target is fulfilled through first learning a query feature map with full resolution and a pyramid of reference feature maps with downscaled resolutions. Then correlations with multi-scale reference features are exploited…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods1x1 Convolution · Non-Local Operation · Residual Connection · Convolution · Non-Local Block
