paper-with-me

Papers

Semantic-Unit-Based Dilated Convolution for Multi-Label Text Classification

2018-08-26 · EMNLP 2018 10 · Junyang Lin, Qi Su, Pengcheng Yang, Shuming Ma, Xu sun

We propose a novel model for multi-label text classification, which is based on sequence-to-sequence learning. The model generates higher-level semantic unit representations with multi-level dilated convolution as well as a corresponding hybrid attention mechanism that extracts both the information at the word-level and the level of the semantic unit. Our designed dilated convolution effectively reduces dimension and supports an exponential expansion of receptive fields without loss of local information, and the attention-over-attention mechanism is able to capture more summary relevant information from the source context. Results of our experiments show that the proposed model has significant advantages over the baseline models on the dataset RCV1-V2 and Ren-CECps, and our analysis demonstrates that our model is competitive to the deterministic hierarchical models and it is more robust to classifying low-frequency labels.

📄 PDF Abstract BibTeX arXiv:1808.08561

Code (1)

lancopku/SU4MLC 공식 구현 pytorch

Tasks

ClassificationGeneral ClassificationMulti Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Revisiting Dilated Convolution: A Simple Approach for Weakly- and Semi-Supervised Semantic Segmentation

2018-06-01 · CVPR 2018 6 · Yunchao Wei, Huaxin Xiao, Honghui Shi, Zequn Jie 외

Despite remarkable progress, weakly supervised segmentation methods are still inferior to their fully supervised counterparts. We obverse that the performance gap mainly comes from the inability of producing dense and in…

ClassificationGeneral ClassificationObjectObject Localization+4

Dilated Convolution with Dilated GRU for Music Source Separation

2019-06-04 · Jen-Yu Liu, Yi-Hsuan Yang

Stacked dilated convolutions used in Wavenet have been shown effective for generating high-quality audios. By replacing pooling/striding with dilation in convolution layers, they can preserve high-resolution information …

Music Source Separation

Overlapping Community Detection using Dynamic Dilated Aggregation in Deep Residual GCN

2022-10-20 · Md Nurul Muttakin, Md Iqbal Hossain, Md Saidur Rahman

Overlapping community detection is a key problem in graph mining. Some research has considered applying graph convolutional networks (GCN) to tackle the problem. However, it is still challenging to incorporate deep graph…

Community DetectionDecoderGraph Mining

Multivariate Time Series Classification using Dilated Convolutional Neural Network

2019-05-05 · Omolbanin Yazdanbakhsh, Scott Dick

Multivariate time series classification is a high value and well-known problem in machine learning community. Feature extraction is a main step in classification tasks. Traditional approaches employ hand-crafted features…

Activity RecognitionClassificationGeneral ClassificationHuman Activity Recognition+3

EfficientFCN: Holistically-guided Decoding for Semantic Segmentation

2020-08-24 · ECCV 2020 8 · Jianbo Liu, Junjun He, Jiawei Zhang, Jimmy S. Ren 외

Both performance and efficiency are important to semantic segmentation. State-of-the-art semantic segmentation algorithms are mostly based on dilated Fully Convolutional Networks (dilatedFCN), which adopt dilated convolu…

DecoderSegmentationSemantic Segmentation