Arxiv:2105.09114V1 [Cs.CL] 19 May 2021 Decomposes Into Meaningful Words and Their Difficult to Detect Fake News Based on Linguistic Con- Negations

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:2105.09114V1 [Cs.CL] 19 May 2021 Decomposes Into Meaningful Words and Their Difficult to Detect Fake News Based on Linguistic Con- Negations Explainable Tsetlin Machine framework for fake news detection with credibility score assessment Bimal Bhattarai Ole-Christoffer Granmo Lei Jiao University of Agder University of Agder University of Agder [email protected] [email protected] [email protected] Abstract particularly problematic as they seek to deceive people for political and financial gain (Gottfried The proliferation of fake news, i.e., news in- and Shearer, 2016). tentionally spread for misinformation, poses a threat to individuals and society. Despite In recent years, we have witnessed extensive various fact-checking websites such as Politi- growth of fake news in social media, spread across Fact, robust detection techniques are required news blogs, Twitter, and other social platforms. to deal with the increase in fake news. Sev- At present, most online misinformation is manu- eral deep learning models show promising re- ally written (Vargo et al., 2018). However, natural sults for fake news classification, however, language models like GPT-3 enable automatic gen- their black-box nature makes it difficult to ex- eration of realistic-looking fake news, which may plain their classification decisions and quality- assure the models. We here address this prob- accelerate future growth. Such growth is problem- lem by proposing a novel interpretable fake atic as most people nowadays digest news stories news detection framework based on the re- from social media and news blogs (Allcott and cently introduced Tsetlin Machine (TM). In Gentzkow, 2017). Indeed, the spread of fake news brief, we utilize the conjunctive clauses of poses a severe threat to journalism, individuals, and the TM to capture lexical and semantic prop- society. It has the potential of breaking societal be- erties of both true and fake news text. Fur- lief systems and encourages biases and false hopes. ther, we use the clause ensembles to calcu- late the credibility of fake news. For eval- For instance, fake news related to religion or gender uation, we conduct experiments on two pub- inequality can produce harmful prejudices. Fake licly available datasets, PolitiFact and Gossip- news can also trigger violence or conflict. When Cop, and demonstrate that the TM framework people are frequently exposed to fake news, they significantly outperforms previously published tend to distrust real news, affecting their ability baselines by at least 5% in terms of accuracy, to distinguish between truth and untruth. To re- with the added benefit of an interpretable logic- duce these negative impacts, it is critical to develop based representation. Further, our approach methods that can automatically expose fake news. provides higher F1-score than BERT and XL- Net, however, we obtain slightly lower accu- Fake news detection introduces various challeng- racy. We finally present a case study on our ing research problems. By design, fake news in- model’s explainability, demonstrating how it tentionally deceives the recipient. It is therefore arXiv:2105.09114v1 [cs.CL] 19 May 2021 decomposes into meaningful words and their difficult to detect fake news based on linguistic con- negations. tent, style, and diverseness. For example, fake news may narrate actual events and context to support 1 Introduction false claims (Feng et al., 2012). Thus, other than Social media platforms on the Internet have be- hand-crafted and data-specific features, we need to come an integral part of everyday life, and more employ a knowledge base of linguistic patterns for and more people obtain news from social rather effective detection. Training fake news classifiers than traditional media, such as newspapers. Key on crowdsourced data may further provide a poor drivers include cost-effectiveness, freedom to com- fit for future news events. Fake news is emerging ment, and shareability among friends. Despite continuously, quickly rendering previous textual these advantages, social media exposes people to content obsolete. Accordingly, some studies, such abundant misinformation. Fake news stories are as (Guo et al., 2018), have tried to incorporate so- cial context and hierarchical neural networks using Lukoianova, 2015). Many studies such as (Wang, attention to uncover more lasting semantic patterns. 2017)(Mitra and Gilbert, 2015)(Shu et al., 2020a) Despite significant advances in deep learning- incorporate publicly available datasets, providing a based techniques for fake news detection, few ap- basis for detailed analysis of fake news and detec- proaches can explain their classification decisions. tion methods. Currently, knowledge on the dynamics underlying Recently, deep learning-based latent representa- fake news is lacking. Thus, explaining why cer- tion of text has significantly improved fake news tain news items are considered fake may uncover classification accuracy (Karimi and Tang, 2019). new understanding. Making the reasons for deci- However, the latent representations are generally sions transparent also facilitates discovering and difficult to interpret, providing limited insight into rectifying model weaknesses. To the best of our the nature of fake news. In (Castillo et al., 2011), knowledge, previous research has not yet addressed the authors introduced features based on social con- explainability in fake news detection. text, obtained from the profiles of users and their Paper contributions: In this paper, we propose activity patterns. Other approaches depend upon so- an explainable framework for fake news detection cial platform-specific features such as likes, tweets, built using the Tsetlin Machine (TM). Our TM- and retweets for supervised learning (Volkova et al., based framework captures the frequent patterns that 2017)(Ruchansky et al., 2017). characterize real news, distilling both linguistic and While the progress on detecting fake news has semantic patterns unique for fake news stories. The been significant, limited effort has been directed to- resulting model constitutes a global interpretation wards interpretability. Existing deep learning meth- of fake news. To provide a more refined view on ods generally extract features to train classifiers individual fake news (local interpretability), we without giving any interpretable explanation. This also propose a credibility score for measuring the lack of transparency makes them black boxes when credibility of news. Finally, our framework allows it comes to understandability (Du et al., 2019). In the practitioner to see what features are critical for this paper, we propose a novel fake news detection making news fake (global interpretability). method that builds upon the TM (Granmo, 2018). Paper organization: The remainder of the pa- The TM is a recent approach to pattern classifica- per is organized as follows. In Section2, we briefly tion, regression, and novelty detection (Abeyrathna summarize related work. We then detail our ex- et al., 2021; Yadav et al., 2021; Abeyrathna et al., plainable framework in Section3. In Section4, the 2020; Bhattarai et al., 2021) that attempts to bridge datasets and experimental configurations are pre- the present gap between interpretability and accu- sented. We analyze our empirical results in Section racy in state-of-the-art machine learning. By using 5, before we conclude the work in the last section. the AND-rules of the TM to capture lexical and semantic properties of fake news, our aim is to 2 Related Work improve the performance of fake news detection. More importantly, our framework is intrinsically The problem of detecting deception is not new to interpretable, both globally, at the model level, and natural language processing (Vargo et al., 2018). locally for the individual false news predictions. Significant application domains include detecting false online advertising, fake consumer reviews, 3 Explainable Fake News Detection and spam emails (Ott et al., 2011)(Zhang and Framework Guan, 2008). The detection of fake news focuses on uncovering spread of misleading news articles In this section, we present the details of our TM- (Zhou and Zafarani, 2020)(Zhou et al., 2019). Typ- based fake news detection framework. ical detection techniques use either text-based lin- guistic features (Potthast et al., 2018) or visual 3.1 TM Architecture features (Gupta et al., 2013). Overall, fake news The TM consists of a team of two-action Tsetlin detection methods fall into two groups: knowledge- Automata (TAs) with 2N states. Each TA performs based models based on fact-checking news arti- either action “Include” (in State 1 to N) or action cles using external sources (WuYou et al., 2014), “Exclude” (in State N to 2N). Jointly, the actions and style-based models, which leverage linguis- specify a pattern recognition task. Action “Include” tic features capturing writing style (Rubin and incorporates a specific sub-pattern, while action Text Input Input Binary Encoded Input Real News Fake News Clauses Summation Threshold Argmax Output y Figure 1: Interpretable Tsetlin machine architecture. “Exclude” rejects the sub-pattern. The TAs are up- clauses. Positive polarity is assigned to one half of + dated based on iterative feedback in the form of the clauses, denoted by Cj . These are to capture rewards or penalties. The feedback signals how patterns for the target class (y = 0 for TM1 and well the pattern recognition task is solved, with the y = 1 for TM2). Negative polarity is assigned to − intent of maximizing classification accuracy. Re- the other half, denoted by Cj . Negative polarity wards reinforce the actions performed by the TAs, clauses are to capture
Recommended publications
  • Adaptive Sparse Representation of Continuous Input for Tsetlin Machines Based on Stochastic Searching on the Line
    electronics Article Adaptive Sparse Representation of Continuous Input for Tsetlin Machines Based on Stochastic Searching on the Line Kuruge Darshana Abeyrathna *, Ole-Christoffer Granmo and Morten Goodwin Centre for Artificial Intelligence Research, University of Agder, 4870 Grimstad, Norway; [email protected] (O.-C.G.); [email protected] (M.G.) * Correspondence: [email protected] Abstract: This paper introduces a novel approach to representing continuous inputs in Tsetlin Machines (TMs). Instead of using one Tsetlin Automaton (TA) for every unique threshold found when Booleanizing continuous input, we employ two Stochastic Searching on the Line (SSL) automata to learn discriminative lower and upper bounds. The two resulting Boolean features are adapted to the rest of the clause by equipping each clause with its own team of SSLs, which update the bounds during the learning process. Two standard TAs finally decide whether to include the resulting features as part of the clause. In this way, only four automata altogether represent one continuous feature (instead of potentially hundreds of them). We evaluate the performance of the new scheme empirically using five datasets, along with a study of interpretability. On average, TMs with SSL feature representation use 4.3 times fewer literals than the TM with static threshold-based features. Furthermore, in terms of average memory usage and F1-Score, our approach outperforms simple Multi-Layered Artificial Neural Networks, Decision Trees, Support Vector Machines, K-Nearest Neighbor, Random Forest, Gradient Boosted Trees (XGBoost), and Explainable Boosting Machines (EBMs), as well as the standard and real-value weighted TMs. Our approach further outperforms Citation: Abeyrathna, K.D.; Granmo, Neural Additive Models on Fraud Detection and StructureBoost on CA-58 in terms of the Area Under O.-C.; Goodwin, M.
    [Show full text]
  • Coalesced Multi-Output Tsetlin Machines with Clause Sharing∗
    Coalesced Multi-Output Tsetlin Machines with Clause Sharing∗ Sondre Glimsdal† and Ole-Christoffer Granmo‡ August 18, 2021 Abstract Using finite-state machines to learn patterns, Tsetlin machines (TMs) have obtained competitive accuracy and learning speed across several benchmarks, with frugal memory- and energy footprint. A TM represents patterns as conjunctive clauses in propositional logic (AND-rules), each clause voting for or against a particular output. While efficient for single-output problems, one needs a separate TM per output for multi-output problems. Employing multiple TMs hinders pattern reuse because each TM then operates in a silo. In this paper, we introduce clause sharing, merging multiple TMs into a single one. Each clause is related to each output by using a weight. A positive weight makes the clause vote for output 1, while a negative weight makes the clause vote for output 0. The clauses thus coalesce to produce multiple outputs. The resulting coalesced Tsetlin machine (CoTM) simultaneously learns both the weights and the composition of each clause by employing interacting Stochastic Searching on the Line (SSL) and Tsetlin automata (TAs) teams. Our empirical results on MNIST, Fashion-MNIST, and Kuzushiji-MNIST show that CoTM obtains significantly higher accuracy than TM on 50- to 1K-clause configurations, indicating an ability to repurpose clauses. E.g., accuracy goes from 71:99% to 89:66% on Fashion- MNIST when employing 50 clauses per class (22 Kb memory). While TM and CoTM accuracy is similar when using more than 1K clauses per class, CoTM reaches peak accuracy 3ˆ faster on MNIST with 8K clauses.
    [Show full text]
  • DETAILED PROGRAM Last Updated 27-Nov-2020
    DETAILED PROGRAM Last Updated 27-Nov-2020 ALL TIMES in AEDT (UTC+11) Please note in the conversion table below that some of the times listed below are on the previous day. AEDT 7:00:00 AM 8:00:00 AM 9:00:00 AM 10:00:00 AM 11:00:00 AM 7:00:00 PM 7:00:00 PM 8:00:00 PM 9:00:00 PM 10:00:00 PM 11:00:00 PM GMT 9:00:00 PM 10:00:00 PM 11:00:00 PM 12:00:00 AM 1:00:00 AM 9:00:00 AM 9:00:00 AM 10:00:00 AM 11:00:00 AM 12:00:00 PM 1:00:00 PM Beijing 4:00:00 AM 5:00:00 AM 6:00:00 AM 7:00:00 AM 8:00:00 AM 4:00:00 PM 4:00:00 PM 5:00:00 PM 6:00:00 PM 7:00:00 PM 8:00:00 PM Paris 9:00:00 PM 10:00:00 PM 11:00:00 PM 12:00:00 AM 1:00:00 AM 9:00:00 AM 9:00:00 AM 10:00:00 AM 11:00:00 AM 12:00:00 PM 1:00:00 PM London 8:00:00 PM 9:00:00 PM 10:00:00 PM 11:00:00 PM 12:00:00 AM 8:00:00 AM 8:00:00 AM 9:00:00 AM 10:00:00 AM 11:00:00 AM 12:00:00 PM Mexico 3:00:00 PM 4:00:00 PM 5:00:00 PM 6:00:00 PM 7:00:00 PM 3:00:00 AM 3:00:00 AM 4:00:00 AM 5:00:00 AM 6:00:00 AM 7:00:00 AM New York 4:00:00 PM 5:00:00 PM 6:00:00 PM 7:00:00 PM 8:00:00 PM 4:00:00 AM 4:00:00 AM 5:00:00 AM 6:00:00 AM 7:00:00 AM 8:00:00 AM San Francisco 1:00:00 PM 2:00:00 PM 3:00:00 PM 4:00:00 PM 5:00:00 PM 1:00:00 AM 1:00:00 AM 2:00:00 AM 3:00:00 AM 4:00:00 AM 5:00:00 AM 2 Tuesday, December 1, 7:00AM-10:06AM Tutorial: Deep Learning 1.0 and Beyond, Instructor: Truyen Tran: Room 1 Tutorial: Artificial Intelligence-based Uncertainty Qualification: Importance, Challenges and Solutions, Instructor: Abbas Khosravi and Saeid Nahavandi: Room 2 Tutorial: Handling Data Streams in Continual and Rapidly Changing Environments, Instructor: Mahardhika Pratama: Room 3 Special Session: IEEE-CIS 2nd Technical Challenge On Energy Prediction From Smart Meter Data 7.01 AM: Welcome (Luis) – 5 minutes 7.05 AM: Introduction to the 2nd Challenge and summary of results (Isaac) – 15 mins 7.20 AM: Presentations – 12 min presentation + Questions (5 min) + 3 min switch to next speaker.
    [Show full text]
  • Text Classification with Noisy Class Labels
    Text Classification with Noisy Class Labels By Andrea Pagotto A thesis proposal submitted to the Faculty of Graduate and Postdoctoral Affairs in partial fulfilment of the requirements for the degree of Master of Computer Science Ottawa-Carleton Institute for Computer Science School of Computer Science Carleton University Ottawa, Ontario June 2020 ⃝c Copyright 2020, Andrea Pagotto The undersigned hereby recommend to the Faculty of Graduate and Postdoctoral Affairs acceptance of the thesis, Text Classification with Noisy Class Labels submitted by Andrea Pagotto Dr. Michel Barbeau (Director, School of Computer Science) Dr. B. John Oommen (Thesis Supervisor) Carleton University June 2020 ii ABSTRACT Text classification is a sub-field of Natural Language Processing (NLP), thatin- volves mapping an input text document to an output topic or label. There are nu- merous practical applications for text classification, including email spam detection, identifying sentiments in social media, news topic detection, and many more. Due to the importance of the field, there has been much related research in recent years. Our work in this thesis specifically focuses on the problem of text classification in the setting of a Random Environment. The Random Environment in this application would be noise in the labels of the training data. Label noise is an important issue in classification, with many potential negative consequences, such as decreasing the accuracy of the predictions, and increasing the complexity of the trained models. Designing learning algorithms that help maximize a desired performance measure in such noisy settings, is very valuable for achieving success on real world data. This thesis also investigates a recently proposed classification method that in- volves the use of Learning Automata (LA) for text classification.
    [Show full text]
  • Question Classification Using Interpretable Tsetlin Machine
    Question Classification using Interpretable Tsetlin Machine Dragos, Constantin Nicolae [email protected] Research Institute for Artificial Intelligence “Mihai Drăgănescu” Bucharest, Romania ABSTRACT machine learning approaches [9], feature extraction plays a vital Question Answering (QA) is one of the hottest research topics in role in accomplishing the target accuracy. Feature extraction is Natural Language Processing (NLP) as well as Information Retrieval done using various lexical, syntactic features and parts of speech. (IR). Among various domains of QA, Question Classification (QC) Most of the machine learning algorithms are powerful to obtain is a very important system that classifies a question based on the good accuracy with QC data [17]. However, there always exists type of answer expected from it. Generalization is a very important a limitation of interpretation in the model. Decision Tree despite factor in NLP specifically in QA and subsequently in QC. There are having somewhat interpretable when have a complex tree makes numerous models for the classification of types of questions. Despite it slightly difficult for a human to extract the meaning outofit. its good performance, it lacks the interpretability that shows us how Similarly, a very powerful tool called deep neural network having the model can classify the output. Hence, in this paper, we propose impressive performance is still criticized for being black-box in a Tsetlin Machine based QC task that shows the interpretability nature [3]. of the model yet retaining the state-of-the-art performance. Our Interpretability is a huge topic of interest in recent machine model is validated by comparing it with other interpretable machine learning domain.
    [Show full text]
  • Using the Tsetlin Machine to Learn Human-Interpretable Rules for High-Accuracy Text Categorization with Medical Applications
    Using the Tsetlin Machine to Learn Human-Interpretable Rules for High-Accuracy Text Categorization with Medical Applications Geir Thore Berge1,2,3, Ole-Christoffer Granmo1, Tor Oddbjørn Tveit1,3,4, Morten Goodwin1*, 1* 1* Lei Jiao , and Bernt Viggo Matheussen 1 Centre for Artificial Intelligence Research, University of Agder, Grimstad, Norway 2 Department of Information Systems, University of Agder, Kristiansand, Norway 3 Department of Technology and eHealth, Sørlandet Hospital Trust, Kristiansand, Norway 4 Department of Anesthesia and Intensive Care, Sørlandet Hospital Trust, Kristiansand, Norway [email protected] Abstract forming phrases, which interact to form sentences, which in Medical applications challenge today's text categorization tech- turn are interweaved into paragraphs that carry implicit and niques by demanding both high accuracy and ease-of-interpre- explicit meaning (Norvig 1987; Zhang, Zhao, and LeCun tation. Although deep learning has provided a leap ahead in ac- 2015). Because of the complexity inherent in the formation curacy, this leap comes at the sacrifice of interpretability. To of natural language, text understanding has traditionally address this accuracy-interpretability challenge, we here intro- been a difficult area for machine learning algorithms (Linell duce, for the first time, a text categorization approach that lev- 1982). Medical text understanding is no exception, both due erages the recently introduced Tsetlin Machine. In all brevity, to the intricate nature of medical language, and due to the we represent the terms of a text as propositional variables. From need for transparency, through human-interpretable proce- these, we capture categories using simple propositional formu- lae, such as: if “rash” and “reaction” and “penicillin” then Al- dures and outcomes (Berge, Granmo, and Tveit 2017; Y.
    [Show full text]
  • Swarm-Based Machine Learning Algorithm for Building Interpretable Classifiers
    Received December 10, 2020, accepted December 14, 2020, date of publication December 21, 2020, date of current version December 31, 2020. Digital Object Identifier 10.1109/ACCESS.2020.3046078 Swarm-Based Machine Learning Algorithm for Building Interpretable Classifiers DIEM PHAM1,2, BINH TRAN 1, (Member, IEEE), SU NGUYEN 1, (Member, IEEE), AND DAMMINDA ALAHAKOON1, (Member, IEEE) 1Research Centre for Data Analytics and Cognition, La Trobe University, Melbourne, VIC 3086, Australia 2College of Information and Communication Technology, Can Tho University, Can Tho 900100, Vietnam Corresponding author: Binh Tran ([email protected]) This work was supported by La Trobe University: FUNDREF 10.13039/501100001215, GRANT #(s) Startup Grant / ASSC-2020-RSU20-TRAN. ABSTRACT This paper aims to produce classifiers that are not only accurate but also interpretable to decision makers. The classifiers are represented in the form of risk scores, i.e. simple linear classifiers where coefficient vectors are sparse and bounded integer vectors which are then optimised by a novel and scalable discrete particle swarm optimisation algorithm. In contrast to past studies which usually use particle swarm optimisation as a pre-processing step, the proposed algorithm incorporates particle swarm optimisation into the classification process. A penalty-based fitness function and a local search heuristic based on symmetric uncertainty are developed to efficiently identify classifiers with high classification performance and a preferred model size or complexity. Experiments with 10 benchmark datasets show that the proposed swarm-based algorithm is a strong candidate to develop effective linear classifiers. Comparisons with other interpretable machine learning algorithms that produce rule-based and tree-based classifiers also demonstrate the competitiveness of the proposed algorithm.
    [Show full text]
  • Playing the Game of Hex with the Tsetlin Machine and Tree Search
    Playing the game of Hex with the Tsetlin Machine and tree search Audun Linjord Simonsen Ole Andr´eHaddeland SUPERVISOR Ole-Christoffer Granmo University of Agder, 2020 Faculty of Engineering and Science Department of ICT UiA University of Agder Master's thesis Faculty of Engineering and Science Department of ICT c 2020 Audun Linjord Simonsen Ole Andr´eHaddeland. All rights reserved Abstract Hex is an abstract mathematical board game where the players aim to build a connection of pieces, traversing the board from edge to edge. The game requires the use of certain patterns to be played at a high level. Artificially Intelligent Hex players have had success using Monte Carlo tree search and current research efforts have in- troduced neural networks. This thesis looks into the recent Tsetlin Machine pattern-recognition technique, relying on interpretability, in combination with the Monte Carlo tree search method to play the game of Hex. A supervised learning approach has been employed in an effort to teach the Tsetlin Machine beneficial patterns for winning, resulting in around 91% accuracy, 87% recall and 97% precision. It is demonstrated with a Hex tournament that the Tsetlin Machine is unable to play perfectly on a board of size 6 × 6 alone, but performs much better in combination with Monte Carlo tree search. Monte Carlo tree search reduced the number of averagely placed piece from around 35.5 down to around 20 and below. The benefit of using the Tsetlin Machine's interpretable clauses and pattern capabilities are that they can provide valuable knowledge needed for gameplay, and appear helpful for ventures into larger unexplored board sizes.
    [Show full text]
  • Text Categorization Techniques and Current Trends
    International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 – 8958 (Online), Volume-9 Issue-5, June 2020 Text Categorization Techniques and Current Trends Abhisu Jain, Aditya Goyal, Vikrant Singh, Anshul Tripathi, Saravanakumar Kandasamy Learning, Joint Mutual information method, Interaction Abstract: With the development of online data, text weight-based feature selection method, Random Forrest, categorization has become one of the key procedures for taking Recurrent Neural Network, Singular Value Decomposition, Term care of and sorting out content information. Text categorization Frequency-Inverse document Frequency, Tsetlin Machine. strategies are utilized to order reports, to discover fascinating data on the world wide web. Text Categorization is a task for I. INTRODUCTION categorizing information based on text and it has been important for effective analysis of textual data frameworks. There are As we step into the advanced world, technology is advancing systems which are designed to analyse and make distinctions at an exponential level. Therefore, with the advancement in between meaningful classes of information and text, such system the Internet and multimedia technology, huge amounts of data is known as text classification systems. The above-mentioned come along and because of the rapid and steady growth, it system is widely accepted and has been used for the purpose of consists of junk data too which is unrelated, irrelevant and retrieval of information and natural language processing. The usage of memory. With the advancement of the new era of archives can be ordered in three different ways unsupervised, supervised and semi supervised techniques. Text categorization social media, text content has seen a rise over the years.
    [Show full text]
  • Massively Parallel and Asynchronous Tsetlin Machine Architecture Supporting Almost Constant-Time Scaling
    Massively Parallel and Asynchronous Tsetlin Machine Architecture Supporting Almost Constant-Time Scaling Kuruge Darshana Abeyrathna * 1 Bimal Bhattarai * 1 Morten Goodwin * 1 Saeed Rahimi Gorji * 1 Ole-Christoffer Granmo * 1 Lei Jiao * 1 Rupsa Saha * 1 Rohan Kumar Yadav * 1 Abstract 1. Introduction Using logical clauses to represent patterns, Tsetlin Tsetlin machines (TMs) (Granmo, 2018) have recently machines (TMs) have recently obtained compet- demonstrated competitive results in terms of accuracy, mem- itive performance in terms of accuracy, memory ory footprint, energy, and learning speed on diverse bench- footprint, energy, and learning speed on several marks (image classification, regression, natural language benchmarks. Each TM clause votes for or against understanding, and speech processing) (Berge et al., 2019; a particular class, with classification resolved us- Yadav et al., 2021a; Abeyrathna et al., 2020; Granmo et al., ing a majority vote. While the evaluation of 2019; Wheeldon et al., 2020; Abeyrathna et al., 2021; Lei clauses is fast, being based on binary operators, et al., 2021). They use frequent pattern mining and resource the voting makes it necessary to synchronize the allocation principles to extract common patterns in the data, clause evaluation, impeding parallelization. In rather than relying on minimizing output error, which is this paper, we propose a novel scheme for desyn- prone to overfitting. Unlike the intertwined nature of pat- chronizing the evaluation of clauses, eliminating tern representation in neural networks, a TM decomposes the voting bottleneck. In brief, every clause runs problems into self-contained patterns, expressed as conjunc- in its own thread for massive native parallelism. tive clauses in propositional logic (i.e., in the form if input For each training example, we keep track of the X satisfies condition A and not condition B then output class votes obtained from the clauses in local vot- y = 1).
    [Show full text]
  • Expanding Convolutional Tsetlin Machine for Images with Lossless Binarization JENS MARTIN HÅSÆTHER
    Expanding Convolutional Tsetlin Machine for Images with Lossless Binarization JENS MARTIN HÅSÆTHER SUPERVISOR Lei Jiao Ole-Christoffer Granmo University of Agder, 2021 Faculty of Engineering and Science Department of Engineering Sciences Acknowledgements I wish to show my gratitude to my supervisors for help, guidance and troubleshooting. I wish to thank several academic staff and personal of the University of Agder that helped with various issues ranging from academical to technical as well as for use of their com- putational power. Finally I wish to express my deepest gratitude to my family, for being supportive during the pandemic. Without the combined help and assistance of all these this thesis would not have been possible. Abstract Deep convolutional neural networks (CNN) is known to be efficient in image classifica- tion but non-interpretable. To overcome the black box nature of CNN a derivative of the Tsetlin automata, the convolutional Tsetlin machine (CTM) which is transparent and in- terpretable, was developed. As CTM handles binary inputs, it is important to transform the input images into binary form with minimum information loss so that the CTM can classify them correctly and efficiently. Currently, a relatively lossy mechanism, called adaptive Gaussian thresholding, was employed for binarization. To retain as much infor- mation as possible, in this thesis, we adopt an adaptive binarization mechanism, which can offer lossless input to the CTM. In more details, we employ up to 8 bits in three colour channels and arrange them in a certain way so that the CTM can handle all bits as in- put. In addition, we can also select certain significant bits and ignore others to increase efficiency of the system.
    [Show full text]
  • The Tsetlin Machine – a Game Theoretic Bandit Driven Approach to Optimal Pattern Recognition with Propositional Logic∗
    The Tsetlin Machine { A Game Theoretic Bandit Driven Approach to Optimal Pattern Recognition with Propositional Logic∗ Ole-Christoffer Granmo† Abstract Although simple individually, artificial neurons provide state-of-the-art performance when interconnected in deep networks. Arguably, the Tsetlin Automaton is an even simpler and more versatile learning mechanism, capable of solving the multi-armed bandit problem. Merely by means of a single integer as memory, it learns the optimal action in stochastic environments through increment and decrement operations. In this paper, we introduce the Tsetlin Machine, which solves complex pattern recognition problems with propositional formulas, composed by a collective of Tsetlin Automata. To eliminate the longstanding problem of vanishing signal-to-noise ratio, the Tsetlin Machine orchestrates the automata using a novel game. Further, both inputs, patterns, and outputs are expressed as bits, while recognition and learning rely on bit manipulation, simplifying computation. Our theoret- ical analysis establishes that the Nash equilibria of the game align with the propositional formulas that provide optimal pattern recognition accuracy. This translates to learning without local optima, only global ones. In five benchmarks, the Tsetlin Machine provides competitive accuracy compared with SVMs, Decision Trees, Random Forests, Naive Bayes Classifier, Logistic Regression, and Neural Networks. We further demonstrate how the propositional formulas facilitate interpretation. In conclusion, we believe the combination of high accuracy, interpretability, and computational simplicity makes the Tsetlin Machine a promising tool for a wide range of domains. Keywords: Bandit Problem, Game Theory, Interpretable Pattern Recognition, Propo- sitional Logic, Tsetlin Automata Games, Learning Automata, Frequent Pattern Mining, Resource Allocation. 1 Introduction Although simple individually, artificial neurons provide state-of-the-art performance when in- terconnected in deep networks [1].
    [Show full text]