Blog Category: Research

A User’s Special Touch

on

Yesterday Volker Roth came back for a visit and to give us a preview of the talk he will give next week at UIST 2010 on his work with Philipp Schmidt and Benjamin Güldenring on The IR Ring: Authenticating users’ touches on a multi-touch display. The work supports multiple users interacting with the same screen at the same time with different access and control permissions. For example, you may want to show me a document on a multi-touch display, but that does not mean you want me to be able to delete that document. Similarly, I may want to show you a particular e-mail I received, without giving you the ability to access my other e-mail messages, or to send one in my name. Roth et al. implemented hardware and software add-ons for a multi-touch display that restrict certain actions to the user wearing the IR ring emitting the appropriate signal. Users wearing different rings have different access and control privileges. In this way, only you can delete your document, and only I can access my other e-mail messages.

Roth and his coauthors frame their work as preventing “pranksters and miscreants” from carrying out “their schemes of fraud and malice.” To me, the work is most compelling as a means to avoid mistakes and to frustrate human curiosity. Continue Reading

Playbook

on Comments (1)

“Hey Mike we’ve decided to develop a new product!”

“Hmm, I don’t know…”

“Don’t worry, it’s taken directly from Apple’s playbook.”

“Neat! what should we call it?”

Parts of a vision

on

IDEO released a concept video of three ebook-related designs: one (code-named Nelson) for reading and analyzing data, one (Coupland) for managing the social context of reading, and one (Alice) for interactive hypertext fiction. While these themes are certainly relevant to computer-mediated reading, the video breaks little new ground.

Continue Reading

There is no Ink in Inkling

on Comments (6)

Inkling is an iPad textbook app through which textbooks books can be purchased, read, and annotated. It has a pleasant user interface, and (as of this writing) a small collection of what look like high school or intro college level textbooks on a range of topics. This content seems to have been either developed, or heavily adapted, for the iPad app. This makes for a smooth reading experience, loosely anchored on the book metaphor. In addition to reading per se, the app offers some standard navigation and annotation features, but these are works in progress.

Continue Reading

Timing thoughts

on Comments (2)

I’ve written about Google Instant before, but Daniel Tunkelang’s recent post triggered some additional reactions. Daniel writes that Instant is good because

Users spend less–and hopefully no time–in a limbo where they don’t know if the system has understood the information-seeking intent they have expressed as a query.

thus, the argument goes that by saving the user a few hundred milliseconds (and the need to press the Enter key), users will be better off because they will get feedback on the queries they run more quickly, and thus will be able to find the things that they are looking for more quickly.

I am not sure that the accountants and the psychologists would necessarily agree, in this case.

Continue Reading

Visualizing search progress

on Comments (1)

I’ve been re-reading a paper by Joho et al. that explored the effectiveness of a number of strategies with respect to collaborative search. The paper finds that

…looking at the top 20 documents in more queries was more effective than looking at the top, say, 100 documents in one fifth the number of queries.

This finding, supported by some of the observations by Vakkari, suggests that encouraging users (working individually or collaboratively) to issue multiple queries, and supporting them in subsequent sense-making activities should improve overall effectiveness of the search process.

Continue Reading

Nudging the world toward better pictures and video

on Comments (2)

An excellent article on FXPAL’s NudgeCam application recently appeared in MIT’s Technology Review. NudgeCam encapsulates standard video capture heuristics, such as how to frame a face and good brightness characteristics, in order to provide guidance to users as they are taking video, using image analysis techniques such as face recognition,  as to how to adjust the camera to improve the video capture.

For its size, FXPAL has surprising breadth and variety of expertise. The NudgeCam work resulted from a collaboration between Scott Carter, whose expertise is in mobile and ubiquitous computing,  and John Doherty, our multimedia specialist, who knows all the standard video capture heuristics and many more. John Adcock brought image analysis techniques to the team, and 2009 FXPAL summer intern Stacy Branham contributed her human-computer interaction expertise.

A different application, also developed at FXPAL, supports rephotography in an industrial setting. Rephotography is the art of taking a photograph from the same location and angle as a previous photograph. Continue Reading

The dynamic Duo

on Comments (2)

According to ubergizmo.com, Dell demonstrated an iPad-sized tablet device with a fold-out keyboard that runs Windows 7 at the Intel developer forum. While convertible tablets running a Windows OS are nothing new, it’s a bit surprising that Dell is starting to market one right now to compete with the iPad.

Continue Reading

Reverted Indexing

on Comments (8)

Traditional interactive information retrieval systems function by creating inverted lists, or term indexes. For every term in the vocabulary, a list is created that contains the documents in which that term occurs and its relative frequency within each document. Retrieval algorithms then use these term frequencies alongside other collection statistics to identify the matching documents for a query.

In a paper to be published at CIKM 2010, Jeremy Pickens, Matt Cooper and  I describe a way of using the inverted index to associate document ids with the queries that retrieve them. Our approach combines the inverted index with the notion of retrievability to create an efficient query expansion algorithm that is useful for a number of applications, including relevance feedback. We call this kind of index a reverted index because rather than mapping terms onto documents, it maps document ids onto queries that retrieved the associated documents.

Continue Reading