paper-with-me

홈 › Papers

Compositional Coding Capsule Network with K-Means Routing for Text Classification

2018-10-22 · Hao Ren, Hong Lu

Text classification is a challenging problem which aims to identify the category of texts. In the process of training, word embeddings occupy a large part of parameters. Under the limitation of limited computing resources, it indirectly limits the ability of subsequent network designs. In order to reduce the number of parameters, the compositional coding mechanism has been proposed recently. Based on this, this paper further explores compositional coding and proposes a compositional weighted coding method. And we apply capsule network to model the relationship between word embeddings, a new routing algorithm, which is based on k-means clustering theory, is proposed to fully mine the relationship between word embeddings. Combined with our compositional weighted coding method and the routing algorithm, we design a neural network for text classification. Experiments conducted on eight challenging text classification datasets show that the proposed method achieves competitive accuracy compared to the state-of-the-art approach with significantly fewer parameters.

📄 PDF Abstract BibTeX arXiv:1810.09177

Code (1)

leftthomas/CCCapsNet 공식 구현 pytorch

Tasks

ClassificationClusteringGeneral ClassificationSentiment Analysistext-classificationText Classification

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

Learning Compositional Structures for Deep Learning: Why Routing-by-agreement is Necessary

2020-10-04 · Sai Raam Venkatraman, Ankit Anand, S. Balasubramanian, R. Raghunatha Sarma

A formal description of the compositionality of neural networks is associated directly with the formal grammar-structure of the objects it seeks to represent. This formal grammar-structure specifies the kind of component…

Iterative collaborative routing among equivariant capsules for transformation-robust capsule networks

2022-10-20 · Sai Raam Venkataraman, S. Balasubramanian, R. Raghunatha Sarma

Transformation-robustness is an important feature for machine learning models that perform image classification. Many methods aim to bestow this property to models by the use of data augmentation strategies, while more f…

Data Augmentationimage-classificationImage Classification

Linguistically Routing Capsule Network for Out-of-Distribution Visual Question Answering

2021-01-01 · ICCV 2021 10 · Qingxing Cao, Wentao Wan, Keze Wang, Xiaodan Liang 외

Generalization on out-of-distribution (OOD) test data is an essential but underexplored topic in visual question answering. Current state-of-the-art VQA models often exploit the biased correlation between data and la…

Novel ConceptsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Building Deep Equivariant Capsule Networks

2020-05-01 · ICLR 2020 1 · Sai Raam Venkataraman, S. Balasubramanian, R. Raghunatha Sarma

Capsule networks are constrained by the parameter-expensive nature of their layers, and the general lack of provable equivariance guarantees. We present a variation of capsule networks that aims to remedy this. We identi…

Building Deep, Equivariant Capsule Networks

2019-08-04 · Sairaam Venkatraman, S. Balasubramanian, R. Raghunatha Sarma

Capsule networks are constrained by the parameter-expensive nature of their layers, and the general lack of provable equivariance guarantees. We present a variation of capsule networks that aims to remedy this. We identi…