Can Users Control and Understand a UI Driven by Machine Learning?
11–14 of 14 posts
Re: Can Users Control and Understand a UI Driven by Machine Learning?
#12Re: Can Users Control and Understand a UI Driven by Machine Learning?
#13Pie menus completely saturate all of "gesture space" with valid easy to distinguish gestures of uniform and high area. But gesture recognition systems like Palm's Graffiti only uses a small subset of all possible gestures, each with different areas and distances from each other (i.e. how easy is it to make each gesture and how distinct each gesture is varies), and most gestures are invalid. There are no possible invalid pie menus gestures -- they all map to well defined selections, so no gesture space is wasted.
Ideally each gesture should have a large area in "gesture space" so it's easy to make, and be as distinct (well separated) from other gestures as possible, so it's harder to make mistakes (like confusing an "n" with a "u"). Pie menus optimize for those ideals. It's also extremely useful that you can correct mistakes in-flight (i.e. reselection, browsing, moving out further to get more "leverage"), so no matter how much you mess up the gesture, you can always correct your mistake and refine your selection.
Once you start writing a sloppy "n" and realize that it may think you're writing a "u", there's no way to correct your mistake, and all you can do is scribble to make sure you input an invalid gesture that's ignored (and hope it isn't mistaken for the "delete all" gesture!), then try again.
Re: Can Users Control and Understand a UI Driven by Machine Learning?
#14The article talks about how the problem is users don't know how to change the inputs to effect the outputs but I don't think this is really desirable. Users shouldn't be thinking "If I hover my mouse over this for too long then it will stuff up my suggestions" that ends up with users altering their behaviour to suit the AI when the AI should just give you correct suggestions without the user having to understand how…
With recommendations, users don't really care about controlling the results. If you know which movies should be recommended, you would just search for them directly.
The real problem arises in systems where the user does want to achieve some specific results:
* Home automation for lights, heating and cooling,
* Microwaves with clever programs that never do what you want,
* User interfaces that adapt to user behaviour,
* Self-driving cars for other drivers on the road,
* Chat bots and assistant-type interfaces,
and so on.