Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Neuro-symbolic time series classification with interpretable STL-based concepts - code for the STELLE framework.

Notifications You must be signed in to change notification settings

ireneferfo/STELLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

134 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

STELLE 🌟

Signal Temporal logic Embedding for Logically-grounded Learning and Explanation

Overview

STELLE is a neuro-symbolic framework for interpretable time series classification.
It unifies classification and explanation through direct embedding of trajectories into a space of Signal Temporal Logic (STL) concepts.

Each prediction made by STELLE is accompanied by human-readable logical explanations, both:

  • Local β€” explaining individual predictions
  • Global β€” describing class-level temporal behaviour

The method was introduced in:

Irene Ferfoglia, Simone Silvetti, Gaia Saveri, Laura Nenzi, and Luca Bortolussi.
Guided by Stars: Interpretable Concept Learning Over Time Series via Temporal Logic Semantics
submitted to Journal of Artificial Intelligence Research (JAIR), 2025.

Features

  • Interpretable-by-design classification using STL formulae
  • Trajectory embedding kernel based on temporal robustness
  • Dual explanations β€” local and global
  • Compatible with multivariate time series
  • Implemented in PyTorch

Citation

If you use STELLE in your research, please cite:

@article{ferfoglia2025stelle,
  title     = {Guided by Stars: Interpretable Concept Learning Over Time Series via Temporal Logic Semantics},
  author    = {Ferfoglia, Irene and Silvetti, Simone and Saveri, Gaia and Nenzi, Laura and Bortolussi, Luca},
  year      = {2025}
}

About

Neuro-symbolic time series classification with interpretable STL-based concepts - code for the STELLE framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages