|
|
|
|
|
by ireland352
2881 days ago
|
|
I was at a vehicle AI conference early this month discussing how AI will only output based on the quality of its inputs. And the fear coming out of that conference was if space wasn't correctly dedicated or allocated, the AI will optimize the systems as much as it can to squeeze out every single ounce of efficiency. Qualitative items such as the ones listed are important for customer focused environments, however, I'm not sure if AI can account for such factors. This post is quite timely. |
|
One of the nice things you can do with optimization problems is plug humans into the loop as oracles. Often, 'we know it when we see it', and we can do pairwise comparisons of 2 possibilities. So you can train a ML model based on win/loss comparisons and it'll learn to take into account the softer qualitative aspects via preference learning.
A recent example you might remember from the press: "Deep reinforcement learning from human preferences" https://arxiv.org/abs/1706.03741 , Christiano et al 2017 https://deepmind.com/blog/learning-through-human-feedback/ https://blog.openai.com/deep-reinforcement-learning-from-hum...
But also "Deep TAMER: Interactive Agent Shaping in High-Dimensional State Spaces" https://arxiv.org/abs/1709.10163 , Warnell et al 2017.
You can even pair it with EEG or brain scans for implicit ranking: "Towards personalized human AI interaction - adapting the behavior of AI agents using neural signatures of subjective interest" https://arxiv.org/abs/1709.04574 , Shih et al 2017.