paper-with-me

홈 › Papers

Disconnected Recurrent Neural Networks for Text Categorization

2018-07-01 · ACL 2018 7 · Baoxin Wang

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

PositionSentiment AnalysisText Classification

Similar Papers 제목 키워드 기반

Category-orthogonal object features guide information processing in recurrent neural networks trained for object categorization

2021-11-15 · NeurIPS Workshop SVRHM 2021 12 · Sushrut Thorat, Giacomo Aldegheri, Tim C. Kietzmann

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 Categorization

Leap-LSTM: Enhancing Long Short-Term Memory for Text Categorization

2019-05-28 · Ting Huang, Gehui Shen, Zhi-Hong Deng

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+3

GNSS Measurement-Based Context Recognition for Vehicle Navigation using Gated Recurrent Unit

2024-04-22 · Sheng Liu, Zhiqiang Yao, Xuemeng Cao, Xiaowen Cai

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

2025-02-16 · Jonathan Morgan, Badr Albanna, James P. Herman

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 Detection

ICM-3D: Instantiated Category Modeling for 3D Instance Segmentation

2021-08-26 · Ruihang Chu, Yukang Chen, Tao Kong, Lu Qi 외

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