Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Debing Zhang is active.

Publication


Featured researches published by Debing Zhang.


IEEE Transactions on Pattern Analysis and Machine Intelligence | 2013

Fast and Accurate Matrix Completion via Truncated Nuclear Norm Regularization

Yao Hu; Debing Zhang; Jieping Ye; Xuelong Li; Xiaofei He

Recovering a large matrix from a small subset of its entries is a challenging problem arising in many real applications, such as image inpainting and recommender systems. Many existing approaches formulate this problem as a general low-rank matrix approximation problem. Since the rank operator is nonconvex and discontinuous, most of the recent theoretical studies use the nuclear norm as a convex relaxation. One major limitation of the existing approaches based on nuclear norm minimization is that all the singular values are simultaneously minimized, and thus the rank may not be well approximated in practice. In this paper, we propose to achieve a better approximation to the rank of matrix by truncated nuclear norm, which is given by the nuclear norm subtracted by the sum of the largest few singular values. In addition, we develop a novel matrix completion algorithm by minimizing the Truncated Nuclear Norm. We further develop three efficient iterative procedures, TNNR-ADMM, TNNR-APGL, and TNNR-ADMMAP, to solve the optimization problem. TNNR-ADMM utilizes the alternating direction method of multipliers (ADMM), while TNNR-AGPL applies the accelerated proximal gradient line search method (APGL) for the final optimization. For TNNR-ADMMAP, we make use of an adaptive penalty according to a novel update rule for ADMM to achieve a faster convergence rate. Our empirical study shows encouraging results of the proposed algorithms in comparison to the state-of-the-art matrix completion algorithms on both synthetic and real visual datasets.


computer vision and pattern recognition | 2012

Matrix completion by Truncated Nuclear Norm Regularization

Debing Zhang; Yao Hu; Jieping Ye; Xuelong Li; Xiaofei He

Estimating missing values in visual data is a challenging problem in computer vision, which can be considered as a low rank matrix approximation problem. Most of the recent studies use the nuclear norm as a convex relaxation of the rank operator. However, by minimizing the nuclear norm, all the singular values are simultaneously minimized, and thus the rank can not be well approximated in practice. In this paper, we propose a novel matrix completion algorithm based on the Truncated Nuclear Norm Regularization (TNNR) by only minimizing the smallest N-r singular values, where N is the number of singular values and r is the rank of the matrix. In this way, the rank of the matrix can be better approximated than the nuclear norm. We further develop an efficient iterative procedure to solve the optimization problem by using the alternating direction method of multipliers and the accelerated proximal gradient line search method. Experimental results in a wide range of applications demonstrate the effectiveness of our proposed approach.


international conference on computer vision | 2013

Complementary Projection Hashing

Zhongming Jin; Yao Hu; Yue Lin; Debing Zhang; Shiding Lin; Deng Cai; Xuelong Li

Recently, hashing techniques have been widely applied to solve the approximate nearest neighbors search problem in many vision applications. Generally, these hashing approaches generate 2^c buckets, where c is the length of the hash code. A good hashing method should satisfy the following two requirements: 1) mapping the nearby data points into the same bucket or nearby (measured by the Hamming distance) buckets. 2) all the data points are evenly distributed among all the buckets. In this paper, we propose a novel algorithm named Complementary Projection Hashing (CPH) to find the optimal hashing functions which explicitly considers the above two requirements. Specifically, CPH aims at sequentially finding a series of hyper planes (hashing functions) which cross the sparse region of the data. At the same time, the data points are evenly distributed in the hyper cubes generated by these hyper planes. The experiments comparing with the state-of-the-art hashing methods demonstrate the effectiveness of the proposed method.


knowledge discovery and data mining | 2012

Accelerated singular value thresholding for matrix completion

Yao Hu; Debing Zhang; Jun Liu; Jieping Ye; Xiaofei He

Recovering a large matrix from a small subset of its entries is a challenging problem arising in many real world applications, such as recommender system and image in-painting. These problems can be formulated as a general matrix completion problem. The Singular Value Thresholding (SVT) algorithm is a simple and efficient first-order matrix completion method to recover the missing values when the original data matrix is of low rank. SVT has been applied successfully in many applications. However, SVT is computationally expensive when the size of the data matrix is large, which significantly limits its applicability. In this paper, we propose an Accelerated Singular Value Thresholding (ASVT) algorithm which improves the convergence rate from O(1/N) for SVT to O(1/N2), where N is the number of iterations during optimization. Specifically, the dual problem of the nuclear norm minimization problem is derived and an adaptive line search scheme is introduced to solve this dual problem. Consequently, the optimal solution of the primary problem can be readily obtained from that of the dual problem. We have conducted a series of experiments on a synthetic dataset, a distance matrix dataset and a large movie rating dataset. The experimental results have demonstrated the efficiency and effectiveness of the proposed algorithm.


IEEE Transactions on Systems, Man, and Cybernetics | 2014

Fast and Accurate Hashing Via Iterative Nearest Neighbors Expansion

Zhongming Jin; Debing Zhang; Yao Hu; Shiding Lin; Deng Cai; Xiaofei He

Recently, the hashing techniques have been widely applied to approximate the nearest neighbor search problem in many real applications. The basic idea of these approaches is to generate binary codes for data points which can preserve the similarity between any two of them. Given a query, instead of performing a linear scan of the entire data base, the hashing method can perform a linear scan of the points whose hamming distance to the query is not greater than rh, where rh is a constant. However, in order to find the true nearest neighbors, both the locating time and the linear scan time are proportional to O(Σi=0rh (ic )) (c is the code length), which increase exponentially as rh increases. To address this limitation, we propose a novel algorithm named iterative expanding hashing in this paper, which builds an auxiliary index based on an offline constructed nearest neighbor table to avoid large rh. This auxiliary index can be easily combined with all the traditional hashing methods. Extensive experimental results over various real large-scale datasets demonstrate the superiority of the proposed approach.


Neurocomputing | 2015

Large scale multi-class classification with truncated nuclear norm regularization

Yao Hu; Zhongming Jin; Yi Shi; Debing Zhang; Deng Cai; Xiaofei He

Abstract In this paper, we consider the problem of multi-class image classification when the classes behaviour has a low rank structure. That is, classes can be embedded into a low dimensional space. Traditional multi-class classification algorithms usually use nuclear norm to approximate the rank of the weight matrix. Considering the limited ability of the nuclear norm for the accurate approximation, we propose a new scalable large scale multi-class classification algorithm by using the recently proposed truncated nuclear norm as a better surrogate of the rank operator of matrices along with multinomial logisitic loss. To solve the non-convex and non-smooth optimization problem, we further develop an efficient iterative procedure. In each iteration, by lifting the non-smooth convex subproblem into an infinite dimensional l 1 norm regularized problem, a simple and efficient accelerated coordinate descent algorithm is applied to find the optimal solution. We conduct a series of evaluations on several public large scale image datasets, where the experimental results show the encouraging improvement of classification accuracy of the proposed algorithm in comparison with the state-of-the-art multi-class classification algorithms.


international conference on intelligent science and big data engineering | 2015

Event Recovery by Faster Truncated Nuclear Norm Minimization

Debing Zhang; Long Wei; Bin Hong; Yao Hu; Deng Cai; Xiaofei He

When we want to know an event we are concerned, it is likely that the collected information is incomplete which may severely affect the consequent analysis. In this paper, we focus on the event recovery problem that aims to discover missing historical information for a certain event based on the limited known information. We formulate an event as a two dimensional data matrix, which will be called the event matrix in this paper, and convert the original problem to matrix completion problem. We observe that the event matrix has low-rank structure due to the strong dependence between different event attributes. Then we adopt a recently proposed approach called Truncated Nuclear Norm Minimization TNNM to recover the event matrix. We also propose an early stopping strategy to further accelerate the optimization of TNNM. Experimental results on a collected event dataset demonstrate the effectiveness and the fast convergence rate of the proposed algorithm.


international joint conference on artificial intelligence | 2013

A unified approximate nearest neighbor search scheme by combining data structure and hashing

Debing Zhang; Genmao Yang; Yao Hu; Zhongming Jin; Deng Cai; Xiaofei He


international joint conference on artificial intelligence | 2013

Active learning via neighborhood reconstruction

Yao Hu; Debing Zhang; Zhongming Jin; Deng Cai; Xiaofei He


Ocean Engineering | 2018

SPH method with applications of oscillating wave surge converter

Debing Zhang; Y.X. Shi; Can Huang; Yulin Si; Bin Huang; Wei Li

Collaboration


Dive into the Debing Zhang's collaboration.

Top Co-Authors

Avatar

Yao Hu

Zhejiang University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Xuelong Li

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge