Multi-Scale Label Relation Learning for Multi-Label Classification Using 1-Dimensional Convolutional Neural Networks
Junhyung Kim, Byungyoon Park, Charmgil Hong

TL;DR
This paper introduces a multi-scale label relation learning method using 1D CNNs for multi-label classification, achieving better accuracy with fewer parameters than RNN-based models.
Contribution
The paper proposes a novel 1D CNN-based approach for multi-label classification that efficiently captures label dependencies at multiple scales, reducing parameter count.
Findings
Achieves higher accuracy than RNN-based models on benchmark datasets.
Uses significantly fewer parameters, reducing risk of overfitting.
Demonstrates effectiveness of multi-scale dependency learning.
Abstract
We present Multi-Scale Label Dependence Relation Networks (MSDN), a novel approach to multi-label classification (MLC) using 1-dimensional convolution kernels to learn label dependencies at multi-scale. Modern multi-label classifiers have been adopting recurrent neural networks (RNNs) as a memory structure to capture and exploit label dependency relations. The RNN-based MLC models however tend to introduce a very large number of parameters that may cause under-/over-fitting problems. The proposed method uses the 1-dimensional convolutional neural network (1D-CNN) to serve the same purpose in a more efficient manner. By training a model with multiple kernel sizes, the method is able to learn the dependency relations among labels at multiple scales, while it uses a drastically smaller number of parameters. With public benchmark datasets, we demonstrate that our model can achieve better…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Image Retrieval and Classification Techniques · Web Data Mining and Analysis
MethodsConvolution
