The Tsetlin Machine Goes Deep: Logical Learning and Reasoning With Graphs
About
Pattern recognition with concise and flat AND-rules makes the Tsetlin Machine (TM) both interpretable and efficient, while the power of Tsetlin automata enables accuracy comparable to deep learning on an increasing number of datasets. We introduce the Graph Tsetlin Machine (GraphTM) for learning interpretable deep clauses from graph-structured input. Moving beyond flat, fixed-length input, the GraphTM gets more versatile, supporting sequences, grids, relations, and multimodality. Through message passing, the GraphTM builds nested deep clauses to recognize sub-graph patterns with exponentially fewer clauses, increasing both interpretability and data utilization. For image classification, GraphTM preserves interpretability and achieves 3.86%-points higher accuracy on CIFAR-10 than a convolutional TM. For tracking action coreference, faced with increasingly challenging tasks, GraphTM outperforms other reinforcement learning methods by up to 20.6%-points. In recommendation systems, it tolerates increasing noise to a great extent, similar to a GCN. Finally, for viral genome sequence data, GraphTM is competitive with BiLSTM-CNN and GCN accuracy-wise, training ~2.5x faster than GCN. The GraphTM's application to these varied fields demonstrates how graph representation learning and deep clauses bring new possibilities for TM learning.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Opinion Polarity Detection | MPQA | Accuracy81.77 | 158 | |
| Sentiment Analysis | IMDB | Accuracy88.15 | 73 | |
| Sentiment Analysis | Yelp | Accuracy85.24 | 34 | |
| Top-N Recommendation | MovieLens 2024 (test 20% temporal hold-out) | nDCG@100.1089 | 9 | |
| Classification | Viral genome sequence dataset 5 classes (test) | Testing Accuracy95.14 | 7 | |
| Classification | Viral genome sequence dataset 5 classes (train) | Training Accuracy95.17 | 7 | |
| Action Coreference Tracking | Tangram 5 utterance length Scone-derived (test) | Accuracy57.92 | 4 | |
| Action Coreference Tracking | Tangram 3 utterance length Scone-derived (test) | Accuracy64.14 | 4 | |
| Image Classification | MNIST Superpixel | Accuracy88.09 | 3 |