Skip to content

This repository contains the code to replicate the experiments conducted for the paper "A SHAP Quotient Game for explaining Raman Spectroscopy classification models", submitted to AIME 2025.

Notifications You must be signed in to change notification settings

MIND-Lab/Aime25-QuotientGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aime25-QuotientGame

This repository contains the code to replicate the experiments conducted for the paper "A SHAP Quotient Game for explaining Raman Spectroscopy classification models", submitted to AIME 2025.

Dataset

The dataset folder contains pickle files with the datasets used for the experiments.

Model Weights

The covid and pd-ad folders contain the weights of the models trained using the leave-one-patient-out paradigm in Keras).

Utils

The utils folder contains utility scripts used in the experiments:

  • Dataset.py: Functions for reading and preparing the datasets for experiments.
  • GradCam.py: Core functions for applying Grad-CAM.
  • quotient_game.py: Implementation of the Quotient Game method.
  • kernel_shap.py: A re-implementation of the SHAP method using the SHAP library.
  • cnn_models.py: Functions to create the CNN model used for the experiments using keras python library

Experiment files

Description of the remaining files in the repository:

  • shap.py: Experiments using the SHAP method.
  • lime.py: Experiments using the LIME method.
  • qg_experiment.py: Experiments using the Quotient Game method.
  • grad_cam.py: Experiments using the Grad-CAM method.

The file experiments.py provides an example experiment for each method applied to the PD-AD dataset. It leverages all the available files in the repository.

Contacts

For any questions or further information, please contact Marco Piazza ([email protected]) or Enza Messina ([email protected]).

About

This repository contains the code to replicate the experiments conducted for the paper "A SHAP Quotient Game for explaining Raman Spectroscopy classification models", submitted to AIME 2025.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages