SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Active Learning in Collaborative
Filtering RSs: a Survey
Mehdi Elahi
Francesco Ricci
Neil Rubens
August	2014	
Munich,	Germany	
1
Corresponding journal article:
Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey of active learning in
collaborative filtering recommender systems." Computer Science Review (2016).
Outline
¤ Introduction
¤ Cold Start Problem
¤ Active Learning in RS
¤ Conclusion and Future Works
2
Introduction
¤ Recommender Systems are tools that support users
decision making by suggesting products that are
interesting to them.
¤ Collaborative Filtering: A technique used to predict
unknown ratings exploiting ratings given by users to
items.
3
3
 4
2
 5
3
 ?
Cold Start Problem
¤ New User Problem: when
a new user has no rating
it is impossible to predict
her ratings.
4
3
 4
2
 5
?
 ?
 ?
3
 ?
2
 5
 ?
3
 ?
¤  New item problem: when
a new item is added to
the catalogue and none
has rated this item it will
never be recommended.
Active Learning for Collaborative
Filtering
¤ Active Learning:
¤ Requests and try to collect more ratings from the
users before offering recommendations.
5
Which Items should be chosen?
¤ Not all the ratings are equally useful, i.e.,
equally bring information to the system.
¤ To minimize the user rating effort only some
of them should be requested and acquired.
6
An Illustrative Example
7
Comedy	movies	
Si-Fi	movies	
Obscure	movie	
Zombie	movies	
Which Movie should be proposed to user to rate?
Definition of AL Strategy
¤ An active learning strategy for a Collaborative
Filtering is a set of rules to choose the best items
for the users to rate.
8
How an AL Strategy works
Item Score
1 151
2 44
3 7
4 1
5 42
6 34
7 9
8 55
9 20
… …
N 12
System computes the
scores for all the
items that can be
scored (according to
a strategy)
9
How an AL Strategy works
Top 10
items
Score
1 151
8 55
43 54
11 50
2 44
5 42
6 34
22 33
75 29
13 25
The system selects
the top 10 items
and presents them
to the simulated
user
10
How an AL Strategy works
The items that are
rated are added to
the train set
Rated
items
1
2
5
75
13
11
Classifying AL Strategies
A.  Personalization: addresses the what extent the
personalization is performed when selecting the list of
candidate items for the users to rate
¤ Two Classes of Strategies:
12
Non-personalized: are
those that ask all the
users to rate the same list
of items
Personalized: ask different
users to rate different
items – the best for each
user.
Classifying AL Strategies
13
Personalization Dimension
Corresponding journal article:
Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey
of active learning in collaborative filtering recommender
systems." Computer Science Review (2016).
Classifying AL Strategies
B.  Hybridization: whether the strategy takes into
account a single heuristic (criterion) for selecting the
items or combines several heuristics
¤ Two Classes of Strategies:
14
Single-heuristic: are
those that implement a
unique item selection
rule.
Combined-heuristic strategies
hybridize single-heuristic
strategies by aggregating
and combining a number of
strategies.
Classifying AL Strategies
15
Hybridization Dimension
Corresponding journal article:
Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey
of active learning in collaborative filtering recommender
systems." Computer Science Review (2016).
Non Personalized AL: Classes and
Sub-Classes
16
Non Personalized AL: Strategies
17
Example of Non-Personalized AL
¤ Single Heuristics:
¤  Popularity: scores an item according to the frequency of
its ratings and then chooses the highest scored items
(Carenini, 2003)
¤  Entropy: scores each item with the entropy of its ratings
and then chooses the highest scored items (Rashid, 2002
and 2008)
¤ Combined Heuristics:
¤  log(Popularity)*Entropy: combines the popularity and
entropy scores and then chooses the highest scored
items (Rashid, 2002 and 2008)
18
Personalized AL: Classes and Sub-
Classes
19
Personalized AL: Strategies
20
Example of Personalized AL
¤  Single Heuristics:
¤  Decision Tree Based: uses a decision tree whose nodes,
represents groups of users. Each node divides the users into
three groups based on their ratings: Lovers, Haters, and
Unknowns. Starting from the root node, a new user is proposed
to rate a sequence of items, until she reaches one of the leaf
nodes (Golbandi, 2011)
¤  Binary Prediction: scores an item according to the prediction
of its ratings (using transformed matrix of user-item) and then
chooses the highest scored items (Elahi, 2011)
¤  Combined Heuristics:
¤  Combined with Voting: scores an item according to the
votes given by a committee of different strategies and
then chooses the highest scored items (Elahi, 2011)
21
Pros and Cons
22
+ simple, fast, no training, serves users
with no rating, good for early stage
- less accurate, same items for all users
+ fast, benefits of multiple strategies
- flaws of multiple strategies, difficulty of
combining properly
+ accurate, different items for different
users, higher prob. of collecting ratings,
good for late stage
- complex, slow, needs training, cannot
serve users with no rating
+ accurate, great adaptivity to
condition of the system
- more complex, slowest
Conclusion
¤ We provided a comprehensive review of the state-of-
the-art on active learning in collaborative filtering
recommender systems
¤ We have classified a wide range of active learning
techniques, called Strategies, along the two
dimensions:
¤ how personalized these techniques are
¤ how many different item selection criteria (heuristics)
are considered by these strategies in their rating
elicitation process.
23
Future Works
2424
¤ To survey works that have been done in AL
for other types of recommender systems,
such as content-based and context-aware.
¤ To analyze active learning techniques based
on their applicability to specific application
domains.
Thank you!
25
August	2014	
Munich,	Germany	
25
Corresponding journal article:
Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey of active learning in
collaborative filtering recommender systems." Computer Science Review (2016).

Weitere ähnliche Inhalte

Was ist angesagt?

Recommender system algorithm and architecture
Recommender system algorithm and architectureRecommender system algorithm and architecture
Recommender system algorithm and architecture
Liang Xiang
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
inovex GmbH
 
Interactive Recommender Systems
Interactive Recommender SystemsInteractive Recommender Systems
Interactive Recommender Systems
Roelof van Zwol
 

Was ist angesagt? (20)

Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
 
Recommender system algorithm and architecture
Recommender system algorithm and architectureRecommender system algorithm and architecture
Recommender system algorithm and architecture
 
Déjà Vu: The Importance of Time and Causality in Recommender Systems
Déjà Vu: The Importance of Time and Causality in Recommender SystemsDéjà Vu: The Importance of Time and Causality in Recommender Systems
Déjà Vu: The Importance of Time and Causality in Recommender Systems
 
Recommender system
Recommender systemRecommender system
Recommender system
 
Recommender Systems from A to Z – Model Training
Recommender Systems from A to Z – Model TrainingRecommender Systems from A to Z – Model Training
Recommender Systems from A to Z – Model Training
 
How to build a recommender system?
How to build a recommender system?How to build a recommender system?
How to build a recommender system?
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
 
Artwork Personalization at Netflix Fernando Amat RecSys2018
Artwork Personalization at Netflix Fernando Amat RecSys2018 Artwork Personalization at Netflix Fernando Amat RecSys2018
Artwork Personalization at Netflix Fernando Amat RecSys2018
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systems
 
Context Aware Recommendations at Netflix
Context Aware Recommendations at NetflixContext Aware Recommendations at Netflix
Context Aware Recommendations at Netflix
 
Tutorial on Deep Learning in Recommender System, Lars summer school 2019
Tutorial on Deep Learning in Recommender System, Lars summer school 2019Tutorial on Deep Learning in Recommender System, Lars summer school 2019
Tutorial on Deep Learning in Recommender System, Lars summer school 2019
 
Recommendation System Explained
Recommendation System ExplainedRecommendation System Explained
Recommendation System Explained
 
Deep Learning for Recommender Systems
Deep Learning for Recommender SystemsDeep Learning for Recommender Systems
Deep Learning for Recommender Systems
 
