paper-with-me

홈 › Papers

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 key data mining task, generating human-interpretable rules that offer both transparency and intuitive explainability. This paper introduces the Optimal Pattern Detection Tree (OPDT), a rule-based machine learning model based on novel mixed-integer programming to discover a single optimal pattern in data through binary classification. To incorporate prior knowledge and compliance requirements, we further introduce the Branching Structure Constraints (BSC) framework, which enables decision makers to encode domain knowledge and constraints directly into the model. This optimization-based approach discovers a hidden underlying pattern in datasets, when it exists, by identifying an optimal rule that maximizes coverage while minimizing the false positive rate due to misclassification. Our computational experiments show that OPDT discovers a pattern with optimality guarantees on moderately sized datasets within reasonable runtime.

📄 PDF Abstract BibTeX arXiv:2605.14374

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Neurosymbolic AI for Travel Demand Prediction: Integrating Decision Tree Rules into Neural Networks

2025-02-02 · Kamal Acharya, Mehul Lad, Liang Sun, Houbing Song

Travel demand prediction is crucial for optimizing transportation planning, resource allocation, and infrastructure development, ensuring efficient mobility and economic sustainability. This study introduces a Neurosymbo…

Learning of Human-like Algebraic Reasoning Using Deep Feedforward Neural Networks

2017-04-25 · Cheng-Hao Cai, Dengfeng Ke, Yanyan Xu, Kaile Su

There is a wide gap between symbolic reasoning and deep learning. In this research, we explore the possibility of using deep learning to improve symbolic reasoning. Briefly, in a reasoning system, a deep feedforward neur…

Towards symbolic regression for interpretable clinical decision scores

2025-12-08 · Guilherme Seidyo Imai Aldeia, Joseph D. Romano, Fabricio Olivetti de Franca, Daniel S. Herman 외 arxiv

Medical decision-making makes frequent use of algorithms that combine risk equations with rules, providing clear and standardized treatment pathways. Symbolic regression (SR) traditionally limits its search space to cont…

Symbolic Physics Learner: Discovering governing equations via Monte Carlo tree search

2022-05-26 · Fangzheng Sun, Yang Liu, Jian-Xun Wang, Hao Sun

Nonlinear dynamics is ubiquitous in nature and commonly seen in various science and engineering disciplines. Distilling analytical expressions that govern nonlinear dynamics from limited data remains vital but challengin…

An Extended Symbolic-Arithmetic Model for Teaching Double-Black Removal with Rotation in Red-Black Trees

2025-04-04 · Kennedy E. Ehimwenma, HongYu Zhou, Junfeng Wang, Ze Zheng

Double-black (DB) nodes have no place in red-black (RB) trees. So when DB nodes are formed, they are immediately removed. The removal of DB nodes that cause rotation and recoloring of other connected nodes poses greater …