paper-with-me

홈 › Papers

Mutation Testing of Deep Reinforcement Learning Based on Real Faults

2023-01-13 · Florian Tambon, Vahid Majdinasab, Amin Nikanjam, Foutse khomh, Giuliano Antonio

Testing Deep Learning (DL) systems is a complex task as they do not behave like traditional systems would, notably because of their stochastic nature. Nonetheless, being able to adapt existing testing techniques such as Mutation Testing (MT) to DL settings would greatly improve their potential verifiability. While some efforts have been made to extend MT to the Supervised Learning paradigm, little work has gone into extending it to Reinforcement Learning (RL) which is also an important component of the DL ecosystem but behaves very differently from SL. This paper builds on the existing approach of MT in order to propose a framework, RLMutation, for MT applied to RL. Notably, we use existing taxonomies of faults to build a set of mutation operators relevant to RL and use a simple heuristic to generate test cases for RL. This allows us to compare different mutation killing definitions based on existing approaches, as well as to analyze the behavior of the obtained mutation operators and their potential combinations called Higher Order Mutation(s) (HOM). We show that the design choice of the mutation killing definition can affect whether or not a mutation is killed as well as the generated test cases. Moreover, we found that even with a relatively small number of test cases and operators we manage to generate HOM with interesting properties which can enhance testing capability in RL systems.

📄 PDF Abstract BibTeX arXiv:2301.05651

Code (1)

flowss/rlmutation 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

DeepMutation: A Neural Mutation Tool

2020-02-12 · Michele Tufano, Jason Kimko, Shiya Wang, Cody Watson 외

Mutation testing can be used to assess the fault-detection capabilities of a given test suite. To this aim, two characteristics of mutation testing frameworks are of paramount importance: (i) they should generate mutants…

DecoderFault Detection

Efficient Mutation Testing of Quantum Machine Learning Models

2026-04-30 · Emma Andrews, Prabhat Mishra arxiv

Quantum machine learning integrates the strengths of quantum computing and machine learning, enabling models to learn complex features using fewer parameters than their classical counterparts. Due to the increasing compl…

Quantum Machine Learning

MutaBot: A Mutation Testing Approach for Chatbots

2024-01-18 · Michael Ferdinando Urrico, Diego Clerissi, Leonardo Mariani

Mutation testing is a technique aimed at assessing the effectiveness of test suites by seeding artificial faults into programs. Although available for many platforms and languages, no mutation testing tool is currently a…

MIST-RL: Mutation-based Incremental Suite Testing via Reinforcement Learning

2026-03-02 · Sicheng Zhu, Jiajun Wang, Jiawei Ai, Xin Li arxiv

Large Language Models (LLMs) often fail to generate correct code on the first attempt, which requires using generated unit tests as verifiers to validate the solutions. Despite the success of recent verification methods,…

Reinforcement Learning

A Probabilistic Framework for Mutation Testing in Deep Neural Networks

2022-08-11 · Florian Tambon, Foutse khomh, Giuliano Antoniol

Context: Mutation Testing (MT) is an important tool in traditional Software Engineering (SE) white-box testing. It aims to artificially inject faults in a system to evaluate a test suite's capability to detect them, assu…