LGAIMLAug 19, 2019

Efficient Discovery of Expressive Multi-label Rules using Relaxed Pruning

arXiv:1908.06874v13 citations
AI Analysis

This work addresses the challenge of modeling label correlations in multi-label classification for improved interpretability, though it is incremental as it builds on existing rule-based methods.

The paper tackles the problem of learning expressive multi-label rules by addressing the restrictiveness of existing methods that limit the discovery of multi-label heads, proposing a plug-in approach that relaxes pruning to bias towards larger heads, resulting in more expressive rules without compromising training time or predictive performance.

Being able to model correlations between labels is considered crucial in multi-label classification. Rule-based models enable to expose such dependencies, e.g., implications, subsumptions, or exclusions, in an interpretable and human-comprehensible manner. Albeit the number of possible label combinations increases exponentially with the number of available labels, it has been shown that rules with multiple labels in their heads, which are a natural form to model local label dependencies, can be induced efficiently by exploiting certain properties of rule evaluation measures and pruning the label search space accordingly. However, experiments have revealed that multi-label heads are unlikely to be learned by existing methods due to their restrictiveness. To overcome this limitation, we propose a plug-in approach that relaxes the search space pruning used by existing methods in order to introduce a bias towards larger multi-label heads resulting in more expressive rules. We further demonstrate the effectiveness of our approach empirically and show that it does not come with drawbacks in terms of training time or predictive performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes