paper-with-me

홈 › Papers

Sparsifying Neural Network Connections for Face Recognition

2015-12-07 · CVPR 2016 6 · Yi Sun, Xiaogang Wang, Xiaoou Tang

This paper proposes to learn high-performance deep ConvNets with sparse neural connections, referred to as sparse ConvNets, for face recognition. The sparse ConvNets are learned in an iterative way, each time one additional layer is sparsified and the entire model is re-trained given the initial weights learned in previous iterations. One important finding is that directly training the sparse ConvNet from scratch failed to find good solutions for face recognition, while using a previously learned denser model to properly initialize a sparser model is critical to continue learning effective features for face recognition. This paper also proposes a new neural correlation-based weight selection criterion and empirically verifies its effectiveness in selecting informative connections from previously learned models in each iteration. When taking a moderately sparse structure (26%-76% of weights in the dense model), the proposed sparse ConvNet model significantly improves the face recognition performance of the previous state-of-the-art DeepID2+ models given the same training data, while it keeps the performance of the baseline model with only 12% of the original parameters.

📄 PDF Abstract BibTeX arXiv:1512.01891

Code (0)

등록된 구현이 없습니다.

Tasks

Face Recognition

Similar Papers 제목 키워드 기반

Re-Weighted Learning for Sparsifying Deep Neural Networks

2018-02-05 · Igor Fedorov, Bhaskar D. Rao

This paper addresses the topic of sparsifying deep neural networks (DNN's). While DNN's are powerful models that achieve state-of-the-art performance on a large number of tasks, the large number of model parameters poses…

Uncertainty Modeling of Contextual-Connections between Tracklets for Unconstrained Video-based Face Recognition

2019-05-07 · ICCV 2019 10 · Jingxiao Zheng, Ruichi Yu, Jun-Cheng Chen, Boyu Lu 외

Unconstrained video-based face recognition is a challenging problem due to significant within-video variations caused by pose, occlusion and blur. To tackle this problem, an effective idea is to propagate the identity fr…

Face Recognition

Learning Filter Bank Sparsifying Transforms

2018-03-06 · Luke Pfister, Yoram Bresler

Data is said to follow the transform (or analysis) sparsity model if it becomes sparse when acted on by a linear operator called a sparsifying transform. Several algorithms have been designed to learn such a transform di…

DenoisingImage Denoising

Sparsifying Parametric Models with L0 Regularization

2024-09-05 · Nicolò Botteghi, Urban Fasel

This document contains an educational introduction to the problem of sparsifying parametric models with L0 regularization. We utilize this approach together with dictionary learning to learn sparse polynomial policies fo…

Deep Reinforcement LearningDictionary Learningreinforcement-learningReinforcement Learning

Sparsifying Networks via Subdifferential Inclusion

2021-01-01 · Sagar Verma, Jean-Christophe Pesquet

Sparsifying deep neural networks is of paramount interest in many areas, especially when those networks have to be implemented on low-memory devices. In this article, we propose a new formulation of the problem of genera…

image-classificationImage Classificationspeech-recognitionSpeech Recognition+4