AutumnLab: Difference Scale Judgement Data Set

AutumnLabR Documentation

Difference Scale Judgement Data Set

Description

Judgments and stimulus ranks for one observer during one session from a difference scaling experiment. On each trial, the observer is presented with 4 stimuli (a, b, c, d) from a physical scale with a < b < c < d. The stimuli are presented as two pairs (a, b) and (c, d) and the observer judges between which pair the perceived difference is greater.

Usage

data(AutumnLab)

Format

A data frame with 210 observations on the following 5 variables.

resp

an integer vector of 0, 1, indicating the choice of the observer between the pairs (S1, S2) vs (S3, S4)

S1

an integer vector, rank order of physical stimulus level for the lowest/weakest stimulus

S2

an integer vector, rank order of physical stimulus 2

S3

an integer vector, rank order of physical stimulus 3

S4

an integer vector, rank order of higher/strongest stimulus

Details

The difference scaling paradigm was used to estimate changes of image quality with increasing rate of image compression. Image compression was performed using Vector Quantisation and the standard Lab color space. In the overall experiment, the compression was performed for several images and in several different color spaces. Scales were obtained from several observers, as well. These data are from one observer, for one image with compression performed in the Lab color space. The 10 compression levels tested were 1 (no compression), and 6-30% reduction in file size in steps of 3. The physical stimulus levels are attached to the data.frame as an attribute, stimulus. There is also an attribute, invord, which is a vector of type logical of length 210, which can be used with SwapOrder to restore the order of the pairs to correspond to physical position (lower/upper) in the experiment, rather than the way it is stored, stimulus level (lower/higher compression).

References

Maloney, L. T. and Yang, J. N. (2003). Maximum likelihood difference scaling. Journal of Vision, 3(8):5, 573–585, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1167/3.8.5")}.

Charrier, C., Maloney, L. T., Cherifi, H. & Knoblauch, K. (2007) Maximum likelihood difference scaling of image quality in compression-degraded images, Journal of the Optical Society of America, 24, 3418–3426.

Examples

data(AutumnLab)
plot(mlds(AutumnLab))

MLDS documentation built on Aug. 20, 2023, 9:06 a.m.