<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7051731870758787447</id><updated>2011-04-21T20:24:00.795-07:00</updated><category term='light pen'/><category term='sutherland'/><category term='sketchpad'/><title type='text'>Ben's Blog</title><subtitle type='html'>A place for summaries and discussions about sketch recognition and the papers I have reviewed.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-8729669695110192713</id><published>2008-09-03T21:17:00.000-07:00</published><updated>2008-09-03T21:42:46.847-07:00</updated><title type='text'>Gestures without Libraries, Toolkits or Training</title><content type='html'>Jacob O. Wobbrock, Andrew D. Wilson, Yang Li&lt;br /&gt;&lt;br /&gt;Summary&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The goal of this paper was to produce the $1 recognizer--a recognizer that is simple to create (less than 100 lines of code) and accurate.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The algorithm is as such:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    1-  Resample point path by calculating the total point path.  Divide this length by the # of points (32 &lt;= N &lt;= 256; N = 64 seems to work well ) minus 1 to get the distance between points.  Then, redraw the shape with this spacing between points.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    2-  Rotate the image based on the indicative angle (i.e. angle between centroid of figure and figures first point becomes horizontal--use golden section searching?)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    3-  Scale to a reference square and translate centroid to origin&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    4-  Recognize the sketch by comparing it to a template (using Euclidean distance between sketch and template)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;Discussion&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    If it is possible to create enough templates then this method seems to have some potential; however, I think that would be pretty difficult.  Also, finding that angle is a pretty complicated thing to do and it doesn't allow for a robust input set as orientation is difficult to reproduce.  I would like to see an animation of the system trying to find the correct angle as I think that would be instructive.  Also, id they changed the location of the angle end-points then it might be easier to do the rotation.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-8729669695110192713?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/8729669695110192713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=8729669695110192713' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/8729669695110192713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/8729669695110192713'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/09/gestures-without-libraries-toolkits-or.html' title='Gestures without Libraries, Toolkits or Training'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-897096534642901628</id><published>2008-09-03T20:47:00.000-07:00</published><updated>2008-09-03T21:17:37.880-07:00</updated><title type='text'>MARQS</title><content type='html'>Brandon Paulson and Tracy Hammond&lt;br /&gt;Journal on Multimodal User Interfaces, October 2007&lt;br /&gt;&lt;br /&gt;Summary&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    MARQS is a dual classifier sketch retrieval system that builds stronger associations with sketches the more it is used.  Its principle domain for the paper was for finding personal photos and music albums.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The algorithm is broken down like so:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    1-  The major axis is calculated by finding the two farthest points away from one another and rotating the sketch to make that axis the horizontal axis&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    2-  Determine the bounding box aspect ratio (width/height)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    3-  Determine Pixel Density (# of black pixels to # of pixels in bounding box)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    4-  Determine average curvature to be the values of all the points in all strokes divided by the total sketch length&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    5-  Number of perceived corners via segmentation (refer to “Sketch based interfaces: early processing for sketch understanding by T.M. Sezgin et al.)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    6-  If only a single example exists then calculate the features and compare to the database examples&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    7-  Calculate the normalized total error&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    8-  Display sketches with lowest errors&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    This algorithm is able to return the correct sketch in the highest ranking 70% of the time, 87.6% top 2, 95.5% top 3 and 98% top 4 (initially only four returned).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;Discussion&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    This is fascinating to me.  The feature set doesn't seem to be that robust, but I guess the capture of curvature and density really return some powerful recognizers.  I wonder if center of gravity and area could have as much power?  It seemed to me that the pixel density is based on only black and white pictures--sketches.  I wonder if the accuracy could be increased by allowing the user to color different lines of the sketch.  It might be unreasonable to make the user remember what color they made what lines, but if the user kept it simple then it might not be that difficult.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-897096534642901628?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/897096534642901628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=897096534642901628' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/897096534642901628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/897096534642901628'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/09/marqs.html' title='MARQS'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-2140696391101273600</id><published>2008-09-01T20:37:00.000-07:00</published><updated>2008-09-01T22:03:39.683-07:00</updated><title type='text'>Visual Similarity of Pen Gestures</title><content type='html'>A. Chris Long, Jr., James A. Landay, Lawrence A. Rowe, and Joseph Michiels&lt;br /&gt;&lt;br /&gt;Summary&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The increasing popularity of pen (stylus) based computer input necessitates a study as to the difficulties associated with learning new gestures to mimic the natural way we write on paper.  This paper conducted two studies to establish why users found gestures similar and then took that data and built a gesture design tool to help gesture designers build gesture sets that are easy to remember/perform.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    As the heart of this paper is about the experiments, I will forego the "Related Work" section which basically describes the pen interface and the machines that use them, perceptual similarity (changes in geometric and perceptual properties influence the perceived similarity) and multi-dimensional scaling(a way of reducing the data set to allow for pattern recognition in 2- or 3-d).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    &lt;em&gt;Trial 1&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The purpose of this trial was to determine what &lt;strong&gt;measurable&lt;/strong&gt; geometric properties influenced their perceived similarity (accomplished with MDS) AND to produce a model that could predict how two people would view a similar gesture (accomplished with regression analysis).  A gesture set with a wide degree of separability was constructed.  Subjects were given a "triad" (three randomly chosen gestures; 364 triads shown to each user) and asked to pick the one that was most different.  The 21 users' responses were used to construct the dissimilarity matrix.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The model they built was able to correlate gesture similarities at 0.74.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    &lt;em&gt;Trail 2&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The purpose of this trial was to study three things:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    1-  total absolute angle and aspect&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    2-  length and area&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    3-  rotation related features&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Because the feature sets became to large to show all possible combinations of the three sets built, a fourth feature set containing features from the first three was built.  Subjects where then shown triads from all 4 sets for a total of 538 triads.  The model they built using MDS and regression gave a correlation of 0.71.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    When the model from the first trial was used on the data of the second trial only a correlation of 0.56 was found and it was even worse for model two on data 1.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    &lt;/span&gt;&lt;br /&gt;Discussion&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The goal of the experiments and the way they were conducted was great.  I am a big fan of getting people to use the systems we build in order to evaluate them.  After all, no matter how clever we think our solutions are, we are often times too close to them to see them objectively.  That being said, I am not satisfied that the second part of their research goal was accomplished.  For a specific environment being able to correlate at 0.75 might be adequate, but as the goal was to build this tool for any gesture environment, only having a correlation of 0.54 means that the system is just "guessing" and not providing the insights a designer would want/need.  Secondly, the authors mention that in their regression analysis they remove features that were "only obtainable by subjective judgement".  I am not exactly sure what that means, but it makes their numbers of 0.75 and 0.71 seem a little weaker to me.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    I think it would be interesting to repeat this experiment to determine if gender/race/left handed vs right handed people aggregate into similar gesture classifiers.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-2140696391101273600?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/2140696391101273600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=2140696391101273600' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/2140696391101273600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/2140696391101273600'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/09/visual-similarity-of-pen-gestures.html' title='Visual Similarity of Pen Gestures'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-1366866527358854068</id><published>2008-09-01T19:06:00.000-07:00</published><updated>2008-09-01T20:36:48.744-07:00</updated><title type='text'>Specifying Gestures by Example</title><content type='html'>Dean Rubine&lt;br /&gt;Computer Graphics, Vol. 25, Num 4, July 1991&lt;br /&gt;&lt;br /&gt;Summary&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    Rubine built a hand gesture recognizing architecture called GRANDMA (Gesture Recognizers Automated in a Novel Direct Manipulation Architecture).  With this architecture he developed GDP, which is a single stroke gesture recognizer for a small set of gestures.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    GDPs gestures are modeled with GRANDMA.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    The heart of this paper is in the way the author describes the feature set, the classification, the training, and the rejection so that is what I will focus on.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    &lt;em&gt;Feature Set&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    Done in constant time regardless of the gesture size there are 13 features that are classified.  The features are all mathematical functions involving slopes, sums and angles.  Refer to the paper for the formulae.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;   &lt;em&gt;Gesture Classification&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    Gesture class c has weights that maximize the gesture class.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    &lt;em&gt;Training&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    Training is accomplished with a linear discriminator used to find the weights.  Basically, a set of test data determines the feature vectors for a given gesture class by averaging the training data feature sets per gesture.  The weights are finally calculated via some statistics using the covariance and inversion of the covariance matrix.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    &lt;em&gt;Rejection&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    Rejection is the act of intentionally not classifying a gesture due to ambiguities.  This is necessary because linear discriminators will always classify.  Rejection is not necessary as long as a robust undo capability is provided.$$&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The great thing about this technique is that it is very accurate for small gesture sets.  The author provides some evaluations that show for gesture sets less than 26 the accuracy is better than 98%.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span &gt;Discussion&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;"&gt;    As the first true gesture recognition paper I have read I am very excited about the potential.  While this paper basically focused on the way something is drawn I would anticipate that there are numerous collisions between mathematically similar shapes to be free in the sketch process.  As an editor, it makes sense that a small number of actions need to be recognized, but as a free "piece of paper" the amount of training would be mind boggling.  However, I enjoyed this paper as a first step toward targeted recognition and hope that there are some other means of generalizing.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-1366866527358854068?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/1366866527358854068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=1366866527358854068' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/1366866527358854068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/1366866527358854068'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/09/specifying-gestures-by-example.html' title='Specifying Gestures by Example'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-8033028195661149693</id><published>2008-08-28T06:55:00.000-07:00</published><updated>2008-08-28T07:46:31.407-07:00</updated><title type='text'>Introduction to Sketch Recognition</title><content type='html'>Summary&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Tracy Hammond and Kenneth Mock&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;The paper starts with a description of the Sutherland technology called Sketchpad (reviewed &lt;a href="http://benstottsblog.blogspot.com/2008/08/sketchpad-review.html"&gt;here&lt;/a&gt;).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;A discussion about passive vs active digitizers follows. A Digitizer is the technology that allows Tablet PCs to recognize where the writing instrument is. Passive digitizers allow the use of finger based input, but had the drawback that if one's palm touches the screen an unintended click will be recorded. This phenominon is called vectoring. Active Disgitizers emit electromagnetic signals that are reflected by a pen or stylus and can be interpreted by the system to be in either hover mode or tapping mode.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Tablet PCs come in two types: convertible and slate. Convertable tablet PCs allow the screen to be rotated and closed with the screen accessible for writing on. In this scenario the screen covers the keyboard. In the slate style the keyboard is removed.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;There are also USB connected Pen interfaces. Intuous and Graphire capture both pen data and pressure data. Airliner is a wireless slate in which multiple units can be used to edit the same Smart Board. Another type of input device is the Cintiq 21ux display which is high resolution and can be used as a second monitor.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Software that can be used is Camtasia which can record srceen interaction and audio--making for robust presentations to be watched at later times. Microsoft XP and Vista have handwriting recognition built in, and some versions of Linux can be loaded onto a Tablet PC. Apple offers some hand writing recognition software but no devices as they were burned early in their careers by immature technologies. Hammond has created a software suite called LADDER which can recognize mechanical systems and simulate the systems drawn. Other areas where this type of recognition has taken place is in Chemistry, FSM, and Music. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;The FLUID framework allows anyone to design a graphical diagram, create a LADDER doamin, integrate with GUILD (automatically creates sketch recognition and editing specified by the LADDER domain) and load onto a tablet PC for interaction.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Some case studies were discussed: 11th and 12th grade pre-calculus, calculus and trigonometry and 8th grade pre-algebra and algebra. Both examples show how a teacher could benefit from the use of Tablet PCs by describing how they could use them in their classes.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Discussion&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;This paper was a good overview of the physical devices and software availbale for sketch based capture and processing. The most interesting parts of the paper came from the way the technology can be used to enhance the learning experience and role of the teacher. While I would ike to have seen some more analysis on the success rates of using the technology in classrooms I believe that this is a great avenue for class interaction and facilitated learning not normally seen. It is engaging and active rather than passively listening to a lecture.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-8033028195661149693?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/8033028195661149693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=8033028195661149693' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/8033028195661149693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/8033028195661149693'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/08/introduction-to-sketch-recognition.html' title='Introduction to Sketch Recognition'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-6053980382980741694</id><published>2008-08-27T14:36:00.000-07:00</published><updated>2008-08-27T17:22:59.181-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sketchpad'/><category scheme='http://www.blogger.com/atom/ns#' term='sutherland'/><category scheme='http://www.blogger.com/atom/ns#' term='light pen'/><title type='text'>SketchPad Review</title><content type='html'>Comments to other bloggers on this paper:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Ivan E Sutherland, 1963&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;AFIPS Conference Proceedings Volume 23&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;    &lt;span style="font-size:85%;"&gt;Sketchpad is a human-computer interactive system capable of taking input data from a combination of light-pen, light sensing screen and keyboard and manipulate the objects input.   By defining some elementary constructs (points, lines, circles) and defing some basic operations on these constructs (magnification, copying, deleting, drawing) interesting results ranging in circuit design to bridge stress analysis can be performed.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The paper begins with an example of building a regular hexagon from an irregular six-sided shape and making it regular by inscribing it into a cicrle.  After fixing some constraints (vertexes on circle) the user was able to force the system to construct a regular hexagon.  Definitions worth remembering are:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    SUBPICTURE:  any subpart of the resulting image that can be repurposed as part of another image.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    CONSTRAINT:  basic relationships between picture parts--vertical, horizontal, parallel lines; points lie on circles, symbols appear in some orientation and relationship between symbols.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    COPYING:  Making equal copies of a picture part&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The underlying structure that makes this work is the &lt;span style="color:#33cc00;"&gt;&lt;strong&gt;Ring Structure&lt;/strong&gt;&lt;/span&gt; which is an expanded version of the n-component element described by Ross (Ross, D.T., Rodriguez, J.E., "Theoretical Foundations for the Computer Aided Design System").  In particular, all references made to a particular block are collected together by an array of pointers originating within that block.  The "ring" reference is because the array of pointers starts and ends with the block itself for closure.  The ring structure is made dynamically through the use of the keypad. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The basic ring structure operations are insertion, removal, combination (i.e. joing multiple ring structures), and auxiliary operations on ring members in following flink or blink paths.  It's the boundary conditions (i.e. 0 and 1 member rings) that are important to handle robustly.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The light pen is the main instrument for getting data into the system and manipulating data already in the system (coordinate input vs. demonstrative input).  Pen tracking is accomplished by placing the pen anywhere on the screen (blank space or another line) and moving the pen.  When aiming at a line or point, the pen uses only 1/8 inch of its total 1/2 inch sensing area to determine if it is close to an "aimed at" object.  Next, it determines which objects are topologically related to the ones seen (favoring end pints and attachment points).  To aid in human interaction pseudo pen placement is used to snap to the part that is aimed at as opposed to what is pointed at.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The display uses 20 bits to define the position and 16 bits to associate the spot with the ring structure it belongs to.  This results in all spots in a line being associated with the ring structure for that line and all spots in an instance being associated to the ring structure composite for that instance.  It also has a resolution capable of magnifying up to 2000 times.  Lastly, all the displayed parts are generated by points and the difference equations:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    xi = xi-1 +delta(x)       yi = yi-1 + delta(y)            lines&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    xi = xi-2 + 2/R(yi-1 - yc)  yi = yi-2 - 2/R(xi-1 - xc) circles &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Text and digits are presented via special tables made of 36 equally spaced characters.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Abstractions (like only viewing contstraints or digits) can be displayed because the data is inherent in the ring structure storage schema.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Sketchpad uses 3 generic recursive functions:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    1)  Expansion of instances -- subpictures within subpictures &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    2)  Recursive deletion -- ring consistency must be maintained so removing some parts may remove others&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    3)  Recursive Merging -- combination of two similar picture parts results in the reconstitution of the ring structure to account for the additional picture parts&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Attachers are special locations on an instance that allow the instance to be manipulated (ex.  added to other pictures)  and the light pen has the same affinity for it as it does end points.  They are necessary because they allow the combination of instances with each other thus assembling a more detailed picture.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    The major improvement sketchpad has over conventional paper and pen is the inclusion of mathemtaical constraints that the computer can reconsile in real time with the user.  This parallelism allows some degree of analysis in the design phase of certain actions.  For example, by building constraints into various line segments, bridges can be built and analysed for load stresses with some degree of veracity.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Constraint satisfaction is accomplished most frequently with a one-pass-method instead of relaxation.  This method attempts to find constraints that will constrain multiple variables simultaneosly.  Such variables are said to be adjacent.  If a variable with few constraints can be found to satisfy all of them it is said to be free.  As such, it no longer adds to the constraint pool as it is solved.  There is now a ripple effect through the rest of the constraints because of its freedom which might result in the freeing of other variables.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;   The author shows the usefulness of sketchpad with a few examples.  In particular, he shows how sketch pad handles linkages, dimension lines, bridges (load analysis), artistic pictures (girl winking), and circuit design (apprently not very easy even with sketchpad).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    Lastly, some future work in three dimensional drawings are discussed.  Johnson is doing the predominate amount of research in here and is going to make it compatible with Sketchpad.&lt;strong&gt;&lt;span style="color:#33cc00;"&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;  &lt;br /&gt;&lt;strong&gt;&lt;span &gt;Discussion&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;    &lt;/strong&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;This paper is interesting because it attempts to bridge the gap between computer as a box that a human uses to crunch numbers and computer as a sophisticated tool to help solve problems by working with the user in the users natural mode of solving problems.  It is interesting because of the use of the ring structure to capture not only data points but also constraints and other meta data used in describing the pictures.  It is also interesting how recursion can be used so succesfully to generate the complex instances that can be created with the system.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;    I think this system could be extended to include newer technologies like touch screens and larger color displays.  It would be interesting if the system had the ability to color code the lines based on the context of the picture drawn.  For example, if someone built a bridge and added load constraints, the line would turn red when the structure exceeded the constraint.  Not too sure that is good research or just an improvement on a system, but it would be cool.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-6053980382980741694?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/6053980382980741694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=6053980382980741694' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/6053980382980741694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/6053980382980741694'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/08/sketchpad-review.html' title='SketchPad Review'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7051731870758787447.post-7121500391652086634</id><published>2008-08-26T20:39:00.000-07:00</published><updated>2008-08-28T10:45:06.024-07:00</updated><title type='text'>Ben's First Blog</title><content type='html'>&lt;span style="font-size:85%;"&gt;image of me coming soon :-)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;bullweister at gmail.com (&lt;/span&gt;&lt;a href="mailto:bullweister@gmail.com"&gt;&lt;span style="font-size:85%;"&gt;bullweister@gmail.com&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;BS Chemical Engineering Texas A&amp;amp;M&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;MS Computer Science Texas State&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;1st year PhD &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;I am taking this class because I want to build an understanding of where the science is behind Sketch Recognition so that I can help to mature this field and possibly extend it to others as well.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Probably the most important experience I have is from my time with Applied Research at USAA in San Antonio. It was there that I first saw the types of technologies that are helpful in business and in communication in general. During my tenure at USAA my teams were able to  provide innovative solutions to both the business side and the education side of the house.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In 10 years I want to be a professor at an established university wherein I will be in charge of a lab that alters human-computer interaction.  I will also continue my roll as an entrepreneur and build businesses that can help people all over the world.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;I think the next biggest advances of computers will be in the way they engage us in their processing.  In particular, immersive environments and learnign systems that can help solve problems with creative explorations of their own design rather than from algorithmic formalism.  Sketch recognition is a great way to bring this paradigm about.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Best courses were neural networks and AI.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;I would become a wolf if I could change into any animal.  Wolves are great examples of freedom and cooperation.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Favorite Slogan:  "Quickly friends!  Toward the danger!" -- MST3K quote&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Favorite Movie:  The Lord of the Rings Trilogy&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Interesting Fact:    I have scored from half field in competative soccer 3 times in my life :-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7051731870758787447-7121500391652086634?l=benstottsblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://benstottsblog.blogspot.com/feeds/7121500391652086634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7051731870758787447&amp;postID=7121500391652086634' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/7121500391652086634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7051731870758787447/posts/default/7121500391652086634'/><link rel='alternate' type='text/html' href='http://benstottsblog.blogspot.com/2008/08/bens-first-blog.html' title='Ben&apos;s First Blog'/><author><name>stotts</name><uri>http://www.blogger.com/profile/10529886569732116753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
