6thGrid-Net: Unified Remote Sensing Image Dehazing Based on Color Restoration and Edge-Preserving
Pith reviewed 2026-05-08 04:31 UTC · model grok-4.3
The pith
6th Grid-Net restores hazy remote sensing images by fusing color correction and edge preservation in one efficient pass.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
6th Grid-Net constructs a novel six-dimensional fusion tensor that seamlessly integrates the color rendition capabilities of 3D LUTs with the spatial-luminance detail preservation of bilateral grids. To overcome fixed isotropic interpolation, it introduces a manifold-adaptive high-dimensional sampling mechanism that dynamically adjusts the kernel based on local edge orientation, texture strength, and color similarity, enabling simultaneous global color stylization and local edge refinement in a single forward pass. An edge-aware grid smoothing constraint and dynamic quantization suppress ghosting artifacts and compress the model size, delivering state-of-the-art restoration quality across a,
What carries the argument
Six-dimensional fusion tensor with manifold-adaptive high-dimensional sampling that adjusts interpolation kernels according to local edge orientation, texture strength, and color similarity.
If this is right
- Global color stylization and local edge refinement occur together without mutual interference or artifact buildup.
- Edge-aware smoothing and dynamic quantization reduce model size while maintaining restoration quality.
- The single-pass design runs efficiently on resource-constrained edge devices.
- Restoration quality reaches state-of-the-art levels on multiple remote sensing dehazing benchmarks.
Where Pith is reading between the lines
- Fixed interpolation kernels may be generally suboptimal for preserving natural image manifolds in grid-based restoration.
- The six-dimensional tensor idea could extend to other multi-degradation tasks such as combined noise and low-light correction.
- Avoiding separate post-processing steps supports fully end-to-end pipelines for real-time satellite image analysis.
Load-bearing premise
The adaptive sampling mechanism based on local edge, texture, and color features combines color stylization and edge refinement without creating new artifacts or needing post-processing.
What would settle it
Clear edge blur, ghosting artifacts, or quality drop below sequential baselines on any of the multiple benchmark datasets would show the unified pass does not work as claimed.
read the original abstract
Remote sensing images are frequently degraded by adverse weather conditions, particularly clouds and haze, which severely impair downstream applications. Existing restoration methods typically rely on computationally heavy architectures or sequential pipelines (e.g., detail enhancement followed by color rendition) that suffer from mutual interference and artifact accumulation. Furthermore, recent unified grid-based approaches utilize fixed, isotropic interpolation kernels, neglecting the intrinsic low-dimensional manifold of natural images and inevitably causing edge blur. To address these limitations, we propose 6th Grid-Net, a highly efficient and unified remote sensing image restoration framework tailored for resource-constrained edge devices. Specifically, we construct a novel six-dimensional fusion tensor that seamlessly integrates the color rendition capabilities of 3D LUTs with the spatial-luminance detail preservation of bilateral grids. To overcome the drawbacks of standard trilinear interpolation, we introduce a manifold-adaptive high-dimensional sampling mechanism. This mechanism dynamically adjusts the interpolation kernel based on local edge orientation, texture strength, and color similarity, enabling simultaneous global color stylization and local edge refinement in a single forward pass. Additionally, an edge-aware grid smoothing constraint and dynamic quantization are incorporated to suppress ghosting artifacts and significantly compress the model size. Extensive experiments on multiple benchmark datasets demonstrate that 6th Grid-Net achieves state-of-the-art restoration quality across various degradation scenarios.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes 6thGrid-Net, a unified framework for remote sensing image dehazing on edge devices. It constructs a six-dimensional fusion tensor integrating 3D LUT color rendition with bilateral-grid spatial-luminance preservation, introduces a manifold-adaptive high-dimensional sampling mechanism that dynamically adjusts interpolation kernels according to local edge orientation, texture strength and color similarity, and adds an edge-aware grid smoothing constraint plus dynamic quantization to suppress artifacts and reduce model size. Experiments on multiple benchmark datasets are reported to support state-of-the-art restoration quality across degradation scenarios.
Significance. If the quantitative and qualitative results hold, the work offers a practically relevant advance by delivering a single-pass, efficient alternative to sequential pipelines and fixed-kernel grid methods. The combination of global color stylization with local edge refinement in a compact model could benefit resource-constrained remote-sensing applications such as real-time monitoring.
major comments (2)
- [Abstract] Abstract: the claim of 'state-of-the-art restoration quality' is asserted without any numerical metrics, dataset names, or references to the experimental tables; while the full manuscript supplies these, the abstract's standalone presentation weakens immediate assessment of the central performance claim.
- [§3.2] §3.2 (manifold-adaptive sampling): the description states that the interpolation kernel is 'dynamically adjusted based on local edge orientation, texture strength, and color similarity,' yet no explicit equations define the weighting function or the resulting kernel support; this omission is load-bearing for the claim that the mechanism integrates color and edge terms without new artifacts.
minor comments (3)
- [Tables 1-2] Table 1 and Table 2: standard deviations or results from multiple random seeds are not reported for the PSNR/SSIM entries, making it difficult to judge whether the reported margins over baselines are statistically stable.
- [Figure 5] Figure 5 (qualitative results): zoomed insets on edge regions would help readers verify the claimed absence of ghosting or over-smoothing compared with competing methods.
- [Related Work] Related-work section: several recent grid-based or LUT-based dehazing papers (e.g., those extending bilateral grids to higher dimensions) are not cited, which would help situate the novelty of the 6D tensor construction.
Simulated Author's Rebuttal
We thank the referee for the constructive review and the recommendation for minor revision. We address each major comment below and will update the manuscript accordingly.
read point-by-point responses
-
Referee: [Abstract] Abstract: the claim of 'state-of-the-art restoration quality' is asserted without any numerical metrics, dataset names, or references to the experimental tables; while the full manuscript supplies these, the abstract's standalone presentation weakens immediate assessment of the central performance claim.
Authors: We agree that the abstract should be self-contained. In the revised version we will insert concrete quantitative results (PSNR/SSIM gains on the cited benchmarks), name the evaluation datasets, and add explicit cross-references to the corresponding tables and figures. revision: yes
-
Referee: [§3.2] §3.2 (manifold-adaptive sampling): the description states that the interpolation kernel is 'dynamically adjusted based on local edge orientation, texture strength, and color similarity,' yet no explicit equations define the weighting function or the resulting kernel support; this omission is load-bearing for the claim that the mechanism integrates color and edge terms without new artifacts.
Authors: We acknowledge the omission. Section 3.2 will be expanded with the explicit weighting function that combines the three local cues and the resulting adaptive kernel support. These equations will make the integration of color and edge terms fully transparent and will support the artifact-free claim. revision: yes
Circularity Check
No significant circularity in derivation chain
full rationale
The manuscript proposes an engineering architecture (6th Grid-Net with 6D fusion tensor, manifold-adaptive sampling, edge-aware smoothing, and dynamic quantization) whose performance claims are supported solely by empirical benchmark results rather than any first-principles derivation or mathematical reduction. No equations, uniqueness theorems, or self-cited load-bearing premises appear in the provided text that would equate outputs to inputs by construction; the interpolation rules and kernel adjustments are presented as design choices whose independence is assessed via quantitative metrics and qualitative examples. This is the normal case for a neural-architecture paper whose validation lies outside any internal derivation loop.
Axiom & Free-Parameter Ledger
free parameters (2)
- dynamic quantization parameters
- edge-aware grid smoothing constraint weights
axioms (1)
- domain assumption Natural images lie on a low-dimensional manifold that can be exploited by adaptive interpolation kernels.
invented entities (2)
-
six-dimensional fusion tensor
no independent evidence
-
manifold-adaptive high-dimensional sampling mechanism
no independent evidence
Reference graph
Works this paper leans on
-
[1]
Color rendition followed by detail enhancement (Fig- ure 1(b)). The smoothing nature of color mapping attenuates original edge and texture details, complicating subsequent high-frequency restoration. Consequently, detail enhancement algorithms may excessively boost local contrast, disrupting the finely adjusted color balance and causing oversaturation or ...
-
[2]
proposed fusing 3D LUTs with bilateral grids to incorpo- rate spatial information in a unified manner. While promising, this method neglects the correlation between color and edge features, limiting the synergy between color mapping and edge preservation. More critically, LUTwithBGrid relies on standard trilinear interpolation, applying a fixed, isotropic...
-
[3]
synthesizes datasets containing various degradations via a latent diffusion model, training a unified restoration network JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 3 with strong generalization. To address thick clouds, IRNet
work page 2021
-
[4]
employs an implicit reconstruction approach using multi- temporal information without relying on explicit cloud masks. SGDM [18 ] leverages a pre-trained generative prior and integrates structural semantics from vector maps to achieve large-factor super-resolution, mitigating semantic inaccuracy and texture blurring. GMDiT [19] extends the masked DiT arch...
-
[5]
adopts a Transformer-based single encoder-decoder archi- tecture with window-based self-attention to simultaneously re- move rain, fog, and snow. Cui et al. [25] propose a multi-scale kernel modulation module (comprising global, large-kernel, and local branches) to efficiently learn universal representa- tions. The third strategy exploits generative model...
work page 2021
-
[6]
The edge-aware uncertainty u = exp(−βe) from Eq
Local Tangent Space Estimation: From the lumi- nance map L, we compute the gradient angle θ = arctan(∂L/∂y,∂L/∂x) and edge strength e = ∥∇L∥ . The edge-aware uncertainty u = exp(−βe) from Eq. 3 is reused. The anisotropic scaling factor along the edge direction is defined as γ = 1 + κ · u, where κ controls the elongation ( set to 3 . 0 in practice). This f...
-
[7]
Adaptive Neighbor Selection: Instead of always using all eight spatial-luminance corners (x0/1, y0/1, l0/1), we compute a confidence mask for each corner based on whether the line segment from the pixel to that corner crosses a strong edge. For a corner with spatial offset (∆x, ∆y), we evaluate the maximum gradient magnitude along the line segment. If the...
-
[8]
The weights are normalized: w˜ c = wc / Σ c wc
Manifold Weight Computation: For each selected corner c with spatial-luminance coordinates (xc , yc , lc) and corre- sponding tensor value Tc , we compute the sampling weight as: where ∆p c = ((xc − xg)/γx , (yc − yg)/γy , lc − lg) is the spatial-luminance distance anisotropically scaled by γ along the edge direction, ∆rgbc = (rc − rg , gc − gg , bc − bg)...
-
[9]
Color Subspace Interpolation and Final Aggregation: For each selected corner c, we first perform trilinear interpo- lation over the RGB dimensions using the eight surrounding JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 6 LUT vertices (same as Eq. 8) to obtain an intermediate color cc. Then the final pixel value is the weighted sum: c The res...
work page 2021
-
[10]
Training Objectives: To train 6thGrid-Net, we adopt a composite loss function that jointly optimizes pixel-wise ac- curacy, perceptual quality, color fidelity, and grid smoothness. The total loss is defined as: Ltotal = λ l1 Ll1 + λ percLperc + λ colLcol + λ tvLTV , (11) where λ l1 , λ perc , λ col , and λ tv are balancing hyperparameters (set to 1.0, 0.1...
-
[11]
Datasets: 6th Grid-Net is evaluated on a unified dataset comprising two public benchmarks, SateHaze1K and RICE. In addition, the color recovery capability of 6th Grid-Net has been validated on the public dataset ViCoW. SateHaze1K is a publicly available dataset for remote sens- ing image dehazing. The dataset integrates multi-sensor data and consists of 1...
work page 2021
-
[12]
Implementation Detail: 6thGrid-Net adopts an encoder-decoder architecture for bilateral weight grid generation. The U-Net comprises four encoding levels with channel dimensions 32, 64, 128, 256, each followed by a max-pooling layer. The decoder symmetrically upsamples the features and concatenates them with the corresponding encoder outputs via skip conne...
work page 1979
-
[13]
Evaluation Metrics: To comprehensively evaluate the restoration performance of 6thGrid-Net, we adopt three full-reference metrics for quantitative analysis. Peak Signal-to-Noise Ratio (PSNR) [29] measures pixel-level re- construction accuracy, with higher values indicating better fidelity to the ground truth. Structural Similarity Index (SSIM)
-
[14]
evaluates the preservation of brightness, contrast, and structural information, where higher values reflect superior structural consistency. Learned Perceptual Image Patch Sim- ilarity (LPIPS) [30 ] quantifies perceptual quality using deep feature embeddings; lower LPIPS values indicate results that are closer to human visual perception. For efficiency ev...
-
[15]
Comparison with State-of-the-Art Methods: We compare the proposed 6th Grid-Net against seven representative methods on the unified remote sensing dataset. Table II reports the quantitative results in terms of reconstruction fidelity, percep- tual quality, and efficiency. Among all competitors, our method JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUS...
work page 2021
-
[16]
Color Recovery from Grayscale Images: To evaluate the generalization capability of our method beyond dehazing, we conduct color recovery experiments on the ViCoW dataset, which consists of grayscale-to-RGB image pairs extracted from historical Vietnam War-era film footage. Table IIIreports Fig. 4. Color recovery results on the ViCoW dataset. 6thGrid-Net r...
work page 2021
-
[17]
Table IV compares the model before and after quantization
Quantitative ablation experiment: To further validate the deployability of our method on resource-constrained edge de- vices, we apply dynamic post-training quantization to the UNet weights (INT8) while keeping the 3 D LUT in FP32 . Table IV compares the model before and after quantization. Notably, the quantized model retains exactly the same reconstruct...
-
[18]
Component ablation experiment: To validate each com- ponent, we compare five variants on the unified dataset (Ta- ble V). Variant (a) disables manifold-adaptive sampling (M-S); (b) removes edge-aware TV regularization (E-TV); (c) disables M- S , E- TV and replaces the bilateral weight grid (BW) with a fixed uniform weight; (d) removes BW; and Ours include...
work page 2021
-
[19]
A multi- temporal remote sensing thick cloud removal network based on implicit reconstruction,
K. Zhang, H. Nie, W. Li, J. Wang, B.-H. Tang, and L. Wang, “A multi- temporal remote sensing thick cloud removal network based on implicit reconstruction,” International Journal of Remote Sensing, vol. 46, pp. 1– 20, 2024. 3
work page 2024
-
[20]
C. Wang and W. Sun, “Semantic guided large scale factor remote sensing image super-resolution with generative diffusion prior,” ISPRS Journal of Photogrammetry and Remote Sensing, vol. 220, pp. 125–138, 2025. 3
work page 2025
-
[21]
K. Deng, X. Hu, Y. Xiong, A. Liang, and J. Xu, “Gdit: A graph-prior- guided diffusion transformer for semantic-controllable remote sensing image synthesis,” International Journal of Applied Earth Observation and Geoinformation, vol. 146, p. 105038, 2026. 3
work page 2026
-
[22]
All-in-one image restoration for unknown corruption,
B. Li, X. Liu, P. Hu, Z. Wu, J. Lv, and X. Peng, “All-in-one image restoration for unknown corruption,” in CVPR, 2022. 3
work page 2022
-
[23]
Perceive-ir: Learning to perceive degradation better for all-in-one image restoration,
X. Zhang, J. Ma, G. Wang, Q. Zhang, H. Zhang, and L. Zhang, “Perceive-ir: Learning to perceive degradation better for all-in-one image restoration,” IEEE TIP, vol. 35, pp. 2018–2033, 2026. 3
work page 2018
-
[24]
Spec- tral–temporal consistency prior for cloud removal from remote sensing images,
S.-J. Yang, Y.-B. Zheng, H.-C. Li, Y. Chen, and Q. Zhu, “Spec- tral–temporal consistency prior for cloud removal from remote sensing images,” TGRS, 2025. 3
work page 2025
-
[25]
Re-examine all-in-one image restora- tion: A catastrophic forgetting perspective,
C. Wu, P. Wang, and Z. Zheng, “Re-examine all-in-one image restora- tion: A catastrophic forgetting perspective,” Pattern Recognition Letters, vol. 197, pp. 161–167, 2025. 3
work page 2025
-
[26]
Transweather: Transformer-based restoration of images degraded by adverse weather conditions,
J. M. Jose Valanarasu, R. Yasarla, and V. M. Patel, “Transweather: Transformer-based restoration of images degraded by adverse weather conditions,” in CVPR, 2022. 3
work page 2022
-
[27]
Omni-kernel modulation for universal image restoration,
Y. Cui, W. Ren, and A. Knoll, “Omni-kernel modulation for universal image restoration,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 34, no. 12, pp. 12496–12509, 2024. 3
work page 2024
-
[28]
Restoring vision in adverse weather conditions with patch-based denoising diffusion models,
O. O…zdenizci and R. Legenstein, “Restoring vision in adverse weather conditions with patch-based denoising diffusion models,” IEEE TPAMI,
-
[29]
Y. Zhao, W. Li, R. Yang, and Y. Liu, “Real-time efficient image enhancement in low-light condition with novel supervised deep learning pipeline,” Digit. Signal Process., vol. 165, no. C, 2025. 3
work page 2025
-
[30]
High-resolution photo enhancement in real-time: A laplacian pyramid network,
F. Zhang, H. Deng, Z. Li, L. Li, B. Xu, Q. Lu, Z. Cao, M. Wei, C. Gao, N. Sang, and X. Bai, “High-resolution photo enhancement in real-time: A laplacian pyramid network,” IEEE TPAMI, vol. 48, no. 3, pp. 2170– 2185, 2026. 3
work page 2026
-
[31]
Image quality assessment: from error visibility to structural similarity,
Z. Wang, A. Bovik, H. Sheikh, and E. Simoncelli, “Image quality assessment: from error visibility to structural similarity,” IEEE TIP, vol. 13, no. 4, pp. 600–612, 2004. 7
work page 2004
-
[32]
The unreasonable effectiveness of deep features as a perceptual metric,
R. Zhang, P. Isola, A. A. Efros, E. Shechtman, and O. Wang, “The unreasonable effectiveness of deep features as a perceptual metric,” in CVPR, 2018. 7
work page 2018
-
[33]
Bayesian measures of model complexity and fit. j r stat soc ser b stat methodol,
D. Spiegelhalter, N. Best, B. Carlin, and A. Linde, “Bayesian measures of model complexity and fit. j r stat soc ser b stat methodol,” Journal of the Royal Statistical Society: Series B (Statistical Methodology), vol. 64,
-
[34]
Run, don’t walk: Chasing higher flops for faster neural networks,
J. Chen, S.-h. Kao, H. He, W. Zhuo, S. Wen, C.-H. Lee, and S.- H. G. Chan, “Run, don’t walk: Chasing higher flops for faster neural networks,” in CVPR, 2023. 7
work page 2023
-
[35]
The ramifications of making deep neural networks compact,
N. K. Jha, S. Mittal, and G. Mattela, “The ramifications of making deep neural networks compact,” in 2019 32nd International Conference on VLSI Design and 2019 18th International Conference on Embedded Systems (VLSID), 2019. 7
work page 2019
-
[36]
Balancing performance and comfort in virtual reality: A study of fps, latency, and batch values,
A. Geris, B. Cukurbasi, M. Kilinc, and O. Teke, “Balancing performance and comfort in virtual reality: A study of fps, latency, and batch values,” Software: Practice and Experience, vol. 54, no. 12, pp. 2336–2348,
-
[37]
A dual-stage residual diffusion model with perceptual decoding for remote sensing image dehazing,
H. Zhou, Y. Wang, Q. Zhang, T. Tao, and W. Ren, “A dual-stage residual diffusion model with perceptual decoding for remote sensing image dehazing,” TGRS, vol. 63, pp. 1–12, 2025. 7
work page 2025
-
[38]
Rshazediff: A unified fourier-aware diffusion model for remote sens- ing image dehazing,
J. Xiong, X. Yan, Y. Wang, W. Zhao, X.-P. Zhang, and M. Wei, “Rshazediff: A unified fourier-aware diffusion model for remote sens- ing image dehazing,” IEEE Transactions on Intelligent Transportation Systems, vol. 26, no. 1, pp. 1055–1070, 2025. 7
work page 2025
-
[39]
Restormer: Efficient transformer for high-resolution image restoration,
S. W. Zamir, A. Arora, S. Khan, M. Hayat, F. S. Khan, and M. Yang, “Restormer: Efficient transformer for high-resolution image restoration,” in CVPR, 2022. 7
work page 2022
-
[40]
Aod-net: All-in-one dehazing network,
B. Li, X. Peng, Z. Wang, J. Xu, and D. Feng, “Aod-net: All-in-one dehazing network,” in ICCV, 2017. 7
work page 2017
-
[41]
Hyperhazeoff: Hyperspec- tral remote sensing image dehazing benchmark,
A. Nikonorov, D. Sidorchuk, N. Odinets, V. Volkov, A. Sarycheva, E. Dudenko, M. Zhidkov, and D. Nikolaev, “Hyperhazeoff: Hyperspec- tral remote sensing image dehazing benchmark,” Journal of Imaging, vol. 11, no. 12, 2025. 7 REFER ENCES
work page 2025
-
[42]
T. Liu, Y. Zhang, and Q. Hu, “Rcformer: radiation correction method for degraded multispectral uav images using vision transformers,” Inter- national Journal of Remote Sensing, vol. 46, pp. 1–20, 2025. 1
work page 2025
-
[43]
Mca-gan: A multi-scale contextual attention gan for satellite remote-sensing image dehazing,
S. Zhang, Y. Zhang, Z. Yu, S. Yang, H. Kang, and J. Xu, “Mca-gan: A multi-scale contextual attention gan for satellite remote-sensing image dehazing,” Electronics, vol. 14, no. 15, 2025. 1
work page 2025
-
[44]
Mabdt: Multi-scale attention boosted deformable transformer for remote sensing image dehazing,
J. Ning, J. Yin, F. Deng, and L. Xie, “Mabdt: Multi-scale attention boosted deformable transformer for remote sensing image dehazing,” Signal Processing, vol. 229, p. 109768, 2025. 1
work page 2025
-
[45]
H. Zhou, Y. Wang, W. Peng, X. Guan, and T. Tao, “Scalevim-pdd: Multi- scale efficientvim with physical decoupling and dual-domain fusion for remote sensing image dehazing,” Remote Sensing, vol. 17, no. 15, 2025. 1
work page 2025
-
[46]
O- transformer-mamba: An o-shaped transformer-mamba framework for remote sensing image haze removal,
X. Guan, R. He, L. Wang, H. Zhou, Y. Liu, and H. Xiong, “O- transformer-mamba: An o-shaped transformer-mamba framework for remote sensing image haze removal,” Remote Sensing, vol. 18, no. 2,
-
[47]
Image-adaptive 3d lookup tables for real-time image enhancement with bilateral grids,
W. Kim and N. Cho, “Image-adaptive 3d lookup tables for real-time image enhancement with bilateral grids,” in ECCV, pp. 91 –108, 2025. 2, 7
work page 2025
-
[48]
A coarse-to-fine two-stage attentive network for haze removal of remote sensing images,
Y. Li and X. Chen, “A coarse-to-fine two-stage attentive network for haze removal of remote sensing images,” IEEE Geoscience and Remote Sensing Letters, vol. 18, no. 10, pp. 1751–1755, 2021. 2
work page 2021
-
[49]
B. Huang, Z. Li, C. Yang, F. Sun, and Y. Song, “Single satellite optical imagery dehazing using sar image prior based on conditional generative adversarial networks,” in WACV, 2020. 2
work page 2020
-
[50]
Vicow: A dataset for colorization and restoration of vietnam war imagery,
D.-M. Nguyen, T.-N. Nguyen, T.-Q. Hoang, and C. V. Bui, “Vicow: A dataset for colorization and restoration of vietnam war imagery,” Data in Brief, vol. 61, p. 111815, 2025. 2, 7
work page 2025
-
[51]
Mambahr: State space model for hyperspectral image restoration under stray light interference,
Z. Xing, H. Wang, J. Liu, X. Cheng, and Z. Xu, “Mambahr: State space model for hyperspectral image restoration under stray light interference,” Remote Sensing, vol. 16, p. 4661, 12 2024. 2
work page 2024
-
[52]
W. Xu, W. Bao, W. Feng, K. Qu, X. Ma, X. Zhang, and W. Wang, “Dacdm-cr: Discriminative attention and cloud-aware dynamic mamba for sar-assisted optical data cloud removal,” Digital Signal Processing, vol. 168, p. 105522, 2026. 2
work page 2026
-
[53]
Patch-gan transfer learning with reconstructive models for cloud removal,
W. Ma, O. Karakus¸, and P. L. Rosin, “Patch-gan transfer learning with reconstructive models for cloud removal,” in IGARSS, pp. 6275 –6279 ,
-
[54]
Physical-model-guided dual-branch generative adversarial network for thin cloud removal,
M. Zhu, T. Zhan, and Y. Zhu, “Physical-model-guided dual-branch generative adversarial network for thin cloud removal, ” in 20 2 5 10 th International Conference on Image, Vision and Computing (ICIVC),
-
[55]
2 [1 4 ] H. Qiu and K. Zhang, “ Multi- scale adaptive graph convolution- based thick cloud removal method for optical remote sensing images,” Int. J. Inf. Commun. Techol, vol. 26, no. 15, p. 57–77, 2025. 2
work page 2025
-
[56]
C. Yang, Q. Gao, G. Chen, and H. Li, “Dbd-cr: Dual-branch diffusion residual reconstruction for cloud removal in optical remote sensing images,” TGRS, vol. 63, pp. 1–13, 2025. 2
work page 2025
-
[57]
Gendeg: Diffusion-based degradation synthesis for generalizable all-in-one image restoration,
S. Rajagopalan, N. G. Nair, J. N. Paranjape, and V. M. Patel, “Gendeg: Diffusion-based degradation synthesis for generalizable all-in-one image restoration,” in CVPR, 2025. 2 dynamic post-training quantization further reduce model size by approximately 3 × without sacrificing reconstruction ac- curacy. Extensive experiments on the unified remote sensing d...
work page 2025
-
[58]
F. Zhang, H. Zeng, T. Zhang, and L. Zhang, “Clut-net: Learning adaptively compressed representations of 3dluts for lightweight image enhancement,” in ACM MM, 2022. 7
work page 2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.