Deep Learning for Personalized Search and Recommender Systems
Deep Learning for Personalized Search and Recommender SystemsDeep Learning for Personalized Search and Recommender Systems
Deep Learning for Personalized Search and Recommender Systems
 
CF Models for Music Recommendations At Spotify
CF Models for Music Recommendations At SpotifyCF Models for Music Recommendations At Spotify
CF Models for Music Recommendations At Spotify
 
Recommendation system
Recommendation systemRecommendation system
Recommendation system
 
Interactive Recommender Systems
Interactive Recommender SystemsInteractive Recommender Systems
Interactive Recommender Systems
 
Sequential Decision Making in Recommendations
Sequential Decision Making in RecommendationsSequential Decision Making in Recommendations
Sequential Decision Making in Recommendations
 
Collaborative Filtering 1: User-based CF
Collaborative Filtering 1: User-based CFCollaborative Filtering 1: User-based CF
Collaborative Filtering 1: User-based CF
 
Recommendation systems
Recommendation systemsRecommendation systems
Recommendation systems
 

Andere mochten auch (6)

Exploring The Semantic Gap for Movie Recommendations
Exploring The Semantic Gap for Movie RecommendationsExploring The Semantic Gap for Movie Recommendations
Exploring The Semantic Gap for Movie Recommendations
 
Apache Spark RDD 101
Apache Spark RDD 101Apache Spark RDD 101
Apache Spark RDD 101
 
Developing a Movie recommendation Engine with Spark
Developing a Movie recommendation Engine with SparkDeveloping a Movie recommendation Engine with Spark
Developing a Movie recommendation Engine with Spark
 
Overview of recommender system
Overview of recommender systemOverview of recommender system
Overview of recommender system
 
Recommender Systems with Apache Spark's ALS Function
Recommender Systems with Apache Spark's ALS FunctionRecommender Systems with Apache Spark's ALS Function
Recommender Systems with Apache Spark's ALS Function
 
Collaborative Filtering and Recommender Systems By Navisro Analytics
Collaborative Filtering and Recommender Systems By Navisro AnalyticsCollaborative Filtering and Recommender Systems By Navisro Analytics
Collaborative Filtering and Recommender Systems By Navisro Analytics
 

Ähnlich wie Active Learning in Collaborative Filtering Recommender Systems : a Survey

