problem transformation : BR, LP, CC
BR : multilabel problem -> a set of independent binary problems.
LP : each unique set of labels as class identifier
CC : BR + label correlation task
Contributions
1) first survey paper focused on the role of imbalance techniques in an MLC task.
2) comprarative analysis of existing approaches and investigates the pros and cons of each approaches
3) provide guidance for chooisng appropriate techiques and developingg better approaches for handling an imbalanced MLC in futher studies.
The imbalance problem in an MLD can be viewed from three perspectives: imbalance within labels, imbalance between labels, and imbalance among the label-sets.
within label : positive 가 너무 작고, negative가 대다수
between labels : 라벨끼리 데이터 개수 차이
among label-sets : some of the label-sets may be considered majority and the remaining label-sets may be considered minority cases at the same time.
Four measures to assess label imablance
1) Imbalance ratio per label(IRLbl)
2) Mean imbalance ratio (MeanIR)

3) Maximum imbalance ratio(MaxIR)
4) Coefficient of variation of IRLbl (CVIR)

5) SCUMBLE
Approch for MLC


