paper-with-me

홈 › Papers

Group Sparse Regularization for Deep Neural Networks

2016-07-02 · Simone Scardapane, Danilo Comminiello, Amir Hussain, Aurelio Uncini

In this paper, we consider the joint task of simultaneously optimizing (i) the weights of a deep neural network, (ii) the number of neurons for each hidden layer, and (iii) the subset of active input features (i.e., feature selection). While these problems are generally dealt with separately, we present a simple regularized formulation allowing to solve all three of them in parallel, using standard optimization routines. Specifically, we extend the group Lasso penalty (originated in the linear regression literature) in order to impose group-level sparsity on the network's connections, where each group is defined as the set of outgoing weights from a unit. Depending on the specific case, the weights can be related to an input variable, to a hidden neuron, or to a bias unit, thus performing simultaneously all the aforementioned tasks in order to obtain a compact network. We perform an extensive experimental evaluation, by comparing with classical weight decay and Lasso penalties. We show that a sparse version of the group Lasso penalty is able to achieve competitive performances, while at the same time resulting in extremely compact networks with a smaller number of input features. We evaluate both on a toy dataset for handwritten digit recognition, and on multiple realistic large-scale classification problems.

📄 PDF Abstract BibTeX arXiv:1607.00485

Code (1)

https://bitbucket.org/ispamm/group-lasso-deep-networks 공식 구현

Tasks

feature selectionHandwritten Digit Recognition

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Hierarchical Group Sparse Regularization for Deep Convolutional Neural Networks

2020-04-09 · Kakeru Mitsuno, Junichi Miyao, Takio Kurita

In a deep neural network (DNN), the number of the parameters is usually huge to get high learning performances. For that reason, it costs a lot of memory and substantial computational resources, and also causes overfitti…

Error Bounds for Generalized Group Sparsity

2020-08-08 · Xin-Yu Zhang

In high-dimensional statistical inference, sparsity regularizations have shown advantages in consistency and convergence rates for coefficient estimation. We consider a generalized version of Sparse-Group Lasso which cap…

Filter Pruning using Hierarchical Group Sparse Regularization for Deep Convolutional Neural Networks

2020-11-04 · Kakeru Mitsuno, Takio Kurita

Since the convolutional neural networks are often trained with redundant parameters, it is possible to reduce redundant kernels or filters to obtain a compact network without dropping the classification accuracy. In this…

Improved error rates for sparse (group) learning with Lipschitz loss functions

2019-10-20 · Antoine Dedieu

We study a family of sparse estimators defined as minimizers of some empirical Lipschitz loss function -- which include the hinge loss, the logistic loss and the quantile regression loss -- with a convex, sparse or group…

L2 Regularizationquantile regressionregression

Group-Sparse Signal Denoising: Non-Convex Regularization, Convex Optimization

2013-08-23 · Po-Yu Chen, Ivan W. Selesnick

Convex optimization with sparsity-promoting convex regularization is a standard approach for estimating sparse signals in noise. In order to promote sparsity more strongly than convex regularization, it is also standard …

DenoisingSpeech Enhancement