ROIRDec 20, 2015

Collaborative Filtering for Predicting User Preferences for Organizing Objects

arXiv:1512.06362v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of personalizing robot task execution for diverse users in domestic or service settings, though it is incremental as it builds on existing collaborative filtering methods.

The paper tackles the problem of teaching robots to learn individual user preferences for organizing objects, such as tidying up shelves, by developing a collaborative filtering approach that predicts pairwise object preferences and uses spectral clustering for subdivision, demonstrating effectiveness with data from over 1,200 users and real robot implementation.

As service robots become more and more capable of performing useful tasks for us, there is a growing need to teach robots how we expect them to carry out these tasks. However, different users typically have their own preferences, for example with respect to arranging objects on different shelves. As many of these preferences depend on a variety of factors including personal taste, cultural background, or common sense, it is challenging for an expert to pre-program a robot in order to accommodate all potential users. At the same time, it is impractical for robots to constantly query users about how they should perform individual tasks. In this work, we present an approach to learn patterns in user preferences for the task of tidying up objects in containers, e.g., shelves or boxes. Our method builds upon the paradigm of collaborative filtering for making personalized recommendations and relies on data from different users that we gather using crowdsourcing. To deal with novel objects for which we have no data, we propose a method that compliments standard collaborative filtering by leveraging information mined from the Web. When solving a tidy-up task, we first predict pairwise object preferences of the user. Then, we subdivide the objects in containers by modeling a spectral clustering problem. Our solution is easy to update, does not require complex modeling, and improves with the amount of user data. We evaluate our approach using crowdsourcing data from over 1,200 users and demonstrate its effectiveness for two tidy-up scenarios. Additionally, we show that a real robot can reliably predict user preferences using our approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes