paper-with-me

Papers

A PCA-Based Convolutional Network

2015-05-14 · Yanhai Gan, Jun Liu, Junyu Dong, Guoqiang Zhong

In this paper, we propose a novel unsupervised deep learning model, called PCA-based Convolutional Network (PCN). The architecture of PCN is composed of several feature extraction stages and a nonlinear output stage. Particularly, each feature extraction stage includes two layers: a convolutional layer and a feature pooling layer. In the convolutional layer, the filter banks are simply learned by PCA. In the nonlinear output stage, binary hashing is applied. For the higher convolutional layers, the filter banks are learned from the feature maps that were obtained in the previous stage. To test PCN, we conducted extensive experiments on some challenging tasks, including handwritten digits recognition, face recognition and texture classification. The results show that PCN performs competitive with or even better than state-of-the-art deep learning models. More importantly, since there is no back propagation for supervised finetuning, PCN is much more efficient than existing deep networks.

📄 PDF Abstract BibTeX arXiv:1505.03703

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningFace RecognitionTexture Classification

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Learning Deep Analysis Dictionaries -- Part II: Convolutional Dictionaries

2020-01-31 · Jun-Jie Huang, Pier Luigi Dragotti

In this paper, we introduce a Deep Convolutional Analysis Dictionary Model (DeepCAM) by learning convolutional dictionaries instead of unstructured dictionaries as in the case of deep analysis dictionary model introduced…

ClusteringDictionary LearningImage Super-ResolutionSuper-Resolution

On the Robustness of Convolutional Neural Networks to Internal Architecture and Weight Perturbations

2017-03-23 · Nicholas Cheney, Martin Schrimpf, Gabriel Kreiman

Deep convolutional neural networks are generally regarded as robust function approximators. So far, this intuition is based on perturbations to external stimuli such as the images to be classified. Here we explore the ro…

A Dynamic Convolutional Layer for Short Range Weather Prediction

2015-06-01 · CVPR 2015 6 · Benjamin Klein, Lior Wolf, Yehuda Afek

We present a new deep network layer called ``Dynamic Convolutional Layer" which is a generalization of the convolutional layer. The conventional convolutional layer uses filters that are learned during training and are h…

Prediction

VC dimensions of group convolutional neural networks

2022-12-19 · Philipp Christian Petersen, Anna Sepliarskaia

We study the generalization capacity of group convolutional neural networks. We identify precise estimates for the VC dimensions of simple sets of group convolutional neural networks. In particular, we find that for infi…

A Particle Swarm Optimization-based Flexible Convolutional Auto-Encoder for Image Classification

2017-12-13 · Yanan Sun, Bing Xue, Mengjie Zhang, Gary G. Yen

Convolutional auto-encoders have shown their remarkable performance in stacking to deep convolutional neural networks for classifying image data during past several years. However, they are unable to construct the state-…

General Classificationimage-classificationImage Classification