Skip to content

Simula-COMPLEX/PROBE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROBE: Search-based Robustness Testing of Laptop Refurbishing Robotic Software


This repository contains the implementation of PROBE, a multi-objective search-based approach for robustness testing of object detection models in laptop refurbishing robotic software. The approach generates minimal and localized perturbations to uncover failure-inducing conditions and assess model stability.

PROBE Overview

Overview of PROBE, a search-based robustness testing approach for the screw detection component in the laptop refurbishment software (DTI).


Workflow

The workflow consists of three main steps:

Search (NSGA-II / Random) ↓ Inference (Model Evaluation) ↓ Analysis (RQ1, RQ2, RQ3)


1. Generate Perturbations (Search)

Run one of the following:

python algorithms/dti_nsga.py      # NSGA-II
python algorithms/dti_random.py    # Random Search (RS)

2. Run Inference (Model Evaluation)

python algorithm_inference.py

This step evaluates the perturbed inputs on the object detection model and produces outputs such as predictions, confidence scores, and localization metrics.

3. Analyse Results (RQ-based Evaluation)

Use the following scripts to reproduce the analyses from the paper:

RQ1: Effectiveness and comparison with RS

python rqs_analyses/algorithm_hv_comp_rq1.py
python rqs_analyses/failure_and_pert_comp_rq1.py
python rqs_analyses/pert_transferability_comp_rq1.py

RQ2: Failure type analysis

python rqs_analyses/rq2_failure_types.py

RQ3: Stability analysis (Metamorphic Relations)

python rqs_analyses/rq3_conf_stability.py
python rqs_analyses/rq3_loc_stability.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages