Improving the \(\epsilon \)-approximate algorithm for Probabilistic Classifier Chains

作者:Miriam Fdez-Díaz, Laura Fdez-Díaz, Deiner Mena, Elena Montañés, José Ramón Quevedo, Juan José del Coz

摘要

Probabilistic Classifier Chains are a multi-label classification method which has gained the attention of researchers in recent years. This is because of their ability to optimally estimate the entire joint conditional probability of a label combination through the product rule of probability. Their main drawback is that they require performing an exhaustive search in order to obtain Bayes optimal predictions. This means computing this probability for all possible label combinations before taking a label combination with the highest value of probability. This is the reason why several works have been published in recent years that avoid exploring all combinations, while maintaining optimality. Approaches such as greedy search, beam search and Monte Carlo reduce the computational cost, but at the cost of not ensuring Bayes optimal predictions (although, in general, they provide close to optimal solutions). Methods based on a heuristic search provide optimal predictions, but the computational time has not been as good as expected. In this respect, the \(\epsilon \)-approximate algorithm has been found to be the best inference approach among those that provide Bayes optimal predictions, not only for its optimality, but also for its computational time. However, this paper both theoretically and experimentally shows that it sometimes performs some backtracking during the search for optimal predictions which may prolong the prediction time. The aim of this paper is thus to improve this algorithm by achieving a more direct search. Specifically, it enhances the criterion under which the next node to be expanded is chosen by adding heuristic information, although it is only applicable for linear-based models. The experiments carried out confirm that the improved \(\epsilon \)-approximate algorithm explores fewer nodes and reduces the computational time of the original version.

论文关键词:Multi-label, Classifier Chains, Inference, \(\epsilon \)-approximate algorithm

论文评审过程:

论文官网地址:https://doi.org/10.1007/s10115-020-01436-5