ACL-OCL / Base_JSON /prefixS /json /slpat /2022.slpat-1.2.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2022",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T15:22:09.749219Z"
},
"title": "ColorCode: A Bayesian Approach to Augmentative and Alternative Communication with Two Buttons",
"authors": [
{
"first": "Matthew",
"middle": [],
"last": "Daly",
"suffix": "",
"affiliation": {},
"email": "mattyrdaly@gmail.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Many people with severely limited muscle control can only communicate through augmentative and alternative communication (AAC) systems with a small number of buttons. In this paper, we present the design for Color-Code, which is an AAC system with two buttons that uses Bayesian inference to determine what the user wishes to communicate. Our information-theoretic analysis of ColorCode simulations shows that it is efficient in extracting information from the user, even in the presence of errors, achieving nearly optimal error correction. ColorCode is provided as open source software (https://github.com/ mrdaly/ColorCode).",
"pdf_parse": {
"paper_id": "2022",
"_pdf_hash": "",
"abstract": [
{
"text": "Many people with severely limited muscle control can only communicate through augmentative and alternative communication (AAC) systems with a small number of buttons. In this paper, we present the design for Color-Code, which is an AAC system with two buttons that uses Bayesian inference to determine what the user wishes to communicate. Our information-theoretic analysis of ColorCode simulations shows that it is efficient in extracting information from the user, even in the presence of errors, achieving nearly optimal error correction. ColorCode is provided as open source software (https://github.com/ mrdaly/ColorCode).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "People with limited muscle control, such as those affected by amyotrophic lateral sclerosis (ALS), can have trouble communicating through conventional means. Augmentative and alternative communication (AAC) systems can help these people communicate effectively (Glennen and DeCoste, 1997) . These AAC systems can range from lowtech solutions, such as pointing to messages on a piece of paper (Scott, 1998) , to high-tech solutions, such as eye-tracking software that allows someone to select keys on a keyboard with their gaze (Ball et al., 2010) . The more limited the muscle control, the less information that can be input into an AAC system.",
"cite_spans": [
{
"start": 261,
"end": 288,
"text": "(Glennen and DeCoste, 1997)",
"ref_id": "BIBREF5"
},
{
"start": 392,
"end": 405,
"text": "(Scott, 1998)",
"ref_id": "BIBREF15"
},
{
"start": 527,
"end": 546,
"text": "(Ball et al., 2010)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we refer to any discrete input into an AAC system as a button, and a signal sent through a button as a click. Clicking a button (sometimes referred to as a switch in AAC contexts) can take many forms, such as twitching a particular muscle or looking to the left or right. People in the late stages of ALS may only be able to reliably click two different buttons. AAC systems for people with such limited muscle control must efficiently extract information from a small number of buttons to allow them to communicate effectively. An effective AAC system for users with severely limited muscle control needs to be designed to allow the individual to use a small number of buttons to choose from a large number of options (like letters on a keyboard). A successful design must achieve this objective while also being easy to use and resilient to errors in the user's input. Designing a system that satisfies these properties is challenging.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "There are many AAC software systems for a small number of buttons (e.g. Grid 3 1 and ACAT 2 ). Most systems for two buttons involve a scanning keyboard where one button is used to scan through keys and the other button is used to select the chosen key (Colven and Judge, 2006) . This method benefits from a simple interface, but it can take many clicks and therefore a lot of effort to communicate.",
"cite_spans": [
{
"start": 252,
"end": 276,
"text": "(Colven and Judge, 2006)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Previous research has used probabilistic reasoning and information-theoretic approaches to design effective AAC systems for few buttons (Ward et al., 2000; Broderick and MacKay, 2009; Higger et al., 2017) . Common themes in this research include leveraging statistical language models to improve text entry and using concepts from information theory to analyze performance. In this work, we describe a new system whose design builds upon these existing ideas.",
"cite_spans": [
{
"start": 136,
"end": 155,
"text": "(Ward et al., 2000;",
"ref_id": "BIBREF17"
},
{
"start": 156,
"end": 183,
"text": "Broderick and MacKay, 2009;",
"ref_id": "BIBREF1"
},
{
"start": 184,
"end": 204,
"text": "Higger et al., 2017)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We present a new AAC system, named Col-orCode, which allows users to communicate efficiently with only two buttons. ColorCode's interface is a virtual keyboard with characters the user can select to write sentences and communicate (see Figure 1a ). Each key on the keyboard is assigned one of two colors, red or blue, and each of the two buttons is associated with one of the colors. ColorCode repeatedly assigns colors to keys while observing the colors of the buttons the user clicks. The system uses Bayesian inference to update its belief over the user's chosen key given its observations of button clicks. An accurate language model and the intelligent assignment of colors to keys allow ColorCode to efficiently infer what the user wishes to type. Additionally, ColorCode adaptively corrects for errors in the user's input.",
"cite_spans": [],
"ref_spans": [
{
"start": 236,
"end": 245,
"text": "Figure 1a",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We simulate ColorCode on AAC-like text and record the average clicks per character. We analyze the results from an information-theoretic perspective to show that ColorCode efficiently extracts information from the user. We also simulate the input to ColorCode as a binary symmetric channel to empirically show that it is close to optimally resilient to errors in the user's input.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This section gives a brief overview of previous research that used probabilistic reasoning and information-theoretic approaches to build AAC software systems for a small number of buttons.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Dasher (Ward et al., 2000) uses the concept of arithmetic coding to allow users to efficiently type out messages. Although the original version of Dasher requires a continuous input method like controlling a mouse pointer or joystick, other extensions allow Dasher to be controlled by a small number of discrete buttons (MacKay et al., 2004).",
"cite_spans": [
{
"start": 7,
"end": 26,
"text": "(Ward et al., 2000)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dasher",
"sec_num": "2.1"
},
{
"text": "AAC systems for individuals who can only click one button use the timing of the click to convey in-formation. Nomon (Broderick and MacKay, 2009) uses this type of input. For each option in Nomon's interface, there is a clock with a rotating hand. To select the option they want, the user clicks their button when the hand on the option's clock passes its noon marker. Nomon infers the user's choice (using Baye's rule) from the timings of the their clicks, and it adaptively learns the probability distribution of the user's click timings. The innovative design used by Nomon is very powerful and inspired much of the design of ColorCode. However, even though Nomon is resilient to timing errors in the user's clicks, some AAC users are not able to reliably time their clicks and therefore cannot use this input method. One of ColorCode's goals is to present a system that is as powerful as Nomon, but does not require the user to time their input.",
"cite_spans": [
{
"start": 116,
"end": 144,
"text": "(Broderick and MacKay, 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Nomon",
"sec_num": "2.2"
},
{
"text": "ColorCode is similar in several ways to Shuffle Speller (Higger et al., 2017) , which is an AAC system designed for a brain-computer interface (BCI). Shuffle Speller assigns letters to different colors associated with buttons, and the user clicks buttons to choose a color. The users' brain signals are interpreted through the BCI as button clicks. Shuffle Speller uses Bayesian inference from the observed colors, and it chooses assignments of letters to colors to maximize the information it learns from observing a color. One key difference in Shuffle Speller's design is that it accounts for asymmetry in errors across the user's inputs. This additional complexity in modeling of input errors has the potential to improve the system's error correction.",
"cite_spans": [
{
"start": 56,
"end": 77,
"text": "(Higger et al., 2017)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Shuffle Speller",
"sec_num": "2.3"
},
{
"text": "We believe ColorCode's design is an improvement over Shuffle Speller in several ways. First, at each color assignment, Shuffle Speller moves the letters around the screen to fixed locations in the interface associated with the colors. In Color-Code, the letters are kept in static locations in a virtual keyboard while their colors change. This is designed to be more user friendly, since previous research suggests dynamic keyboard layouts increase the user's cognitive load and lead to slower text entry (Lesher et al., 1998; Johansen et al., 2003; Pouplin et al., 2014) . Second, ColorCode uses adaptive \"on-the-go\" learning of the user's error rate as they use the system, but Shuffle Speller requires a calibration phase for the system to learn the distribution of the user's errors. Finally, Shuffle Speller uses a fixed prior probability for a \"backspace\", while ColorCode incorporates evidence from the user's previous input to form a more informed prior for the \"undo\" key (see Section 3.3), which is equivalent to Shuffle Speller's backspace.",
"cite_spans": [
{
"start": 506,
"end": 527,
"text": "(Lesher et al., 1998;",
"ref_id": "BIBREF9"
},
{
"start": 528,
"end": 550,
"text": "Johansen et al., 2003;",
"ref_id": "BIBREF7"
},
{
"start": 551,
"end": 572,
"text": "Pouplin et al., 2014)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Shuffle Speller",
"sec_num": "2.3"
},
{
"text": "To type a message in ColorCode, the user first identifies the color of the key they wish to select (e.g. the letter A) and clicks the button for that color. After the user clicks a button, the system reassigns colors to all of the keys on the keyboard. The user repeats this process until the system selects the key they wanted and types the corresponding character in the display (or deletes a character if key was \"undo\"). ColorCode also plays an audible \"click\" sound to notify the user when a key is selected. See Figure 2 for a diagram demonstrating this process.",
"cite_spans": [],
"ref_spans": [
{
"start": 518,
"end": 526,
"text": "Figure 2",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "ColorCode maintains a belief over the user's desired key and uses Baye's rule to update its belief after observing the user's button click. The belief is a probability distribution over the possible keys (see Figure 1b) . When the probability of a particular key reaches a certain threshold, the system selects that key. This probability threshold is set to 0.95 in ColorCode. If P (k) is the probability the user wishes to select key k, and c is the color of the button the user clicks, we can compute the belief update using Baye's rule with:",
"cite_spans": [],
"ref_spans": [
{
"start": 209,
"end": 219,
"text": "Figure 1b)",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "P (k | c) = P (c | k)P (k) k \u2032 P (c | k \u2032 )P (k \u2032 )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "In this update, the two key components are the probability distributions P (k) and P (c | k), which are known as the prior and the likelihood, respectively. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "The prior is a probability distribution representing the previous belief over the user's key selection before the user clicks a button. When the user has already started clicking buttons to select a key, the prior is simply the output of the previous belief update. However, when beginning a key selection with no previous button clicks, we can define the prior based on any knowledge we have about which key the user will select. If we had no prior knowledge, the prior would be a uniform distribution over all the possible keys.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prior",
"sec_num": "3.1"
},
{
"text": "ColorCode uses a language model that uses the context of what the user previously typed to estimate the probability distribution over which character comes next. The 12-gram character language model 3 used by ColorCode was trained on billions of words of AAC-like text, providing a wellinformed prior that allows ColorCode to infer the user's key selection in a few button clicks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prior",
"sec_num": "3.1"
},
{
"text": "The likelihood, P (c | k), is the probability that Col-orCode would observe the color c from the user's click, given that they want to select the key k. If ColorCode always observed the user click the correct color button for the key they wished to select, then P (c | k) would be 1 if c was the color of key k and 0 otherwise. However, it is possible that the user could make a mistake or the button's sensor could be noisy, and the system could observe a click for the wrong color. To account for these possible errors, we define the likelihood as the probability that the system observes the user click the correct color given their desired key and its color.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "The system does not know the probability of a click error, so it must estimate it in some way. We assume the distribution of click errors is a stationary binary distribution with the parameter \u03b8, which is the probability that the click is correct. ColorCode uses Bayesian learning to learn \u03b8 from observing correct and incorrect clicks from the user. Since the beta distribution is the conjugate prior of the binary distribution, we have:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "P (\u03b8) = Beta(\u03b8 | \u03b1, \u03b2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "where \u03b1 and \u03b2 are parameters of the beta distribution. Each time the system observes the user correctly clicking a color button given their key, it increments \u03b1 by 1, and it increments \u03b2 when it observes the user clicking the incorrect button.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "The parameters \u03b1 and \u03b2 can both be initialized to 1 to represent a uniform distribution over \u03b8, but ColorCode starts with pseudocounts of \u03b1 = 9 and \u03b2 = 1 to encode the belief that the probability of click errors is low. When computing the belief update, ColorCode uses the mean of the beta distribution:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "P (c | k) = \u03b1 \u03b1+\u03b2 if c is the color of k \u03b2 \u03b1+\u03b2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "if c is not the color of k It is not obvious how we can count when a user's click is correct or incorrect. ColorCode obtains these counts by keeping track of the user's clicks and the color assignments to keys, and then once a key is selected, it goes back and updates \u03b1 and \u03b2 assuming the selected key was the correct one.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "When this likelihood is applied to the belief update, it corrects for the probability of error. If click errors are more likely, then the update increases (or decreases) the probability of keys by a smaller factor, therefore requiring more clicks to select a letter.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood",
"sec_num": "3.2"
},
{
"text": "We include an \"undo\" key in ColorCode's interface to allow the user to indicate that the system incorrectly inferred the previous key selection. Many AAC systems have a similar option, often referred to as \"backspace\" or \"delete\". Many probabilistic AAC systems incorporate an undo key into the prior by fixing its probability to a predefined constant, such as 0.05, and then normalizing the rest of the keys' probabilities (e.g. Orhan et al., 2012; Higger et al., 2017) . Fowler et al. (2013) introduces an algorithm that keeps track of probabilities for alternative inferences the system could have made, and then uses these probabilities to inform the prior probability of a backspace key.",
"cite_spans": [
{
"start": 430,
"end": 449,
"text": "Orhan et al., 2012;",
"ref_id": "BIBREF12"
},
{
"start": 450,
"end": 470,
"text": "Higger et al., 2017)",
"ref_id": null
},
{
"start": 473,
"end": 493,
"text": "Fowler et al. (2013)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "In ColorCode, we set the undo probability to the probability that the previous key selection was wrong. 4 We know this probability from the belief the system had when it selected the previous key. When starting a new key selection, we have:",
"cite_spans": [
{
"start": 104,
"end": 105,
"text": "4",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "P (k t = UNDO) = 1 \u2212 P (k t\u22121 = K)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "where t is the current time step in terms of belief updates, and K is the key the system previously selected.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "When the user selects the undo key, the last character in the output string is removed. ColorCode then assumes that the selection of the removed character was incorrect, and the user still wishes to select the key that they originally intended to select. With this assumption, the system resets the prior to the belief it had at the time of the incorrect selection. However, it changes the probability of the assumed incorrect character to be the probability that the undo selection was wrong. After the system selected undo at step t \u2212 1, we have:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "P (k t = K) = 1 \u2212 P (k t\u22121 = UNDO)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "where K is the key the system is assumed to have incorrectly selected before the undo. The probabilities of the rest of the keys are then normalized.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "Additionally, when the user selects undo, Color-Code undoes the error rate learning it did on the previous key selection, since it can no longer assume that the selection was correct.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Undo",
"sec_num": "3.3"
},
{
"text": "An important aspect of ColorCode is the assignment of colors to keys at each step. This assignment determines what information the system learns when it observes a button click. In the degenerate case where all keys are assigned the same color, no information can be learned from a user's click. The goal of choosing a color assignment is to learn as much information as possible about the user's desired key selection.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Color Assignment",
"sec_num": "3.4"
},
{
"text": "We can use the entropy of observing a color as a heuristic to measure the effectiveness of a color assignment. The entropy, which can be thought of as the expected information content received from observing a user's color click, is defined as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Color Assignment",
"sec_num": "3.4"
},
{
"text": "\u2212 c P (c) log P (c)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Color Assignment",
"sec_num": "3.4"
},
{
"text": "where P (c) is the probability of observing a click of color c based on our current belief. Computing the entropy for every possible color assignment and choosing the maximum is intractable, but we can also maximize entropy by maximizing the uniformity of the probability distribution, P (c) (MacKay, 2002) . Choosing a color assignment that makes P (c) as close to equiprobable as possible is equivalent to the partition problem, which is NP-complete. However, there are approximate algorithms for the partition problem that run in polynomial time, and ColorCode uses the simple greedy heuristic to approximate a solution (Korf, 1995) .",
"cite_spans": [
{
"start": 292,
"end": 306,
"text": "(MacKay, 2002)",
"ref_id": "BIBREF10"
},
{
"start": 623,
"end": 635,
"text": "(Korf, 1995)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Color Assignment",
"sec_num": "3.4"
},
{
"text": "We also tried assigning colors using Huffman coding, similar to . While our simulations showed the Huffman coding approach performed slightly better than the partition approach with no click error, the partition approach performed better in the presence of errors. For this reason, ColorCode uses the partition approach for color assignments. A possible alternative would be to use Huffman coding when the system estimates an error rate below a certain threshold, and then use the partition approach if the error rate is above that threshold.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Color Assignment",
"sec_num": "3.4"
},
{
"text": "The effectiveness of ColorCode can be measured by the average number of clicks it takes the user to select a character. Low clicks per character (cpc) indicate that a system is efficient in its ability to extract information from the user.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "Another important metric used to evaluate AAC systems is the text entry rate (TER). Measuring the text entry rate of a system requires a user study, which has not yet been performed using ColorCode (see Section 6).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "We simulated ColorCode on a test set of AAClike text, presented in Vertanen and Kristensson (2011) , to calculate the average cpc. The simulator uses the undo key to correct any incorrect key selections, and these extra clicks are counted toward the cpc. Through these simulations, ColorCode achieved an average of 2.07 cpc.",
"cite_spans": [
{
"start": 67,
"end": 98,
"text": "Vertanen and Kristensson (2011)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "We can analyze this result from an informationtheoretic perspective by considering the theoretical lower bound on cpc given the language model ColorCode uses. We can view the color clicks as binary symbols (bits) in a variable-length encoding of the characters the user wishes to type. The source coding theorem for symbol codes states that the entropy of a character distribution is the lower bound on the expected number of bits required to encode a character (MacKay, 2002) . However, the system uses a language model for the encoding because it does not know the true character distribution. So instead, the cross-entropy between the true distribution and the model distribution can be used as a lower bound on the expected number of bits per character in a coding scheme that uses the model distribution to encode characters that come from the true distribution (Brown et al., 1992) . The cross-entropy is defined as:",
"cite_spans": [
{
"start": 462,
"end": 476,
"text": "(MacKay, 2002)",
"ref_id": "BIBREF10"
},
{
"start": 867,
"end": 887,
"text": "(Brown et al., 1992)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "\u2212E x\u223cP (x) [log M (x | x \u22121 , x \u22122 , . . . )]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "where P (x) is the true distribution of characters and M (x | x \u22121 , x \u22122 , . . . ) is the language model's probability of a character given its context. To calculate the cross-entropy empirically, we estimate the expectation over the true distribution by averaging over the AAC test set used to evaluate ColorCode. Using this approach with the language model that ColorCode uses, we calculate the crossentropy to be 1.73 bits. This means that ColorCode achieves 2.07 cpc when the lower bound given its language model is 1.73 cpc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "To evaluate ColorCode's resilience to click errors, we ran simulations on the test set with a parameter f , which defined the probability that the simulator would randomly click the incorrect color for the desired key.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "Let us consider the user's clicks as bits being communicated over a noisy channel, specifically a binary symmetric channel (BSC). The BSC has a probability f of a bit flip (the color is incorrect) and a probability of 1 \u2212 f of a correct bit transmission (the color is correct). Error-correcting codes can be used to communicate over noisy channels by sending more bits for redundancy. Recall that ColorCode learns the click error rate and then requires more clicks from the user to compensate for more errors. Let us think of this mechanism in ColorCode as an error-correcting code.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "We can evaluate an error-correcting code by its information rate, which is the ratio of information bits communicated to the total number of bits sent over the channel. The total number of bits includes both the information bits and the redundant bits which are sent to correct any errors. We can measure the information rate of ColorCode by using simulations on the test set. We define the number of information bits as the number of clicks required during a simulation with no error rate. Then we define the total number of bits as the total number of clicks the simulation requires when given an error rate f . With this, we can calculate the information rate of ColorCode for a given error rate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "According to the noisy-channel coding theorem, the error rate of a noisy channel can be corrected to an arbitrarily small resulting error (MacKay, 2002) . Additionally, any error-correcting code that can achieve this has a maximum information rate equal to the channel capacity, C, of the channel. The channel capacity of a BSC with error rate f is",
"cite_spans": [
{
"start": 138,
"end": 152,
"text": "(MacKay, 2002)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "C = 1 \u2212 h 2 (f )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "where h 2 is the binary entropy function.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "We plot the information rates from our simulations in Figure 3 , along with the optimal information rates of a BSC, the channel capacity. These empirical results show that ColorCode's error correction is nearly optimal when we model the errors with a BSC.",
"cite_spans": [],
"ref_spans": [
{
"start": 54,
"end": 62,
"text": "Figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Error Correction",
"sec_num": "4.1"
},
{
"text": "This paper presents the design of ColorCode, a new and powerful AAC system for two buttons. ColorCode combines a powerful language model, Bayesian learning of click errors, an informed undo operation, and intelligent color assignments into a Bayesian belief framework that uses a simple interface to efficiently extract information from the user. Our results demonstrate this efficiency by showing ColorCode requires an average of only 2.07 clicks to select a character, which is within one half of a click of the theoretical lower bound which is 1.73 clicks. ColorCode remains efficient in extracting information when there are errors in the input, and our results show that ColorCode handles errors with nearly optimal efficiency. These results show that ColorCode's design has the potential to help people who cannot communicate easily.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "Further development on ColorCode can make it viable for real-world use as an AAC system. Several improvements to the design could increase performance by making it easier for users to convey information. One improvement would be to extend ColorCode to optionally use more than two colors, which would help if the user has more control and can click more than two buttons. We could also improve the design with word predictions or other possible methods that would leverage the powerful language model to let the user select multiple characters with one click.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "6"
},
{
"text": "Additionally, conducting a user study with Color-Code is a vital next step in its development. Testing ColorCode with real users and real input devices is essential to evaluating its text entry rate, interface usability, and error correction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "6"
},
{
"text": "Grid 3 is developed by Smartbox Assistive Technology Ltd.: https://thinksmartbox.com/product/ grid-3/ 2 Assistive Context-Aware Toolkit (ACAT) is provided by Intel's Open Source Technology Center: https://01. org/acat/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://imagineville.org/software/lm/ dec19_char/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "During the first key selection, the undo probability is set to 0, since there are no key selections to undo.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Special thanks to Mykel Kochenderfer and Keith Vertanen.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Eye-gaze access to AAC technology for people with amyotrophic lateral sclerosis",
"authors": [
{
"first": "J",
"middle": [],
"last": "Laura",
"suffix": ""
},
{
"first": "Amy",
"middle": [
"S"
],
"last": "Ball",
"suffix": ""
},
{
"first": "Susan",
"middle": [
"K"
],
"last": "Nordness",
"suffix": ""
},
{
"first": "Katie",
"middle": [],
"last": "Fager",
"suffix": ""
},
{
"first": "Brianae",
"middle": [],
"last": "Kersch",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mohr",
"suffix": ""
},
{
"first": "David",
"middle": [
"R"
],
"last": "Gary L Pattee",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Beukelman",
"suffix": ""
}
],
"year": 2010,
"venue": "Journal of Medical Speech-Language Pathology",
"volume": "18",
"issue": "3",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Laura J Ball, Amy S Nordness, Susan K Fager, Katie Kersch, Brianae Mohr, Gary L Pattee, and David R Beukelman. 2010. Eye-gaze access to AAC tech- nology for people with amyotrophic lateral sclero- sis. Journal of Medical Speech-Language Pathology, 18(3):11.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Fast and flexible selection with a single switch",
"authors": [
{
"first": "Tamara",
"middle": [],
"last": "Broderick",
"suffix": ""
},
{
"first": "J",
"middle": [
"C"
],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mackay",
"suffix": ""
}
],
"year": 2009,
"venue": "PLOS ONE",
"volume": "4",
"issue": "10",
"pages": "1--8",
"other_ids": {
"DOI": [
"10.1371/journal.pone.0007481"
]
},
"num": null,
"urls": [],
"raw_text": "Tamara Broderick and David J. C. MacKay. 2009. Fast and flexible selection with a single switch. PLOS ONE, 4(10):1-8.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "An estimate of an upper bound for the entropy of english",
"authors": [
{
"first": "Stephen A Della",
"middle": [],
"last": "Peter F Brown",
"suffix": ""
},
{
"first": "Vincent J Della",
"middle": [],
"last": "Pietra",
"suffix": ""
},
{
"first": "Jennifer",
"middle": [
"C"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "Robert L",
"middle": [],
"last": "Lai",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mercer",
"suffix": ""
}
],
"year": 1992,
"venue": "Computational Linguistics",
"volume": "18",
"issue": "1",
"pages": "31--40",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter F Brown, Stephen A Della Pietra, Vincent J Della Pietra, Jennifer C Lai, and Robert L Mercer. 1992. An estimate of an upper bound for the entropy of english. Computational Linguistics, 18(1):31-40.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Switch access to technology",
"authors": [
{
"first": "David",
"middle": [],
"last": "Colven",
"suffix": ""
},
{
"first": "Simon",
"middle": [],
"last": "Judge",
"suffix": ""
}
],
"year": 2006,
"venue": "ACE Centre Advisory Trust",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Colven and Simon Judge. 2006. Switch access to technology. ACE Centre Advisory Trust.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Improved inference and autotyping in EEG-based BCI typing systems",
"authors": [
{
"first": "Andrew",
"middle": [],
"last": "Fowler",
"suffix": ""
},
{
"first": "Brian",
"middle": [],
"last": "Roark",
"suffix": ""
},
{
"first": "Umut",
"middle": [],
"last": "Orhan",
"suffix": ""
}
],
"year": 2013,
"venue": "In International ACM SIGACCESS Conference on Computers and Accessibility",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1145/2513383.2513453"
]
},
"num": null,
"urls": [],
"raw_text": "Andrew Fowler, Brian Roark, Umut Orhan, Deniz Er- dogmus, and Melanie Fried-Oken. 2013. Improved inference and autotyping in EEG-based BCI typing systems. In International ACM SIGACCESS Confer- ence on Computers and Accessibility, New York, NY, USA. Association for Computing Machinery.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Augmentative and alternative communication systems. The Handbook of Augmentative and Alternative Communication",
"authors": [
{
"first": "L",
"middle": [],
"last": "Sharon",
"suffix": ""
},
{
"first": "D",
"middle": [
"C"
],
"last": "Glennen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Decoste",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "59--69",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sharon L Glennen and DC DeCoste. 1997. Augmen- tative and alternative communication systems. The Handbook of Augmentative and Alternative Commu- nication, pages 59-69.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Mujdat Cetin, and Deniz Erdogmus. 2017. Recursive Bayesian coding for BCIs. IEEE Transactions on Neural Systems and Rehabilitation Engineering",
"authors": [
{
"first": "Matt",
"middle": [],
"last": "Higger",
"suffix": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Quivira",
"suffix": ""
},
{
"first": "Murat",
"middle": [],
"last": "Akcakaya",
"suffix": ""
},
{
"first": "Mohammad",
"middle": [],
"last": "Moghadamfalahi",
"suffix": ""
},
{
"first": "Hooman",
"middle": [],
"last": "Nezamfar",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "25",
"issue": "",
"pages": "704--714",
"other_ids": {
"DOI": [
"10.1109/TNSRE.2016.2590959"
]
},
"num": null,
"urls": [],
"raw_text": "Matt Higger, Fernando Quivira, Murat Akcakaya, Mo- hammad Moghadamfalahi, Hooman Nezamfar, Mu- jdat Cetin, and Deniz Erdogmus. 2017. Recur- sive Bayesian coding for BCIs. IEEE Transactions on Neural Systems and Rehabilitation Engineering, 25(6):704-714.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Language technology in a predictive, restricted on-screen keyboard with dynamic layout for severely disabled people",
"authors": [
{
"first": "John",
"middle": [
"P"
],
"last": "Anders S Johansen",
"suffix": ""
},
{
"first": "Dan",
"middle": [
"W"
],
"last": "Hansen",
"suffix": ""
},
{
"first": "Kenji",
"middle": [],
"last": "Hansen",
"suffix": ""
},
{
"first": "Satoru",
"middle": [],
"last": "Itoh",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mashino",
"suffix": ""
}
],
"year": 2003,
"venue": "EACL Workshop on Language Modeling for Text Entry Methods",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anders S Johansen, John P Hansen, Dan W Hansen, Kenji Itoh, and Satoru Mashino. 2003. Language technology in a predictive, restricted on-screen key- board with dynamic layout for severely disabled peo- ple. In EACL Workshop on Language Modeling for Text Entry Methods.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "From approximate to optimal solutions: A case study of number partitioning",
"authors": [
{
"first": "E",
"middle": [],
"last": "Richard",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Korf",
"suffix": ""
}
],
"year": 1995,
"venue": "International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "266--272",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard E. Korf. 1995. From approximate to optimal solutions: A case study of number partitioning. In International Joint Conference on Artificial Intelli- gence, page 266-272.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Techniques for augmenting scanning communication. Augmentative and Alternative Communication",
"authors": [
{
"first": "Gregory",
"middle": [],
"last": "Lesher",
"suffix": ""
},
{
"first": "Bryan",
"middle": [],
"last": "Moulton",
"suffix": ""
},
{
"first": "D Jeffery",
"middle": [],
"last": "Higginbotham",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "14",
"issue": "",
"pages": "81--101",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gregory Lesher, Bryan Moulton, and D Jeffery Higgin- botham. 1998. Techniques for augmenting scanning communication. Augmentative and Alternative Com- munication, 14(2):81-101.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Information Theory, Inference & Learning Algorithms",
"authors": [
{
"first": "J",
"middle": [
"C"
],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mackay",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David J. C. MacKay. 2002. Information Theory, Infer- ence & Learning Algorithms. Cambridge University Press.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Efficient communication with one or two buttons",
"authors": [
{
"first": "J",
"middle": [
"C"
],
"last": "David",
"suffix": ""
},
{
"first": "Chris",
"middle": [
"J"
],
"last": "Mackay",
"suffix": ""
},
{
"first": "Mick",
"middle": [],
"last": "Ball",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Donegan",
"suffix": ""
}
],
"year": 2004,
"venue": "AIP Conference Proceedings",
"volume": "735",
"issue": "",
"pages": "207--218",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David JC MacKay, Chris J Ball, and Mick Donegan. 2004. Efficient communication with one or two but- tons. In AIP Conference Proceedings, volume 735, pages 207-218. American Institute of Physics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "RSVP keyboard: An EEG based typing interface",
"authors": [
{
"first": "Umut",
"middle": [],
"last": "Orhan",
"suffix": ""
},
{
"first": "Kenneth",
"middle": [
"E"
],
"last": "Hild",
"suffix": ""
},
{
"first": "Deniz",
"middle": [],
"last": "Erdogmus",
"suffix": ""
},
{
"first": "Brian",
"middle": [],
"last": "Roark",
"suffix": ""
},
{
"first": "Barry",
"middle": [],
"last": "Oken",
"suffix": ""
},
{
"first": "Melanie",
"middle": [],
"last": "Fried-Oken",
"suffix": ""
}
],
"year": 2012,
"venue": "2012 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)",
"volume": "",
"issue": "",
"pages": "645--648",
"other_ids": {
"DOI": [
"10.1109/ICASSP.2012.6287966"
]
},
"num": null,
"urls": [],
"raw_text": "Umut Orhan, Kenneth E. Hild, Deniz Erdogmus, Brian Roark, Barry Oken, and Melanie Fried-Oken. 2012. RSVP keyboard: An EEG based typing interface. In 2012 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 645- 648.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Effect of a Dynamic Keyboard and Word Prediction Systems on Text Input Speed in Patients with Functional Tetraplegia",
"authors": [
{
"first": "Johanna",
"middle": [],
"last": "Samuel Pouplin",
"suffix": ""
},
{
"first": "Jean-Yves",
"middle": [],
"last": "Robertson",
"suffix": ""
},
{
"first": "Antoine",
"middle": [],
"last": "Antoine",
"suffix": ""
},
{
"first": "Jean-Loup",
"middle": [],
"last": "Blanchet",
"suffix": ""
},
{
"first": "Philippe",
"middle": [],
"last": "Kahloun",
"suffix": ""
},
{
"first": "Justine",
"middle": [],
"last": "Volle",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bouteille",
"suffix": ""
}
],
"year": 2014,
"venue": "Journal of Rehabilitation Research and Development",
"volume": "51",
"issue": "3",
"pages": "467--480",
"other_ids": {
"DOI": [
"10.1682/JRRD.2012.05.0094"
]
},
"num": null,
"urls": [],
"raw_text": "Samuel Pouplin, Johanna Robertson, Jean-Yves Antoine, Antoine Blanchet, Jean-Loup Kahloun, Philippe Volle, Justine Bouteille, Fr\u00e9d\u00e9ric Lofaso, and Djamel Bensmail. 2014. Effect of a Dynamic Keyboard and Word Prediction Systems on Text In- put Speed in Patients with Functional Tetraplegia. Journal of Rehabilitation Research and Development, 51(3):467-480.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Huffman scanning: Using language models within fixed-grid keyboard emulation",
"authors": [
{
"first": "Brian",
"middle": [],
"last": "Roark",
"suffix": ""
},
{
"first": "Russell",
"middle": [],
"last": "Beckley",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Gibbons",
"suffix": ""
},
{
"first": "Melanie",
"middle": [],
"last": "Fried-Oken",
"suffix": ""
}
],
"year": 2013,
"venue": "Computer Speech & Language",
"volume": "27",
"issue": "6",
"pages": "1212--1234",
"other_ids": {
"DOI": [
"10.1016/j.csl.2012.10.006"
]
},
"num": null,
"urls": [],
"raw_text": "Brian Roark, Russell Beckley, Chris Gibbons, and Melanie Fried-Oken. 2013. Huffman scanning: Us- ing language models within fixed-grid keyboard em- ulation. Computer Speech & Language, 27(6):1212- 1234.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Low tech methods of augmentative communication",
"authors": [
{
"first": "Janet",
"middle": [],
"last": "Scott",
"suffix": ""
}
],
"year": 1998,
"venue": "Augmentative Communication in Practice",
"volume": "2",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Janet Scott. 1998. Low tech methods of augmentative communication. Augmentative Communication in Practice 2.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "The imagination of crowds: Conversational AAC language modeling using crowdsourcing and large data sources",
"authors": [
{
"first": "Keith",
"middle": [],
"last": "Vertanen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Per Ola Kristensson",
"suffix": ""
}
],
"year": 2011,
"venue": "Conference on Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "700--711",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Keith Vertanen and Per Ola Kristensson. 2011. The imagination of crowds: Conversational AAC lan- guage modeling using crowdsourcing and large data sources. In Conference on Empirical Methods in Nat- ural Language Processing (EMNLP), pages 700-711. ACL.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Dasher-a data entry interface using continuous gestures and language models",
"authors": [
{
"first": "David",
"middle": [
"J"
],
"last": "Ward",
"suffix": ""
},
{
"first": "Alan",
"middle": [
"F"
],
"last": "Blackwell",
"suffix": ""
},
{
"first": "David",
"middle": [
"J C"
],
"last": "Mackay",
"suffix": ""
}
],
"year": 2000,
"venue": "ACM Symposium on User Interface Software and Technology",
"volume": "",
"issue": "",
"pages": "129--137",
"other_ids": {
"DOI": [
"10.1145/354401.354427"
]
},
"num": null,
"urls": [],
"raw_text": "David J. Ward, Alan F. Blackwell, and David J. C. MacKay. 2000. Dasher-a data entry interface using continuous gestures and language models. In ACM Symposium on User Interface Software and Technol- ogy, page 129-137.",
"links": null
}
},
"ref_entries": {
"FIGREF1": {
"text": "ColorCode system after user has begun typing.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "Diagram demonstrating process of selecting the letter E in ColorCode.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "Plot comparing the information rate of Col-orCode to the channel capacity of a binary symmetric channel.",
"num": null,
"uris": null,
"type_str": "figure"
}
}
}
}