Skip to Content
SensorsSensors
  • Article
  • Open Access

27 February 2023

Compressive Sensing of Medical Images Based on HSV Color Space

,
and
1
School of Applied Science, Telkom University, Bandung 40257, Indonesia
2
Department of IT Convergence Engineering, Kumoh National Institute of Technology, Gumi 39177, Republic of Korea
*
Authors to whom correspondence should be addressed.
This article belongs to the Special Issue Compressed Sensing and Imaging Processing

Abstract

Recently, compressive sensing (CS) schemes have been studied as a new compression modality that exploits the sensing matrix in the measurement scheme and the reconstruction scheme to recover the compressed signal. In addition, CS is exploited in medical imaging (MI) to support efficient sampling, compression, transmission, and storage of a large amount of MI. Although CS of MI has been extensively investigated, the effect of color space in CS of MI has not yet been studied in the literature. To fulfill these requirements, this article proposes a novel CS of MI based on hue-saturation value (HSV), using spread spectrum Fourier sampling (SSFS) and sparsity averaging with reweighted analysis (SARA). An HSV loop that performs SSFS is proposed to obtain a compressed signal. Next, HSV–SARA is proposed to reconstruct MI from the compressed signal. A set of color MIs is investigated, such as colonoscopy, magnetic resonance imaging of the brain and eye, and wireless capsule endoscopy images. Experiments were performed to show the superiority of HSV–SARA over benchmark methods in terms of signal-to-noise ratio (SNR), structural similarity (SSIM) index, and measurement rate (MR). The experiments showed that a color MI, with a resolution of 256 × 256 pixels, could be compressed by the proposed CS at MR of 0.1, and could be improved in terms of SNR being 15.17% and SSIM being 2.53%. The proposed HSV–SARA can be a solution for color medical image compression and sampling to improve the image acquisition of medical devices.

1. Introduction

Medical images have been exploited by researchers for medical applications over the past decades, i.e., brain tumor detection techniques using magnetic resonance imaging (MRI) [1,2,3,4], early diagnosis of colorectal cancer using colonoscopy image [5,6,7], early gastrointestinal tract cancer diagnosis using wireless capsule endoscopy (WCE) images [8,9,10,11], cholesterol level detection using eye images [12,13,14]. These applications require massive medical images for data training. For storage and transmission, medical images require effective compression algorithms [15]. Certain medical images have complicated characteristics with the color format. As a result, efficient compression of medical images, that take color information into account, is needed [16,17].
Recently, compressive sensing (CS) was presented as a novel sampling scheme for a sparse signal with sparse signal and reconstruction schemes [18,19,20,21]. CS has been approved as a method for breaking the conventional Nyquist rate and reducing the length of a medical inquiry [22]. Furthermore, CS was used for medical image compression and compressed medical imaging (CMI) was proposed as an approach for image compression or sparse sampling which exploits the concept of CS in medical imaging [23]. The majority of CMIs only handle grayscale images, and their utilization of color images remains a challenge. In general, medical images consider red–green–blue (RGB) color space for sensor and storage purposes. However, many approaches for medical images validated the superior hue-saturation value (HSV) over RGB color space, i.e., new HSV aggregation approaches for color edge detection [24], a polyps segmentation in HSV color space [25], an enhancement in HSV effectively reducing inconsistent illumination during image acquisition [26], and detection of small colon bleeding in WCE videos [11]. A comparison of the visual representation between RGB and HSV in MRI, WCE, colonoscopy, and eye images is shown in Figure 1. However, a CS scheme with HSV color space has not yet been studied.
Figure 1. A comparison of the visual representation between RGB and HSV in medical imaging.
The CS framework consists of measurement and reconstruction steps. Generally, the measurements must be taken randomly, and different techniques have been proposed in the literature, such as variable density Fourier sampling procedures used in MRI [27,28], Gaussian model [29,30,31], and Bernouilli random matrices [21]. In addition, a universal and efficient CS by spread spectrum (SS) Fourier sensing basis was proposed [32]. In the reconstruction step, basis pursuit (BP) and BP denoising (BPDN) were proposed by Chen et al. [33]. Furthermore, sparsity averaging (SA) and reweighted analysis (RA) were proposed to improve the BPDN [34].
Motivated by an efficient HSV-based sampling in color medical images, a novel HSV-based CS of medical images is proposed in this article. To the best of the authors’ knowledge, no HSV color space has been studied for the CS of medical images in the literature. The contributions of this article are listed as follows:
  • Proposing a new CS framework by considering HSV color space.
  • Proposing a CS approach by exploiting SS Fourier sampling in the measurement approach.
  • Proposing a CS reconstruction with HSV loops by exploiting SA, BPDN, and the RA enhancement for MRI, WCE, colonoscopy, and eye images.
The organization of this article is as follows. Section 2 elaborates related methods. Section 3 explains the overview of CS. The proposed HSV-based CS is described in Section 4. The experiment setup is presented in Section 5. The experiment results are presented in Section 6. Finally, Section 7 concludes this article.

3. Overview of CS for Medical Images

CS is a novel sampling technique and images can be represented sparsely or compressibly in a spatial or transform domain. CS samples the image at a rate significantly lower than the Nyquist sampling rate by relying on image sparsity. Furthermore, the diverse reconstruction methods can recover the image from less compressive samples.
In this section, an overview of CS for medical images is presented as shown in Figure 2. First, a signal s with dimension n × 1 is generated from a medical image. Next, the signal s is transformed to a sparse signal x using sparsity basis Ψ with dimension n × n or defined as x = Ψ s . In certain sensing matrices Φ C m × n , the compressed signal y C m is represented by m × 1 linear samples and formulated as
y = Φ x .
Figure 2. CS for medical image.
According to Equation (1), one solution to recover x from y is to acquire the sparse representation x ¯ with respect to the known measurement matrix Φ . As a result, this CS reconstruction approach can be represented by a convex problem as
min x ¯ x ¯ 0 s . t . y Φ x ¯ 2 ,
where x a = i = 1 m α i a 1 a is the a norm of a vector x . The most popular way to solve the issue in Equation (2) when 0 norm is substituted by 1 norm is a convex problem [18].

4. Proposed Methodology

A novel SARA-based CS of the eye image is proposed with HSV loops, as shown in Figure 3. Firstly, a color medical image is considered as the original image and denoted by s Z N × N × 3 , where Z is an unsigned integer number. Then, HSV loops are performed on each HSV layer.
Figure 3. The proposed methodology.

4.1. HSV

The conversion of RGB to HSV is presented as follows. First, the maximum intensity of RGB is determined as I max = max ( R , G , B ) , the minimum intensity of RGB is determined as I min = min ( R , G , B ) , and the intensity range is calculated from I max and I min as I diff = I max I min . Next, H, S, and V are calculated as
H = 0 if I max = I min 60 × G B I diff + 0 mod 360 if I max = R 60 × B R I diff + 120 if I max = G 60 × R G I diff + 240 if I max = B , S = 0 if I max = 0 I diff I max else , V = I max .
Furthermore, the pixel range of HSV and RGB are as summarized in Table 2.
Table 2. Color space of HSV and RGB.

4.2. HSV Loop

Each HSV loop process begins with a preparation step, using a single-layer image as the input and the prepared images as the output. Pixel normalization and enforce positivity are two steps in the preparation process. Pixel normalization is a method of converting a range of pixel intensities into a normalized range of 0 and 1. Enforce positivity, on the other hand, is a method of removing negative values following the pixel normalization procedure. Figure 4a depicts a graphic representation of the preparation procedure.
Figure 4. An example of visual representation in the proposed CS.

4.3. Measurement with Spread Spectrum Fourier Sampling

For each layer, first, preparation is performed to obtain a prepared image P R N × N as the input of the spread spectrum Fourier sampling (SSFS). In the preparation step, pixel normalization and enforce positivity are performed.
Next, in SSFS, the sensing matrix is the spread spectrum matrix and is defined as
Φ = MFS ,
where M , F , and S represent the mask matrix, the discrete Fourier coefficient matrix, and the spread spectrum matrix, respectively. The inverse of MFS is defined as
F T M T 1 M ,
where 1 M R M represents a masking matrix consisting of only values of zero and one value. Last, if HSV loops are finished, then the compressed signal y is obtained.

4.4. SA

In SA [46,47], the sparse basis Ψ is generated from p multiple wavelet bases. The wavelet filter type is Daubechies (db) with level decomposition l. In general, the sparsity averaging basis Ψ is calculated as
Ψ = 1 p Ψ 1 , Ψ 2 , , Ψ p ,
where Ψ 1 denotes db with 1 tap wavelet filter and Ψ p symbolizes db with p taps. In this article, a simple averaging basis is proposed using a db1–bd8 basis and defined as
Ψ = 1 2 Ψ 1 , Ψ 8 ,

