paper-with-me

홈 › Papers

Embedding of FRPN in CNN architecture

2019-12-27 · Alberto Rossi, Markus Hagenbuchner, Franco Scarselli, Ah Chung Tsoi

This paper extends the fully recursive perceptron network (FRPN) model for vectorial inputs to include deep convolutional neural networks (CNNs) which can accept multi-dimensional inputs. A FRPN consists of a recursive layer, which, given a fixed input, iteratively computes an equilibrium state. The unfolding realized with this kind of iterative mechanism allows to simulate a deep neural network with any number of layers. The extension of the FRPN to CNN results in an architecture, which we call convolutional-FRPN (C-FRPN), where the convolutional layers are recursive. The method is evaluated on several image classification benchmarks. It is shown that the C-FRPN consistently outperforms standard CNNs having the same number of parameters. The gap in performance is particularly large for small networks, showing that the C-FRPN is a very powerful architecture, since it allows to obtain equivalent performance with fewer parameters when compared with deep CNNs.

📄 PDF Abstract BibTeX arXiv:2001.05851

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Contrastive Embeddings for Neural Architectures

2021-02-08 · Daniel Hesslow, Iacopo Poli

The performance of algorithms for neural architecture search strongly depends on the parametrization of the search space. We use contrastive learning to identify networks across different initializations based on their d…

Contrastive LearningNeural Architecture SearchTransfer Learning

Learnable Embedding Space for Efficient Neural Architecture Compression

2019-02-01 · ICLR 2019 5 · Shengcao Cao, Xiaofang Wang, Kris M. Kitani

We propose a method to incrementally learn an embedding space over the domain of network architectures, to enable the careful selection of architectures for evaluation during compressed architecture search. Given a teach…

Bayesian OptimizationNeural Architecture SearchReinforcement Learning

Retrieving Similar E-Commerce Images Using Deep Learning

2019-01-11 · Rishab Sharma, Anirudha Vishvakarma

In this paper, we propose a deep convolutional neural network for learning the embeddings of images in order to capture the notion of visual similarity. We present a deep siamese architecture that when trained on positiv…

Deep LearningFine-Grained Visual RecognitionImage RetrievalProduct Recommendation+2

A Cross-Architecture Instruction Embedding Model for Natural Language Processing-Inspired Binary Code Analysis

2018-12-23 · Kimberly Redmond, Lannan Luo, Qiang Zeng

Given a closed-source program, such as most of proprietary software and viruses, binary code analysis is indispensable for many tasks, such as code plagiarism detection and malware analysis. Today, source code is very of…

Malware Analysis

Neural Architecture Search in Embedding Space

2019-09-09 · Chun-Ting Liu

The neural architecture search (NAS) algorithm with reinforcement learning can be a powerful and novel framework for the automatic discovering process of neural architectures. However, its application is restricted by no…

GPUimage-classificationImage ClassificationNeural Architecture Search+3