SlideShare a Scribd company logo
1 of 27
COMMUNITY DETECTION FOR
MULTI-LABEL CLASSIFICATION
Elaine Cecília Gatto | Alan Valejo | Mauri Ferrandin | Ricardo Cerri
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 2
Co-Supervisor
UFSC
Elaine Cecília
Gatto - Cissa
Alan
Demétrius
Baria Valejo
Main
Supervisor
UFSCar
Ricardo Cerri
PhD
Candidate
UFSCar
Mauri
Ferrandin
Collaborator
UFSCar
Researches
CONTENTS
• Introduction
• Proposal
• Experiments
• Results and Discussion
• Conclusion and Future Works
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 3
INTRODUCTION
INTRODUCTION
• Multi-Label Classification
• Label Correlations
• Multi-label Approaches:
• Global:
• New models or adaptation of existing
models;
• Learn all labels at once;
• Does not correctly learn correlations;
• Induction of a single model (one
classifier)
• Local:
• Divide the original problem into binary
problems;
• Learn each label individually;
• It does not learn the correlations;
• Induction of one model per label (many
classifiers);
• Different approach
• Use the advantgens of both;
• Mitigate the disadvantagens;
• Between global and local approaches
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 5
PROPOSAL
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 7
Figure 1 – Types of partitions considered in this paper.
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 8
Figure 2 – FlowChart HPML
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 9
Stratification for Multi-Label Classification
Figure 2 – FlowChart HPML
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 10
- Similarity Measures
- Jaccard Index
- Rogers-Tanimoto
- Similarity Matrices
- Vector-based data (Label Co-Occurrence Graphs)
- Sparsification
- cut edges with small weights
- Knn: k=1, k=2, k=3
- Threshold: self-loops and 10%
- 5 label co-occurrence graphs for each similarity
measure (10 in total)
Figure 2 – FlowChart HPML
Complex Networks
Community Detection Methods
- systematically encode interactions between
data and find relationships between them;
- correlations and partitioning;
- set of vertices with many edges inside and
some edges outside
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 11
- Hierarchical Methods (dendrograms): several hybrid partitions for each
- Non-Hierarchical Methods: only one partition for each
- Several partitions in general
Figure 2 – FlowChart HPML
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 12
- Modularity measure as a criterion for choosing a method
- Measures the separation among vertices
- Quantify the density of links within communities compared to links between communities
- Build the corresponding datasets
Figure 2 – FlowChart HPML
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 13
- Validates all hybrid partitions from hierarchical methods
- Highest silhouette coefficient as criterion for choosing a hybrid partition
Figure 2 – FlowChart HPML
HYBRID PARTITIONS FOR MULTI-LABEL
CLASSIFICATION - HPML
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 14
- CLUS framework
- PCTs
- hierarchical multi-label classification
- binary and multi-label versions
Figure 2 – FlowChart HPML
- Same classifier for all type of partitions
- Compare partitions not methods
- Investigate the improvements for Hybrid
to local and global partitions
EXPERIMENTS
Datasets
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 16
• 10 fold cross
validation
• 20 datasets
• 5 domains:
áudio, music,
biology, image
and text
• Instances from
194 to 10k
• Labels from 4
to 178
Methods
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 17
Measures:
- MLP (missing label problem):
calculates the proportion of labels
that are never predicted
- MACRO-F1: considers the
individual performances in each
class
RESULTS AND
DISCUSSION
Community Detection Methods
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 19
Hierarchical
C.D.M.
Non-Hierarchical
C.D.M.
Jaccard
Index
Hierarchical
C.D.M.
Non-Hierarchical
C.D.M.
Rogers
Tanimoto
Hierarchical
C.D.M.
Non-Hierarchical
C.D.M.
Random
KNN TR KNN TR KNN TR KNN TR KNN TR KNN TR
Edge Betweenness
WalkTrap
WalkTrap WalkTrap
Info Map Info Map Info Map
Best Chosen Hybrid Partition
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 20
Most chosen Hybrid Partition in general:
A hybrid partition with 2 clusters is closer
to a global partition that is composed of a
single cluster.
This can be one reason that our performance results
are competitive compared with other partitions,
overcome the global, and are not superior to the local
ones for some datasets.
Performance
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 21
Performance
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 22
RANDOM PARTITIONS
- Better or superior than local for some
datasets
- Superior than global for most
datasets;
HYBRID PARTITIONS
- Better or superior than local for some
datasets
- Superior than global for most
datasets;
HYBRID – RANDOM - LOCAL
Competitive between them!
LOCAL
PARTITIONS
Best results
GLOBAL
PARTITIONS
Worst results
Performance Values
In General for all datasets,
partitions and measures
Performance
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 23
MACRO-F1
- Range: 0.0 to 1.0
- Low performance values
MLP
- Range: 1.0 to 00
- High performance values = high
prediction error
In General for all datasets and partitions
• HPML managed to obtain hybrid
partitions that can improve the
classifier.
• Low level of correlations between the
labels – random partitions better
• Global and local approaches may not
be learning correctly the label
correlations
• Our approach worked!!!
Statistical Tests
Nemenyi + Friedman
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 24
MACRO-F1
No differences:
Lo – NHRa
Lo – H-HPML
G – H-Ra – NH - H-HMPL
Different:
Lo – G
MLP
No differences:
Lo - Random – H-HPML - NH
H-HPML - NH
Different:
Lo - G
Left Side: best methods
Right Side: worst methods
CONCLUSION AND
FUTURE WORKS
Conclusion and Future Works
• Hybrid partitions obtained better or competitive results in several datasets;
• The average performance remained competitive for most methods and datasets;
• Independently of the partitioning used:
o There is no vast improvement besides our competitive results;
o Most labels were not learned by the classifier, even by traditional approaches;
o The classifier still has difficulties learning several labels and predicting them correctly;
• The local and global approaches still need improvements:
o They may not correctly learn label correlations;
• Multi-label classification methods need to improve because:
o Regardless of the partitioning used, or if the correlations were (or not) explored, we cannot state with absolute certainty that
they are correctly learning the labels.
• Still, it is better to use a partition composed of disjoint correlated labels clusters, even a random partitions, than a
global partition;
• Explore other multi-label evaluation measures;
• Use other classifiers and datasets;
20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 26
https://sites.google.com/view/cissagatto
THANKS!
“Whoever goes up the stairs should start at the
bottom. To be good at something you have to take it
one step at a time” (Haruichi Furudate – Haikyuu!!)

More Related Content

Similar to Community Detection Method for Multi-Label Classification

Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...
Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...
Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...OECD Environment
 
Selecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-RSelecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-RIOSR Journals
 
Multi strategy intelligent optimization algorithm for computationally expensi...
Multi strategy intelligent optimization algorithm for computationally expensi...Multi strategy intelligent optimization algorithm for computationally expensi...
Multi strategy intelligent optimization algorithm for computationally expensi...Stefano Costanzo
 
churn_detection.pptx
churn_detection.pptxchurn_detection.pptx
churn_detection.pptxDhanuDhanu49
 
Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...
Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...
Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...Daniel Valcarce
 
[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...
[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...
[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...YONG ZHENG
 
A.hybrid.recommendation.approach.for.a.tourism.system
A.hybrid.recommendation.approach.for.a.tourism.systemA.hybrid.recommendation.approach.for.a.tourism.system
A.hybrid.recommendation.approach.for.a.tourism.systembenny ribeiro
 
Maximize Your Understanding of Operational Realities in Manufacturing with Pr...
Maximize Your Understanding of Operational Realities in Manufacturing with Pr...Maximize Your Understanding of Operational Realities in Manufacturing with Pr...
Maximize Your Understanding of Operational Realities in Manufacturing with Pr...Bigfinite
 
Comparative analysis for_ddp_frameworks
Comparative analysis for_ddp_frameworksComparative analysis for_ddp_frameworks
Comparative analysis for_ddp_frameworksElenaEtchemendy1
 
MARLENA: explaining multi-label black-box classifiers for healthcare application
MARLENA: explaining multi-label black-box classifiers for healthcare applicationMARLENA: explaining multi-label black-box classifiers for healthcare application
MARLENA: explaining multi-label black-box classifiers for healthcare applicationCecilia Panigutti
 
Item 6: Discussion on the Global Spectral Calibration Library
Item 6: Discussion on the Global Spectral Calibration LibraryItem 6: Discussion on the Global Spectral Calibration Library
Item 6: Discussion on the Global Spectral Calibration LibrarySoils FAO-GSP
 
Assessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data LinkagesAssessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data Linkagesjournal ijrtem
 
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Melissa Moody
 
Linking standards
Linking standardsLinking standards
Linking standardsvbrant
 
Multiple Sequence Alignment Tool Using NCBI COBALT
Multiple Sequence Alignment Tool Using NCBI COBALTMultiple Sequence Alignment Tool Using NCBI COBALT
Multiple Sequence Alignment Tool Using NCBI COBALTMohsin Raza
 
A New Model for Informed Consent: The Impact of Open Science on the Responsib...
A New Model for Informed Consent: The Impact of Open Science on the Responsib...A New Model for Informed Consent: The Impact of Open Science on the Responsib...
A New Model for Informed Consent: The Impact of Open Science on the Responsib...john wilbanks
 
Overview of the CBD DSI Policy Options Matrix
Overview of the CBD DSI Policy Options MatrixOverview of the CBD DSI Policy Options Matrix
Overview of the CBD DSI Policy Options MatrixGlobal Plant Council
 
pratik meshram-Unit 5 (contemporary mkt r sch)
pratik meshram-Unit 5 (contemporary mkt r sch)pratik meshram-Unit 5 (contemporary mkt r sch)
pratik meshram-Unit 5 (contemporary mkt r sch)Pratik Meshram
 

Similar to Community Detection Method for Multi-Label Classification (20)

Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...
Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...
Implementation of the Defined Approaches on Skin Sensitisation (OECD GL 497) ...
 
Selecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-RSelecting the correct Data Mining Method: Classification & InDaMiTe-R
Selecting the correct Data Mining Method: Classification & InDaMiTe-R
 
Multi strategy intelligent optimization algorithm for computationally expensi...
Multi strategy intelligent optimization algorithm for computationally expensi...Multi strategy intelligent optimization algorithm for computationally expensi...
Multi strategy intelligent optimization algorithm for computationally expensi...
 
churn_detection.pptx
churn_detection.pptxchurn_detection.pptx
churn_detection.pptx
 
Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...
Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...
Efficient Pseudo-Relevance Feedback Methods for Collaborative Filtering Recom...
 
[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...
[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...
[SAC2014]Splitting Approaches for Context-Aware Recommendation: An Empirical ...
 
A.hybrid.recommendation.approach.for.a.tourism.system
A.hybrid.recommendation.approach.for.a.tourism.systemA.hybrid.recommendation.approach.for.a.tourism.system
A.hybrid.recommendation.approach.for.a.tourism.system
 
Maximize Your Understanding of Operational Realities in Manufacturing with Pr...
Maximize Your Understanding of Operational Realities in Manufacturing with Pr...Maximize Your Understanding of Operational Realities in Manufacturing with Pr...
Maximize Your Understanding of Operational Realities in Manufacturing with Pr...
 
Qsic09.ppt
Qsic09.pptQsic09.ppt
Qsic09.ppt
 
Comparative analysis for_ddp_frameworks
Comparative analysis for_ddp_frameworksComparative analysis for_ddp_frameworks
Comparative analysis for_ddp_frameworks
 
MARLENA: explaining multi-label black-box classifiers for healthcare application
MARLENA: explaining multi-label black-box classifiers for healthcare applicationMARLENA: explaining multi-label black-box classifiers for healthcare application
MARLENA: explaining multi-label black-box classifiers for healthcare application
 
Item 6: Discussion on the Global Spectral Calibration Library
Item 6: Discussion on the Global Spectral Calibration LibraryItem 6: Discussion on the Global Spectral Calibration Library
Item 6: Discussion on the Global Spectral Calibration Library
 
Assessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data LinkagesAssessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data Linkages
 
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
 
Linking standards
Linking standardsLinking standards
Linking standards
 
Multiple Sequence Alignment Tool Using NCBI COBALT
Multiple Sequence Alignment Tool Using NCBI COBALTMultiple Sequence Alignment Tool Using NCBI COBALT
Multiple Sequence Alignment Tool Using NCBI COBALT
 
A New Model for Informed Consent: The Impact of Open Science on the Responsib...
A New Model for Informed Consent: The Impact of Open Science on the Responsib...A New Model for Informed Consent: The Impact of Open Science on the Responsib...
A New Model for Informed Consent: The Impact of Open Science on the Responsib...
 
Overview of the CBD DSI Policy Options Matrix
Overview of the CBD DSI Policy Options MatrixOverview of the CBD DSI Policy Options Matrix
Overview of the CBD DSI Policy Options Matrix
 
VOLT - ESWC 2016
VOLT - ESWC 2016VOLT - ESWC 2016
VOLT - ESWC 2016
 
pratik meshram-Unit 5 (contemporary mkt r sch)
pratik meshram-Unit 5 (contemporary mkt r sch)pratik meshram-Unit 5 (contemporary mkt r sch)
pratik meshram-Unit 5 (contemporary mkt r sch)
 

More from Elaine Cecília Gatto

A influência da Tecnologia em cada faixa etaria
A influência da Tecnologia em cada faixa etariaA influência da Tecnologia em cada faixa etaria
A influência da Tecnologia em cada faixa etariaElaine Cecília Gatto
 
Inteligência Artificial Aplicada à Medicina
Inteligência Artificial Aplicada à MedicinaInteligência Artificial Aplicada à Medicina
Inteligência Artificial Aplicada à MedicinaElaine Cecília Gatto
 
Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...
Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...
Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...Elaine Cecília Gatto
 
Apresentação da minha tese de doutorado no EPPC
Apresentação da minha tese de doutorado no EPPCApresentação da minha tese de doutorado no EPPC
Apresentação da minha tese de doutorado no EPPCElaine Cecília Gatto
 
Como a pesquisa científica impacta o mundo real.pptx
Como a pesquisa científica impacta o mundo real.pptxComo a pesquisa científica impacta o mundo real.pptx
Como a pesquisa científica impacta o mundo real.pptxElaine Cecília Gatto
 
Explorando correlações entre rótulos para o particionamento do espaço de rótu...
Explorando correlações entre rótulos para o particionamento do espaço de rótu...Explorando correlações entre rótulos para o particionamento do espaço de rótu...
Explorando correlações entre rótulos para o particionamento do espaço de rótu...Elaine Cecília Gatto
 
Community Detection for Multi-Label Classification - Seminários UFSCar
Community Detection for Multi-Label Classification - Seminários UFSCarCommunity Detection for Multi-Label Classification - Seminários UFSCar
Community Detection for Multi-Label Classification - Seminários UFSCarElaine Cecília Gatto
 
Classificação Multirrótulo: Aprendizado de Correlações
Classificação Multirrótulo: Aprendizado de CorrelaçõesClassificação Multirrótulo: Aprendizado de Correlações
Classificação Multirrótulo: Aprendizado de CorrelaçõesElaine Cecília Gatto
 
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...Elaine Cecília Gatto
 
Mulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdf
Mulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdfMulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdf
Mulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdfElaine Cecília Gatto
 
Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...
Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...
Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...Elaine Cecília Gatto
 
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...Elaine Cecília Gatto
 
Pipeline desdobramento escalonamento
Pipeline desdobramento escalonamentoPipeline desdobramento escalonamento
Pipeline desdobramento escalonamentoElaine Cecília Gatto
 
Resumo das Instruções de Desvio Incondicionais MIPS 32 bits
Resumo das Instruções de Desvio Incondicionais MIPS 32 bitsResumo das Instruções de Desvio Incondicionais MIPS 32 bits
Resumo das Instruções de Desvio Incondicionais MIPS 32 bitsElaine Cecília Gatto
 
Como descobrir e classificar coisas usando machine learning sem compilcação
Como descobrir e classificar coisas usando machine learning sem compilcaçãoComo descobrir e classificar coisas usando machine learning sem compilcação
Como descobrir e classificar coisas usando machine learning sem compilcaçãoElaine Cecília Gatto
 
Exploring label correlations for partitioning the label space in multi label ...
Exploring label correlations for partitioning the label space in multi label ...Exploring label correlations for partitioning the label space in multi label ...
Exploring label correlations for partitioning the label space in multi label ...Elaine Cecília Gatto
 

More from Elaine Cecília Gatto (20)

A influência da Tecnologia em cada faixa etaria
A influência da Tecnologia em cada faixa etariaA influência da Tecnologia em cada faixa etaria
A influência da Tecnologia em cada faixa etaria
 
Inteligência Artificial Aplicada à Medicina
Inteligência Artificial Aplicada à MedicinaInteligência Artificial Aplicada à Medicina
Inteligência Artificial Aplicada à Medicina
 
Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...
Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...
Além do Aprendizado Local e Global: Particionando o espaço de classes em prob...
 
Apresentação da minha tese de doutorado no EPPC
Apresentação da minha tese de doutorado no EPPCApresentação da minha tese de doutorado no EPPC
Apresentação da minha tese de doutorado no EPPC
 
entrevista r7.pdf
entrevista r7.pdfentrevista r7.pdf
entrevista r7.pdf
 
Como a pesquisa científica impacta o mundo real.pptx
Como a pesquisa científica impacta o mundo real.pptxComo a pesquisa científica impacta o mundo real.pptx
Como a pesquisa científica impacta o mundo real.pptx
 
Empoderamento Feminino
Empoderamento FemininoEmpoderamento Feminino
Empoderamento Feminino
 
Explorando correlações entre rótulos para o particionamento do espaço de rótu...
Explorando correlações entre rótulos para o particionamento do espaço de rótu...Explorando correlações entre rótulos para o particionamento do espaço de rótu...
Explorando correlações entre rótulos para o particionamento do espaço de rótu...
 
Community Detection for Multi-Label Classification - Seminários UFSCar
Community Detection for Multi-Label Classification - Seminários UFSCarCommunity Detection for Multi-Label Classification - Seminários UFSCar
Community Detection for Multi-Label Classification - Seminários UFSCar
 
Classificação Multirrótulo: Aprendizado de Correlações
Classificação Multirrótulo: Aprendizado de CorrelaçõesClassificação Multirrótulo: Aprendizado de Correlações
Classificação Multirrótulo: Aprendizado de Correlações
 
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
 
Mulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdf
Mulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdfMulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdf
Mulheres na Campus Party assumir o feminismo ou não – Blogueiras Feministas.pdf
 
Curtinhas de sábado.pdf
Curtinhas de sábado.pdfCurtinhas de sábado.pdf
Curtinhas de sábado.pdf
 
Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...
Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...
Explorando Correlações entre Rótulos usando Métodos de Detecção de Comu...
 
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
EXPLORANDO CORRELAÇÕES PARA O PARTICIONAMENTO DO ESPAÇO DE RÓTULOS EM PROBLEM...
 
Pipeline desdobramento escalonamento
Pipeline desdobramento escalonamentoPipeline desdobramento escalonamento
Pipeline desdobramento escalonamento
 
Cheat sheet Mips 32 bits
Cheat sheet Mips 32 bitsCheat sheet Mips 32 bits
Cheat sheet Mips 32 bits
 
Resumo das Instruções de Desvio Incondicionais MIPS 32 bits
Resumo das Instruções de Desvio Incondicionais MIPS 32 bitsResumo das Instruções de Desvio Incondicionais MIPS 32 bits
Resumo das Instruções de Desvio Incondicionais MIPS 32 bits
 
Como descobrir e classificar coisas usando machine learning sem compilcação
Como descobrir e classificar coisas usando machine learning sem compilcaçãoComo descobrir e classificar coisas usando machine learning sem compilcação
Como descobrir e classificar coisas usando machine learning sem compilcação
 
Exploring label correlations for partitioning the label space in multi label ...
Exploring label correlations for partitioning the label space in multi label ...Exploring label correlations for partitioning the label space in multi label ...
Exploring label correlations for partitioning the label space in multi label ...
 

Recently uploaded

Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
The dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxThe dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxEran Akiva Sinbar
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.PraveenaKalaiselvan1
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
preservation, maintanence and improvement of industrial organism.pptx
preservation, maintanence and improvement of industrial organism.pptxpreservation, maintanence and improvement of industrial organism.pptx
preservation, maintanence and improvement of industrial organism.pptxnoordubaliya2003
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Sulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptx
Sulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptxSulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptx
Sulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptxnoordubaliya2003
 
Pests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdfPests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdfPirithiRaju
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...lizamodels9
 
Topic 9- General Principles of International Law.pptx
Topic 9- General Principles of International Law.pptxTopic 9- General Principles of International Law.pptx
Topic 9- General Principles of International Law.pptxJorenAcuavera1
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Environmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial BiosensorEnvironmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial Biosensorsonawaneprad
 
Microteaching on terms used in filtration .Pharmaceutical Engineering
Microteaching on terms used in filtration .Pharmaceutical EngineeringMicroteaching on terms used in filtration .Pharmaceutical Engineering
Microteaching on terms used in filtration .Pharmaceutical EngineeringPrajakta Shinde
 
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPirithiRaju
 
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingNetHelix
 

Recently uploaded (20)

Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort ServiceHot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
 
The dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxThe dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptx
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
preservation, maintanence and improvement of industrial organism.pptx
preservation, maintanence and improvement of industrial organism.pptxpreservation, maintanence and improvement of industrial organism.pptx
preservation, maintanence and improvement of industrial organism.pptx
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Sulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptx
Sulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptxSulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptx
Sulphur & Phosphrus Cycle PowerPoint Presentation (2) [Autosaved]-3-1.pptx
 
Pests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdfPests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdf
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
 
Topic 9- General Principles of International Law.pptx
Topic 9- General Principles of International Law.pptxTopic 9- General Principles of International Law.pptx
Topic 9- General Principles of International Law.pptx
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
Environmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial BiosensorEnvironmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial Biosensor
 
Microteaching on terms used in filtration .Pharmaceutical Engineering
Microteaching on terms used in filtration .Pharmaceutical EngineeringMicroteaching on terms used in filtration .Pharmaceutical Engineering
Microteaching on terms used in filtration .Pharmaceutical Engineering
 
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
 
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
 

Community Detection Method for Multi-Label Classification

  • 1. COMMUNITY DETECTION FOR MULTI-LABEL CLASSIFICATION Elaine Cecília Gatto | Alan Valejo | Mauri Ferrandin | Ricardo Cerri
  • 2. 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 2 Co-Supervisor UFSC Elaine Cecília Gatto - Cissa Alan Demétrius Baria Valejo Main Supervisor UFSCar Ricardo Cerri PhD Candidate UFSCar Mauri Ferrandin Collaborator UFSCar Researches
  • 3. CONTENTS • Introduction • Proposal • Experiments • Results and Discussion • Conclusion and Future Works 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 3
  • 5. INTRODUCTION • Multi-Label Classification • Label Correlations • Multi-label Approaches: • Global: • New models or adaptation of existing models; • Learn all labels at once; • Does not correctly learn correlations; • Induction of a single model (one classifier) • Local: • Divide the original problem into binary problems; • Learn each label individually; • It does not learn the correlations; • Induction of one model per label (many classifiers); • Different approach • Use the advantgens of both; • Mitigate the disadvantagens; • Between global and local approaches 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 5
  • 7. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 7 Figure 1 – Types of partitions considered in this paper.
  • 8. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 8 Figure 2 – FlowChart HPML
  • 9. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 9 Stratification for Multi-Label Classification Figure 2 – FlowChart HPML
  • 10. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 10 - Similarity Measures - Jaccard Index - Rogers-Tanimoto - Similarity Matrices - Vector-based data (Label Co-Occurrence Graphs) - Sparsification - cut edges with small weights - Knn: k=1, k=2, k=3 - Threshold: self-loops and 10% - 5 label co-occurrence graphs for each similarity measure (10 in total) Figure 2 – FlowChart HPML Complex Networks Community Detection Methods - systematically encode interactions between data and find relationships between them; - correlations and partitioning; - set of vertices with many edges inside and some edges outside
  • 11. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 11 - Hierarchical Methods (dendrograms): several hybrid partitions for each - Non-Hierarchical Methods: only one partition for each - Several partitions in general Figure 2 – FlowChart HPML
  • 12. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 12 - Modularity measure as a criterion for choosing a method - Measures the separation among vertices - Quantify the density of links within communities compared to links between communities - Build the corresponding datasets Figure 2 – FlowChart HPML
  • 13. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 13 - Validates all hybrid partitions from hierarchical methods - Highest silhouette coefficient as criterion for choosing a hybrid partition Figure 2 – FlowChart HPML
  • 14. HYBRID PARTITIONS FOR MULTI-LABEL CLASSIFICATION - HPML 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 14 - CLUS framework - PCTs - hierarchical multi-label classification - binary and multi-label versions Figure 2 – FlowChart HPML - Same classifier for all type of partitions - Compare partitions not methods - Investigate the improvements for Hybrid to local and global partitions
  • 16. Datasets 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 16 • 10 fold cross validation • 20 datasets • 5 domains: áudio, music, biology, image and text • Instances from 194 to 10k • Labels from 4 to 178
  • 17. Methods 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 17 Measures: - MLP (missing label problem): calculates the proportion of labels that are never predicted - MACRO-F1: considers the individual performances in each class
  • 19. Community Detection Methods 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 19 Hierarchical C.D.M. Non-Hierarchical C.D.M. Jaccard Index Hierarchical C.D.M. Non-Hierarchical C.D.M. Rogers Tanimoto Hierarchical C.D.M. Non-Hierarchical C.D.M. Random KNN TR KNN TR KNN TR KNN TR KNN TR KNN TR Edge Betweenness WalkTrap WalkTrap WalkTrap Info Map Info Map Info Map
  • 20. Best Chosen Hybrid Partition 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 20 Most chosen Hybrid Partition in general: A hybrid partition with 2 clusters is closer to a global partition that is composed of a single cluster. This can be one reason that our performance results are competitive compared with other partitions, overcome the global, and are not superior to the local ones for some datasets.
  • 21. Performance 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 21
  • 22. Performance 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 22 RANDOM PARTITIONS - Better or superior than local for some datasets - Superior than global for most datasets; HYBRID PARTITIONS - Better or superior than local for some datasets - Superior than global for most datasets; HYBRID – RANDOM - LOCAL Competitive between them! LOCAL PARTITIONS Best results GLOBAL PARTITIONS Worst results Performance Values In General for all datasets, partitions and measures
  • 23. Performance 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 23 MACRO-F1 - Range: 0.0 to 1.0 - Low performance values MLP - Range: 1.0 to 00 - High performance values = high prediction error In General for all datasets and partitions • HPML managed to obtain hybrid partitions that can improve the classifier. • Low level of correlations between the labels – random partitions better • Global and local approaches may not be learning correctly the label correlations • Our approach worked!!!
  • 24. Statistical Tests Nemenyi + Friedman 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 24 MACRO-F1 No differences: Lo – NHRa Lo – H-HPML G – H-Ra – NH - H-HMPL Different: Lo – G MLP No differences: Lo - Random – H-HPML - NH H-HPML - NH Different: Lo - G Left Side: best methods Right Side: worst methods
  • 26. Conclusion and Future Works • Hybrid partitions obtained better or competitive results in several datasets; • The average performance remained competitive for most methods and datasets; • Independently of the partitioning used: o There is no vast improvement besides our competitive results; o Most labels were not learned by the classifier, even by traditional approaches; o The classifier still has difficulties learning several labels and predicting them correctly; • The local and global approaches still need improvements: o They may not correctly learn label correlations; • Multi-label classification methods need to improve because: o Regardless of the partitioning used, or if the correlations were (or not) explored, we cannot state with absolute certainty that they are correctly learning the labels. • Still, it is better to use a partition composed of disjoint correlated labels clusters, even a random partitions, than a global partition; • Explore other multi-label evaluation measures; • Use other classifiers and datasets; 20/09/2023 12th Brazilian Conference on Intelligent Systems | Community Detection for Multi-Label Classification | BioMaL 26
  • 27. https://sites.google.com/view/cissagatto THANKS! “Whoever goes up the stairs should start at the bottom. To be good at something you have to take it one step at a time” (Haruichi Furudate – Haikyuu!!)