Empirical Evaluation of Active Learning in Recommender Systems
Empirical Evaluation of Active Learning in Recommender SystemsEmpirical Evaluation of Active Learning in Recommender Systems
Empirical Evaluation of Active Learning in Recommender Systems
University of Bergen
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
idoguy
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...
[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...
[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...
Amit Sharma
 
Recommender System _Module 1_Introduction to Recommender System.pptx
Recommender System _Module 1_Introduction to Recommender System.pptxRecommender System _Module 1_Introduction to Recommender System.pptx
Recommender System _Module 1_Introduction to Recommender System.pptx
Satyam Sharma
 

Ähnlich wie Active Learning in Collaborative Filtering Recommender Systems : a Survey (20)

A Hybrid Approach for Personalized Recommender System Using Weighted TFIDF on...
A Hybrid Approach for Personalized Recommender System Using Weighted TFIDF on...A Hybrid Approach for Personalized Recommender System Using Weighted TFIDF on...
A Hybrid Approach for Personalized Recommender System Using Weighted TFIDF on...
 
lms final ppt.pptx
lms final ppt.pptxlms final ppt.pptx
lms final ppt.pptx
 
Empirical Evaluation of Active Learning in Recommender Systems
Empirical Evaluation of Active Learning in Recommender SystemsEmpirical Evaluation of Active Learning in Recommender Systems
Empirical Evaluation of Active Learning in Recommender Systems
 
Impersonal Recommendation system on top of Hadoop
Impersonal Recommendation system on top of HadoopImpersonal Recommendation system on top of Hadoop
Impersonal Recommendation system on top of Hadoop
 
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDYSIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
 
An Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
An Adaptive Framework for Enhancing Recommendation Using Hybrid TechniqueAn Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
An Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...
[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...
[RecSys '13]Pairwise Learning: Experiments with Community Recommendation on L...
 
Recommender Systems In Industry
Recommender Systems In IndustryRecommender Systems In Industry
Recommender Systems In Industry
 
Guerrilla (or Agile) Evaluation for Learning
Guerrilla (or Agile) Evaluation for LearningGuerrilla (or Agile) Evaluation for Learning
Guerrilla (or Agile) Evaluation for Learning
 
Opening the Black Box of User Profiles in Content-based Recommender Systems
Opening the Black Box of User Profiles in Content-based Recommender SystemsOpening the Black Box of User Profiles in Content-based Recommender Systems
Opening the Black Box of User Profiles in Content-based Recommender Systems
 
Scalable Exploration of Relevance Prospects to Support Decision Making
Scalable Exploration of Relevance Prospects to Support Decision MakingScalable Exploration of Relevance Prospects to Support Decision Making
Scalable Exploration of Relevance Prospects to Support Decision Making
 
Recommender System _Module 1_Introduction to Recommender System.pptx
Recommender System _Module 1_Introduction to Recommender System.pptxRecommender System _Module 1_Introduction to Recommender System.pptx
Recommender System _Module 1_Introduction to Recommender System.pptx
 
ACM ICTIR 2019 Slides - Santa Clara, USA
ACM ICTIR 2019 Slides -  Santa Clara, USAACM ICTIR 2019 Slides -  Santa Clara, USA
ACM ICTIR 2019 Slides - Santa Clara, USA
 
case based recommendation approach for market basket data
case based recommendation approach for market basket datacase based recommendation approach for market basket data
case based recommendation approach for market basket data
 
B1802021823
B1802021823B1802021823
B1802021823
 
Fuzzy Logic Based Recommender System
Fuzzy Logic Based Recommender SystemFuzzy Logic Based Recommender System
Fuzzy Logic Based Recommender System
 
ICS3211_lecture 04 2023.pdf
ICS3211_lecture 04 2023.pdfICS3211_lecture 04 2023.pdf
ICS3211_lecture 04 2023.pdf
 
The subtle art of recommendation
The subtle art of recommendationThe subtle art of recommendation
The subtle art of recommendation
 

Kürzlich hochgeladen

Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
SayantanBiswas37
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
gajnagarg
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
gajnagarg
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 

Kürzlich hochgeladen (20)

Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 

Active Learning in Collaborative Filtering Recommender Systems : a Survey

  • 1. Active Learning in Collaborative Filtering RSs: a Survey Mehdi Elahi Francesco Ricci Neil Rubens August 2014 Munich, Germany 1 Corresponding journal article: Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey of active learning in collaborative filtering recommender systems." Computer Science Review (2016).
  • 2. Outline ¤ Introduction ¤ Cold Start Problem ¤ Active Learning in RS ¤ Conclusion and Future Works 2
  • 3. Introduction ¤ Recommender Systems are tools that support users decision making by suggesting products that are interesting to them. ¤ Collaborative Filtering: A technique used to predict unknown ratings exploiting ratings given by users to items. 3 3 4 2 5 3 ?
  • 4. Cold Start Problem ¤ New User Problem: when a new user has no rating it is impossible to predict her ratings. 4 3 4 2 5 ? ? ? 3 ? 2 5 ? 3 ? ¤  New item problem: when a new item is added to the catalogue and none has rated this item it will never be recommended.
  • 5. Active Learning for Collaborative Filtering ¤ Active Learning: ¤ Requests and try to collect more ratings from the users before offering recommendations. 5
  • 6. Which Items should be chosen? ¤ Not all the ratings are equally useful, i.e., equally bring information to the system. ¤ To minimize the user rating effort only some of them should be requested and acquired. 6
  • 8. Definition of AL Strategy ¤ An active learning strategy for a Collaborative Filtering is a set of rules to choose the best items for the users to rate. 8
  • 9. How an AL Strategy works Item Score 1 151 2 44 3 7 4 1 5 42 6 34 7 9 8 55 9 20 … … N 12 System computes the scores for all the items that can be scored (according to a strategy) 9
  • 10. How an AL Strategy works Top 10 items Score 1 151 8 55 43 54 11 50 2 44 5 42 6 34 22 33 75 29 13 25 The system selects the top 10 items and presents them to the simulated user 10
  • 11. How an AL Strategy works The items that are rated are added to the train set Rated items 1 2 5 75 13 11
  • 12. Classifying AL Strategies A.  Personalization: addresses the what extent the personalization is performed when selecting the list of candidate items for the users to rate ¤ Two Classes of Strategies: 12 Non-personalized: are those that ask all the users to rate the same list of items Personalized: ask different users to rate different items – the best for each user.
  • 13. Classifying AL Strategies 13 Personalization Dimension Corresponding journal article: Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey of active learning in collaborative filtering recommender systems." Computer Science Review (2016).
  • 14. Classifying AL Strategies B.  Hybridization: whether the strategy takes into account a single heuristic (criterion) for selecting the items or combines several heuristics ¤ Two Classes of Strategies: 14 Single-heuristic: are those that implement a unique item selection rule. Combined-heuristic strategies hybridize single-heuristic strategies by aggregating and combining a number of strategies.
  • 15. Classifying AL Strategies 15 Hybridization Dimension Corresponding journal article: Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey of active learning in collaborative filtering recommender systems." Computer Science Review (2016).
  • 16. Non Personalized AL: Classes and Sub-Classes 16
  • 17. Non Personalized AL: Strategies 17
  • 18. Example of Non-Personalized AL ¤ Single Heuristics: ¤  Popularity: scores an item according to the frequency of its ratings and then chooses the highest scored items (Carenini, 2003) ¤  Entropy: scores each item with the entropy of its ratings and then chooses the highest scored items (Rashid, 2002 and 2008) ¤ Combined Heuristics: ¤  log(Popularity)*Entropy: combines the popularity and entropy scores and then chooses the highest scored items (Rashid, 2002 and 2008) 18
  • 19. Personalized AL: Classes and Sub- Classes 19
  • 21. Example of Personalized AL ¤  Single Heuristics: ¤  Decision Tree Based: uses a decision tree whose nodes, represents groups of users. Each node divides the users into three groups based on their ratings: Lovers, Haters, and Unknowns. Starting from the root node, a new user is proposed to rate a sequence of items, until she reaches one of the leaf nodes (Golbandi, 2011) ¤  Binary Prediction: scores an item according to the prediction of its ratings (using transformed matrix of user-item) and then chooses the highest scored items (Elahi, 2011) ¤  Combined Heuristics: ¤  Combined with Voting: scores an item according to the votes given by a committee of different strategies and then chooses the highest scored items (Elahi, 2011) 21
  • 22. Pros and Cons 22 + simple, fast, no training, serves users with no rating, good for early stage - less accurate, same items for all users + fast, benefits of multiple strategies - flaws of multiple strategies, difficulty of combining properly + accurate, different items for different users, higher prob. of collecting ratings, good for late stage - complex, slow, needs training, cannot serve users with no rating + accurate, great adaptivity to condition of the system - more complex, slowest
  • 23. Conclusion ¤ We provided a comprehensive review of the state-of- the-art on active learning in collaborative filtering recommender systems ¤ We have classified a wide range of active learning techniques, called Strategies, along the two dimensions: ¤ how personalized these techniques are ¤ how many different item selection criteria (heuristics) are considered by these strategies in their rating elicitation process. 23
  • 24. Future Works 2424 ¤ To survey works that have been done in AL for other types of recommender systems, such as content-based and context-aware. ¤ To analyze active learning techniques based on their applicability to specific application domains.
  • 25. Thank you! 25 August 2014 Munich, Germany 25 Corresponding journal article: Elahi, Mehdi, Francesco Ricci, and Neil Rubens. "A survey of active learning in collaborative filtering recommender systems." Computer Science Review (2016).