Example: biology

Weighted Nuclear Norm Minimization with Application to ...

Weighted Nuclear Norm Minimization with Application to Image DenoisingShuhang Gu1, Lei Zhang1, Wangmeng Zuo2, Xiangchu Feng31 Dept. of Computing, The Hong Kong Polytechnic University, Hong Kong, China2 School of Computer Science and Technology, Harbin Institute of Technology, Harbin, China3 Dept. of Applied Mathematics, Xidian University, Xi,an, China{cssgu, a convex relaxation of the low rank matrix factoriza-tion problem , the Nuclear norm Minimization has been at-tracting significant research interest in recent years. Thestandard Nuclear norm Minimization regularizes each sin-gular value equally to pursue the convexity of the objectivefunction. However, this greatly restricts its capability andflexibility in dealing with many practical problems ( ,denoising), where the singular values have clear physicalmeanings and should be treated differently.}

2. Low-Rank Minimization with Weighted Nu-clear Norm 2.1. The Problem As reviewed in Section 1, low rank matrix approxima-tion can be achieved by low rank matrix factorization and nuclear norm minimization (NNM), while the latter can be a convex optimization problem. NNM is getting increas-ingly popular in recent years because it is proved in ...

Tags:

  Problem, Minimization

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Weighted Nuclear Norm Minimization with Application to ...

1 Weighted Nuclear Norm Minimization with Application to Image DenoisingShuhang Gu1, Lei Zhang1, Wangmeng Zuo2, Xiangchu Feng31 Dept. of Computing, The Hong Kong Polytechnic University, Hong Kong, China2 School of Computer Science and Technology, Harbin Institute of Technology, Harbin, China3 Dept. of Applied Mathematics, Xidian University, Xi,an, China{cssgu, a convex relaxation of the low rank matrix factoriza-tion problem , the Nuclear norm Minimization has been at-tracting significant research interest in recent years. Thestandard Nuclear norm Minimization regularizes each sin-gular value equally to pursue the convexity of the objectivefunction. However, this greatly restricts its capability andflexibility in dealing with many practical problems ( ,denoising), where the singular values have clear physicalmeanings and should be treated differently.}

2 In this paperwe study the Weighted Nuclear norm Minimization (WNNM) problem , where the singular values are assigned differentweights. The solutions of the WNNM problem are analyzedunder different weighting conditions. We then apply theproposed WNNM algorithm to image denoising by exploit-ing the image nonlocal self-similarity. Experimental resultsclearly show that the proposed WNNM algorithm outper-forms many state-of-the-art denoising algorithms such asBM3D in terms of both quantitative measure and visual per-ception IntroductionLow rank matrix approximation, which aims to recoverthe underlying low rank matrix from its degraded observa-tion, has a wide range of applications in computer visionand machine learning. For instance, the low rank nature ofmatrix formed by human facial images allows us to recon-struct the occluded/corrupted faces [8, 20, 30].

3 The Net-flix customer data matrix is believed to be low rank dueto the fact that the customers choices are mostly affectedby a few common factors [24]. The video clip capturedby a static camera has a clear low rank property, based onwhich background modeling and foreground extraction canbe conducted [27, 23]. It is also shown that the matrixformed by nonlocal similar patches in a natural image is oflow rank, which can be exploited for high performance im-age restoration tasks [26]. Owe to the rapid development ofconvex and non-convex optimization techniques, in recentyears there are a flurry of studies in low rank matrix approx-imation, and many important models and algorithms havebeen reported [25, 2, 16, 13, 14, 4, 27, 3, 20, 19, 21, 11].Low rank matrix approximation methods can be gener-ally categorized into two categories: the low rank matrixfactorization (LRMF) methods [25, 2, 16, 13] and the nu-clear norm Minimization (NNM) methods [14, 4, 27, 3, 20,19, 21, 11].

4 Given a matrixY, LRMF aims to find a matrixX, which is as close toYas possible under certain data fi-delity functions, while being able to be factorized into theproduct of two low rank matrices. A variety of LRMF meth-ods have been proposed, ranging from the classical singularvalue decomposition (SVD) to the manyL1-norm robustLRMF algorithms [25, 2, 16, 13].The LRMF problem is basically a nonconvex optimiza-tion problem . Another line of research for low rank matrixapproximation is NNM. The Nuclear norm of a matrixX, de-noted by X , is defined as the sum of its singular values, , X = i| i(X)|1, where i(X)means thei-th sin-gular value ofX. NNM aims to approximateYbyX, whileminimizing the Nuclear norm ofX. One distinct advantageof NNM lies in that it is the tightest convex relaxation to thenon-convex LRMF problem with certain data fidelity term,and hence it has been attracting great research interest inrecent years.

