Disconnected Recurrent Neural Networks for Text Categorization
Recurrent neural network (RNN) has achieved remarkable performance in text categorization. RNN can model the entire sequence and capture long-term dependencies, but it does not do well in extracting key patterns. In contrast, convolutional neural network (CNN) is good at extracting local and position-invariant features. In this paper, we present a novel model named disconnected recurrent neural network (DRNN), which incorporates position-invariance into RNN. By limiting the distance of information flow in RNN, the hidden state at each time step is restricted to represent words near the current position. The proposed model makes great improvements over RNN and CNN models and achieves the best performance on several benchmark datasets for text categorization.
Code (0)
등록된 구현이 없습니다.
Tasks
PositionSentiment AnalysisText ClassificationSimilar Papers 제목 키워드 기반
Category-orthogonal object features guide information processing in recurrent neural networks trained for object categorization
Recurrent neural networks (RNNs) have been shown to perform better than feedforward architectures in visual object categorization tasks, especially in challenging conditions such as cluttered images. However, little is k…
DiagnosticObjectObject CategorizationLeap-LSTM: Enhancing Long Short-Term Memory for Text Categorization
Recurrent Neural Networks (RNNs) are widely used in the field of natural language processing (NLP), ranging from text categorization to question answering and machine translation. However, RNNs generally read the whole t…
General ClassificationMachine TranslationQuestion AnsweringSentiment Analysis+3GNSS Measurement-Based Context Recognition for Vehicle Navigation using Gated Recurrent Unit
Recent years, people have put forward higher and higher requirements for context-adaptive navigation (CAN). CAN system realizes seamless navigation in complex environments by recognizing the ambient surroundings of vehic…
A recurrent vision transformer shows signatures of primate visual attention
Attention is fundamental to both biological and artificial intelligence, yet research on animal attention and AI self attention remains largely disconnected. We propose a Recurrent Vision Transformer (Recurrent ViT) that…
Change DetectionICM-3D: Instantiated Category Modeling for 3D Instance Segmentation
Separating 3D point clouds into individual instances is an important task for 3D vision. It is challenging due to the unknown and varying number of instances in a scene. Existing deep learning based works focus on a two-…
3D Instance SegmentationInstance SegmentationSemantic Segmentation