Guided sparse decomposition with anisotropic fusion for medical image enhancement
Introduction
Background and motivation
Medical imaging has revolutionized the field of healthcare (1). Techniques such as X-rays, magnetic resonance imaging (MRI), and computed tomography (CT) scans are essential tools for visualizing anatomical structures and identifying pathological changes. By analyzing high-quality medical images, emerging deep learning algorithms have demonstrated significant potential in disease diagnosis, and have even been shown to have comparable diagnostic performance to that of human clinicians (2). Nonetheless, variations in light transmission and clinical imaging conditions can lead to uneven illumination or blurry texture details in medical images (3-5). Various studies (6-8) have demonstrated that these issues may significantly hinder disease screening, examination, and diagnosis. Consequently, reliable medical image enhancement techniques are considered essential as a preliminary step in clinical applications. These techniques are vital for producing high-quality images with detailed and clear contrast. Enhancing the clarity of low-quality medical images can significantly improve clinical observation and diagnosis, thereby reducing the need for re-examinations. However, the inherent complexity of these images presents substantial challenges in improving their clarity and detail while preserving critical structural information.
In recent decades, a variety of methods have been proposed for medical image enhancement. These methods can be mainly divided into three categories: histogram- decomposition-, and deep learning-based methods. Histogram-based methods are based on histogram equalization (9-11). Most of these methods are efficient, but they fail to consider spatial information, and thus may be affected by discontinuities between neighboring regions. Conversely, deep learning-based methods (3,12-14) address image enhancement as regression problems and employ neural networks to solve them. These methods work well when there is a large amount of labeled data. However, due to the ill-defined nature of the image enhancement task, there is a lack of widely accepted datasets to train models. Decomposition-based methods rely on edge-preserving filters, such as the bilateral filter (15), weighted symmetric filter (16), and weighted least square filter (17). These methods provide a general framework for both tone and detail manipulation. However, these filters may exhibit various artifacts.
In this study, we aimed to develop a decomposition-based method for medical image enhancement. To this end, the guided image filter (GIF) (18) is a practical and popular choice, as it is free of gradient reversal artifacts and highly efficient. Despite its advantages, the GIF is not without limitations. Specifically, it is known to produce luminance halo and detail halo artifacts. Luminance halo artifacts manifest as unnatural light rings around edges (see Figure 1A,1B), which can mislead clinicians as to the true characteristics of the tissues being imaged. These artifacts arise from the L2 regularization term in the linear ridge regression model. Conversely, detail halo artifacts (see Figure 1C,1D) can obscure important details, reducing the overall interpretability of medical images. These artifacts originate from the large linear coefficients around salient edges. To address these issues, we proposed a novel decomposition method, named guided sparse decomposition with anisotropic fusion (GSDAF). The major technical contributions of this study are as follows:
- It used a weighted sparse regression model to address and reduce the luminance halos observed in the ridge regression model of the guided filter;
- It employed an anisotropic coefficient fusion strategy to reduce the detail halo artifacts associated with the average-fusion method of the guided filter;
- It conducted experiments that showed the superiority of the proposed method in enhancing detail and tone in X-ray and retinal fundus images.
The remainder of this article is structured as follows. A brief literature review is conducted in “Literature review” section. An in-depth description of the proposed method is provided in “Methods” section. The experimental results on detail and tone enhancement in medical images are provided in “Results” section. A comprehensive discussion is presented in “Discussion” section. Finally, the article is concluded in “Conclusions” section.
Literature review
Decomposition-based medical image enhancement methods are essentially based on edge-preserving filters. The bilateral filter (19) was one of the earliest edge-preserving filters developed using explicitly defined filter kernels. It computes the weighted average of the pixel intensities in a local neighborhood, where the weights are determined based on the spatial and intensity similarities. The bilateral filter effectively smooths out image details while preserving edges. However, it produces severe luminance halo and gradient reversal artifacts, and has a high computational cost.
In response to some of the limitations of the bilateral filter, the GIF (18) has emerged as an efficient alternative for local image filtering. It operates under the principle that local linear models can effectively capture the desired relationships between pixels in the presence of edges. One significant advantage of the GIF is its ability to avoid gradient reversal artifacts. However, it produces luminance and detail halos. Several studies (20-23) sought to address the luminance halo issue by incorporating edge-aware weights into the model design. These methods aim to enhance the performance of the filter by increasing its sensitivity to edges. However, a significant limitation affects these models—L2 regularization cannot effectively enforce sparsity in the solution space. One study (24) examined the origins of detail halos and proposed strategies to reduce their effect on image quality. However, this approach is not effective for thin structures, which are common in medical images and other high-detail applications. Other popular local image filters, such as the domain transform filter (25) and the side window filter (SWF) (26), generally offer efficient processing capabilities, but their smoothing quality is often inferior to that achieved by state-of-the-art filters.
In terms of optimization-based filters, most consist of a fidelity term and a regularization term. The fidelity terms of these models are almost the same (i.e., the summed square distance between the input and output). The weighted least square filter (27) incorporates a regularization term that considers the weighted least squares of the output gradients. In the ensuing years, research has integrated sparse regularization terms into the filtering process. Notable examples include L0 (28) or L1 (29). These advancements aim to improve the ability of filters to preserve structural features and edges in images.
Extending the concepts of gradient regularization, recent studies (30,31) have focused on gradient reconstruction techniques. By reconstructing gradients rather than merely regularizing them, these studies have shown a marked improvement in smoothing quality. Additionally, cutting-edge research has begun to exploit non-convex penalty functions for regularization purposes. Functions such as the Welsch (32), generalized Charbonnier (33), truncated Huber (34), and bilateral (35) methods are increasingly being used. These non-convex approaches provide greater flexibility and adaptability in handling various types of noise and artifacts. In contrast to conventional global methods that primarily rely on partial differential equations, a novel soft clustering-based optimization model was explored in (36). While global methods are widely appreciated for their exceptional smoothing quality, it is important to note that they often impose significant demands on computational resources.
In recent years, rapid advancements in deep learning techniques have led to the emergence of various learning-based filters. Most of these filters are designed and trained in a supervised manner, using datasets that are generated through traditional filtering methods (37,38), curated through manual labeling efforts (39), or synthesized from a combination of structural and textural images (40). The fundamental goal of these methods is to replicate the behavior of traditional filters or to imitate synthetic smoothing effects. Conversely, methods discussed in (41,42) are based on unsupervised learning, which allows them to operate without the need for ground truth labels. These unsupervised approaches employ gradient descent techniques to solve optimization models informed by predefined network architecture. Due to the highly optimized deep learning frameworks currently available, learning-based filters can achieve notable efficiency. However, despite these advancements, the potential of deep learning in the context of image smoothing has not yet been fully realized. This shortfall is largely due to the scarcity of well-established and comprehensive datasets to train these models. As a result, the smoothing quality achieved by these learning-based filters is often limited, which prevents them from harnessing the full power and capabilities of deep learning methodologies.
Methods
Weighted sparse regression
We followed the original guided filter and assumed linear relations between local patches of the guidance and output images. However, unlike the original guided filter, we regularized the linear coefficients with weighted sparse constraints (43) to ensure sparse solutions, thus alleviating the luminance halos. Specifically, our model expressed as:
where, I and G are the input and guidance images, respectively; (Note that in practice, I and G can refer to the same image); Ωk is the k-th window; i is the i-th pixel; akand bkare the linear coefficients of the linear regression model; is the balancing parameter; is the term to enforce sparsity; and τk is the edge-aware weight, which is defined as:
where, is the variance of the pixels in the k-th 3×3 window of the guidance image; ι=10−6 is a small constant that avoids division by zero error; and n is the total number of pixels. Note that all τk can be evaluated in linear time, as given an image G, is a constant that is independent of k. Large values of τk indicates salient edges, while small values of τk indicate fine details.
The least absolute shrinkage and selection operator (LASSO) regularization and edge-aware weight τkimprove the edge-preserving capacities of the model and reduce the luminance halo artifacts. The former enforces the sparsity of the output, thus enabling sharp transitions between neighboring regions. While the latter assigns different weights to salient edges and fine details, enabling different regularization strengths to be imposed on them (i.e., salient edges are assigned smaller values of , thus milder penalties are imposed in ak and the edges are protected, while fine details are associated with larger values of , such that the details are enhanced, while the edges are kept). Figure 2 provides an example of tone mapping on an input image, where Figure 2A is the input image, and Figure 2B is the illumination map. By comparing Figure 2D,2E, we see that the weighted approach produces a better result than the non-weighted approach. Note that for tone mapping, the decomposition is performed on the illumination map T (Eq. [13]); that is, the maximum intensity among the three channels of that pixel plus a small constant (Eq. [12]). Consequently, the weight map τkis also calculated from T. As a result, τk inherently follows the structures of T rather than the input.
According to (43), the weighted sparse LASSO regression shown in Eq. [1] can be efficiently solved as:
where, ρk is the covariance calculated from the patches Ωk in the guidance and input images, while is the variance of the patch Ωk in the guidance image. The parameter ν=10−6 enables computational stability. Note that is different from , even though both are variances. is used to calculate the edge-aware weight τk. To enable it to accurately locate and assign large weights to the thin edges, we use a small 3×3 window. Conversely, is the variance in the neighborhood Ωk, which determines the smoothing extent of the filter. Ωk can be a window that has a size other than 3×3.
To demonstrate our point, consider a case in which G=I. In this scenario, we have . Regions with salient edges exhibit larger variances , which results in larger values of ak, thus they would be protected. Conversely, when the variance falls below a threshold (regions with fine details), then ak is set as 0, thus the details would be smoothed.
Anisotropic fusion strategy
In the previous subsection, we showed how to solve the weighted sparse regression model. However, the linear coefficients ak and bk are calculated for each window k rather than each pixel. Note that each pixel is included in multiple overlapping windows. A naive solution to calculate the coefficients for a specific pixel is to average the coefficients over the windows that contain this pixel. This is the strategy employed in the original GIF. However, the isotropic averaging strategy could cause large values of ak near salient edges (as shown in Figure 1C), thus resulting in detail halos around the edges, as the details in these areas are not adequately smoothed. In this study, following (24), we propose an anisotropic fusion strategy as follows:
where, the anisotropic weight δkis defined as:
where, β is a non-negative parameter that controls the sensitivity in deriving δk, and we always have β≥0. Further, throughout this study, we uniformly set ω=1. Finally, the structural image is computed as follows:
The detail layer can then be derived as:
The anisotropic weight δkis pixelwise (i.e., it does not vary with the central pixel), thus it can be efficiently calculated with elementwise operations. It can be drawn from Eq. [7] that pixels in a high-variance areas would have smaller weights, and would thus make fewer contributions to the averaged linear coefficients of nearby pixels. This ensures that the regions near the edges would not have large values of ak, thereby reducing the detail halo artifacts. Figure 3 shows the effect of the anisotropic weight, where Figure 3A is the input, and Figure 3B shows the anisotropic weight. By comparing Figure 3C,3D, we see that the anisotropic weight δk improves ak.
Decomposition algorithm
Based on the above discussion, we sketch the proposed GSDAF method as Algorithm 1. Note that are the box-filtered images of , respectively, where stands for the elementwise product. The box-filtered images include the mean values in each window, which are then leveraged to calculate the variance ζ and the covariance ρ. Therefore, our algorithm only involves a number of box filtering and elementwise operations. Given that box filtering can be efficiently implemented using the integral image technique in linear time, the time complexity of the proposed algorithm is O(n) (where n is the total number of pixels), which is highly efficient. Figure 4 shows a flow chart of the proposed algorithm. The proposed decomposition method is used to enhance the detail and tone of medical images, obtained are from publicly available datasets, including the coronavirus disease of 2019 (COVID-19) chest X-ray dataset (44), and the Child Heart and Health Study in England—Database 1 (CHASE-DB1) dataset (45). The study was conducted in accordance with the Declaration of Helsinki and its subsequent amendments.
Algorithm 1 Guided sparse decomposition with anisotropic fusion
Results
To evaluate the proposed image decomposition method, we used it to experiment on detail and tone enhancement in medical images. Two image modalities were leveraged (i.e., X-ray and retinal fundus images). For the X-ray images, we used the COVID-19 chest X-ray dataset (44), which includes 317 images. For the retinal fundus images, we used the CHASE-DB1 dataset (45), which comprises 28 images from 14 children. The method was rigorously tested on the respective test sets from these datasets.
We compared the proposed method with a range of state-of-the-art image decomposition techniques (see Table 1). For the traditional filters, we fine-tuned the parameters according to the recommended settings. For the deep learning-based methods, we used the official pre-trained models, which have no tunable parameters.
Table 1
| Method | Abbreviation | Reference |
|---|---|---|
| Guided image filter | GIF | He et al. (18) |
| Side window filter | SWF | Yin et al. (26) |
| L0 filter | L0 | Xu et al. (28) |
| Static dynamic filter | SDF | Ham et al. (46) |
| Iterative least square | ILS | Liu et al. (33) |
| Generalized smoothing framework | GSF | Liu et al. (34) |
| Context aggregation network | CAN | Chen et al. (37) |
| Decoupled learning framework | DLF | Fan et al. (47) |
| Unsupervised filter | UNF | Yang et al. (17) |
| The proposed method | GSDAF | – |
GSDAF, guided sparse decomposition with anisotropic fusion.
The proposed method was evaluated using both quantitative and qualitative results. In relation to the quantitative results, we leveraged spatial-spectral entropy-based quality (SSEQ) (48) and the convolutional neural network image quality assessment (CNNIQA) (49) to evaluate image quality. Note that for both the SSEQ and CNNIQA, a smaller value indicates a higher quality. We did not explore the peak-signal-to-noise ratio (PSNR) and structure similarity index measure (SSIM), as the task of medical image enhancement does not involve widely acknowledged ground truth labels, and there was no way to derive the PSNR or SSIM without the ground truth labels. Thus, only blind image quality metrics, such as SSEQ and CNNIQA, were used to evaluate the proposed method. Further, we recorded and compared the running time of the proposed method to the running times of state-of-the-art methods. In relation to the qualitative results, we detailed and described the visual results. All the measures were recorded on a Desktop with an Intel i5-12400F central processing unit (CPU) and an NVIDIA RTX 3070 graphics processing unit (GPU), along with 16 GB main memory.
Detail enhancement
The proposed method can enhance the detail of medical images. Specifically, decomposing the input image I with our method, results in:
where, Sdis the structural image; Ddis the detail layer; and is the proposed image decomposition method. Detail enhancement can then be accomplished by magnifying Ddand composing it back to Sd; that is:
where, Rdis the detail-enhanced image; and η is the magnification factor.
Table 2 sets out the quantitative results for detail enhancement in the X-ray image dataset (44). Notably, the proposed method largely outperformed the state-of-the-art methods. Indeed, our proposed method consistently ranked 1st and 2nd on all the metrics across multiple subsets. The advantage of the proposed method was also validated by the qualitative results shown in Figure 5. Notably, all the methods improved the input image (Figure 5A). However, as the blue squares show, the SWF (Figure 5B) and GSF (Figure 5C) produced detail halo artifacts (i.e., the details around the edges are not significantly enhanced). While, as the red squares show, the iterative least square (ILS) (Figure 5D) and SDF (Figure 5E) methods produced luminance halos. Conversely, our method enhanced the details without generating halo artifacts.
Table 2
| Method | COVID-19 dataset | Normal dataset | Viral pneumonia dataset | |||||
|---|---|---|---|---|---|---|---|---|
| SSEQ | CNNIQA | SSEQ | CNNIQA | SSEQ | CNNIQA | |||
| GIF (18) | 27.41 | 29.38 | 33.06 | 22.50‡ | 31.52 | 22.55‡ | ||
| SWF (26) | 21.97‡ | 22.59 | 22.54† | 33.32 | 18.33‡ | 34.70 | ||
| L0 (28) | 28.58 | 25.52 | 35.84 | 40.14 | 35.48 | 41.25 | ||
| SDF (46) | 29.11 | 25.63 | 34.33 | 40.64 | 35.30 | 41.66 | ||
| ILS (33) | 30.13 | 25.60 | 34.99 | 40.47 | 35.22 | 41.27 | ||
| GSF (34) | 28.69 | 19.63† | 25.84 | 29.88 | 28.31 | 31.54 | ||
| CAN (37) | 24.71 | 19.68 | 31.86 | 32.66 | 31.53 | 31.81 | ||
| DLF (47) | 30.20 | 30.32 | 32.18 | 40.73 | 33.24 | 41.85 | ||
| UNF (17) | 24.18 | 25.07 | 35.02 | 40.21 | 35.59 | 41.34 | ||
| GSDAF | 23.76† | 18.72‡ | 21.76‡ | 25.55† | 25.97† | 25.29† | ||
†, the second best performance; ‡, the best performance. CAN, context aggregation network; CNNIQA, convolutional neural network image quality assessment; COVID-19, coronavirus disease of 2019; DLF, decoupled learning framework; GIF, guided image filter; GSDAF, guided sparse decomposition with anisotropic fusion; GSF, generalized smoothing framework; ILS, iterative least square; L0, L0 filter; SDF, static dynamic filter; SSEQ, spatial-spectral entropy-based quality; SWF, side window filter; UNF, unsupervised filter.
Tone enhancement
The proposed method can be also leveraged for tone enhancement to improve the visibility of medical images based on the framework proposed in (50). Given an input image I, we first estimate the coarse illumination map T as:
In this formula, the illumination at pixel i is initialized as the maximum intensity among the three channels of that pixel plus a small constant θ=0.2. The initial illumination map T is then decomposed with our method that is expressed as follows:
where Stand Dtrepresent structure and detail, respectively. The reflectance E can then be calculated as:
Eventually, the tone-enhanced image can be derived as:
where, γ is the parameter for gamma correction; and is the elementwise division operation. Note that tone enhancement could introduce severe noise, thus a denoising step is needed to improve quality.
Table 3 shows the quantitative results for the task of tone enhancement. Notably, our method ranked 1st and 3rd on the SSEQ and CNNIQA metrics, respectively. The superiority of the proposed method for tone enhancement was also validated by the qualitative results shown in Figure 6. Notably, all the methods improved the input image (Figure 6A). However, by comparing Figure 6B-6F, we found that our method produced a better result.
Table 3
| Method | SSEQ | CNNIQA |
|---|---|---|
| GIF (18) | 27.48 | 31.68 |
| SWF (26) | 28.36 | 29.74‡ |
| L0 (28) | 29.66 | 31.28 |
| SDF (46) | 28.97 | 30.98 |
| ILS (33) | 28.37 | 31.44 |
| GSF (34) | 28.81 | 30.15† |
| CAN (37) | 30.55 | 31.56 |
| DLF (47) | 28.51 | 32.70 |
| UNF (17) | 27.90† | 31.85 |
| GSDAF | 26.62‡ | 30.70 |
†, the second best performance; ‡, the best performance. CAN, context aggregation network; CNNIQA, convolutional neural network image quality assessment; DLF, decoupled learning framework; GIF, guided image filter; GSDAF, guided sparse decomposition with anisotropic fusion; GSF, generalized smoothing framework; ILS, iterative least square; L0, L0 filter; SDF, static dynamic filter; SSEQ, spatial-spectral entropy-based quality; SWF, side window filter; UNF, unsupervised filter.
Efficiency
For a thorough evaluation of the proposed method, we compared its running time with those of state-of-the-art methods (see Table 4). Notably, we recorded the CPU (Intel i5-12400F) and GPU (NVIDIA RTX 3070) times for the traditional and deep learning-based methods, respectively. We reported both the CPU and GPU times for our method. Our method outperformed most of the traditional and deep learning-based methods in terms of its efficiency. It was slightly slower than the GIF, but it produced much better results. Thus, our method was highly efficient, and it was able to process 720P color images at more than 30 frames per second.
Table 4
| Method | Time | ||
|---|---|---|---|
| 320×240 | 640×480 | 1,280×720 | |
| GIF (18) (CPU) | 0.011 | 0.046 | 0.111 |
| SWF (26) (CPU) | 0.036 | 0.182 | 0.490 |
| L0 (28) (CPU) | 0.224 | 0.986 | 3.394 |
| SDF (46) (CPU) | 2.945 | 9.422 | 25.410 |
| ILS (33) (CPU) | 0.067 | 0.321 | 0.956 |
| GSF (34) (CPU) | 2.740 | 13.293 | 34.576 |
| CAN (37) (GPU) | 0.008 | 0.031 | 0.087 |
| DLF (47) (GPU) | 0.014 | 0.045 | 0.113 |
| UNF (17) (GPU) | 0.006 | 0.030 | 0.077 |
| GSDAF (CPU) | 0.020 | 0.058 | 0.151 |
| GSDAF (GPU) | 0.008 | 0.013 | 0.032 |
CAN, context aggregation network; CPU, central processing unit; DLF, decoupled learning framework; GIF, guided image filter; GPU, graphics processing unit; GSDAF, guided sparse decomposition with anisotropic fusion; GSF, generalized smoothing framework; ILS, iterative least square; L0, L0 filter; SDF, static dynamic filter; SWF, side window filter; UNF, unsupervised filter.
Discussion
This study proposed a novel image decomposition method GSDAF for medical image enhancement. The goal was to overcome the two principal artifacts (i.e., luminance halos and detail halos), which are commonly associated with the traditional GIF. In line with the study objectives, our method integrates a weighted sparse regression model and an anisotropic coefficient fusion strategy to preserve critical image details and improve tonal clarity in medical images. Experimental evaluations across both retinal fundus and X-ray datasets confirmed the effectiveness of GSDAF in enhancing image details and tones while reducing undesired artifacts. Further, the proposed method had high computational efficiency and enabled the real-time processing of 720P color images on modern GPUs.
Despite these promising outcomes, several limitations of the study warrant careful consideration. First, the evaluation primarily relied on blind image quality metrics, due to the absence of standard ground truth labels for enhanced medical images. Although these metrics provide useful insights, they do not fully capture diagnostic relevance of the enhanced images, and clinical evaluation by radiologists or ophthalmologists remains absent. Second, the experimental datasets only included COVID-19 X-ray images and CHASE-DB1 fundus images, and thus represent a narrow subset of medical imaging modalities. The generalization of GSDAF to other image types such as CT, MRI, or ultrasound remains to be validated. Third, while the method addresses luminance and detail halos effectively, other potential artifacts (e.g., noise amplification during tone enhancement) could occur under different imaging conditions or anatomical contexts. Finally, the choice of hyperparameters may require dataset-specific tuning, which limits out-of-the-box deployment.
Conclusions
To address the limitations of the GIF, we proposed a novel method named GSDAF. Specifically, we proposed a weighted sparse regression model to reduce the luminance halos artifacts produced by the ridge regression model. Further, we proposed an anisotropic coefficient fusion strategy to reduce the detail halo artifacts. We experimented with the proposed method on the tasks of detail and tone enhancement in medical images. Both the quantitative and qualitative results showed the advantages of the proposed method. Further, our method was shown to be highly efficient and capable of processing 720P color images in real time on modern GPUs.
Acknowledgments
None.
Footnote
Funding: This paper was funded by
Conflicts of Interest: All authors have completed the ICMJE uniform disclosure form (available at https://qims.amegroups.com/article/view/10.21037/qims-2025-675/coif). The authors have no conflicts of interest to declare.
Ethical Statement: The authors are accountable for all aspects of the work in ensuring that questions related to the accuracy or integrity of any part of the work are appropriately investigated and resolved. The study was conducted in accordance with the Declaration of Helsinki and its subsequent amendments.
Open Access Statement: This is an Open Access article distributed in accordance with the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0), which permits the non-commercial replication and distribution of the article with the strict proviso that no changes or edits are made and the original work is properly cited (including links to both the formal publication through the relevant DOI and the license). See: https://creativecommons.org/licenses/by-nc-nd/4.0/.
References
- Doi K. Diagnostic imaging over the last 50 years: research and development in medical imaging science and technology. Phys Med Biol 2006;51:R5-27. [Crossref] [PubMed]
- Li T, Bo W, Hu C, Kang H, Liu H, Wang K, Fu H. Applications of deep learning in fundus images: A review. Med Image Anal 2021;69:101971. [Crossref] [PubMed]
- Ma Y, Liu J, Liu Y, Fu H, Hu Y, Cheng J, Qi H, Wu Y, Zhang J, Zhao Y. Structure and Illumination Constrained GAN for Medical Image Enhancement. IEEE Trans Med Imaging 2021;40:3955-67. [Crossref] [PubMed]
- Li H, Lin Z, Qiu Z, Li Z, Niu K, Guo N, Fu H, Hu Y, Liu J. Enhancing and Adapting in the Clinic: Source-Free Unsupervised Domain Adaptation for Medical Image Enhancement. IEEE Trans Med Imaging 2024;43:1323-36. [Crossref] [PubMed]
- He C, Li K, Xu G, Yan J, Tang L, Zhang Y, Wang Y, Li X. HQG-Net: Unpaired Medical Image Enhancement With High-Quality Guidance. IEEE Trans Neural Netw Learn Syst 2024;35:18404-18. [Crossref] [PubMed]
- Philip S, Cowie LM, Olson JA. The impact of the Health Technology Board for Scotland's grading model on referrals to ophthalmology services. Br J Ophthalmol 2005;89:891-6. [Crossref] [PubMed]
- MacGillivray TJ, Cameron JR, Zhang Q, El-Medany A, Mulholland C, Sheng Z, Dhillon B, Doubal FN, Foster PJ, Trucco E, Sudlow C. Suitability of UK Biobank Retinal Images for Automatic Analysis of Morphometric Properties of the Vasculature. PLoS One 2015;10:e0127914. [Crossref] [PubMed]
- Welikala RA, Fraz MM, Habib MM, Daniel-Tong S, Yates M, Foster PJ, et al. Automated quantification of retinal vessel morphometry in the UK biobank cohort. In: International Conference on Image Processing Theory, Tools and Applications; 2017:1-6.
- Subramani B, Veluchamy M. Fuzzy Gray Level Difference Histogram Equalization for Medical Image Enhancement. J Med Syst 2020;44:103. [Crossref] [PubMed]
- Veluchamy M, Bhandari AK, Subramani B. Optimized Bezier Curve Based Intensity Mapping Scheme for Low Light Image Enhancement. IEEE Trans Emerg Top Comput Intell 2022;6:602-12.
- Roy S, Bhalla K, Patel R. Mathematical analysis of histogram equalization techniques for medical image enhancement: a tutorial from the perspective of data loss. Multim Tools Appl 2024;83:14363-92.
- Gómez P, Semmler M, Schützenberger A, Bohr C, Döllinger M. Low-light image enhancement of high-speed endoscopic videos using a convolutional neural network. Med Biol Eng Comput 2019;57:1451-63. [Crossref] [PubMed]
- Alenezi F, Santosh KC. Geometric Regularized Hopfield Neural Network for Medical Image Enhancement. Int J Biomed Imaging 2021;2021:6664569. [Crossref] [PubMed]
- Ma J, Zhu Y, You C, Wang B. Pre-trained Diffusion Models for Plug-and-Play Medical Image Enhancement. In: International Conference on Medical Image Computing and Computer Assisted Intervention; 2023;14222:3-13.
- Awarayi NS, Twum F, Hayfron-Acquah JB, Owusu-Agyemang K. A bilateral filtering-based image enhancement for Alzheimer disease classification using CNN. PLoS One 2024;19:e0302358. [Crossref] [PubMed]
- Zhao Y, Zheng Y, Liu Y, Zhao Y, Luo L, Yang S, Na T, Wang Y, Liu J. Automatic 2-D/3-D Vessel Enhancement in Multiple Modality Images Using a Weighted Symmetry Filter. IEEE Trans Med Imaging 2018;37:438-50. [Crossref] [PubMed]
- Yang Y, Wu D, Zeng L, Li Z. Weighted least square filter via deep unsupervised learning. Multim Tools Appl 2024;83:31361-77.
- He K, Sun J, Tang X. Guided image filtering. IEEE Trans Pattern Anal Mach Intell 2013;35:1397-409. [Crossref] [PubMed]
- Tomasi C, Manduchi R. Bilateral filtering for gray and color images. In: International Conference on Computer Vision IEEE; 1998:839-46.
- Li Z, Zheng J, Zhu Z, Yao W, Wu S. Weighted guided image filtering. IEEE Trans Image Process 2015;24:120-9. [Crossref] [PubMed]
- Kou F, Chen W, Wen C, Li Z. Gradient Domain Guided Image Filtering. IEEE Trans Image Process 2015;24:4528-39. [Crossref] [PubMed]
- Yuan W, Meng C, Bai X. Weighted side-window based gradient guided image filtering. Pattern Recognit 2024;146:110006.
- Wang B, Wang Y, Sui X, Liu Y, Chen Q. Gradient domain weighted guided image filtering. Signal Image Video Process 2023;17:4097-105.
- Ochotorena CN, Yamashita Y. Anisotropic Guided Filtering. IEEE Trans Image Process 2019; Epub ahead of print. [Crossref]
- Gastal ESL, Oliveira MM. Domain transform for edge-aware image and video processing. ACM Trans Graph 2011;30:69.
- Yin H, Gong Y, Qiu G. Side Window Filtering. In: IEEE Conference on Computer Vision and Pattern Recognition; 2019:8758-66.
- Farbman Z, Fattal R, Lischinski D, Szeliski R. Edge-preserving decompositions for multi-scale tone and detail manipulation. ACM Trans Graph 2008;27:67.
- Xu L, Lu C, Xu Y, Jia J. Image smoothing via L0 gradient minimization. ACM Trans Graph 2011;30:174.
- Bi S, Han X, Yu Y. An L1 image transform for edge-preserving smoothing and scene-level intrinsic decomposition. ACM Trans Graph 2015;34:1-12.
- Liu W, Zhang P, Chen X, Shen C, Huang X, Yang J. Embedding Bilateral Filter in Least Squares for Efficient Edge-Preserving Image Smoothing. IEEE Trans Circuits Syst Video Technol 2020;30:23-35.
- Yang Y, Zheng H, Zeng L, Shen X, Zhan Y. L1-Regularized Reconstruction Model for Edge-Preserving Filtering. IEEE Trans Multim 2023;25:4148-62.
- Badri H, Yahia H, Aboutajdine D. Fast Edge-Aware Processing via First Order Proximal Approximation. IEEE Trans Vis Comput Graph 2015;21:743-55. [Crossref] [PubMed]
- Liu W, Zhang P, Huang X, Yang J, Shen C, Reid I. Real-time Image Smoothing via Iterative Least Squares. ACM Trans Graph 2020;39:1-24.
- Liu W, Zhang P, Lei Y, Huang X, Yang J, Ng MK. A Generalized Framework for Edge-preserving and Structure-preserving Image Smoothing. IEEE Trans Pattern Anal Mach Intell 2021; Epub ahead of print. [Crossref]
- Yang Y, Sun Y, Gao W, Wang X, Zeng L. Bilateral regularized optimization model for edge-preserving image smoothing. Image Vis Comput 2024;146:105031.
- Yang Y, Hui H, Zeng L, Zhao Y, Zhan Y, Yan T. Edge-Preserving Image Filtering Based on Soft Clustering. IEEE Trans Circuits Syst Video Technol 2022;32:4150-62.
- Chen Q, Xu J, Koltun V. Fast Image Processing with Fully-Convolutional Networks. In: IEEE International Conference on Computer Vision; 2017. p. 2516–2525.
- Wu H, Zheng S, Zhang J, Huang K. Fast End-to-End Trainable Guided Filter. In: IEEE Conference on Computer Vision and Pattern Recognition; 2018:1838-47.
- Zhu F, Liang Z, Jia X, Zhang L, Yu Y. A Benchmark for Edge-Preserving Image Smoothing. IEEE Trans Image Process 2019; Epub ahead of print. [Crossref]
- Feng Y, Deng S, Yan X, Yang X, Wei M, Liu L. Easy2Hard: Learning to Solve the Intractables From a Synthetic Dataset for Structure-Preserving Image Smoothing. IEEE Trans Neural Netw Learn Syst 2022;33:7223-36. [Crossref] [PubMed]
- Fan Q, Yang J, Wipf DP, Chen B, Tong X. Image smoothing via unsupervised learning. ACM Trans Graph 2018;37:259.
- Yang Y, Tang L, Yan T, Zeng L, Shen X, Zhan Y. Parameterized L0 Image Smoothing with Unsupervised Learning. IEEE Trans Emerg Top Comput Intell 2024;8:1938-51.
- Tibshirani R. Regression Shrinkage and Selection via the Lasso. J R Stat Soc 1996;58:267-88.
- Raikote P. COVID-19 Image Dataset. Available online: https://www.kaggle.com/datasets/pranavraikokte/covid19-image-dataset, accessed July 22, 2025.
- Owen CG, Rudnicka AR, Mullen R, Barman SA, Monekosso D, Whincup PH, Ng J, Paterson C. Measuring retinal vessel tortuosity in 10-year-old children: validation of the Computer-Assisted Image Analysis of the Retina (CAIAR) program. Invest Ophthalmol Vis Sci 2009;50:2004-10. [Crossref] [PubMed]
- Ham B, Cho M, Ponce J. Robust Guided Image Filtering Using Nonconvex Potentials. IEEE Trans Pattern Anal Mach Intell 2018;40:192-207. [Crossref] [PubMed]
- Fan Q, Chen D, Yuan L, Hua G, Yu N, Chen B. A General Decoupled Learning Framework for Parameterized Image Operators. IEEE Trans Pattern Anal Mach Intell 2021;43:33-47. [Crossref] [PubMed]
- Liu L, Liu B, Huang H, Bovik AC. No-reference image quality assessment based on spatial and spectral entropies. Signal Process Image Commun 2014;29:856-63.
- Kang L, Ye P, Li Y, Doermann DS. Convolutional Neural Networks for No- Reference Image Quality Assessment. In: IEEE Conference on Computer Vision and Pattern Recognition; 2014:1733-40.
- Guo Xiaojie, Li Yu, Ling Haibin. LIME: Low-Light Image Enhancement via Illumination Map Estimation. IEEE Trans Image Process 2017;26:982-93. [Crossref] [PubMed]


