paper-with-me

Papers

Interpretable Rule Discovery Through Bilevel Optimization of Split-Rules of Nonlinear Decision Trees for Classification Problems

2020-08-02 · Yashesh Dhebar, Kalyanmoy Deb

For supervised classification problems involving design, control, other practical purposes, users are not only interested in finding a highly accurate classifier, but they also demand that the obtained classifier be easily interpretable. While the definition of interpretability of a classifier can vary from case to case, here, by a humanly interpretable classifier we restrict it to be expressed in simplistic mathematical terms. As a novel approach, we represent a classifier as an assembly of simple mathematical rules using a non-linear decision tree (NLDT). Each conditional (non-terminal) node of the tree represents a non-linear mathematical rule (split-rule) involving features in order to partition the dataset in the given conditional node into two non-overlapping subsets. This partitioning is intended to minimize the impurity of the resulting child nodes. By restricting the structure of split-rule at each conditional node and depth of the decision tree, the interpretability of the classifier is assured. The non-linear split-rule at a given conditional node is obtained using an evolutionary bilevel optimization algorithm, in which while the upper-level focuses on arriving at an interpretable structure of the split-rule, the lower-level achieves the most appropriate weights (coefficients) of individual constituents of the rule to minimize the net impurity of two resulting child nodes. The performance of the proposed algorithm is demonstrated on a number of controlled test problems, existing benchmark problems, and industrial problems. Results on two to 500-feature problems are encouraging and open up further scopes of applying the proposed approach to more challenging and complex classification tasks.

📄 PDF Abstract BibTeX arXiv:2008.00410

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Towards Interpretable-AI Policies Induction using Evolutionary Nonlinear Decision Trees for Discrete Action Systems

2020-09-20 · Yashesh Dhebar, Kalyanmoy Deb, Subramanya Nageshrao, Ling Zhu 외

Black-box AI induction methods such as deep reinforcement learning (DRL) are increasingly being used to find optimal policies for a given control task. Although policies represented using a black-box AI are capable of ef…

Bilevel OptimizationDeep Reinforcement Learning

Causal Rule Ensemble: Interpretable Discovery and Inference of Heterogeneous Treatment Effects

2020-09-18 · Falco J. Bargagli-Stoffi, Riccardo Cadei, Kwonsang Lee, Francesca Dominici

In health and social sciences, it is critically important to identify subgroups of the study population where there is notable heterogeneity of treatment effects (HTE) with respect to the population average. Decision tre…

Causal InferenceEpidemiology

LLM and Simulation as Bilevel Optimizers: A New Paradigm to Advance Physical Scientific Discovery

2024-05-16 · Pingchuan Ma, Tsun-Hsuan Wang, Minghao Guo, Zhiqing Sun 외

Large Language Models have recently gained significant attention in scientific discovery for their extensive knowledge and advanced reasoning capabilities. However, they encounter challenges in effectively simulating obs…

Bilevel Optimizationscientific discovery

Multi-Constrained Evolutionary Molecular Design Framework: An Interpretable Drug Design Method Combining Rule-Based Evolution and Molecular Crossover

2026-01-15 · Shanxian Lin, Wei Xia, Yuichi Nagata, Haichuan Yang arxiv

This study proposes MCEMOL (Multi-Constrained Evolutionary Molecular Design Framework), a molecular optimization approach integrating rule-based evolution with molecular crossover. MCEMOL employs dual-layer evolution: op…

Drug Discovery

Optimal Pattern Detection Tree for Symbolic Rule-Based Classification

2026-05-14 · Young-Chae Hong, Yangho Chen arxiv

Pattern discovery in data plays a crucial role across diverse domains, including healthcare, risk assessment, and machinery maintenance. In contrast to black-box deep learning models, symbolic rule discovery emerges as a…

Binary Classification