Crayon: saving power through shape and color approximation on next-generation displays

Crayon: saving power through shape and color approximation on next-generation displays
P. Stanley-Marbell, V. Estellers, and M. Rinard, EuroSys 2016.
Crayon | Proceedings of the Eleventh European Conference on Computer Systems

Abstract

We present Crayon, a library and runtime system that reduces display power dissipation by acceptably approximating displayed images via shape and color transforms. Crayon can be inserted between an application and the display to optimize dynamically generated images before they appear on the screen. It can also be applied offline to optimize stored images before they are retrieved and displayed. Crayon exploits three fundamental properties: the acceptability of small changes in shape and color, the fact that the power dissipation of OLED displays and DLP pico-projectors is different for different colors, and the relatively small energy cost of computation in comparison to display energy usage.

We implement and evaluate Crayon in three contexts: a hardware platform with detailed power measurement facilities and an OLED display, an Android tablet, and a set of cross-platform tools. Our results show that Crayon's color transforms can reduce display power dissipation by over 66% while producing images that remain visually acceptable to users. The measured whole-system power reduction is approximately 50%. We quantify the acceptability of Crayon's shape and color transforms with a user study involving over 400 participants and over 21,000 image evaluations.

Cite as:

Phillip Stanley-Marbell, Virginia Estellers, and Martin Rinard. 2016. Crayon: saving power through shape and color approximation on next-generation displays. In Proceedings of the Eleventh European Conference on Computer Systems (EuroSys '16). Association for Computing Machinery, New York, NY, USA, Article 11, 1–17. DOI:https://doi.org/10.1145/2901318.2901347

BibTeX:

@inproceedings{10.1145/2901318.2901347,
    author = {Stanley-Marbell, Phillip and Estellers, Virginia and Rinard, Martin},
    title = {Crayon: Saving Power through Shape and Color Approximation on next-Generation Displays},
    year = {2016},
    isbn = {9781450342407},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/2901318.2901347},
    doi = {10.1145/2901318.2901347},
    booktitle = {Proceedings of the Eleventh European Conference on Computer Systems},
    articleno = {11},
    numpages = {17},
    location = {London, United Kingdom},
    series = {EuroSys '16}
}