5 On one side, Candes and Recht [6] provedthat most low rank matrices can be perfectly recovered bysolving an NNM problem ; on the other side, Cai et al. [3]proved that the NNM based low rank matrix approximationproblem withF-norm data fidelity can be easily solved by asoft-thresholding operation on the singular values of obser-vation matrix. That is, the solution of X= arg minX Y X 2F+ X ,(1)where is a positive constant, can be obtained by X=US ( )VT,(2)whereY=U VTis the SVD ofYandS ( )is the soft-thresholding function on diagonal matrix with parameter1 . For each diagonal element iiin , there isS ( )ii= max( ii ,0).(3)The above singular value soft-thresholding method has beenwidely adopted to solve many NNM based problems, suchas matrix completion [6, 5, 3], robust principle componentanalyze (RPCA) [4, 27], low rank textures [29] and low rankrepresentation (LRR) for subspace clustering [20].

6 Although NNM has been widely used for low rank ma-trix approximation, it still has some problems. In orderto pursue the convex property, the standard Nuclear normtreats each singular value equally, and as a result, the soft-thresholding operator in (3) shrinks each singular value withthe same amount . This, however, ignores the prior knowl-edge we often have on the matrix singular values. For in-stance, the column (or row) vectors in the matrix often liein a low dimensional subspace; the larger singular valuesare generally associated with the major projection orien-tations, and thus they d better be shrunk less to preservethe major data components. Clearly, NNM and its corre-sponding soft-thresholding operator fail to take advantageof such prior knowledge. Though the model in (1) is con-vex, it is not flexible enough to deal with many real prob-lems.

7 Zhang et al. proposed a Truncated Nuclear NormRegularization (TNNR) method [28]. However, TNNR isnot flexible enough since it makes a binary decision thatwhether to regularize a specific singular value or improve the flexibility of Nuclear norm, we proposethe Weighted Nuclear norm and study its Minimization . Theweighted Nuclear norm of a matrixXis defined as X w, = i|wi i(X)|1,(4)wherew= [w1,..,wn]andwi 0is a non-negativeweight assigned to i(X). The Weighted Nuclear norm min-imization (WNNM) is not convex in general case, and itis more difficult to solve than NNM. So far little work hasbeen reported on the WNNM this paper, we study in detail the WNNM problemwithF-norm data fidelity. The solutions under differentweight conditions are analyzed, and the proposed algorithmof WNNM is as efficient as that of the NNM generalizes NNM, and it greatly improves the flex-ibility of NNM.

8 Different weights or weighting rules can beintroduced based on the prior knowledge and understandingof the problem , and WNNM will benefit the estimation ofthe latent data in an important Application , we adopt the proposedWNNM algorithm to image denoising. The goal of im-age denoising is to estimate the latent clean image from itsnoisy observation. As a classical and fundamental prob-lem in low level vision, image denoising has been exten-sively studied for many years; however, it is still an activeresearch topic because denoising is an ideal test bed to in-vestigate and evaluate the statistical image modeling tech-niques. In recent years, the exploitation of image nonlo-cal self-similarity (NSS) has boosted significantly the im-age denoising performance [1, 7, 10, 22, 12, 9]. The NSSprior refers to the fact that for a given local patch in a natu-ral image, one can find many similar patches to it across theimage.

9 The benchmark BM3D [7] algorithm and the state-of-the-art algorithms such as LSSC [22] and NCSR [10] areall based on the NSS prior. Intuitively, by stacking the non-local similar patch vector into a matrix, this matrix shouldbe a low rank matrix and has sparse singular values. Thisassumption is validated by Wanget al. in [26], where theycalled it the nonlocal spectral prior. Therefore, the low rankmatrix approximation method can be used to design denois-ing algorithms. The NNM method was adopted in [15] forvideo denoising. In [9], Dong et al. combined NNM andL2,1-norm group sparsity for image restoration, and demon-strated very competitive contribution of this paper is two-fold. First, we ana-lyze in detail the WNNM optimization problem and providethe solutions under different weight conditions. Second, weadopt the proposed WNNM algorithm to image denoisingto demonstrate its great potentials in low level vision appli-cations.

10 The experimental results showed that WNNM out-performs state-of-the-art denoising algorithms not only inPSNR index, but also in local structure preservation, lead-ing to visually more pleasant denoising Low-Rank Minimization with Weighted Nu-clear The ProblemAs reviewed in Section 1, low rank matrix approxima-tion can be achieved by low rank matrix factorization andnuclear norm Minimization (NNM), while the latter can bea convex optimization problem . NNM is getting increas-ingly popular in recent years because it is proved in [6] thatmost low rank matrices can be well recovered by NNM, andit is shown in [3] that NNM can be efficiently solved. Morespecifically, by using theF-norm to measure the differencebetween observed data matrixYand the latent data matrixX, the NNM model in (1) has an analytical solution (re-fer to (2)) via the soft-thresholding of singular values (referto (3)).


Related search queries