TL;DR
This paper introduces automata-based sequence classifiers learned through discrete optimization that are interpretable, support early classification, and perform comparably to neural networks like LSTMs.
Contribution
It presents a novel automata-based approach for sequence classification that is interpretable, supports early decision-making, and matches neural network performance.
Findings
Automata classifiers achieve similar accuracy to LSTMs.
They enable explanation and human-in-the-loop modifications.
They support early classification in evolving sequences.
Abstract
Sequence classification is the task of predicting a class label given a sequence of observations. In many applications such as healthcare monitoring or intrusion detection, early classification is crucial to prompt intervention. In this work, we learn sequence classifiers that favour early classification from an evolving observation trace. While many state-of-the-art sequence classifiers are neural networks, and in particular LSTMs, our classifiers take the form of finite state automata and are learned via discrete optimization. Our automata-based classifiers are interpretable---supporting explanation, counterfactual reasoning, and human-in-the-loop modification---and have strong empirical performance. Experiments over a suite of goal recognition and behaviour classification datasets show our learned automata-based classifiers to have comparable test performance to LSTM-based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
