paper-with-me

Papers

CFM-BD: a distributed rule induction algorithm for building Compact Fuzzy Models in Big Data classification problems

2019-02-25 · Mikel Elkano, Jose Sanz, Edurne Barrenechea, Humberto Bustince, Mikel Galar

Interpretability has always been a major concern for fuzzy rule-based classifiers. The usage of human-readable models allows them to explain the reasoning behind their predictions and decisions. However, when it comes to Big Data classification problems, fuzzy rule-based classifiers have not been able to maintain the good trade-off between accuracy and interpretability that has characterized these techniques in non-Big Data environments. The most accurate methods build too complex models composed of a large number of rules and fuzzy sets, while those approaches focusing on interpretability do not provide state-of-the-art discrimination capabilities. In this paper, we propose a new distributed learning algorithm named CFM-BD to construct accurate and compact fuzzy rule-based classification systems for Big Data. This method has been specifically designed from scratch for Big Data problems and does not adapt or extend any existing algorithm. The proposed learning process consists of three stages: 1) pre-processing based on the probability integral transform theorem; 2) rule induction inspired by CHI-BD and Apriori algorithms; 3) rule selection by means of a global evolutionary optimization. We conducted a complete empirical study to test the performance of our approach in terms of accuracy, complexity, and runtime. The results obtained were compared and contrasted with four state-of-the-art fuzzy classifiers for Big Data (FBDT, FMDT, Chi-Spark-RS, and CHI-BD). According to this study, CFM-BD is able to provide competitive discrimination capabilities using significantly simpler models composed of a few rules of less than 3 antecedents, employing 5 linguistic labels for all variables.

📄 PDF Abstract BibTeX arXiv:1902.09357

Code (1)

melkano/cfm-bd 공식 구현

Tasks

General Classification

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

An Accelerator for Rule Induction in Fuzzy Rough Theory

2022-01-07 · Suyun Zhao, Zhigang Dai, XiZhao Wang, Peng Ni 외

Rule-based classifier, that extract a subset of induced rules to efficiently learn/mine while preserving the discernibility information, plays a crucial role in human-explainable artificial intelligence. However, in this…

Explainable artificial intelligence

FRRI: a novel algorithm for fuzzy-rough rule induction

2024-03-07 · Henri Bollaert, Marko Palangetić, Chris Cornelis, Salvatore Greco 외

Interpretability is the next frontier in machine learning research. In the search for white box models - as opposed to black box models, like random forests or neural networks - rule induction algorithms are a logical an…

SCARI: Separate and Conquer Algorithm for Action Rules and Recommendations Induction

2021-06-09 · Marek Sikora, Paweł Matyszok, Łukasz Wróbel

This article describes an action rule induction algorithm based on a sequential covering approach. Two variants of the algorithm are presented. The algorithm allows the action rule induction from a source and a target de…

Analysis of Error Sources in LLM-based Hypothesis Search for Few-Shot Rule Induction

2025-08-31 · Aishni Parab, Hongjing Lu, Ying Nian Wu, Sumit Gulwani arxiv

Inductive reasoning enables humans to infer abstract rules from limited examples and apply them to novel situations. In this work, we compare an LLM-based hypothesis search framework with direct program generation approa…

Rule Induction in Knowledge Graphs Using Linear Programming

2021-10-15 · Sanjeeb Dash, Joao Goncalves

We present a simple linear programming (LP) based method to learn compact and interpretable sets of rules encoding the facts in a knowledge graph (KG) and use these rules to solve the KG completion problem. Our LP model …

Knowledge Graphs