4.5. CS Reconstruction

The CS reconstruction problem with BPDN is modeled as
min s ¯ Ψ s ¯ 1 s . t . y Φ Ψ s ¯ 2 ε ,
where Φ is ad-joint operator of Φ . SARA is CS reconstruction that lies on SA, BPDN, and RA enhancement. Algorithm 1 presents the step of reconstruction using HSV–SARA. The RA enhancement to BPDN solution is a 1 minimization with a reweighted technique, where a weighted 1 norm replaces the 0 norm. The RA is terminated according to a condition, i.e., β less than ε ( 0 , 1 ) , or i = i max is obtained. The RA is modeled as
min x ¯ W Ω m x ¯ 1 s . t . y Φ x ¯ 2 ε ,
where W R m × m is weight matrix. Figure 4c depicts a visual representation example of HSV-SARA result.
Algorithm 1: HSV-SARA
Input: Measured signal y C m × 1 , Sensing matrix Φ C m × n , and 2 norm upper bound ε
Output: Reconstructed signal x ^ C n × 1
Generate SA basis Ψ
Initialization l = 1 ;
while l 3 do
Sensors 23 02616 i001

5. Experiment Setup

5.1. MRI Images

Brain tumor image data used in this article were obtained from the MICCAI 2012 Challenge on Multimodal Brain Tumor Segmentation [49,50], organized by B. Menze, A. Jakab, S. Bauer, M. Reyes, M. Prastawa, and K. van Leemput. The challenge database contains fully anonymized images from the following institutions: ETH Zurich, University of Bern, University of Debrecen, and University of Utah. The data is distributed under a Creative Commons 3.0 license: Attribution-NonCommercial (CC BY-NC).

5.2. WCE Images

The WCE images were obtained from the gastrointestinal tract for the analysis [8]. The detail of the WCE images are as follows: 128 images, *.JPG format file, resolution of 480 × 482 pixels, and RGB color space format.

5.3. Colonoscopy Images

The colonoscopy images were obtained from the CVC-ClinicDB database and had polyps [51]. CVC-ClinicDB is a database of frames extracted from colonoscopy videos. CVC-ClinicDB is the official database to be used in the training stages of MICCAI 2015 Sub-Challenge on Automatic Polyp Detection Challenge in Colonoscopy Videos. The use of this database is completely restricted for research and educational purposes. The use of this database is forbidden for commercial purposes. The detail of the colonoscopy images are as follows: 612 representative images, *.TIF format file, resolution of 384 × 288 pixels, and RGB color space format.

5.4. Private Eye Images

The private eye images from references [12,14] were used. The images were sampled from patients at TelkomMedika hospital, Bandung, Indonesia. The detail of the color retinal images are as follows: 90 images, 660 × 603 pixels, *.bmp format, and RGB color space.

5.5. CS Quality Metrics

In this section, the CS quality metrics are presented. First, the measurement ratio (MR) is a ratio between the sample number of measured signal y and sparse signal x . MR is calculated as
MR = m n ,
where n is the sample number of sparse signal x , m is sample number of measured signal y , and 0 < MR 1 . In this article, MR = 0.1 , 0.2 , 0.3 , 0.4 , 0.5 were investigated.
Second, the signal-to-noise ratio (SNR) is a logarithmic decibel scale between the desired medical image signal s and the error of the reconstructed signal s ^ to s . SNR is calculated as
SNR = 1 3 l = 1 3 20 log 10 s l 2 s l s l ^ 2 ,
where l denotes the image layer and 2 represents the 2 norm.
Last, the structural similarity (SSIM) index is an image perceptual metric with respect to the quality loss of compression that relies on the luminance, contrast, and structure of the image. The luminance, contrast, and structure are determined as
lum ( s , s ^ ) = 2 μ s μ s ^ + C 1 μ s 2 + μ s ^ 2 + C 1 , con ( s , s ^ ) = 2 σ s σ s ^ + C 2 σ s 2 + σ s ^ 2 + C 2 , struc ( s , s ^ ) = σ s s ^ + C 3 σ s σ s ^ + C 3 ,
respectively. μ s is the local mean of the pixel in image s , σ s is the local mean of the pixel in image s , μ s ^ is the local mean of the pixel in image s ^ , σ s ^ is the local mean of the pixel in image s ^ , and σ s s ^ is the cross-covariance of s to s ^ . As a result, the SSIM is calculated as
SSIM ( s , s ^ ) = [ lum ( s , s ^ ) ] a · [ con ( s , s ^ ) ] b · [ struc ( s , s ^ ) ] c .
Let C 3 and C 3 = C 2 2 and a = b = c = 1 are assumed, in simply, SSIM calculated as
SSIM ( s , s ^ ) = 2 μ s μ s ^ + C 1 2 σ s I ^ + C 2 μ s 2 + μ s ^ 2 + C 1 σ s 2 + σ s ^ 2 + C 2 .

