paper-with-me

홈 › Papers

Deep Pyramid Convolutional Neural Networks for Text Categorization

2017-07-01 · ACL 2017 7 · Rie Johnson, Tong Zhang

This paper proposes a low-complexity word-level deep convolutional neural network (CNN) architecture for text categorization that can efficiently represent long-range associations in text. In the literature, several deep and complex neural networks have been proposed for this task, assuming availability of relatively large amounts of training data. However, the associated computational complexity increases as the networks go deeper, which poses serious challenges in practical applications. Moreover, it was shown recently that shallow word-level CNNs are more accurate and much faster than the state-of-the-art very deep nets such as character-level CNNs even in the setting of large training data. Motivated by these findings, we carefully studied deepening of word-level CNNs to capture global representations of text, and found a simple network architecture with which the best accuracy can be obtained by increasing the network depth without increasing computational cost by much. We call it deep pyramid CNN. The proposed model with 15 weight layers outperforms the previous best models on six benchmark datasets for sentiment classification and topic categorization.

📄 PDF Abstract BibTeX

Code (1)

Cheneng/DPCNN pytorch

Tasks

Sentiment AnalysisSentiment ClassificationText Classification

Similar Papers 제목 키워드 기반

Traffic scene recognition based on deep cnn and vlad spatial pyramids

2017-07-24 · Fang-Yu Wu, Shi-Yang Yan, Jeremy S. Smith, Bai-Ling Zhang

Traffic scene recognition is an important and challenging issue in Intelligent Transportation Systems (ITS). Recently, Convolutional Neural Network (CNN) models have achieved great success in many applications, including…

Region ProposalScene ClassificationScene Recognition

Feature Pyramid Network for Multi-Class Land Segmentation

2018-06-09 · Selim S. Seferbekov, Vladimir I. Iglovikov, Alexander V. Buslaev, Alexey A. Shvets

Semantic segmentation is in-demand in satellite imagery processing. Because of the complex environment, automatic categorization and segmentation of land cover is a challenging problem. Solving it can help to overcome ma…

DecoderGeneral ClassificationLand Cover ClassificationSegmentation+1

Joint convolutional neural pyramid for depth map super-resolution

2018-01-03 · Yi Xiao, Xiang Cao, Xianyi Zhu, Renzhi Yang 외

High-resolution depth map can be inferred from a low-resolution one with the guidance of an additional high-resolution texture map of the same scene. Recently, deep neural networks with large receptive fields are shown t…

Depth Map Super-ResolutionSuper-Resolution

Cursive Scene Text Analysis by Deep Convolutional Linear Pyramids

2018-09-27 · Saad Bin Ahmed, Saeeda Naz, Muhammad Imran Razzak, Rubiyah Yusof

The camera captured images have various aspects to investigate. Generally, the emphasis of research depends on the interesting regions. Sometimes the focus could be on color segmentation, object detection or scene text a…

object-detectionObject DetectionScene Text Recognition

Convolutional Sentence Kernel from Word Embeddings for Short Text Categorization

2015-09-01 · EMNLP 2015 9 · Jonghoon Kim, Fran{\c{c}}ois Rousseau, Michalis Vazirgiannis
SentenceSentiment AnalysisText CategorizationWord Embeddings