Multi-Label Classification

375 papers with code • 10 benchmarks • 28 datasets

Multi-Label Classification is the supervised learning problem where an instance may be associated with multiple labels. This is an extension of single-label classification (i.e., multi-class, or binary) where each instance is only associated with a single class label.

Source: Deep Learning for Multi-label Classification

Libraries

Use these libraries to find Multi-Label Classification models and implementations
3 papers
491
2 papers
15,465
See all 11 libraries.

Most implemented papers

Cost-Sensitive Label Embedding for Multi-Label Classification

ej0cl6/csmlc 30 Mar 2016

Furthermore, extensive experimental results demonstrate that CLEMS is significantly better than a wide spectrum of existing LE algorithms and state-of-the-art cost-sensitive algorithms across different cost functions.

Unsupervised Feature Learning Based on Deep Models for Environmental Audio Tagging

yongxuUSTC/aDAE_DNN_audio_tagging 13 Jul 2016

For the unsupervised feature learning, we propose to use a symmetric or asymmetric deep de-noising auto-encoder (sDAE or aDAE) to generate new data-driven features from the Mel-Filter Banks (MFBs) features.

DiSMEC - Distributed Sparse Machines for Extreme Multi-label Classification

Refefer/fastxml 8 Sep 2016

In this work, we present DiSMEC, which is a large-scale distributed framework for learning one-versus-rest linear classifiers coupled with explicit capacity control to control model size.

Deep Label Distribution Learning with Label Ambiguity

gaobb/DLDL 6 Nov 2016

However, it is difficult to collect sufficient training images with precise labels in some domains such as apparent age estimation, head pose estimation, multi-label classification and semantic segmentation.

Learning Features of Music from Scratch

benadar293/benadar293.github.io 29 Nov 2016

This paper introduces a new large-scale music dataset, MusicNet, to serve as a source of supervision and evaluation of machine learning methods for music research.

A scikit-based Python environment for performing multi-label classification

scikit-multilearn/scikit-multilearn 5 Feb 2017

It provides native Python implementations of popular multi-label classification methods alongside a novel framework for label space partitioning and division.

Learning Spatial Regularization with Image-level Supervisions for Multi-label Image Classification

zhufengx/SRN_multilabel CVPR 2017

Analysis of the learned SRN model demonstrates that it can effectively capture both semantic and spatial relations of labels for improving classification performance.

Food Ingredients Recognition through Multi-label Learning

MarcBS/food_ingredients_recognition 27 Jul 2017

Automatically constructing a food diary that tracks the ingredients consumed can help people follow a healthy diet.

A Scalable Deep Neural Network Architecture for Multi-Building and Multi-Floor Indoor Localization Based on Wi-Fi Fingerprinting

kyeongsoo/indoor_localization 6 Dec 2017

Exploiting the hierarchical nature of the building/floor estimation and floor-level coordinates estimation of a location, we propose a new DNN architecture consisting of a stacked autoencoder for the reduction of feature space dimension and a feed-forward classifier for multi-label classification of building/floor/location, on which the multi-building and multi-floor indoor localization system based on Wi-Fi fingerprinting is built.

Multi-Label Image Recognition with Graph Convolutional Networks

megvii-research/ml-gcn CVPR 2019

The task of multi-label image recognition is to predict a set of object labels that present in an image.