6. Experiment Results

The experiment results are described to validate the analysis of HSV–SARA performances in terms of SNR and SSIM.

6.1. SNR Results

The SNR of HSV–SARA, RGB–SARA [46], RGB–BPSA [47], and RGB–TV [48] were compared with regard to MRs for MRI, WCE, colonoscopy, and eye images. The parameter setup was as follows: number of basis p = 8 in RGB–BPSA and RGB–SARA, the level decomposition of 4 levels, and Daubechies type were fixed for this scenario.
Figure 5 shows the SNR results. HSV–SARA offered the best result and outperformed all benchmark methods. The SNR improvements were:
Figure 5. SNR results.
  • Regarding the MRI images, RGB–SARA, RGB–BPSA, and RGB–TV were improved by HSV–SARA, with improvements of 2 dB, 6 dB, and 8 dB, respectively.
  • Regarding the WCE images, HSV–HSV outperformed RGB–SARA, RGB–BPSA, and RGB–TV, with 2 dB, 10 dB, and 11 dB, respectively.
  • Regarding the colonoscopy images, HSV–HSV outperformed RGB–SARA, RGB–BPSA, and RGB–TV, with 2 dB, 5 dB, and 7 dB, respectively.
  • Regarding the eye images, HSV–HSV outperformed RGB–SARA, RGB–BPSA, and RGB–TV, with 2 dB, 6 dB, and 7 dB, respectively.
In addition, Table 3 presents the detailed SNR results with the mean and standard deviations of all medical modalities. From Table 3, HSV–SARA could improve RGB–SARA with an average SNR improvement of 11.37% for MRI, 6.69% for WCE, 7.21% for colonoscopy, and 8.14% for eye images. In general, RGB–SARA was improved by the HSV-model for all medical images with an average SNR of 8.35%. HSV–SARA could improve RGB–BPSA with an SNR improvement of 28.34%, 35.86%, 16.98%, and 5.36% for MRI, WCE, colonoscopy, and eye images, respectively. In general, the average SNR improvement of RGB–BPSA was 21.64% for all medical images. Last, the SNR of RGB–TV improved by 21.84% for MRI, 21.38% for WCE, 11.63% for colonoscopy, and 13.70% for eye images. RGB–TV was generally improved by the HSV-model for all medical images, with an average SNR of 17.14%.
Table 3. SNR results.

6.2. SSIM Results

The SSIM of HSV–SARA, RGB–SARA [46], RGB–BPSA [47], and RGB–TV [48] were compared with regard to MRs for MRI, WCE, colonoscopy, and eye images. The parameter setup was as follows: number of basis p = 8 in RGB-BPSA and RGB-SARA, the level decomposition of 4 levels, and Daubechies type were fixed for this scenario.
Figure 6 shows the SSIM results. HSV–SARA offered the best result and outperformed all benchmark methods. The SSIM improvements were:
Figure 6. SSIM results.
  • Regarding the MRI images, RGB–SARA, RGB–BPSA, and RGB–TV were improved by HSV–SARA, with improvements of 0.0044, 0.0398, and 0.0238, respectively.
  • Regarding the WCE images, HSV–HSV outperformed RGB–SARA, RGB–BPSA, and RGB–TV, with 0.0234, 0.017, and 0.0428, respectively.
  • Regarding the colonoscopy images, HSV–HSV outperformed RGB–SARA, RGB–BPSA, and RGB–TV, with 0.0114, 0.0370, and 0.0290, respectively.
  • Regarding the eye images, HSV–HSV outperformed RGB–SARA, RGB–BPSA, and RGB–TV, with 0.0068, 0.0216, and 0.0232, respectively.
