4

Amazon's recently released its new Echo Look device, which is a modified Amazon Echo device with a camera added. One of the new features is a 'style check'. From TechCrunch:

The device also works with the company’s Style Check, a feature of the Echo Look app, which uses machine learning to compare different outfit choices, awarding them an overall style rating.

The app uses a combination of machine learning and advice from experts in the style space. Letting AI pick out your clothing in the morning should be a pretty interesting experiment.

I'm interested in how, exactly, the 'machine learning' determines which clothes are more or less stylish. I would imagine that style is a very subjective measure which is difficult to capture with a computer, but I'm not particularly familiar with developments with regards to using computer vision for fashion.

I'm not holding my hopes too high that Amazon would disclose how their algorithms work, but are there any similar approaches with regard to computer vision and style? Is there any information about how Amazon might have implemented this, or already-known methods?

Aurora0001
  • 18,520
  • 13
  • 55
  • 169

1 Answers1

4

From Amazon publish:

"Submit two photos for a second opinion on which outfit looks best on you based on fit, color, styling, and current trends. Over time, these decisions get smarter through your feedback and input from our team of experienced fashion specialists."

So, they want to give their two best choices and from them machine will guess with wisdom the best.

This gives some hint what the machine should identify and learn to gain the wisdom:

  1. First of all identify which clothes in different pictures are same in real life. Helps to compare to other similar decisions.

  2. Identifying people characteristics to be combined to different type of clothing. Different clothes fit to different kind of people.

  3. Much own opinions of people collected from statistics of selling or the experts, maybe growling through fashion pages.

  4. What kind of clothes belong mostly to your own top 2.

  5. If there is some theory to be found what 'to fit' means to you and others.

  6. Etc

edit:

Pocket-lint opens the backgrounds and says the feature is originally a premium feature of Amazon's shopping app. I got an impression on the article that the analysis is maybe not quite instant and thus the wisdom behind maybe is only brute human source. Who knows.

anonymous2
  • 4,902
  • 3
  • 22
  • 49
mico
  • 4,351
  • 1
  • 18
  • 27