Fast DenseNet: Towards Efficient and Accurate Text Recognition with Fast Dense Networks

12/15/2019
by   Zhao Zhang, et al.
0

Convolutional Recurrent Neural Network (CRNN) is a popular network for recognizing texts in images. Advances like the variants of CRNN, such as Dense Convolutional Network with Connectionist Temporal Classification, has reduced the running time of the networks, but exposing the inner computation cost of the convolutional networks as a bottleneck. Specifically, DenseNet based frameworks use the dense blocks as the core module, but the inner features are combined in the form of concatenation in dense blocks. As a result, the number of channels of combined features delivered as the input of the layers close to the output and the relevant computational cost grows rapidly with the dense blocks getting deeper. This will severely bring heavy computational cost and restrict the depth of dense blocks. In this paper, we propose an efficient convolutional block called Fast Dense Block (FDB). To reduce the computing cost, we redefine and design the way of combining internal features of dense blocks. FDB is a convolutional block similarly as the dense block, but it applies both sum and concatenating operations to connect the inner features in blocks, which can reduce the computation cost to (1/L, 2/L), compared with the original dense block, where L is the number of layers in the dense block. Importantly, since the parameters of standard dense block and our new FDB keep consistent except the way of combining features, and their inputs and outputs have the same size and same number of channels, so FDB can be easily used to replace the original dense block in any DenseNet based framework. Based on the designed FDBs, we further propose a fast network of DenseNet to improve the text recognition performance in images.

READ FULL TEXT

page 7

page 8

research
01/23/2020

Fast Dense Residual Network: Enhancing Global Dense Feature Flow for Text Recognition

Deep Convolutional Neural Networks (CNNs), such as Dense Convolutional N...
research
12/13/2019

Fully-Convolutional Intensive Feature Flow Neural Network for Text Recognition

The Deep Convolutional Neural Networks (CNNs) have obtained a great succ...
research
10/11/2018

Deep Bi-Dense Networks for Image Super-Resolution

This paper proposes Deep Bi-Dense Networks (DBDN) for single image super...
research
09/03/2019

PSDNet and DPDNet: Efficient channel expansion, Depthwise-Pointwise-Depthwise Inverted Bottleneck Block

In many real-time applications, the deployment of deep neural networks i...
research
01/28/2022

Image Superresolution using Scale-Recurrent Dense Network

Recent advances in the design of convolutional neural network (CNN) have...
research
01/14/2020

Block-wise Dynamic Sparseness

Neural networks have achieved state of the art performance across a wide...
research
07/15/2021

An Efficient and Small Convolutional Neural Network for Pest Recognition – ExquisiteNet

Nowadays, due to the rapid population expansion, food shortage has becom...

Please sign up or login with your details

Forgot password? Click here to reset