Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.25 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.25 KB

BT-MA: Binary-Tree Based Mean-Averaging Estimation for Multi-label Classification

Abstract

Multi-label classification(MLC) is a machine learning problem where each instance may belong to more than one class at the same time. Due to overlapping classes and label-label correlation, solving MLC is very challenging. Further, class imbalance and computational time-complexity are also considered to be major issues. In this paper, we have proposed a novel multi-label classifier that addressed the aforementioned issues; termed as Binary-Tree based Mean-Averaging estimation for Multi-label classification (BT-MA). This proposed classifier takes distinct label-sets meta-feature into account for recovering data imbalance and employs the Divide-and-conquer strategy for resolving time-complexity issue. The experimental results on several benchmark data sets show that our proposed approach BT-MA is as competitive as other Multi-label classification approaches.

Paper Link:

https://link.springer.com/chapter/10.1007/978-3-031-78192-6_18

The Manuscript has been accepted in the 27th International Conference on Pattern Recognition, 2024.

Coresponding Author's Email: reshma(dot)khemchandani(at)sau(dot)ac(dot)in

The code will be available soon.