DV

D.A. Vos

7 records found

AnyDTree: An Anytime Solver for Perfect Decision Trees

Finding progressively smaller trees with 100% training accuracy

Finding the smallest decision tree that perfectly fits the training data is NP-complete; yet, such trees remain attractive due to their interpretability and minimal footprint. Existing solutions occupy two extremes: heuristics like CART instantly produce trees but remain far from ...

The Search for Optimal Robust Classification Trees

Pushing the limits of exhaustive search

Interpretability distinguishes decision trees from most other machine learning models; what they still have in common is that they are vulnerable to adversarial examples. Various robust decision tree algorithms exist; however, they either do not provide optimal results or are not ...

SPLIT-PO: Sparse Piecewise-Linear Interpretable Tree Policy Optimization

An Interpretable and Differentiable Framework for Sparse-Tree Policy Optimization

Deep reinforcement learning has shown strong performance in continuous control tasks, but its reliance on deep neural networks (DNNs) hinders interpretability, limiting deployment in safety-critical domains. While recent approaches using differentiable decision trees improve tran ...

Interpretable Reinforcement Learning for Continuous Action Environments

Extending DTPO for Continuous Action Spaces and Evaluating Competitiveness with RPO

This research addresses the challenge of interpretability in Reinforcement Learning (RL) for environments with continuous action spaces by extending the Decision Tree Policy Optimization (DTPO) algorithm, which was originally developed for discrete action spaces.
Unlike deep ...

Discretising Continuous Action Spaces for Optimal Decision Trees

Verifiable Policies for Continuous Environments in Reinforcement Learning

Complex reinforcement learning (RL) models that receive high rewards in their environments are often hard to understand. To this end, more interpretable models can be used, such as decision trees. To be able to deploy these models in safety-critical environments, they need to be ...
Reinforcement learning models are being utilised in a wide range of industries where even minor mistakes can have severe consequences. For safety reasons, it is important that a human expert can verify the decision-making process of a model. This is where interpretable reinforcem ...

FATE

Fuzzing for Adversarial examples in Tree Ensembles

Machine learning models are increasing in popularity and are nowadays used in a wide range of critical applications in fields such as Automotive, Aviation and Medical. Among machine learning models, tree ensemble models are a popular choice due to their competitive performance an ...