GSR-master

所属分类:图形图像处理
开发工具:matlab
文件大小:8519KB
下载次数:0
上传日期:2020-07-28 10:29:47
上 传 者齐天大圣哦哦
说明:  稀疏表示,用于人脸识别,特征提取,信号降维等领域。
(Sparse representation, used in face recognition, feature extraction, signal dimensionality reduction and other fields.)

文件列表:
Group-based Sparse Representation for Image Restoration.pdf (8026360, 2019-12-17)
GSR for Compressive Sensing (0, 2019-12-17)
GSR for Compressive Sensing\contourlet_toolbox.rar (271493, 2018-06-26)
GSR for Compressive Sensing\Demo_Image_CS_Recovery_via_GSR.m (4124, 2018-06-26)
GSR for Compressive Sensing\dualcodes.rar (619779, 2018-06-26)
GSR for Compressive Sensing\mh-bcs-spl-1.0-1.rar (59882, 2018-06-26)
GSR for Compressive Sensing\Test_Images (0, 2019-12-17)
GSR for Compressive Sensing\Test_Images\Barbara256.tif (66386, 2018-06-26)
GSR for Compressive Sensing\Test_Images\House256.tif (66020, 2018-06-26)
GSR for Compressive Sensing\Test_Images\Leaves256.tif (64534, 2018-06-26)
GSR for Compressive Sensing\Test_Images\Vessels96.tif (9484, 2018-06-26)
GSR for Compressive Sensing\Utilities (0, 2019-12-17)
GSR for Compressive Sensing\Utilities\BCS_GSR_Decoder_SBI_Iter.m (1376, 2018-06-26)
GSR for Compressive Sensing\Utilities\blow.m (168, 2018-06-26)
GSR for Compressive Sensing\Utilities\cal_ssim.m (6168, 2018-06-26)
GSR for Compressive Sensing\Utilities\ComputeColNo.m (93, 2018-06-26)
GSR for Compressive Sensing\Utilities\ComputeRowNo.m (149, 2018-06-26)
GSR for Compressive Sensing\Utilities\conv2c.m (1666, 2018-06-26)
GSR for Compressive Sensing\Utilities\csnr.m (472, 2018-06-26)
GSR for Compressive Sensing\Utilities\GSR_Solver_CS.m (2774, 2018-06-26)
GSR for Compressive Sensing\Utilities\isinInterval.m (369, 2018-06-26)
GSR for Compressive Sensing\Utilities\normcoef.m (222, 2018-06-26)
GSR for Compressive Sensing\Utilities\PatchSearch.m (561, 2018-06-26)
GSR for Compressive Sensing\Utilities\projk.m (587, 2018-06-26)
GSR for Compressive Sensing\Utilities\PSNR.m (1329, 2018-06-26)
GSR for Compressive Sensing\Utilities\RMS.m (1312, 2018-06-26)
GSR for Compressive Sensing\Utilities\Write2Im.m (506, 2018-06-26)
GSR for Deblurring (0, 2019-12-17)
GSR for Deblurring\Demo_Image_Deblurring_via_GSR_for_First_Set.m (5309, 2018-06-26)
GSR for Deblurring\Demo_Image_Deblurring_via_GSR_for_Second_Set.m (6480, 2018-06-26)
GSR for Deblurring\GSR_Results (0, 2019-12-17)
GSR for Deblurring\GSR_Results\barbara.tif_Blurred_Type_7_PSNR_22.4226dB.tif (66434, 2018-06-26)
GSR for Deblurring\Test_Images (0, 2019-12-17)
GSR for Deblurring\Test_Images\barbara.png (185727, 2018-06-26)
GSR for Deblurring\Test_Images\barbara.tif (66386, 2018-06-26)
GSR for Deblurring\Test_Images\boats.tif (66282, 2018-06-26)
GSR for Deblurring\Test_Images\cameraman.tif (65722, 2018-06-26)
GSR for Deblurring\Test_Images\Cameraman256.png (37559, 2018-06-26)
GSR for Deblurring\Test_Images\house.tif (65722, 2018-06-26)
... ...

# GSR ##### Group-based Sparse Representation for Image Restoration (Matlab Code) These MATLAB programs implement the image restoration algorithms via group-based sparse representation (GSR) modeling as described in paper: Jian Zhang, Debin Zhao, Wen Gao, "Group-based Sparse Representation for Image Restoration", TIP 2014, [[pdf]](https://arxiv.org/abs/1405.3351) Specifically, this packages contains the implementions for three applications: image inpainting, image deblurring and image compressive sensing recovery, which can be found in each directory. This code relies on [Wavelet Software package](http://eeweb.poly.edu/iselesni/WaveletSoftware/), [Pascal Getreuer's Wavelet CDF 9/7 package](http://www.getreuer.info/home/waveletcdf97), [FSIM-Feature Similarity Index](http://www4.comp.polyu.edu.hk/~cslzhang/IQA/FSIM/FSIM.htm), [MH-BCS-SPL package](http://www.ece.msstate.edu/~fowler/BCSSPL/). All will need to reside within the current MATLAB search path. ##### Requirements: Matlab 7.10.0(2010a) or later with installed: ## Introduction Traditional patch-based sparse representation modeling of natural images usually suffer from two problems. First, it has to solve a large-scale optimization problem with high computational complexity in dictionary learning. Second, each patch is considered independently in dictionary learning and sparse coding, which ignores the relationship among patches, resulting in inaccurate sparse coding coefficients. In this paper, instead of using patch as the basic unit of sparse representation, we exploit the concept of group as the basic unit of sparse representation, which is composed of nonlocal patches with similar structures, and establish a novel sparse representation modeling of natural images, called group-based sparse representation (GSR). The proposed GSR is able to sparsely represent natural images in the domain of group, which enforces the intrinsic local sparsity and nonlocal self-similarity of images simultaneously in a unified framework. Moreover, an effective self-adaptive dictionary learning method for each group with low complexity is designed, rather than dictionary learning from natural images. To make GSR tractable and robust, a split Bregman based technique is developed to solve the proposed GSR-driven minimization problem for image restoration efficiently. Extensive experiments on image inpainting, image deblurring and image compressive sensing recovery manifest that the proposed GSR modeling outperforms many current state-of-the-art schemes in both PSNR and visual perception. ## Citation If you find our code helpful in your resarch or work, please cite our paper. ``` @article{zhang2014group, title={Group-based sparse representation for image restoration}, author={Zhang, Jian and Zhao, Debin and Gao, Wen}, journal={IEEE Transactions on Image Processing}, volume={23}, number={8}, pages={3336--3351}, year={2014}, publisher={IEEE} } ```

近期下载者

相关文件


收藏者