paper-with-me

홈 › Papers

Very Deep Convolutional Networks for Text Classification

2016-06-06 · EACL 2017 4 · Alexis Conneau, Holger Schwenk, Loïc Barrault, Yann Lecun

The dominant approach for many NLP tasks are recurrent neural networks, in particular LSTMs, and convolutional neural networks. However, these architectures are rather shallow in comparison to the deep convolutional networks which have pushed the state-of-the-art in computer vision. We present a new architecture (VDCNN) for text processing which operates directly at the character level and uses only small convolutions and pooling operations. We are able to show that the performance of this model increases with depth: using up to 29 convolutional layers, we report improvements over the state-of-the-art on several public text classification tasks. To the best of our knowledge, this is the first time that very deep convolutional nets have been applied to text processing.

📄 PDF Abstract BibTeX arXiv:1606.01781

Code (24)

ArdalanM/nlp-benchmarks pytorch
HeoTaksung/Very-Deep-Convolutional-Networks-for-Text-Classification tf
Johnnylyu/Text-Mining-and-Classification-for-Attain tf
Mrjaggu/pfam_protein_sequence_classification tf
ashwin4glory/PFAM-amino-acid-domain-classification
dongjun-Lee/text-classification-models-tf tf
ikarus-999/VDCNN_kor tf
kihohan/NLP_Reference pytorch
mukesh-mehta/VDCNN tf
nithishkaviyan/Sentiment-Analysis-of-Yelp-Reviews pytorch
nuke705/DeepLearning pytorch
nuke705/VDCNN pytorch
opringle/VDCNN-for-text-classification mxnet
phanthaithuc/deep-cnn tf
polkadottedwalrus/Fanfiction
tdiggelm/nn-experiments
threelittlemonkeys/vdcnn-pytorch pytorch
vaibhavska/Very-Deep-Convolutional-Neural-Network-for-Sentiment-Analysis tf
yeahshow/word2vec_medical_record
yipersevere/Deep-neural-network-based-algorithms-Performance-Comparison-for-Sentiment-Classification pytorch
yipersevere/sentiment-classification-with-deep-neural-networks pytorch
yipersevere/text-sentiment-classification-with-deep-neural-networks pytorch
yipersevere/thesis pytorch
zonetrooper32/VDCNN tf

Tasks

General ClassificationText Classification

Similar Papers 제목 키워드 기반

Very high resolution Airborne PolSAR Image Classification using Convolutional Neural Networks

2019-10-31 · Minh-Tan Pham, Sébastien Lefèvre

In this work, we exploit convolutional neural networks (CNNs) for the classification of very high resolution (VHR) polarimetric SAR (PolSAR) data. Due to the significant appearance of heterogeneous textures within these …

ClassificationGeneral Classificationimage-classificationImage Classification+2

Text classification with pixel embedding

2019-11-11 · Bin Liu, Guosheng Yin, Wenbin Du

We propose a novel framework to understand the text by converting sentences or articles into video-like 3-dimensional tensors. Each frame, corresponding to a slice of the tensor, is a word image that is rendered by the w…

ArticlesClassificationGeneral ClassificationSentence+2

Residual Attention Graph Convolutional Network for Geometric 3D Scene Classification

2019-09-30 · Albert Mosella-Montoro, Javier Ruiz-Hidalgo

Geometric 3D scene classification is a very challenging task. Current methodologies extract the geometric information using only a depth channel provided by an RGB-D sensor. These kinds of methodologies introduce possibl…

ClassificationGeneral ClassificationScene Classification

An Attention-Gated Convolutional Neural Network for Sentence Classification

2018-08-22 · Yang Liu, Lixin Ji, Ruiyang Huang, Tuosiyu Ming 외

The classification of sentences is very challenging, since sentences contain the limited contextual information. In this paper, we proposed an Attention-Gated Convolutional Neural Network (AGCNN) for sentence classificat…

ClassificationGeneral ClassificationSentenceSentence Classification

Real-World Font Recognition Using Deep Network and Domain Adaptation

2015-03-31 · Zhangyang Wang, Jianchao Yang, Hailin Jin, Eli Shechtman 외

We address a challenging fine-grain classification problem: recognizing a font style from an image of text. In this task, it is very easy to generate lots of rendered font examples but very hard to obtain real-world labe…

Domain AdaptationFont RecognitionGeneral Classification