REVIEW 5 major objections 4 minor 56 references
Unpaired Image Dehazing via Kolmogorov-Arnold Transformation of Latent Features
T0 review · 5 major / 4 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read A KAN-based transformer reports the best unpaired dehazing numbers on SOTS-Outdoor and HSTS.
desk verdict Plausible KAN-based unpaired dehazing idea buried under a self-contradictory experimental section; the main numbers are unverifiable as written. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing component is the Dual-GR-KAN Transformer, a vision-transformer block in which the usual MLP channel mixer and token mixer are both replaced by GR-KAN layers. GR-KAN layers learn univariate edge functions as rational functions with a Safe Padé activation that prevents the denominator from driving the output unbounded. The module patches a feature map of shape $H \times W \times C$ into $N$ tokens, runs two residual blocks each made of normalization plus GR-KAN, and unpatches back to the original shape. This design carries the argument by showing that KAN-based latent transformation, rather than attention or MLP mixing, is what the paper credits for stable GAN training and improved dehazing quality, and the patch-wise contrastive loss operates on the same $H \times W \times C$ feature maps.
What would settle it
Retrain every compared unpaired method on the same 1,000 hazy and 1,000 clean images with the exact batch size, epochs, learning-rate schedule, random crops, and evaluation code used for UID-KAT, then measure PSNR and SSIM on SOTS-Outdoor and HSTS; if UCL-Dehaze or HDUD matches or beats UID-KAT under matched conditions, the central claim fails. A second concrete test is to replace the GR-KAN layers with MLP or attention mixers at matched parameter count under the identical protocol; if the metrics do not drop, the KAN-specific contribution is not confirmed.
Extended reading notes
Core claim
The central discovery claimed by the paper is that a Kolmogorov-Arnold feature transformer can serve as the core of an unpaired dehazing generator and deliver better benchmark numbers than existing unpaired methods at lower computational cost. The generator is a ResNet-style encoder-decoder with self-calibrated convolutions and SiLU activations, but the nine residual blocks are replaced by nine Dual-GR-KAN Transformer modules, each applying GR-KAN layers to both token mixing and channel mixing in a patch-embedded latent space. Training combines a least-squares adversarial loss, an identity loss, and a patch-wise contrastive loss that pulls corresponding patches of hazy and restored images together while pushing away non-corresponding patches. Reported results for the base variant are 24.57 dB PSNR and 0.917 SSIM on SOTS-Outdoor and 27.16 dB PSNR and 0.930 SSIM on HSTS, with 18.08 million parameters and 38.28 GMACs, above the cited UCL-Dehaze results of 24.23 dB and 0.914 on SOTS-Outdoor and 26.03 dB and 0.919 on HSTS.
Load-bearing premise
The load-bearing premise is that Table II is an apples-to-apples comparison, meaning the baseline methods were evaluated under the same data sampling, training protocol, and evaluation code as UID-KAT; the paper's two Experimental Settings passages give conflicting protocols (batch size 4 vs 1, 400 vs 100 epochs, learning rate $10^{-4}$ vs $2 \times 10^{-4}$) and do not state that the baselines were re-run.
Editorial extensions
If this is right
- Unpaired dehazing can be built from KAN-style transformers and trained on small unpaired image sets, removing the need for paired hazy/clean data in practical dehazing applications.
- The Dual-GR-KAN Transformer can replace attention-based mixers in GAN training for ill-posed image translation, because the paper reports that attention-based mixers led to mode collapse while the dual GR-KAN setting trained stably.
- The reported efficiency numbers imply that a competitive unpaired dehazer can run in roughly 0.02 seconds per image on a GPU, which matters for real-time or embedded use.
- If the results hold, KAN layers are a viable alternative to MLPs for latent feature transformation in low-level vision, not only in classification or high-level tasks.
Reading between the lines
- Editorial inference: because the framework trains on just 1,000 images per domain, the patch-wise contrastive loss may be doing much of the heavy lifting; a matched-parameter ablation that removes GR-KAN while keeping contrastive learning would tell whether KAN layers or the loss combination drive the reported gains.
- Editorial inference: the authors' observation that attention-based mixing collapsed during GAN training is a generalizable design warning for unpaired restoration, and it suggests testing a stabilizer before using attention in adversarial restoration generators.
- Editorial inference: the same Dual-GR-KAN transformation stage could be dropped into other unpaired restoration tasks such as deraining, denoising, or low-light enhancement, since the framework is not tied to the physics of haze.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes UID-KAT, an unpaired single-image dehazing framework that combines a KAN-based transformer module (the 'Dual-GR-KAN Transformer') with a PatchGAN discriminator and a patch-wise contrastive loss borrowed from CUT/UCL-Dehaze. The central claim is that UID-KAT achieves state-of-the-art dehazing performance on SOTS-Outdoor and HSTS while requiring fewer MACs than existing unpaired methods. The evidence for this claim is presented in Table II, which reports PSNR/SSIM for three UID-KAT variants against a set of prior-based and learning-based baselines.
Significance. If the reported numbers were reliable, the contribution would be of interest: it would show that replacing MLP-based mixers with GR-KAN layers inside a transformer block yields a favorable accuracy-efficiency trade-off for unpaired dehazing (e.g., UID-KAT-B at 38.28 GMACs versus UCL-Dehaze at 78.85 GMACs with comparable or better PSNR). The application of KANs to ill-posed unpaired image restoration is a plausible and timely direction, and the architecture description in Section III-B is reasonably clear. However, as submitted, the manuscript contains multiple internal contradictions in the training protocol, the model nomenclature, the ablation tables, and even the main quantitative table, so the quantitative evidence cannot be accepted as reported.
major comments (5)
- [Section IV-A, 'Experimental Settings'] The paper contains two mutually contradictory descriptions of the training protocol. The first states a batch size of 4, a learning rate of 10^-4 decayed uniformly to zero, and 400 epochs; the second states a batch size of 1, a learning rate of 2×10^-4 for the first 50 epochs linearly reduced to zero over the remaining 50, and 100 epochs. No statement indicates which protocol produced the results in Table II, so the main empirical results are not reproducible from the manuscript.
- [Section IV-B, 'Quantitative Evaluations'] The prose reports that 'UID-KAT-L achieves the best performance among all methods, with a PSNR of 24.63 dB and an SSIM of 0.919 for the SOTS-Outdoor dataset, and a PSNR of 26.57 dB and an SSIM of 0.929 for the HSTS dataset.' However, Table I defines only UID-KAT-T, UID-KAT-S, and UID-KAT-B, and Table II lists UID-KAT-B as 24.57 dB/0.917 on SOTS-Outdoor and 27.16 dB/0.930 on HSTS. The prose describes a nonexistent variant with different numbers than the table, so the reported state-of-the-art claim is internally inconsistent.
- [Section IV-C, Tables III (both versions)] The ablation tables are self-contradictory. The first Table III shows a baseline of 15.71 dB PSNR/0.769 SSIM, while the second Table III shows a baseline of 23.01 dB/0.894 SSIM; these are not reconcilable. The first Table III also contains malformed entries, such as a '+SCConv' row with no PSNR value and a 'ResConv→Dual-GR-KAN' row with repeated '23.28' values in place of a coherent metric. As a result, the ablation claims about the contributions of SCConv, SiLU, and the Dual-GR-KAN transformer are not supported by consistent data.
- [Section IV-C, ablation text and Table III] The manuscript mentions a 'DCH Loss' in the ablation study and in Table III, claiming that it improves visual quality without significant quantitative gain, but this loss is never defined and does not appear in the integrated loss L_final in Eq. (17). An undefined loss cannot be evaluated or reproduced, and the sentence 'DCH Loss, even though it does not give a significant improvement...' is presented without any equation, reference, or description.
- [General manuscript quality, Sections IV-A through IV-C] The manuscript contains duplicated paragraphs: the entire 'Experimental Settings' and 'Quantitative Evaluations' subsections appear twice verbatim, and the ablation section is also partially duplicated. It also contains placeholder text such as 'as bla bla bla' and 'as can be noticed in Fig. X'. The qualitative section discusses methods (AOD-Net, GCANet, PFDN, FFA-Net, DehazeFormer-S) that are not listed in Table II and do not appear in the quantitative comparison. These issues prevent the reader from determining which results are actual and which are editorial artifacts, so the paper is not in a citable form.
minor comments (4)
- [Figure numbering] Figure numbering is inconsistent and duplicate figure captions appear (e.g., Fig. 3, Fig. 4, Fig. 5 are reused with different content in different sections; the 'Effects of different mixer configurations' figure is numbered both Fig. 7 and Fig. 8).
- [References and notation] Reference numbering is incorrect: Adam optimizer is cited as [52] in one 'Experimental Settings' paragraph and as [54] in the other; Eq. (10) uses 'm/n' for the rational function degree while n is also used for the number of contrastive patches in Eq. (15), creating notational confusion.
- [Section IV-B, first paragraph] The text says 'the performance comparison presented in Table I highlights the effectiveness' but the comparison is actually in Table II; Table I only lists model variants.
- [Table II caption and baselines] The paper does not state whether the baseline numbers in Table II were re-run under the same protocol or quoted from their original publications, so even the valid rows of the comparison cannot be verified as matched.
Circularity Check
No circularity found: benchmark claims are empirical measurements, not derived from their inputs; unresolved reproducibility defects are correctness risks, not circularity.
full rationale
UID-KAT is an empirical architecture paper. Its derivation chain, Eqs. (1)-(17), consists of the standard Kolmogorov-Arnold representation theorem, the GR-KAN parameterization from [15], and well-known LSGAN/identity/patch-wise contrastive losses; the final loss is a weighted sum, not a self-referential identity. The claimed state-of-the-art is a benchmark measurement reported in Table II, and the numbers are not obtained by fitting parameters to the test set or by defining the model in terms of its own output. The author's self-citations (e.g., [1,2,8,14,21,27,29]) are background or comparison references and carry none of the load for the central KAN-transformer claim. There is no uniqueness theorem imported from the authors, and no ansatz is smuggled in solely via self-citation: GR-KAN and the contrastive loss are attributed to external works [15,19]. The manuscript does contain serious non-circularity defects: Section IV-A gives mutually incompatible training protocols (batch size 4/400 epochs/1e-4 vs batch size 1/100 epochs/2e-4), the text reports a nonexistent 'UID-KAT-L' with numbers different from Table II, Tables III-IV are internally inconsistent and contain misplaced values, 'DCH Loss' is never defined or included in Eq. (17), and placeholders such as 'bla bla bla' and 'Fig. X' appear. Additionally, the ablation study selects hyperparameters (activation, patch size, mixer configuration) using the SOTS-Outdoor and HSTS evaluation sets, which biases the reported SOTA but does not make the prediction equivalent to its input by construction. These issues undermine the verifiability of the empirical comparison, but independent re-runs could falsify the table; therefore no circular step is identified.
Assumptions & free parameters
free parameters (5)
- Loss balancing weights (lambda_1, lambda_2, lambda_3) =
1, 1, 5
- Contrastive temperature tau =
0.07
- Transformer patch size P =
4 x 4
- Number of Dual-GR-KAN blocks =
9 (tiny/small), 5 (base)
- First-stage channel width =
16 (T), 32 (S), 64 (B)
assumptions (5)
- standard math Kolmogorov-Arnold representation theorem justifies KAN layers.
- domain assumption A random subset of 1,000 hazy images from OTS, RTTS, and URHI and 1,000 clean images from OTS and ITS is representative enough to generalize to SOTS-Outdoor and HSTS.
- domain assumption Patch embedding and unembedding preserve spatial alignment for the contrastive loss.
- domain assumption Adversarial and contrastive losses are sufficient for unpaired hazy-to-clean mapping.
- ad hoc to paper The Safe Pade activation with an absolute value denominator prevents rational function poles from destabilizing training.
invented entities (1)
-
Dual-GR-KAN Transformer
Cite this review
Pith. "Pith review of Unpaired Image Dehazing via Kolmogorov-Arnold Transformation of Latent Features." pith.science (2026). https://pith.science/paper/TKYF7LRX
@misc{pith2026250207812,
author = {Pith},
title = {Pith review of: Unpaired Image Dehazing via Kolmogorov-Arnold Transformation of Latent Features},
year = {2026},
howpublished = {\url{https://pith.science/paper/TKYF7LRX}},
note = {Machine review of arXiv:2502.07812}
}
read the original abstract
This paper proposes an innovative framework for Unsupervised Image Dehazing via Kolmogorov-Arnold Transformation, termed UID-KAT. Image dehazing is recognized as a challenging and ill-posed vision task that requires complex transformations and interpretations in the feature space. Recent advancements have introduced Kolmogorov-Arnold Networks (KANs), inspired by the Kolmogorov-Arnold representation theorem, as promising alternatives to Multi-Layer Perceptrons (MLPs) since KANs can leverage their polynomial foundation to more efficiently approximate complex functions while requiring fewer layers than MLPs. Motivated by this potential, this paper explores the use of KANs combined with adversarial training and contrastive learning to model the intricate relationship between hazy and clear images. Adversarial training is employed due to its capacity in producing high-fidelity images, and contrastive learning promotes the model's emphasis on significant features while suppressing the influence of irrelevant information. The proposed UID-KAT framework is trained in an unsupervised setting to take advantage of the abundance of real-world data and address the challenge of preparing paired hazy/clean images. Experimental results show that UID-KAT achieves state-of-the-art dehazing performance across multiple datasets and scenarios, outperforming existing unpaired methods while reducing model complexity. The source code for this work is publicly available at https://github.com/tranleanh/uid-kat.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Robust u-net-based road lane markings detection for autonomous driving,
L.-A. Tran and M.-H. Le, “Robust u-net-based road lane markings detection for autonomous driving,” in 2019 International Conference on System Science and Engineering (ICSSE) . IEEE, 2019, pp. 62–66
work page 2019
-
[2]
Toward improving robustness of object detectors against domain shift,
L.-A. Tran, C. N. Tran, D.-C. Park, J. Carrabina, and D. Castells-Rufas, “Toward improving robustness of object detectors against domain shift,” in 2024 International Conference on Green Energy, Computing and Sustainable Technology (GECOST). IEEE, 2024, pp. 01–05
work page 2024
-
[3]
Single image haze removal using dark channel prior,
K. He, J. Sun, and X. Tang, “Single image haze removal using dark channel prior,” IEEE transactions on pattern analysis and machine intelligence, vol. 33, no. 12, pp. 2341–2353, 2010
2010
-
[4]
A fast single image haze removal algorithm using color attenuation prior,
Q. Zhu, J. Mai, and L. Shao, “A fast single image haze removal algorithm using color attenuation prior,” IEEE transactions on image processing , vol. 24, no. 11, pp. 3522–3533, 2015
work page 2015
-
[5]
Efficient image dehazing with boundary constraint and contextual regularization,
G. Meng, Y . Wang, J. Duan, S. Xiang, and C. Pan, “Efficient image dehazing with boundary constraint and contextual regularization,” in Proceedings of the IEEE international conference on computer vision , 2013, pp. 617–624
work page 2013
-
[6]
Contrastive learning for compact single image dehazing,
H. Wu, Y . Qu, S. Lin, J. Zhou, R. Qiao, Z. Zhang, Y . Xie, and L. Ma, “Contrastive learning for compact single image dehazing,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2021, pp. 10 551–10 560
2021
-
[7]
Refinednet: A weakly supervised refinement framework for single image dehazing,
S. Zhao, L. Zhang, Y . Shen, and Y . Zhou, “Refinednet: A weakly supervised refinement framework for single image dehazing,” IEEE Transactions on Image Processing , vol. 30, pp. 3391–3404, 2021
work page 2021
-
[8]
A novel encoder-decoder network with guided transmission map for single image dehazing,
L.-A. Tran, S. Moon, and D.-C. Park, “A novel encoder-decoder network with guided transmission map for single image dehazing,” Procedia Computer Science, vol. 204, pp. 682–689, 2022
work page 2022
Show all 56 references
-
[9]
Psd: Principled synthetic-to-real dehazing guided by physical priors,
Z. Chen, Y . Wang, Y . Yang, and D. Liu, “Psd: Principled synthetic-to-real dehazing guided by physical priors,” in Proceedings of the IEEE/CVF 11 conference on computer vision and pattern recognition, 2021, pp. 7180– 7189
2021
-
[10]
Hdud-net: heterogeneous decoupling unsupervised dehaze network,
J. Li, L. Kuang, J. Jin, L. Zhuo, and J. Zhang, “Hdud-net: heterogeneous decoupling unsupervised dehaze network,” Neural Computing and Ap- plications, vol. 36, no. 6, pp. 2695–2711, 2024
2024
-
[11]
Ucl-dehaze: Towards real-world image dehazing via unsu- pervised contrastive learning,
Y . Wang, X. Yan, F. L. Wang, H. Xie, W. Yang, X.-P. Zhang, J. Qin, and M. Wei, “Ucl-dehaze: Towards real-world image dehazing via unsu- pervised contrastive learning,” IEEE Transactions on Image Processing, 2024
2024
-
[12]
An image is worth 16x16 words: Transformers for image recognition at scale,
A. Dosovitskiy, “An image is worth 16x16 words: Transformers for image recognition at scale,” arXiv preprint arXiv:2010.11929 , 2020
2010 arXiv
-
[13]
Vision transformers for single image dehazing,
Y . Song, Z. He, H. Qian, and X. Du, “Vision transformers for single image dehazing,” IEEE Transactions on Image Processing , vol. 32, pp. 1927–1941, 2023
1927
-
[14]
Distilled pooling transformer encoder for efficient realistic image dehazing,
L.-A. Tran and D.-C. Park, “Distilled pooling transformer encoder for efficient realistic image dehazing,” Neural Computing and Applications , pp. 1–19, 2024
2024
-
[15]
Kolmogorov-arnold transformer,
X. Yang and X. Wang, “Kolmogorov-arnold transformer,” arXiv preprint arXiv:2409.10594, 2024
2024 arXiv
-
[16]
Kan: Kolmogorov-arnold networks,
Z. Liu, Y . Wang, S. Vaidya, F. Ruehle, J. Halverson, M. Solja ˇci´c, T. Y . Hou, and M. Tegmark, “Kan: Kolmogorov-arnold networks,”arXiv preprint arXiv:2404.19756, 2024
2024 arXiv
-
[17]
The kolmogorov–arnold representation theorem revisited,
J. Schmidt-Hieber, “The kolmogorov–arnold representation theorem revisited,” Neural networks, vol. 137, pp. 119–126, 2021
2021
-
[18]
Unsupervised cross-domain image generation,
Y . Taigman, A. Polyak, and L. Wolf, “Unsupervised cross-domain image generation,” in International Conference on Learning Representations , 2022
2022
-
[19]
Contrastive learning for unpaired image-to-image translation,
T. Park, A. A. Efros, R. Zhang, and J.-Y . Zhu, “Contrastive learning for unpaired image-to-image translation,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part IX 16 . Springer, 2020, pp. 319–345
2020
-
[20]
Non-local image dehazing,
D. Berman, S. Avidan et al., “Non-local image dehazing,” in Proceed- ings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 1674–1682
2016
-
[21]
Single image dehazing via regional saturation-value translation,
L.-A. Tran, D. Kwon, and D.-C. Park, “Single image dehazing via regional saturation-value translation,” Procedia Computer Science , vol. 237, pp. 517–524, 2024
2024
-
[22]
Dehazenet: An end-to-end system for single image haze removal,
B. Cai, X. Xu, K. Jia, C. Qing, and D. Tao, “Dehazenet: An end-to-end system for single image haze removal,” IEEE Transactions on Image Processing, vol. 25, no. 11, pp. 5187–5198, 2016
2016
-
[23]
Single image dehazing via multi-scale convolutional neural networks,
W. Ren, S. Liu, H. Zhang, J. Pan, X. Cao, and M.-H. Yang, “Single image dehazing via multi-scale convolutional neural networks,” in European conference on computer vision . Springer, 2016, pp. 154– 169
2016
-
[24]
Densely connected pyramid dehazing network,
H. Zhang and V . M. Patel, “Densely connected pyramid dehazing network,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2018, pp. 3194–3203
2018
-
[25]
Ffa-net: Feature fusion attention network for single image dehazing,
X. Qin, Z. Wang, Y . Bai, X. Xie, and H. Jia, “Ffa-net: Feature fusion attention network for single image dehazing,” in Proceedings of the AAAI Conference on Artificial Intelligence , 2020, pp. 11 908–11 915
2020
-
[26]
Fd-gan: Generative adversarial networks with fusion-discriminator for single image dehaz- ing,
Y . Dong, Y . Liu, H. Zhang, S. Chen, and Y . Qiao, “Fd-gan: Generative adversarial networks with fusion-discriminator for single image dehaz- ing,” in Proceedings of the AAAI Conference on Artificial Intelligence , 2020, pp. 10 729–10 736
2020
-
[27]
Encoder-decoder networks with guided transmission map for effective image dehazing,
L.-A. Tran and D.-C. Park, “Encoder-decoder networks with guided transmission map for effective image dehazing,” The Visual Computer , pp. 1–24, 2024
2024
-
[28]
Distilling image dehazing with heterogeneous task imitation,
M. Hong, Y . Xie, C. Li, and Y . Qu, “Distilling image dehazing with heterogeneous task imitation,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 3462– 3471
2020
-
[29]
Lightweight image dehazing networks based on soft knowledge distillation,
L.-A. Tran and D.-C. Park, “Lightweight image dehazing networks based on soft knowledge distillation,” The Visual Computer , pp. 1–20, 2024
2024
-
[30]
Semi- supervised image dehazing,
L. Li, Y . Dong, W. Ren, J. Pan, C. Gao, N. Sang, and M.-H. Yang, “Semi- supervised image dehazing,” IEEE Transactions on Image Processing , vol. 29, pp. 2766–2779, 2019
2019
-
[31]
Semi-supervised image dehazing network,
S. An, X. Huang, L. Wang, L. Wang, and Z. Zheng, “Semi-supervised image dehazing network,” The Visual Computer , vol. 38, no. 6, pp. 2041–2055, 2022
2022
-
[32]
Cycle-dehaze: Enhanced cyclegan for single image dehazing,
D. Engin, A. Genc ¸, and H. Kemal Ekenel, “Cycle-dehaze: Enhanced cyclegan for single image dehazing,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops , 2018, pp. 825–833
2018
-
[33]
You only look yourself: Unsupervised and untrained single image dehazing neural network,
B. Li, Y . Gou, S. Gu, J. Z. Liu, J. T. Zhou, and X. Peng, “You only look yourself: Unsupervised and untrained single image dehazing neural network,” International Journal of Computer Vision, vol. 129, no. 5, pp. 1754–1767, 2021
2021
-
[34]
Metaformer is actually what you need for vision,
W. Yu, M. Luo, P. Zhou, C. Si, Y . Zhou, X. Wang, J. Feng, and S. Yan, “Metaformer is actually what you need for vision,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp. 10 819–10 829
2022
-
[35]
Image dehazing transformer with transmission-aware 3d position embedding,
C.-L. Guo, Q. Yan, S. Anwar, R. Cong, W. Ren, and C. Li, “Image dehazing transformer with transmission-aware 3d position embedding,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 5812–5820
2022
-
[36]
Uscformer: Unified trans- former with semantically contrastive learning for image dehazing,
Y . Wang, J. Xiong, X. Yan, and M. Wei, “Uscformer: Unified trans- former with semantically contrastive learning for image dehazing,” IEEE Transactions on Intelligent Transportation Systems , vol. 24, no. 10, pp. 11 321–11 333, 2023
2023
-
[37]
Sigmoid-weighted linear units for neural network function approximation in reinforcement learning,
S. Elfwing, E. Uchibe, and K. Doya, “Sigmoid-weighted linear units for neural network function approximation in reinforcement learning,” Neural networks, vol. 107, pp. 3–11, 2018
2018
-
[38]
The dawn of kan in image-to- image (i2i) translation: Integrating kolmogorov-arnold networks with gans for unpaired i2i translation,
A. Mahara, N. D. Rishe, and L. Deng, “The dawn of kan in image-to- image (i2i) translation: Integrating kolmogorov-arnold networks with gans for unpaired i2i translation,” arXiv preprint arXiv:2408.08216 , 2024
2024 arXiv
-
[39]
Vision-kan: Exploring the possi- bility of kan replacing mlp in vision transformer,
Z. Chen, Gundavarapu, and W. DI, “Vision-kan: Exploring the possi- bility of kan replacing mlp in vision transformer,” https://github.com/ chenziwenhaoshuai/Vision-KAN.git, 2024
2024
-
[40]
Sckansformer: Fine-grained classification of bone marrow cells via kansformer backbone and hierarchical attention mechanisms,
Y . Chen, Z. Zhu, S. Zhu, L. Qiu, B. Zou, F. Jia, Y . Zhu, C. Zhang, Z. Fang, F. Qin et al. , “Sckansformer: Fine-grained classification of bone marrow cells via kansformer backbone and hierarchical attention mechanisms,” IEEE Journal of Biomedical and Health Informatics , 2024
2024
-
[41]
Perceptual losses for real-time style transfer and super-resolution,
J. Johnson, A. Alahi, and L. Fei-Fei, “Perceptual losses for real-time style transfer and super-resolution,” in Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11- 14, 2016, Proceedings, Part II 14 . Springer, 2016, pp. 694–711
2016
-
[42]
Unpaired image-to-image translation using cycle-consistent adversarial networks,
J.-Y . Zhu, T. Park, P. Isola, and A. A. Efros, “Unpaired image-to-image translation using cycle-consistent adversarial networks,” in Proceedings of the IEEE international conference on computer vision , 2017, pp. 2223–2232
2017
-
[43]
Improving con- volutional networks with self-calibrated convolutions,
J.-J. Liu, Q. Hou, M.-M. Cheng, C. Wang, and J. Feng, “Improving con- volutional networks with self-calibrated convolutions,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2020, pp. 10 096–10 105
2020
-
[44]
Image-to-image translation with conditional adversarial networks,
P. Isola, J.-Y . Zhu, T. Zhou, and A. A. Efros, “Image-to-image translation with conditional adversarial networks,” in Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 1125– 1134
2017
-
[45]
Real-world image dehazing with improved joint en- hancement and exposure fusion,
N. H. Kaplan, “Real-world image dehazing with improved joint en- hancement and exposure fusion,” Journal of Visual Communication and Image Representation, vol. 90, p. 103720, 2023
2023
-
[46]
Zero-shot image dehazing,
B. Li, Y . Gou, J. Z. Liu, H. Zhu, J. T. Zhou, and X. Peng, “Zero-shot image dehazing,” IEEE Transactions on Image Processing , vol. 29, pp. 8457–8466, 2020
2020
-
[47]
Usid-net: Unsupervised single image dehazing network via disentangled representations,
J. Li, Y . Li, L. Zhuo, L. Kuang, and T. Yu, “Usid-net: Unsupervised single image dehazing network via disentangled representations,” IEEE transactions on multimedia , vol. 25, pp. 3587–3601, 2022
2022
-
[48]
Haze transfer and feature aggregation network for real-world single image dehazing,
H. Li, J. Gao, Y . Zhang, M. Xie, and Z. Yu, “Haze transfer and feature aggregation network for real-world single image dehazing,” Knowledge- Based Systems, vol. 251, p. 109309, 2022
2022
-
[49]
Semi-supervised do- main alignment learning for single image dehazing,
Y . Dong, Y . Li, Q. Dong, H. Zhang, and S. Chen, “Semi-supervised do- main alignment learning for single image dehazing,” IEEE Transactions on Cybernetics, vol. 53, no. 11, pp. 7238–7250, 2022
2022
-
[50]
Visual- quality-driven unsupervised image dehazing,
A. Yang, Y . Liu, J. Wang, X. Li, J. Cao, Z. Ji, and Y . Pang, “Visual- quality-driven unsupervised image dehazing,” Neural Networks , vol. 167, pp. 1–9, 2023
2023
-
[51]
Self-guided disentangled represen- tation learning for single image dehazing,
T. Jia, J. Li, L. Zhuo, and J. Zhang, “Self-guided disentangled represen- tation learning for single image dehazing,” Neural Networks, vol. 172, p. 106107, 2024
2024
-
[52]
Least squares generative adversarial networks,
X. Mao, Q. Li, H. Xie, R. Y . Lau, Z. Wang, and S. Paul Smolley, “Least squares generative adversarial networks,” in Proceedings of the IEEE international conference on computer vision , 2017, pp. 2794–2802
2017
-
[53]
Benchmarking single-image dehazing and beyond,
B. Li, W. Ren, D. Fu, D. Tao, D. Feng, W. Zeng, and Z. Wang, “Benchmarking single-image dehazing and beyond,” IEEE Transactions on Image Processing , vol. 28, no. 1, pp. 492–505, 2018
2018
-
[54]
Adam: A method for stochastic optimization,
D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization,” arXiv preprint arXiv:1412.6980 , 2014
2014 arXiv
-
[55]
Rectifier nonlinearities improve neural network acoustic models,
A. L. Maas, A. Y . Hannun, A. Y . Ng et al. , “Rectifier nonlinearities improve neural network acoustic models,” in Proc. icml, vol. 30, no. 1. Atlanta, GA, 2013, p. 3
2013
-
[56]
Gaussian error linear units (gelus),
D. Hendrycks and K. Gimpel, “Gaussian error linear units (gelus),” arXiv preprint arXiv:1606.08415, 2016
2016 arXiv
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.