Abstract
As an implementation of compressive sensing (CS), dual-dictionary learning (DDL) method provides an ideal access to restore signals of two related dictionaries and sparse representation. It has been proven that this method performs well in medical image reconstruction with highly undersampled data, especially for multimodality imaging like CT-MRI hybrid reconstruction. Because of its outstanding strength, short signal acquisition time, and low radiation dose, DDL has allured a broad interest in both academic and industrial fields. Here in this review article, we summarize DDL's development history, conclude the latest advance, and also discuss its role in the future directions and potential applications in medical imaging. Meanwhile, this paper points out that DDL is still in the initial stage, and it is necessary to make further studies to improve this method, especially in dictionary training.
1. Introduction
Compressive sensing (CS) is a novel theory in information acquisition and processing [1]. Since general signals are broadband, traditional signal reconstruction methods usually adopt Nyquist Sampling, requiring high sample rate and long processing time. However, CS theory offers a way to restore signal accurately with less measurement by solving an optimization problem in which signal is sparse, represented using a basis matrix, and the high-dimensional transformation is projected to a lower dimensional subspace. Therefore, CS theory has been widely recognized and applied in various fields.
Some groups focus on studies of CS applications and have developed various braches such as Bayesian CS and 1-Bit CS [2–4]. After it is applied in medical imaging reconstruction, CS theory is proven to be a method that effectively retains high image quality using undersampling measurement data in different imaging modalities including computed tomography (CT) and magnetic resonance imaging (MRI) [5–7]. Besides, CS theory shows great potential in multimodalities image reconstruction, one of the future directions of medical imaging.
Dictionary learning (DL) is a typical method of CS image reconstruction. In this method, sampled data is compressible in specific transform domain, and transformation coefficients are projected to a lower dimensional vector with essential image information retained well. As a result, complex reconstruction problem is simplified to an optimization problem. Usually, one should take three problems into consideration to solve image reconstruction problems using DL methods. First, design an overcompleted dictionary which can represent a signal sparsely. Second, get a measurement matrix strictly satisfied with isometry property. Third, develop a fast signal reconstruction algorithm with good robustness. The designed dictionary is important to the accuracy of CS image reconstruction. In DL method, the dictionary is self-adaptive and flexible; it is trained by particular image samples or group of images. Using different training methods, the image sparseness is quite different [8].
Though DL-based approach has been recognized in medical image reconstruction field, single dictionary applied in the whole image process brings out a limit in image quality. That means only one dictionary is far from enough as the prior information. In order to improve image quality, research scholars have optimized DL method to dual-dictionary learning (DDL) which has more diverse prior information in imaging modalities like CT and MRI. DDL method was initially developed for image super-resolution. Lu et al. [9, 10] applied this method for CT reconstruction. Song et al. [11] used it in 3D MRI reconstruction. DDL shows a great potential in medical image reconstruction.
In this paper, we discuss the DL method in Section 2. Based on DL method, we review DDL's history and new development in Section 3, including its theory, feasibility demonstration, and the application in different fields. In Section 4, we discuss the use of DDL in medical image analysis. In the section of Discussion and Conclusion, we summarize algorithms and explore the future directions in medical image reconstruction.
2. Dictionary Learning (DL) Algorithm
2.1. DL Method and Theory
According to the CS theory, an undersampling image reconstruction problem is to solve an underdetermined system of linear equations F u x = y by minimizing the l 0 quasi norm (e.g., number of nonzeros) of the sparsified transform Ψx; it means the image x is sparse after a completed sparse transform Ψ ∈ ℜ M×N. The corresponding optimization problem is
(1) |
In (1), x is the image to be reconstructed, F u is the codebook for the given measurements y. Equation (1) is also known as a sparse coding problem, which is a NP-hard problem (nondeterministic polynomial). It can be solved by some greedy algorithms, for example, orthogonal matching pursuit (OMP) [12]. It is notable that if the l 0 norm is replaced with l 1 norm, the problem can be solved by linear programming in the real domain or second order cone programming in the complex domain.
Given an image X of size N × N, it can be decomposed into some small patches of size b × b, b ≪ N. Each patch can be expressed as a n = b 2 dimensional vector x ∈ ℜ n. All the patches are extracted from the object image X according to the patch size and the slide distance. A dictionary D ∈ ℜ n×K is a matrix that consists of K atoms d k ∈ ℜ n=b×b which are the columns of the dictionary. As d k is the patch vector from sample images, the initial dictionary constructed from the extracted patches is usually redundant or overcompleted; that is, N ≪ K. Using specific atoms of initial dictionary D, each vector x in the image can be approximately represented as sparse coefficient [13]. Consider
(2) |
where ε > 0 for the error bound and α ∈ ℜ K for the sparse representation vector which has few nonzero elements: ‖α‖0 ≪ N ≪ K, i = 1,2,…, K. To get the sparse representation of the vector x, one can minimize the l 0 norm as
(3) |
If an image contains S patches, DL is to find a dictionary in which all the patches should be sparsely represented as follows:
(4) |
Usually, if ν is fixed by specific value, (3) is equivalent to solve the following problem:
(5) |
2.2. Dictionary Construction
DL problem is NP-hard because it turns to a sparse coding problem when D and x are fixed. Currently, mainly four adaptive dictionary training algorithms were proposed to solve such a dictionary learning problem.
Direct method (DM): DM is an original method that preserves all the details in the sample images because of a direct extraction process, and then a target image can be fully recovered as the patches are well chosen. Usually, this method is effective in super-resolution image reconstruction.
Method of optimal directions (MOD): MOD fixes the coefficients corresponding to the dictionary vectors and then updates the atoms by minimizing the residuals between the training vectors and its representations. The main advantage of MOD is that it gives the optimal adjustment of the dictionary vectors in each iteration. Usually, it provides better convergence properties in ECG (electrocardiogram) signals [14].
Generalized principal component analysis (GPCA): GPCA is a general method for modeling and segmenting some mixed data using a collection of subspaces. By introducing certain algebraic models and techniques into data clustering, traditionally a statistical problem, GPCA offers a new spectrum of algorithms for data modeling and clustering [15].
K-means singular value decomposition (K-SVD): K-SVD is an iterative method updating the dictionary atoms to fit the data better. The method does SVD on the errors and updates the current dictionary atom and coefficient simultaneously with the item which has the minimum error. As the most widely used method to train the dictionary, K-SVD has an excellent convergence and sparsity [16].
Dictionary learning can be used to reconstruct image; a classic algorithm is summarized in Figure 1. Given an initial value x 0 (initial dictionary), do dictionary learning using appropriate training method and obtain the sparse representation, and then update x under specific transform (i.e., wavelet, Fourier) and output the result after several iterations at last.
3. DDL Algorithm in Image Analysis
3.1. From Single to Dual-Dictionary
DL method is widely used in image restoration [17–19], super-resolution reconstruction [20–23], image deblurring [24–26], denoising [27–32], medical image reconstruction [13, 33], image prediction [34], and image inpainting [35]. However, both dynamitic atoms in each iteration step and certain noise in measurement data would increase iteration time making DL method slow in most cases. As to improve DL's inefficiency, some come up with the solution that by introducing two or more dictionaries image quality would be further improved within less time. One of the improved methods is dual-dictionary learning (DDL).
DDL theory is first introduced by Curzion et al. as PADDL; it aimed to train a linear mapping in the case of a single dictionary. Note that this method is not using two different dictionaries but training one dictionary with its “dual” dictionary. In PADDL method, the essential concept is to update the dictionary D = [d 1,…, d K] ∈ ℜ d×K by means of its “dual” dictionary C = [c 1,…,c K]T ∈ ℜ K×d, as an auxiliary item. It aims to find an optimal pair of linear operators D by minimizing the following:
(6) |
where X ∈ ℜ d×N is the matrix to be trained and U ∈ ℜ K×N is the representation. The c i can be treated as filters to approximate its optimal u. η is the weight parameters.
The result shows that this dual-dictionary training method can be applied well in calculating the sparse representations [36].
3.2. DDL in Super-Resolution Reconstruction
Zhang et al. proposed an efficient sparse representation method to solve image super-resolution reconstruction via DDL [37]. In this work, they assume that image patches with different resolution can share the same underlying sparse representation. Thus, given a dictionary pair {D h, D l}, where h stands for high resolution and l stands for low resolution, the sparse representation of x i from low-resolution image X l is similar as (3). Consider
(7) |
With the sparse representation vector z i, the high-resolution patch can be approximately expressed as x i′ = D h z i. Put all the high-resolution patches back into corresponding positions and perform normalization. Finally we obtain the estimation of the high-resolution image x′.
The optimization model for learning coupled dictionaries with “dual” is as follows:
(8) |
, in which M and N are the dimension of the high- and low-resolution patches. . C l ∈ ℜ K×N is the dual of D l as mentioned in Section 2.1. After multiplying z i = C l x i by D h, we acquire the high-resolution patch x i′. In this method, D l and D h are treated as one dictionary and trained simultaneously with their dual, which refers to D l and D h.
With the approximate sparse coding procedure via model (8), the result shows that their method speeds up the overall super-resolution process significantly.
3.3. DDL in Image Restoration
Similar to HaiChaos' work, Wang et al. also applied DDL in image restoration [38]. They solved the problem of restoring the lost part of high-frequency detail information of images.
Wang et al. reconstructed the high-frequency (HF) details from the low-resolution images using the prior models. HF is decomposed into a combination of two components, main high-frequency (MHF) and residual high-frequency (RHF). Wang et al. restored MHF and RHF, respectively, with dual-dictionary and then added up MHF and RHF at last. For dictionary construction, K-SVD was used to train the two dictionaries. The experiment result reveals that the PSNR values are better than bicubic and sparse representation algorithm.
3.4. DDL in Human Pose Estimation
Ji and Su proposed a new method for robust 3D human pose estimation using DDL [39]. In their study, they constructed two dictionaries simultaneously including visual observation dictionary and body configuration dictionary. Both of the two dictionaries share with a same sparse representation with respect to every visual observation and its corresponding 3D body pose.
Since outline features are usually corrupted, the optimization model for robust human pose estimation is as follows:
(9) |
where X ∈ ℜ m×n for observation data matrix, A ∈ ℜ m×d for observation dictionary, Y ∈ ℜ k×n for 3D pose data matrix, and B ∈ ℜ k×d for body configuration dictionary. R ∈ ℜ d×n for common sparse representation of X and Y, and E is the corruption item to be minimized.
To solve problem (9), Hao and Fei used an inexact Augmented Lagrange Multiplier (IALM) method to update the two dictionaries. More details related to the IALM method can be learned from [29].
The experimental results show that their approach performs well in recovering outlines from corrupted data compared with other methods.
4. DDL Algorithm in Medical Image Reconstruction
Recently, DDL has gained attention in medical image reconstruction, which can improve image qualities and accelerate reconstruction process.
4.1. Method and Theory
Let u l be a low-quality image and D l = [d 1 l, d 2 l,…, d K l], and let D l ∈ ℜ n×K be a low dictionary constructed from u l. Similarly, let u h be the high-quality counterpart of u l and D h = [d 1 h, d 2 h,…, d K h]; D h ∈ ℜ n×K constructed from u h. As a corresponding relation between u l and u h, they can be connected with a general following model:
(10) |
where ε l is the noise and Q is the transform operator. For a specific u h, we can assume that each patch u i h in u h can be expressed as the linear combination of the atoms in the following dictionary D h:
(11) |
where η is the error; ‖η‖2 2 < ε. α i is sparse coefficient, ‖α i‖0 ≪ K. Combining (11) and (10) gives
(12) |
According to the above derivations which are referred to as the Sparse-Land Model, the low-quality patch u i l can be sparse coded by the same vector α i under dictionary D l = QD h. Thus, given the dictionaries D l and D h with accurate one-to-one mapping atoms, we can approximately recover u i h simply by multiplying D h and the sparse representation obtained from D l as follows:
(13) |
The general workflow for DDL method in medical image reconstruction is summarized in Figure 2. Given two sets of measured data (high-resolution sample images and low-resolution sample images), we can obtain two dictionaries D l and D h using appropriate training methods (DM, MOD, GPCA, or K-SVD). When a measured data is input, we can obtain the sparse representation with D l and then update the x using D h.
4.2. DDL in CT Reconstruction
Computed tomography (CT) reconstruction is a process obtaining the tomographic image of human body from X-ray projection data. The reconstruction methods can be divided into two types, analytic and iterative methods. In recent years, CS-based iterative method was applied in 3D X-ray image reconstruction. It performs more flexible and accurate than analytic method in most of cases. Some typical topics include interior CT problem, low-dose imaging, and incomplete data reconstruction [40–44].
Lu et al. made a progress in few-view image reconstruction of CT images (SART-TV-DL) [9, 10] using DDL. Since each pair of corresponding sample images is reconstructed from the same object just different in view numbers of projection, a high-quality image and its low-quality counterpart have the relationship described in (10).
In their work, a set of high-quality images which were reconstructed with SART algorithm from adequate projection were used to construct a high-quality dictionary D h; however, according to the pixel-to-pixel mapping rule, a low-quality dictionary D l can be also generated from a set of blurry images which were reconstructed from under-sampled projection data. To solve the dictionary training problem, they used DM mentioned in Section 1 because it could reserve most details of the sample images. Moreover, this method can generate dictionaries easiest and fastest.
However, in a CT image, pixel values alone cannot reflect the relationship of the adjacent two pixels. Therefore, in addition to DM, they used pixel values combined with its first-order gradient vector along x and y direction to provide more information of an image vector for each patch. That is, if an image patch is of size , the atom in the dictionary had 3n features because of the gradient. As the dictionaries were redundant or overcomplete, they reduced the redundancy of the dictionaries by means of setting a minimum Euclidean distances threshold.
The real data results demonstrate the potential of SART-TV-DL algorithm in CT image reconstruction with 30–50 views. It contributes to some preclinical and clinical applications such as C-arm, breast CT, and tomosynthesis.
Different from Lu's work, Cao and Xing applied DDL in CT limited angle reconstruction [45]. In his work, a two-dictionary learning (ART-TV-TDL) algorithm is proposed to remove the limited angle artifacts. The two dictionaries were, respectively, object dictionary D o learned from a high-quality training image and artifact dictionary D a from artifact image. A limited angle reconstruction , which could be divided into the object part X o and the artifact part X a, had the different sparse representation coefficients with D o and D a as follows:
(14) |
Here α and β are the sparse coefficient with L 1 and L 2 sparsity; the training method was K-SVD in this work. To get a better image with restrain artifacts, they combined these two representations for iterative reconstruction. Consider
(15) |
where λ o, λ a, and λ are parameters to balance the effect. Their results show that the ART-TV-TDL method has smaller RMSE values in different limited angles (90 and 120) compared with ART-TV method.
4.3. DDL in 3D MRI Reconstruction
Song et al. proposed a novel method for multislice (3D) MRI reconstruction from undersampled k-space data using dual-dictionary learning (Dual-DL-MRI) [11].
For a high-resolution M × N × H MRI images series S h, one can represent them as one vector s high ∈ ℜ MNH×1 of length MHN and get its undersampled k-space measurements y by Fourier transform . is a three-dimension undersampling Fourier matrix. Therefore, the corresponding series s low ∈ ℜ MNH×1 can be reconstructed from undersampled k-space by inverse Fourier transform as follows:
(16) |
As we can see, (16) is one form of (10), which demonstrates the possibility of dual-dictionary in MRI reconstruction.
To construct dual-dictionary, they used K-SVD method to train the two dictionaries simultaneously to ensure the matching accuracy (one-to-one correspondence); D l and D h can be obtained by
(17) |
where stands for two sample sets that are one-to-one matching; . It is worth noting that no more feature vectors are written in each dictionary atom except pixel values.
After updating the reconstruction result for each slice in the Fourier domain (restore the measured data), their work successfully reduce the PSNR of low-resolution MRI reconstruction images.
4.4. DDL in Multimodality Image Reconstruction
Multimodality biomedical imaging has found its increasing applications during the last decade and is becoming routine in clinical practice. Multimodality imaging is to integrate multiple imaging techniques into one instrument or fuse two or more imaging modalities such as CT, MRI, PET, and SPECT. This integration of structural, functional, and molecular information provides more accurate diagnoses. For example, MRI methods offer human soft tissue information with excellent clarity whereas CT depicts human hard tissue such as bone. Both of CT and MRI reveal important functional information. If these two modalities can be combined in one device, some small disease such as caducous blood clots could be exactly diagnosed. However, the imaging principles of MRI and CT are totally different, and how to build an accurate connection of these two modalities is an urgent problem.
In order to stylize the synergy between CT and MRI data sets from an object at the same time, Lu et al. try to investigate the possibility of CT-MRI unified imaging via dual-dictionary [46]. Figures 3(a) and 3(b) are, respectively, CT and MRI image; these two images are obtained from one layer of a patient's brain and are well registered. Figures 3(c) and 3(d) are the first-order gradient images of Figures 3(a) and 3(b) along x direction. Figure 3(e) is the subtraction of CT and MRI, and Figure 3(f) is the subtraction of their gradients. From Figures 3(c), 3(d), and 3(f), we can see that the interiors of CT and MRI are structurally correlated, especially the brain bone. Thus, it is possible to build a connection of CT and MRI using the structural information. With an MRI image as the a priori information, Lu tries to recover its corresponding CT image.
Since CT scan is totally different with MRI scan in physical principle, they use direct method to reserve as much information as possible to establish a knowledge-based connection between the two datasets. The two dictionaries are D MR and D CT; the former is derived from high-resolution MRI images, and the latter is from high-resolution CT images. The significant point of two dictionaries is that the patches in each dictionary are restricted one-to-one correspondence.
In reconstruction step, D MR and D CT are treated as D l and D h in (12), respectively. With dual-dictionary learning, a base CT image is first obtained just from a high-quality MRI image without corresponding CT data. Second, combined with base CT image and highly undersampled CT data, they reconstruct better resolution CT image using iterative method. The base CT image provides a better resolution and outline information, while highly undersampled CT image provides all the detailed information.
5. Discussion and Conclusion
In this paper, we discussed the recent advances of the DDL methods in medical imaging. Based on highly undersampled measured data, DDL algorithm has shown its great potential in reconstructing high-resolution images [47, 48].
Nowadays, MRI has become an indispensable medical modality of imaging diagnosis. However, during an MRI process, the scan time is usually up to fifteen minutes or even more. Patients might feel uncomfortable to keep motionless for a long time in the huge MRI gantry. Moreover, motion artifacts which reduce the images quality are always inevitable due to some organ movements such as heartbeat, pulse, and spasm. Researches demonstrated that the average displacement is over 0.35 mm within 100 seconds for one person lying on the cradle, while this number is up to 2.5 mm for a patient [42, 43]. Therefore, it has an important clinical significance to save the MRI scan time for better images quality and healthcare.
DDL method may be the future direction of fast MRI reconstruction. As mentioned in Section 4.4, the same slice of CT and MRI images from one object are structurally correlated. The advantage of CT is that the scanning time is short for some typical parts of body. Besides, the spatial resolution of CT is better than MRI. In the fast MRI, the measurement data is incomplete. Therefore, if the CT image data can be utilized as prior information in MRI reconstruction process, fewer measurement data (k-space) is required for high-resolution MRI image reconstruction. The essence of the reviewed DDL is establishing an appropriate relation between two spatial domains (e.g., different resolutions and different frequencies). One domain is for atom matching and the other domain is for image updating. Similarly, we may establish a quantitative relation between the two modalities using DDL. The relation can be a one-to-one mapping between the images boundaries which reflect the correlation between CT and MRI. In this way, DDL enables the fast MRI.
Overall, DDL method has shown its effective application in medical image reconstruction. With DDL method, we can reconstruct a high-resolution image with highly undersampling data. Inspired by its performances in one medical modality, DDL can be applied in structurally correlated image reconstruction problem, for example, multimodalities image reconstruction (CT-MRI).
However, the research work of DDL still remains in preliminary stage. For example, as discussed in the paper, reconstruction results may be relatively sensitive to the matching accuracy between the two dictionaries. Thus, how to establish closest connections between the images with different resolutions or even different modalities will be an important issue to be solved in the future. Also, the redundancy of dictionaries should be eliminated more reasonable to ensure better sparse representation.
Acknowledgments
This work was partly supported by the Grants from NNSFC 10905030 and 81427803, Beijing Natural Science Foundation (research on key techniques of medical cone-beam CT reconstruction from little data based on compressed sensing theory), and Beijing Excellent Talents Training Foundation (2013D009004000004). Thanks are due to the supports by Visible Human Project (http://www.nlm.nih.gov/); CT and MRI figures are obtained from Visible Human Project.
Conflict of Interests
The authors declare that there is no conflict of interests regarding the publication of this paper.
References
- 1.Donoho D. L. Compressed sensing. IEEE Transactions on Information Theory. 2006;52(4):1289–1306. doi: 10.1109/tit.2006.871582. [DOI] [Google Scholar]
- 2.Figueiredo M. A. T., Nowak R. D., Wright S. J. Gradient projection for sparse reconstruction: application to compressed sensing and other inverse problems. IEEE Journal on Selected Topics in Signal Processing. 2007;1(4):586–597. doi: 10.1109/jstsp.2007.910281. [DOI] [Google Scholar]
- 3.Blumensath T., Davies M. E. Iterative hard thresholding for compressed sensing. Applied and Computational Harmonic Analysis. 2009;27(3):265–274. doi: 10.1016/j.acha.2009.04.002. [DOI] [Google Scholar]
- 4.Daubechies I., Defrise M., de Mol C. An iterative thresholding algorithm for linear inverse problems with a sparsity constraint. Communications on Pure and Applied Mathematics. 2004;57(11):1413–1457. doi: 10.1002/cpa.20042. [DOI] [Google Scholar]
- 5.Qin J., Guo W. H. An efficient compressive sensing MR image reconstruction scheme. Proceedings of the IEEE 10th International Symposium on Biomedical Imaging (ISBI '13); April 2013; San Francisco, Calif, USA. IEEE; pp. 306–309. [DOI] [Google Scholar]
- 6.Razzaq F. A., Mohamed S., Bhatti A., Nahavandi S. Locally sparsified compressive sensing for improved MR image quality. Proceedings of the IEEE International Conference on Systems, Man, and Cybernetics (SMC '13); 2013; pp. 2163–2167. [Google Scholar]
- 7.Razzaq F. A., Mohamed S., Bhatti A., Nahavandi S. Non-uniform sparsity in rapid compressive sensing MRI. Proceedings of IEEE International Conference on Systems, Man, and Cybernetics (SMC '12); October 2012; pp. 2253–2258. [DOI] [Google Scholar]
- 8.Ma S., Yin W. T., Zhang Y., Chakraborty A. An efficient algorithm for compressed MR imaging using total variation and wavelets. Proceedings of the 26th IEEE Conference on Computer Vision and Pattern Recognition (CVPR '08); June 2008; Anchorage, Alaska, USA. pp. 1–8. [DOI] [Google Scholar]
- 9.Lu Y., Zhao J., Wang G. Few-view image reconstruction with dual dictionaries. Physics in Medicine and Biology. 2012;57(1):173–189. doi: 10.1088/0031-9155/57/1/173. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Zhao B., Ding H., Lu Y., Wang G., Zhao J., Molloi S. Dual-dictionary learning-based iterative image reconstruction for spectral computed tomography application. Physics in Medicine and Biology. 2012;57(24):8217–8229. doi: 10.1088/0031-9155/57/24/8217. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Song Y., Zhu Z., Lu Y., Liu Q. G., Zhao J. Reconstruction of magnetic resonance imaging by three-dimensional dual-dictionary learning. Magnetic Resonance in Medicine. 2014;71(3):1285–1298. doi: 10.1002/mrm.24734. [DOI] [PubMed] [Google Scholar]
- 12.Lee H., Lee D. S., Kang H., Kim B.-N., Chung M. K. Sparse brain network recovery under compressed sensing. IEEE Transactions on Medical Imaging. 2011;30(5):1154–1165. doi: 10.1109/tmi.2011.2140380. [DOI] [PubMed] [Google Scholar]
- 13.Ravishankar S., Bresler Y. MR image reconstruction from highly undersampled k-space data by dictionary learning. IEEE Transactions on Medical Imaging. 2011;30(5):1028–1041. doi: 10.1109/TMI.2010.2090538. [DOI] [PubMed] [Google Scholar]
- 14.Engan K., Aase S. O., Husoy J. H. Method of optimal directions for frame design. Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP '99); March 1999; pp. 2443–2446. [Google Scholar]
- 15.Vidal R., Ma Y., Sastry S. Generalized principal component analysis (GPCA) IEEE Transactions on Pattern Analysis and Machine Intelligence. 2005;27(12):1945–1959. doi: 10.1109/tpami.2005.244. [DOI] [PubMed] [Google Scholar]
- 16.Aharon M., Elad M., Bruckstein A. K-SVD: an algorithm for designing overcomplete dictionaries for sparse representation. IEEE Transactions on Signal Processing. 2006;54(11):4311–4322. doi: 10.1109/tsp.2006.881199. [DOI] [Google Scholar]
- 17.Li Y. Dictionary learning based multitask image restoration. Proceedings of the 5th International Congress on Image and Signal Processing (CISP '12); October 2012; pp. 364–368. [DOI] [Google Scholar]
- 18.Zhang J., Zhao D. B., Gao W. Group-based sparse representation for image restoration. IEEE Transactions on Image Processing. 2014;23(8):3336–3351. doi: 10.1109/tip.2014.2323127. [DOI] [PubMed] [Google Scholar]
- 19.Mairal J., Sapiro G., Elad M. Learning multiscale sparse representations for image and video restoration. Multiscale Modeling & Simulation. 2008;7(1):214–241. doi: 10.1137/070697653. [DOI] [Google Scholar]
- 20.Tanaka M., Sakurai A., Okutomi M. Across-resolution adaptive dictionary learning for single-image super-resolution. Digital Photography IX; February 2013; [DOI] [Google Scholar]
- 21.Fan Y. Y., Tanaka M., Okutomi M. A classification-and-reconstruction approach for a single image super-resolution by a sparse representation. Digital Photography X; May 2014; [DOI] [Google Scholar]
- 22.Shang L., Sun Z. L. Intelligent Computing Methodologies. Vol. 8589. Berlin, Germany: Springer; 2014. Image super-resolution reconstruction based on two-stage dictionary learning; pp. 277–284. (Lecture Notes in Computer Science). [DOI] [Google Scholar]
- 23.Zhang J., Zhao C., Xiong R. Q., Ma S. W., Zhao D. B. Image super-resolution via dual-dictionary learning and sparse representation. Proceedings of the IEEE International Symposium on Circuits and Systems (ISCAS '12); May 2012; Seoul, Republic of Korea. IEEE; pp. 1688–1691. [DOI] [Google Scholar]
- 24.Liu Q. G., Liang D., Song Y., Luo J. H., Zhu Y. M., Li W. S. Augmented Lagrangian-based sparse representation method with dictionary updating for image deblurring. SIAM Journal on Imaging Sciences. 2013;6(3):1689–1718. doi: 10.1137/110857349. [DOI] [Google Scholar]
- 25.Ma L., Moisan L., Yu J., Zeng T. A dictionary learning approach for Poisson image Deblurring. IEEE Transactions on Medical Imaging. 2013;32(7):1277–1289. doi: 10.1109/tmi.2013.2255883. [DOI] [PubMed] [Google Scholar]
- 26.Hu Z., Huang J.-B., Yang M.-H. Single image deblurring with adaptive dictionary learning. Proceedings of the 17th IEEE International Conference on Image Processing (ICIP ’10); September 2010; Hong Kong, China. pp. 1169–1172. [DOI] [Google Scholar]
- 27.Beckouche S., Starck J. L., Fadili J. Astronomical image denoising using dictionary learning. Astronomy & Astrophysics. 2013;556, article A132 doi: 10.1051/0004-6361/201220752. [DOI] [Google Scholar]
- 28.Elad M., Aharon M. Image denoising via sparse and redundant representations over learned dictionaries. IEEE Transactions on Image Processing. 2006;15(12):3736–3745. doi: 10.1109/tip.2006.881969. [DOI] [PubMed] [Google Scholar]
- 29.Giryes R., Elad M. Sparsity-based Poisson denoising with dictionary learning. IEEE Transactions on Image Processing. 2014;23(12):5057–5069. doi: 10.1109/tip.2014.2362057. [DOI] [PubMed] [Google Scholar]
- 30.Razaviyayn M., Tseng H.-W., Luo Z.-Q. Dictionary learning for sparse representation: complexity and algorithms. Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP '14); May 2014; Florence, Italy. IEEE; pp. 5247–5251. [DOI] [Google Scholar]
- 31.Eksioglu E. M. Online dictionary learning algorithm with periodic updates and its application to image denoising. Expert Systems with Applications. 2014;41(8):3682–3690. doi: 10.1016/j.eswa.2013.11.036. [DOI] [Google Scholar]
- 32.Zhang X., Feng X., Wang W., Liu G. Image denoising via 2D dictionary learning and adaptive hard thresholding. Pattern Recognition Letters. 2013;34(16):2110–2117. doi: 10.1016/j.patrec.2013.07.018. [DOI] [Google Scholar]
- 33.Xu Q., Yu H. Y., Mou X. Q., Zhang L., Hsieh J., Wang G. Low-dose X-ray CT reconstruction via dictionary learning. IEEE Transactions on Medical Imaging. 2012;31(9):1682–1697. doi: 10.1109/tmi.2012.2195669. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Türkan M., Guillemot C. Dictionary learning for image prediction. Journal of Visual Communication and Image Representation. 2013;24(3):426–437. doi: 10.1016/j.jvcir.2013.02.001. [DOI] [Google Scholar]
- 35.Zhou G. H., Zhu D. Z., Wang K., Wu Q., Feng X. C., Wang C. Wavelet image inpainting based on dictionary learning with a beta process. Proceedings of the World Automation Congress (WAC '12); June 2012. [Google Scholar]
- 36.Basso C., Santoro M., Verri A., Villa S. Artificial Neural Networks and Machine Learning—ICANN 2011. Vol. 6791. Berlin, Germany: Springer; 2011. PADDLE: proximal algorithm for dual dictionaries LEarning; pp. 379–386. (Lecture Notes in Computer Science Volume). [DOI] [Google Scholar]
- 37.Zhang H., Zhang Y., Huang T. S. Efficient sparse representation based image super resolution via dual dictionary learning. Proceedings of the 12th IEEE International Conference on Multimedia and Expo (ICME '11); July 2011; [DOI] [Google Scholar]
- 38.Wang X., Ran Q., Chen D., Jiang F. Image restoration through dictionary learning and sparse representation. Journal of Information and Computational Science. 2013;10(11):3497–3502. doi: 10.12733/jics20101953. [DOI] [Google Scholar]
- 39.Ji H., Su F. Robust 3D human pose estimation via dual dictionaries learning. Proceedings of the 21st International Conference on Pattern Recognition (ICPR '12); November 2012; Tsukuba, Japan. pp. 3370–3373. [Google Scholar]
- 40.Li L., Kang K. J., Chen Z. Q., Zhang L., Xing Y. X. A general region-of-interest image reconstruction approach with truncated Hilbert transform. Journal of X-Ray Science and Technology. 2009;17(2):135–152. doi: 10.3233/XST-2009-0218. [DOI] [PubMed] [Google Scholar]
- 41.Duan X. H., Zhang L., Xing Y. X., Chen Z. Q., Cheng J. P. Few-view projection reconstruction with an iterative reconstruction-reprojection algorithm and TV constraint. IEEE Transactions on Nuclear Science. 2009;56(3):1377–1382. doi: 10.1109/tns.2008.2009990. [DOI] [Google Scholar]
- 42.Li L., Xing Y., Chen Z., Zhang L., Kang K. A curve-filtered FDK (C-FDK) reconstruction algorithm for circular cone-beam CT. Journal of X-Ray Science and Technology. 2011;19(3):355–371. doi: 10.3233/xst-2011-0299. [DOI] [PubMed] [Google Scholar]
- 43.Chang M., Li L., Chen Z. Q., Xiao Y. S., Zhang L., Wang G. A few-view reweighted sparsity hunting (FRESH) method for CT image reconstruction. Journal of X-Ray Science and Technology. 2013;21(2):161–176. doi: 10.3233/xst-130370. [DOI] [PubMed] [Google Scholar]
- 44.Chen Z., Jin X., Li L., Wang G. A limited-angle CT reconstruction method based on anisotropic TV minimization. Physics in Medicine and Biology. 2013;58(7):2119–2141. doi: 10.1088/0031-9155/58/7/2119. [DOI] [PubMed] [Google Scholar]
- 45.Cao M., Xing Y. X. Limited angle reconstruction with two dictionaries. IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC '13); October 2013; Seoul, Republic of Korea. pp. 1–4. [DOI] [Google Scholar]
- 46.Lu Y., Zhao J., Zhuang T. G., Wang G. Unified dual-modality image reconstruction with dual dictionaries. Developments in X-Ray Tomography VIII; October 2012; [DOI] [Google Scholar]
- 47.Liu Z.-Q., Bao L.-J., Chen Z. Super-resolution reconstruction for magnetic resonance imaging based on adaptive dual dictionary. Electro-Optic Technology Application. 2013;28(4):55–60. [Google Scholar]
- 48.Feng L., Wang P., Xu T.-F., Shi M.-Z., Zhao F. Dual dictionary sparse restoration of blurred images. Optics and Precision Engineering. 2011;19(8):1982–1989. doi: 10.3788/ope.20111908.1982. [DOI] [Google Scholar]