UX Design for perceptual research

UX design | UI design | Coding

Challenge: Combatting data noise in crowdsourcing

We conduct online perceptual experiments using art to understand human visual perception. While crowdsourcing allows us to expand our research and keep moving forward during the pandemic, gathering reliable data from participants around the world can be tricky. Distractions or boredom might affect the quality of their responses, and hurt data quality. I identified that the primary friction point wasn't the science itself, but the unintuitive interfaces that failed to sustain participant engagement over long trial sessions.

Strategy: Interaction as a scientific tool

wire frames showing interactive UI of 2 online perceptual experiment systems. Left shows a triplet ranking UI, right shows an attribute rating UI.

My goal was to transform dry, repetitive tasks into a seamless, "flow-state" experience. I designed and coded custom interactive systems using HTML, CSS, and JavaScript to achieve three objectives:

I also optimized the data recording format on the back end for efficient analysis later on.

1. Triplet Comparison

Triplet comparison task is a robust method commonly used in psychology research. Participants are shown three items and asked to identify which two are most similar. In my research group, for example, we might present 3 paintings and ask for the most similar pair in terms of depiction style.

Requirements

Solution (keyboard-only interaction)

2. Attributes rating of image segment highlighted by red outlines

An attribute rating task involves participants rating certain attributes on a scale to gauge perceptions. It sometimes uses a 7-point or 5-point scale for straightforward, categorical responses, or a continuous scale for more nuanced, precise feedback. This method is essential in research and market studies for understanding public preferences and perception. In my research group, for example, we might ask participants to rate attributes such as convincingness for a selection with an image.

Requirements

Solution (mouse-only interaction)

Impact: Better UX, better science

In summary, simple intuitive tasks, streamlined interaction, and a reasonable overall duration helped maintain engagement and minimize boredom. Applying UX and HCI principles led to higher quality data and ultimately better science.

Below are some comments we received from participants:

``It was interesting to do. I enjoyed it.''

``The study was extremely well made and well thought. outlines were amazingly done. All in all, a really interactive and interesting study.''

These 2 experiment systems I designed and coded are modular frameworks, allowing easy adoption by other researchers by swapping stimuli and attributes without rewriting the interaction logic. And indeed they were later adopted and appreciated by other researchers.