In addition, Table 4 presents the detailed SSIM results with the mean and standard deviations of all medical modalities. From Table 4, HSV–SARA could improve RGB–SARA with an average SSIM improvement of 0.4560% for MRI, 2.4521% for WCE, 1.1803% for colonoscopy, and 0.7016% for eye images. HSV–SARA could improve RGB–BPSA with an SNR improvement of 4.5053%, 1.8562%, 4.0334%, and 2.3066% for MRI, WCE, colonoscopy, and eye images, respectively. Last, the SNR of RGB–TV was improved by 2.5859% for MRI, 4.6569% for WCE, 3.1380% for colonoscopy, and 2.4880% for eye images. In general, RGB–SARA, RGB–BPSA, and RGB–TV were improved by the HSV-model for all medical images, with average SSIMs of 1.1975%, 3.1754%, and 3.2172%, respectively.
Table 4. SSIM results.

7. Conclusions

This article investigated the effect of HSV color space in CS of medical images. HSV–SARA was proposed, using spread spectrum Fourier sampling in the CS measurement and BPDN with reweighted analysis in the CS reconstruction. The medical image was measured by using spread spectrum Fourier sampling, while the BPDN with Wavelet-based sparsity averaging was exploited for the reconstruction. By taking advantage of the HSV color space of medical image properties, the reconstructed images responded well to the RGB-based CS. Therefore, the measurement ratio could be significantly improved. The experimental results revealed that the proposed HSV–SARA outperformed other the benchmark methods, such as RGB–SARA [46], RGB–BPSA [47], and RGB–TV [48]. For SNR results, the improvement of HSV–SARA was 8.35% for RGB–SARA, 21.64% for RGB–BPSA, and 17.14% for RGB–TV, respectively. For SSIM results, RGB–SARA, RGB–BPSA, and RGB–TV were improved by the HSV-model for all medical images, with average SSIMs of 1.1975%, 3.1754%, and 3.2172%, respectively.

Author Contributions

Conceptualization, G.B.S.; methodology, I.N.A.R.; software, I.N.A.R.; validation, G.B.S., I.N.A.R. and S.Y.S.; formal analysis, I.N.A.R.; writing—original draft preparation, G.B.S. and I.N.A.R.; writing—review and editing, G.B.S., I.N.A.R. and S.Y.S.; supervision, S.Y.S. All authors have read and agreed to the published version of the manuscript.

Funding

This work is funded in part by the Directorate of Research and Community Service, Telkom University, in part by Priority Research Centers Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (2018R1A6A1A03024003), and in part by the MSIT (Ministry of Science and ICT), Korea, under the Grand Information Technology Research Center support program (IITP-2022-2020-0-01612) supervised by the IITP (Institute for Information & communications Technology Planning & Evaluation).

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data presented in this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Chahal, P.K.; Pandey, S.; Goel, S. A survey on brain tumor detection techniques for MR images. Multimed. Tools Appl. 2020, 79, 21771–21814. [Google Scholar] [CrossRef]
  2. Qin, C.; Li, B.; Han, B. Fast brain tumor detection using adaptive stochastic gradient descent on shared-memory parallel environment. Eng. Appl. Artif. Intell. 2023, 120, 105816. [Google Scholar] [CrossRef]
  3. Saeedi, S.; Rezayi, S.; Keshavarz, H.; R Niakan Kalhori, S. MRI-based brain tumor detection using convolutional deep learning methods and chosen machine learning techniques. BMC Med. Inform. Decis. Mak. 2023, 23, 1–17. [Google Scholar] [CrossRef] [PubMed]
  4. Asad, R.; Rehman, S.U.; Imran, A.; Li, J.; Almuhaimeed, A.; Alzahrani, A. Computer-Aided Early Melanoma Brain-Tumor Detection Using Deep-Learning Approach. Biomedicines 2023, 11, 184. [Google Scholar] [CrossRef] [PubMed]
  5. Tavanapong, W.; Oh, J.; Riegler, M.A.; Khaleel, M.; Mittal, B.; De Groen, P.C. Artificial intelligence for colonoscopy: Past, present, and future. IEEE J. Biomed. Health Inform. 2022, 26, 3950–3965. [Google Scholar] [CrossRef] [PubMed]
  6. Ciuti, G.; Skonieczna-Żydecka, K.; Marlicz, W.; Iacovacci, V.; Liu, H.; Stoyanov, D.; Arezzo, A.; Chiurazzi, M.; Toth, E.; Thorlacius, H.; et al. Frontiers of robotic colonoscopy: A comprehensive review of robotic colonoscopes and technologies. J. Clin. Med. 2020, 9, 1648. [Google Scholar] [CrossRef] [PubMed]
  7. Sanchez-Peralta, L.F.; Bote-Curiel, L.; Picon, A.; Sanchez-Margallo, F.M.; Pagador, J.B. Deep learning to find colorectal polyps in colonoscopy: A systematic literature review. Artif. Intell. Med. 2020, 108, 101923. [Google Scholar] [CrossRef] [PubMed]
  8. Rahim, T.; Usman, M.A.; Shin, S.Y. A survey on contemporary computer-aided tumor, polyp, and ulcer detection methods in wireless capsule endoscopy imaging. Comput. Med Imaging Graph. 2020, 85, 101767. [Google Scholar] [CrossRef]
  9. Guo, X.; Yuan, Y. Semi-supervised WCE image classification with adaptive aggregated attention. Med Image Anal. 2020, 64, 101733. [Google Scholar] [CrossRef]
  10. Xing, X.; Yuan, Y.; Meng, M.Q.H. Zoom in lesions for better diagnosis: Attention guided deformation network for WCE image classification. IEEE Trans. Med Imaging 2020, 39, 4047–4059. [Google Scholar] [CrossRef]
  11. Usman, M.A.; Satrya, G.B.; Usman, M.R.; Shin, S.Y. Detection of small colon bleeding in wireless capsule endoscopy videos. Comput. Med Imaging Graph. 2016, 54, 16–26. [Google Scholar] [CrossRef]
  12. Andana, S.N.; Novamizanti, L.; Ramatryana, I.N.A. Measurement of cholesterol conditions of eye image using fuzzy local binary pattern (FLBP) and linear regression. In Proceedings of the 2019 IEEE International Conference on Signals and Systems (ICSigSys), Bandung, Indonesia, 16–18 July 2019; IEEE: Piscataway Township, NJ, USA, 2019; pp. 79–84. [Google Scholar]
  13. Nurbani, C.A.; Novamizanti, L.; Ramatryana, I.N.A.; Wardana, N.P.D.P. Measurement of cholesterol levels through eye based on co-occurrence matrix on android. In Proceedings of the 2019 IEEE Asia Pacific Conference on Wireless and Mobile (Apwimob), Bali, Indonesia, 5–7 November 2019; IEEE: Piscataway Township, NJ, USA, 2019; pp. 88–93. [Google Scholar]
  14. Raharjo, J.; Novamizanti, L.; Ramatryana, I.N.A. Cholesterol level measurement through iris image using gray level co-occurrence matrix and linear regression. ARPN J. Eng. Appl. Sci. 2019, 14, 3757–3763. [Google Scholar]
  15. Cabral, T.W.; Khosravy, M.; Dias, F.M.; Monteiro, H.L.M.; Lima, M.A.A.; Silva, L.R.M.; Naji, R.; Duque, C.A. Compressive sensing in medical signal processing and imaging systems. In Sensors for Health Monitoring; Elsevier: Amsterdam, The Netherlands, 2019; pp. 69–92. [Google Scholar]
  16. Majumdar, A.; Ward, R.K. Compressed sensing of color images. Signal Process. 2010, 90, 3122–3127. [Google Scholar] [CrossRef]
  17. Anselmi, N.; Oliveri, G.; Hannan, M.A.; Salucci, M.; Massa, A. Color compressive sensing imaging of arbitrary-shaped scatterers. IEEE Trans. Microw. Theory Tech. 2017, 65, 1986–1999. [Google Scholar] [CrossRef]
  18. Donoho, D.L. Compressed sensing. IEEE Trans. Inf. Theory 2006, 52, 1289–1306. [Google Scholar] [CrossRef]
  19. Candès, E.J.; Wakin, M.B. An introduction to compressive sampling. IEEE Signal Process. Mag. 2008, 25, 21–30. [Google Scholar] [CrossRef]
  20. Candès, E.J.; Romberg, J.; Tao, T. Robust uncertainty principles: Exact signal reconstruction from highly incomplete frequency information. IEEE Trans. Inf. Theory 2006, 52, 489–509. [Google Scholar] [CrossRef]
  21. Candes, E.J.; Tao, T. Near-optimal signal recovery from random projections: Universal encoding strategies? IEEE Trans. Inf. Theory 2006, 52, 5406–5425. [Google Scholar] [CrossRef]
  22. Jacob, M.; Ye, J.C.; Ying, L.; Doneva, M. Computational MRI: Compressive sensing and beyond [from the guest editors]. IEEE Signal Process. Mag. 2020, 37, 21–23. [Google Scholar] [CrossRef]
  23. Rahim, T.; Novamizanti, L.; Ramatryana, I.N.A.; Shin, S.Y. Compressed Medical Imaging Based on Average Sparsity Model and Reweighted Analysis of Multiple Basis Pursuit. Comput. Med. Imaging Graph. 2021, 90, 101927. [Google Scholar] [CrossRef]
  24. Flores-Vidal, P.; Gómez, D.; Castro, J.; Montero, J. New Aggregation Approaches with HSV to Color Edge Detection. Int. J. Comput. Intell. Syst. 2022, 15, 78. [Google Scholar] [CrossRef]
  25. Mandal, S.; Chaudhuri, S.S. Polyps Segmentation using Fuzzy Thresholding in HSV Color Space. In Proceedings of the 2020 IEEE-HYDCON, Hyderabad, India, 11–12 September 2020; IEEE: Piscataway Township, NJ, USA, 2020; pp. 1–5. [Google Scholar]
  26. Nisha, J.; Gopi, V.P.; Palanisamy, P. Automated colorectal polyp detection based on image enhancement and dual-path CNN architecture. Biomed. Signal Process. Control 2022, 73, 103465. [Google Scholar] [CrossRef]
  27. Puy, G.; Vandergheynst, P.; Wiaux, Y. On variable density compressive sampling. IEEE Signal Process. Lett. 2011, 18, 595–598. [Google Scholar] [CrossRef]
  28. Satrya, G.B.; Ramatryana, I.N.A.; Novamizanti, L.; Shin, S.Y. Enhanced RGB-Based Basis Pursuit Sparsity Averaging Using Variable Density Sampling for Compressive Sensing of Eye Images. IEEE Access 2022, 10, 133439–133450. [Google Scholar] [CrossRef]
  29. Yu, G.; Sapiro, G. Statistical compressed sensing of Gaussian mixture models. IEEE Trans. Signal Process. 2011, 59, 5842–5858. [Google Scholar] [CrossRef]
  30. Nouasria, H.; Et-tolba, M. New constructions of Bernoulli and Gaussian sensing matrices for compressive sensing. In Proceedings of the 2017 International Conference on Wireless Networks and Mobile Communications (WINCOM), Rabat, Morocco, 1–4 November 2017; IEEE: Piscataway Township, NJ, USA, 2017; pp. 1–5. [Google Scholar]
  31. Da Poian, G.; Bernardini, R.; Rinaldo, R. Gaussian dictionary for compressive sensing of the ECG signal. In Proceedings of the 2014 IEEE Workshop on Biometric Measurements and Systems for Security and Medical Applications (BIOMS) Proceedings, Rome, Italy, 17 October 2014; IEEE: Piscataway Township, NJ, USA, 2014; pp. 80–85. [Google Scholar]
  32. Puy, G.; Vandergheynst, P.; Gribonval, R.; Wiaux, Y. Universal and efficient compressed sensing by spread spectrum and application to realistic Fourier imaging techniques. EURASIP J. Adv. Signal Process. 2012, 2012, 1–13. [Google Scholar] [CrossRef]
  33. Chen, S.S.; Donoho, D.L.; Saunders, M.A. Atomic decomposition by basis pursuit. SIAM Rev. 2001, 43, 129–159. [Google Scholar] [CrossRef]
  34. Carrillo, R.E.; McEwen, J.D.; Wiaux, Y. Sparsity averaging reweighted analysis (SARA): A novel algorithm for radio-interferometric imaging. Mon. Not. R. Astron. Soc. 2012, 426, 1223–1234. [Google Scholar] [CrossRef]
  35. Stanković, L.; Brajović, M. Analysis of the reconstruction of sparse signals in the DCT domain applied to audio signals. IEEE/ACM Trans. Audio Speech Lang. Process. 2018, 26, 1220–1235. [Google Scholar] [CrossRef]
  36. Stanković, L.; Brajović, M.; Stanković, I.; Ioana, C.; Daković, M. Reconstruction error in nonuniformly sampled approximately sparse signals. IEEE Geosci. Remote Sens. Lett. 2020, 18, 28–32. [Google Scholar] [CrossRef]
  37. Stankovic, L.; Stankovic, I.; Dakovic, M. Nonsparsity influence on the ISAR recovery from reduced data [Correspondence]. IEEE Trans. Aerosp. Electron. Syst. 2016, 52, 3065–3070. [Google Scholar] [CrossRef]
  38. Yang, S.; Wang, M.; Li, P.; Jin, L.; Wu, B.; Jiao, L. Compressive hyperspectral imaging via sparse tensor and nonlinear compressed sensing. IEEE Trans. Geosci. Remote Sens. 2015, 53, 5943–5957. [Google Scholar] [CrossRef]
  39. Hanumanth, P.; Bhavana, P.; Subbarayappa, S. Application of deep learning and compressed sensing for reconstruction of images. In Proceedings of the Journal of Physics: Conference Series; IOP Publishing: Bristol, UK, 2020; Volume 1706, p. 012068. [Google Scholar]
  40. Yang, Y.; Sun, J.; Li, H.; Xu, Z. ADMM-CSNet: A deep learning approach for image compressive sensing. IEEE Trans. Pattern Anal. Mach. Intell. 2018, 42, 521–538. [Google Scholar] [CrossRef]
  41. Canh, T.N.; Jeon, B. Multi-Scale Deep Compressive Imaging. IEEE Trans. Comput. Imaging 2020, 7, 86–97. [Google Scholar] [CrossRef]
  42. Mardani, M.; Gong, E.; Cheng, J.Y.; Vasanawala, S.S.; Zaharchuk, G.; Xing, L.; Pauly, J.M. Deep generative adversarial neural networks for compressive sensing MRI. IEEE Trans. Med Imaging 2018, 38, 167–179. [Google Scholar] [CrossRef]
  43. Yuan, Z.; Jiang, M.; Wang, Y.; Wei, B.; Li, Y.; Wang, P.; Menpes-Smith, W.; Niu, Z.; Yang, G. SARA-GAN: Self-Attention and Relative Average Discriminator Based Generative Adversarial Networks for Fast Compressed Sensing MRI Reconstruction. Front. Neuroinformatics 2020, 14, 611666. [Google Scholar] [CrossRef]
  44. Carrillo, R.E.; McEwen, J.D.; Van De Ville, D.; Thiran, J.P.; Wiaux, Y. Sparsity averaging for compressive imaging. IEEE Signal Process. Lett. 2013, 20, 591–594. [Google Scholar] [CrossRef]
  45. Rahim, T.; Novamizanti, L.; Ramatryana, I.N.A.; Shin, S.Y.; Kim, D.S. Total variant based average sparsity model with reweighted analysis for compressive sensing of computed tomography. IEEE Access 2021, 9, 119158–119170. [Google Scholar] [CrossRef]
  46. Magdalena, R.; Rahim, T.; Pratama, I.P.A.E.; Novamizanti, L.; Ramatryana, I.N.A.; Raja, A.Y.; Shin, S.Y. RGB-based compressed medical imaging using sparsity averaging reweighted analysis for wireless capsule endoscopy images. IEEE Access 2021, 9, 147091–147101. [Google Scholar] [CrossRef]
  47. Rahim, T.; Magdalena, R.; Pratama, I.P.A.E.; Novamizanti, L.; Ramatryana, I.N.A.; Shin, S.Y.; Kim, D.S. Basis pursuit with sparsity averaging for compressive sampling of iris images. IEEE Access 2022, 10, 13728–13737. [Google Scholar] [CrossRef]
  48. Novamizanti, L.; Ramatryana, I.N.A.; Magdalena, R.; Pratama, I.P.A.E.; Rahim, T.; Shin, S.Y. Compressive Sampling of Color Retinal Image Using Spread Spectrum Fourier Sampling and Total Variant. IEEE Access 2022, 10, 42198–42207. [Google Scholar] [CrossRef]
  49. Menze, B.H.; Jakab, A.; Bauer, S.; Kalpathy-Cramer, J.; Farahani, K.; Kirby, J.; Burren, Y.; Porz, N.; Slotboom, J.; Wiest, R.; et al. The multimodal brain tumor image segmentation benchmark (BRATS). IEEE Trans. Med Imaging 2014, 34, 1993–2024. [Google Scholar] [CrossRef] [PubMed]
  50. Kistler, M.; Bonaretti, S.; Pfahrer, M.; Niklaus, R.; Büchler, P. The virtual skeleton database: An open access repository for biomedical research and collaboration. J. Med Internet Res. 2013, 15, e245. [Google Scholar] [CrossRef] [PubMed]
  51. Bernal, J.; Sánchez, F.J.; Fernández-Esparrach, G.; Gil, D.; Rodríguez, C.; Vilariño, F. WM-DOVA maps for accurate polyp highlighting in colonoscopy: Validation vs. saliency maps from physicians. Comput. Med Imaging Graph. 2015, 43, 99–111. [Google Scholar] [CrossRef] [PubMed]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.