The Convolutional Tsetlin Machine
Ole-Christoffer Granmo, Sondre Glimsdal, Lei Jiao, Morten, Goodwin, Christian W. Omlin, Geir Thore Berge

TL;DR
The paper introduces the Convolutional Tsetlin Machine (CTM), an interpretable, hardware-friendly alternative to CNNs that uses clauses as convolution filters, achieving high accuracy on several benchmarks.
Contribution
It extends the Tsetlin Machine framework by developing the CTM, which employs clauses as convolution filters with location-awareness, maintaining interpretability and competitive accuracy.
Findings
Achieves 99.4% accuracy on MNIST
Attains 96.31% on Kuzushiji-MNIST
Reaches 91.5% on Fashion-MNIST
Abstract
Convolutional neural networks (CNNs) have obtained astounding successes for important pattern recognition tasks, but they suffer from high computational complexity and the lack of interpretability. The recent Tsetlin Machine (TM) attempts to address this lack by using easy-to-interpret conjunctive clauses in propositional logic to solve complex pattern recognition problems. The TM provides competitive accuracy in several benchmarks, while keeping the important property of interpretability. It further facilitates hardware-near implementation since inputs, patterns, and outputs are expressed as bits, while recognition and learning rely on straightforward bit manipulation. In this paper, we exploit the TM paradigm by introducing the Convolutional Tsetlin Machine (CTM), as an interpretable alternative to CNNs. Whereas the TM categorizes an image by employing each clause once to the whole…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Machine Learning and Data Classification · Optimization and Search Problems
MethodsConvolution
