paper-with-me

홈 › Papers

Distilling Deep RL Models Into Interpretable Neuro-Fuzzy Systems

2022-09-07 · Arne Gevaert, Jonathan Peck, Yvan Saeys

Deep Reinforcement Learning uses a deep neural network to encode a policy, which achieves very good performance in a wide range of applications but is widely regarded as a black box model. A more interpretable alternative to deep networks is given by neuro-fuzzy controllers. Unfortunately, neuro-fuzzy controllers often need a large number of rules to solve relatively simple tasks, making them difficult to interpret. In this work, we present an algorithm to distill the policy from a deep Q-network into a compact neuro-fuzzy controller. This allows us to train compact neuro-fuzzy controllers through distillation to solve tasks that they are unable to solve directly, combining the flexibility of deep reinforcement learning and the interpretability of compact rule bases. We demonstrate the algorithm on three well-known environments from OpenAI Gym, where we nearly match the performance of a DQN agent using only 2 to 6 fuzzy rules.

📄 PDF Abstract BibTeX arXiv:2209.03357

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

KANFIS: A Neuro-Symbolic Framework for Interpretable and Uncertainty-Aware Learning

2026-02-03 · Binbin Yong, Haoran Pei, Jun Shen, Haoran Li 외 arxiv

Adaptive Neuro-Fuzzy Inference System (ANFIS) was designed to combine the learning capabilities of neural network with the reasoning transparency of fuzzy logic. However, conventional ANFIS architectures suffer from stru…

A Neuro-Fuzzy System for Interpretable Long-Term Stock Market Forecasting

2025-10-01 · Miha Ožbot, Igor Škrjanc, Vitomir Štruc arxiv

In the complex landscape of multivariate time series forecasting, achieving both accuracy and interpretability remains a significant challenge. This paper introduces the Fuzzy Transformer (Fuzzformer), a novel recurrent …

Multivariate Time Series Forecasting

Distilling Deep Reinforcement Learning into Interpretable Fuzzy Rules: An Explainable AI Framework

2026-02-24 · Sanup S. Araballi, Simon Khan, Chilukuri K. Mohan arxiv

Deep Reinforcement Learning (DRL) agents achieve remarkable performance in continuous control but remain opaque, hindering deployment in safety-critical domains. Existing explainability methods either provide only local …

Reinforcement LearningContinuous Control

A Deep Neuro-Fuzzy Network for Image Classification

2019-12-22 · Omolbanin Yazdanbakhsh, Scott Dick

The combination of neural network and fuzzy systems into neuro-fuzzy systems integrates fuzzy reasoning rules into the connectionist networks. However, the existing neuro-fuzzy systems are developed under shallow structu…

ClassificationGeneral Classificationimage-classificationImage Classification

An Ensemble of Adaptive Neuro-Fuzzy Kohonen Networks for Online Data Stream Fuzzy Clustering

2016-10-20 · Zhengbing Hu, Yevgeniy V. Bodyanskiy, Oleksii K. Tyshchenko, Olena O. Boiko

A new approach to data stream clustering with the help of an ensemble of adaptive neuro-fuzzy systems is proposed. The proposed ensemble is formed with adaptive neuro-fuzzy self-organizing Kohonen maps in a parallel proc…

Clustering