Learning of Colors from Color Names: Distribution and Point Estimation
Lyndon White, Roberto Togneri, Wei Liu, Mohammed Bennamoun

TL;DR
This paper investigates neural network models for estimating colors from color names, highlighting the effectiveness of simple sum of word embeddings and exploring both point and distribution estimates to account for subjective color descriptions.
Contribution
It compares various neural architectures and emphasizes the surprisingly strong performance of sum of word embeddings in color estimation tasks.
Findings
Sum of word embeddings outperforms more complex models.
Distribution estimates capture subjective color variations.
Neural models can effectively interpret color descriptions.
Abstract
Color names are often made up of multiple words. As a task in natural language understanding we investigate in depth the capacity of neural networks based on sums of word embeddings (SOWE), recurrence (LSTM and GRU based RNNs) and convolution (CNN), to estimate colors from sequences of terms. We consider both point and distribution estimates of color. We argue that the latter has a particular value as there is no clear agreement between people as to what a particular color describes -- different people have a different idea of what it means to be ``very dark orange'', for example. Surprisingly, despite it's simplicity, the sum of word embeddings generally performs the best on almost all evaluations.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Retrieval and Classification Techniques · Advanced Image and Video Retrieval Techniques · Categorization, perception, and language
MethodsConvolution · Gated Recurrent Unit
