Methods › Computer Vision › Image Representations › Laplacian Pyramid
Laplacian Pyramid
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
A Laplacian Pyramid is a linear invertible image representation consisting of a set of band-pass images spaced an octave apart, plus a low-frequency residual. Formally, let d(.) be a downsampling operation that blurs and decimates a j ×j image I so that d(I) is a new image of size j/2 ×j/2. Also, let u(.) be an upsampling operator which smooths and expands I to be twice the size, so u(I) is a new image of size 2j ×2j. We first build a Gaussian pyramid G(I) = [I₀, I₁, …, I_K], where I₀ = I and Iₖ is k repeated application of d(.) to I. K is the number of levels in the pyramid selected so that the final level has a minimal spatial extent (≤8 ×8 pixels).
The coefficients hₖ at each level k of the Laplacian pyramid L(I) are constructed by taking the difference between adjacent levels in the Gaussian pyramid, upsampling the smaller one with u(.) so that the sizes are compatible:
hₖ = ℒₖ(I) = Gₖ(I) − u(Gₖ₊₁(I)) = Iₖ − u(Iₖ₊₁)
Intuitively, each level captures the image structure present at a particular scale. The final level of the Laplacian pyramid h_K is not a difference image, but a low-frequency residual equal to the final Gaussian pyramid level, i.e. h_K = I_K. Reconstruction from a Laplacian pyramid coefficients [h₁, …, h_K] is performed using the backward recurrence:
Iₖ = u(Iₖ₊₁) + hₖ
which is started with I_K = h_K and the reconstructed image being I = Iₒ. In other words, starting at the coarsest level, we repeatedly upsample and add the difference image h at the next finer level until we return to the full-resolution image. Source: LAPGAN
Image : Design of FIR Filters for Fast Multiscale Directional Filter Banks
Papers archive 2025-07-28
30 shown of 31, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
SWDL: Stratum-Wise Difference Learning with Deep Laplacian Pyramid for Semi-Supervised 3D Intracranial Hemorrhage Segmentation 12 Jun 2025 · 1 repository · arXiv:2506.10325
-
Single Document Image Highlight Removal via A Large-Scale Real-World Dataset and A Location-Aware Network 19 Apr 2025 · 0 repositories · arXiv:2504.14238
-
LapLoss: Laplacian Pyramid-based Multiscale loss for Image Translation 7 Mar 2025 · 0 repositories · arXiv:2503.05974
-
GPU-Friendly Laplacian Texture Blending 19 Feb 2025 · 0 repositories · arXiv:2502.13945
-
Learning Inverse Laplacian Pyramid for Progressive Depth Completion 11 Feb 2025 · 0 repositories · arXiv:2502.07289
-
Multiscale style transfer based on a Laplacian pyramid for traditional Chinese painting 7 Feb 2025 · 1 repository · arXiv:2502.04597
-
Generative Adversarial Networks Bridging Art and Machine Intelligence 6 Feb 2025 · 0 repositories · arXiv:2502.04116
-
Likelihood Training of Cascaded Diffusion Models via Hierarchical Volume-preserving Maps 13 Jan 2025 · 1 repository · arXiv:2501.06999Syntology ran 7 of 10 samples · 3 unverified
-
LookingGlass: Generative Anamorphoses via Laplacian Pyramid Warping 1 Jan 2025 · 0 repositories
-
SHMT: Self-supervised Hierarchical Makeup Transfer via Latent Diffusion Models 15 Dec 2024 · 2 repositories · arXiv:2412.11058Syntology ran 8 of 10 samples · 2 unverified · 10 pointer-only (licence)
-
LapGSR: Laplacian Reconstructive Network for Guided Thermal Super-Resolution 12 Nov 2024 · 0 repositories · arXiv:2411.07750
-
PEP-GS: Perceptually-Enhanced Precise Structured 3D Gaussians for View-Adaptive Rendering 8 Nov 2024 · 0 repositories · arXiv:2411.05731
-
RRM: Relightable assets using Radiance guided Material extraction 8 Jul 2024 · 0 repositories · arXiv:2407.06397
-
MFDNet: Multi-Frequency Deflare Network for Efficient Nighttime Flare Removal 26 Jun 2024 · 1 repository · arXiv:2406.18079Syntology ran 6 of 7 samples · 1 unverified · 7 pointer-only (licence)
-
An I2I Inpainting Approach for Efficient Channel Knowledge Map Construction 14 Jun 2024 · 0 repositories · arXiv:2406.09822
-
Revisiting Image Pyramid Structure for High Resolution Salient Object Detection 20 Sep 2022 · 3 repositories · arXiv:2209.09475Syntology ran 3 of 11 samples · 8 unverified
-
Deep Reformulated Laplacian Tone Mapping 31 Jan 2021 · 1 repository · arXiv:2102.00348
-
Human Action Recognition Based on Multi-scale Feature Maps from Depth Video Sequences 19 Jan 2021 · 0 repositories · arXiv:2101.07618
-
Monocular Depth Estimation Using Laplacian Pyramid-Based Depth Residuals 8 Jan 2021 · 1 repository
-
Deep Image Compositing 4 Nov 2020 · 0 repositories · arXiv:2011.02146
-
ASDN: A Deep Convolutional Network for Arbitrary Scale Image Super-Resolution 6 Oct 2020 · 1 repository · arXiv:2010.02414
-
Large Deformation Diffeomorphic Image Registration with Laplacian Pyramid Networks 29 Jun 2020 · 3 repositories · arXiv:2006.16148
-
Scale-Space Autoencoders for Unsupervised Anomaly Segmentation in Brain MRI 23 Jun 2020 · 1 repository · arXiv:2006.12852
-
Medical Image Generation using Generative Adversarial Networks 19 May 2020 · 0 repositories · arXiv:2005.10687
-
Laplacian Denoising Autoencoder 30 Mar 2020 · 0 repositories · arXiv:2003.13623
-
Latent-Space Laplacian Pyramids for Adversarial Representation Learning with 3D Point Clouds 13 Dec 2019 · 1 repository · arXiv:1912.06466
-
Universal Adversarial Perturbation via Prior Driven Uncertainty Approximation 1 Oct 2019 · 0 repositories
-
Enforcing Perceptual Consistency on Generative Adversarial Networks by Using the Normalised Laplacian Pyramid Distance 9 Aug 2019 · 0 repositories · arXiv:1908.04347
-
Generating Highly Realistic Images of Skin Lesions with GANs 5 Sep 2018 · 0 repositories · arXiv:1809.01410
-
MelanoGANs: High Resolution Skin Lesion Synthesis with GANs 12 Apr 2018 · 0 repositories · arXiv:1804.04338
Tasks archive 2025-07-28
20 shown of 59 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections