SlideShare a Scribd company logo
Progress ofProgress of
Research WorkResearch Work
03/16/15 1
User Similarity Computation forUser Similarity Computation for
Collaborative Filtering UsingCollaborative Filtering Using
Dynamic Implicit TrustDynamic Implicit Trust
03/16/15 2
Presented byPresented by
Falguni Roy
MSSE- 0209
Supervised bySupervised by
Sheikh Muhammad Sarwar
03/16/15 3
User Similarity Computation for CF
Using Dynamic Implicit Trust
ContentsContents
 About Recommender System
 Motivation
 Literature Review
 Proposed Methodology
 Dataset
 Publication
 Remarkable Reviews
03/16/15 4User Similarity Computation for
CF Using Dynamic Implicit Trust
AboutAbout RecommenderRecommender
SystemSystem
03/16/15 5User Similarity Computation for
CF Using Dynamic Implicit Trust
• Most popular forms of web information
customization system
• Used in E-commerce and entertainment based
websites
– amazon.com
– Netflix.com
• Aim: To predict the 'rating' or 'preference' that
user would give to an item
03/16/15 6User Similarity Computation for
CF Using Dynamic Implicit Trust
Category of RSCategory of RS
• Based on the information filtering approach, there
are two category of recommender system [1]
 Content based filtering, and
 Collaborative based filtering
03/16/15 7User Similarity Computation for
CF Using Dynamic Implicit Trust
Content Based FilteringContent Based Filtering
03/16/15 8User Similarity Computation for
CF Using Dynamic Implicit Trust
Collaborative Filtering(CF)Collaborative Filtering(CF)
03/16/15 9
• Most popular approach [2,3]
User Similarity Computation for
CF Using Dynamic Implicit Trust
Category of CFCategory of CF
• Based on Methodology
• Model Based Method
– item recommendation by developing a model
– regression, Bayesian network, rule-based
and clustering
• Memory Based Method
– a rating matrix
– some statistical techniques applied on the
rating matrix.
03/16/15 10User Similarity Computation for
CF Using Dynamic Implicit Trust
• Based on Similarity
03/16/15 11
Category of CF (Cont’)Category of CF (Cont’)
User Similarity Computation for
CF Using Dynamic Implicit Trust
Trust based Recommender SystemTrust based Recommender System
• Guo et al. defines trust in recommender system as
“Trust is defined as one's belief towards the ability
of others in providing valuable ratings“ [4]
• Express the integrity in the relationship between
two entities.
• Trust used to scale similarity
03/16/15 12User Similarity Computation for
CF Using Dynamic Implicit Trust
Trust PropertiesTrust Properties
• According to trust theory [5]
 Asymmetry
 Transitivity
 Dynamicity
 Context Dependence
03/16/15 13User Similarity Computation for
CF Using Dynamic Implicit Trust
Type of TrustType of Trust
• On the basis of trust computation
 Explicit Trust
 Implicit Trust
03/16/15 14User Similarity Computation for
CF Using Dynamic Implicit Trust
Explicit TrustExplicit Trust
• Trust value is calculated by pre-existing
social link between users
• The link is defined as
 By defining web of trust
 Assign a trust statement
03/16/15 15User Similarity Computation for
CF Using Dynamic Implicit Trust
Implicit TrustImplicit Trust
• Derived from user-item rating matrix by
analyzing rating pattern, rating value and
historical behavior of ratings of the users
• Trustworthiness of a user is determined by the
prediction accuracy of a user in the past [6]
03/16/15 16User Similarity Computation for
CF Using Dynamic Implicit Trust
MotivationMotivation
Problem of existing Trust based RSProblem of existing Trust based RS
 Don’t concern about users’ changing interestsDon’t concern about users’ changing interests
 Treats users’ similarity as symmetricTreats users’ similarity as symmetric
03/16/15 17
User Similarity Computation for CF Using Dynamic Implicit Trust
Literature ReviewLiterature Review
03/16/15 18
User Similarity Computation for CF
Using Dynamic Implicit Trust
• Qusai Shambour et al. [7] (TM1)
Computed trust based on mean squared distance (MSD)
and propagated trust based, on the MoleTrust matric
• Lathia et al. [9] (TM2)
Proposed a trust method to define degree of trust by
tracking the value of ratings provided by other users
Trust is defined as the average of provided values over all
the rated items
• Papagelis et al. [10] (TM3)
Define trust through user similarity computed by Pearson
correlation coefficient
03/16/15 19User Similarity Computation for
CF Using Dynamic Implicit Trust
• Hwang et al. [8] (TM4)
Computed trust by averaging the prediction error on co-
rated items
• O'Donovan et al. [6] (TM5)
A rating provided by users is correct if the absolute
difference between the predicted rating and the actual
rating is smaller than a threshold
Profile level trust and item level trust
03/16/15 20User Similarity Computation for
CF Using Dynamic Implicit Trust
A comparison of different trust metrics inA comparison of different trust metrics in
terms of trust properties [12][13]terms of trust properties [12][13]
Methods Asymmetry Transitivity Dynamicity Context
Dependence
TM1 [7] No Yes No No
TM2 [9] No Yes No No
TM3 [10] No Yes, iff s> ϴ
ϴ = 0.707
No No
TM4 [8] No Yes No No
TM5 [6] No Yes No No
03/16/15 21User Similarity Computation for
CF Using Dynamic Implicit Trust
ProposedProposed
MethodologyMethodology
03/16/15 22
User Similarity Computation for CF
Using Dynamic Implicit Trust
Trust Based Similarity ComputationTrust Based Similarity Computation
• The proposed system consists of the following modules:
 Trust Computation module (TC),
Similarity Computation module (SC) and
Combined Trust and Similarity Computation module (CTSC)
03/16/15 23User Similarity Computation for
CF Using Dynamic Implicit Trust
Similarity Computation ModuleSimilarity Computation Module
• Extract a neighborhood of similar minded users for the target
user
• Similarity is calculated by integrating Pearson Correlation
Coefficient (PCC) and Jaccard similarity method [8] defined
as JPCC
03/16/15 24User Similarity Computation for
CF Using Dynamic Implicit Trust
Trust Computation ModuleTrust Computation Module
• Implicit trust is populated by defining the similarity or degree
of similarity between the users [12]
• Proposed a new method for determining the implicit trust
between the users as an integration of Mean Square Difference
(MSD) and Confidence and consider users’ changing interests
to support trust properties.
03/16/15 25User Similarity Computation for
CF Using Dynamic Implicit Trust
DatasetDataset
03/16/15 26User Similarity Computation for
CF Using Dynamic Implicit Trust
PublicationPublication
03/16/15 27
User Similarity Computation for CF
Using Dynamic Implicit Trust
03/16/15 28
THE 4TH INTERNATIONAL CONFERENCE ON ANALYSIS OFTHE 4TH INTERNATIONAL CONFERENCE ON ANALYSIS OF
IMAGES, SOCIAL NETWORKS, AND TEXTSIMAGES, SOCIAL NETWORKS, AND TEXTS
(Yekaterinburg, Russia)(Yekaterinburg, Russia)
 AIST 2015: 24% Acceptance rate24% Acceptance rate
 Will be published in the Springer’s
Communications in Computer and
Information Science series
 The conference will be held on 9th
through Saturday, 11th
of April 2015
at Russia
User Similarity Computation for
CF Using Dynamic Implicit Trust
Remarkable ReviewsRemarkable Reviews
03/16/15 29
User Similarity Computation for CF
Using Dynamic Implicit Trust
ReviewsReviews
03/16/15 30
 The paper addresses an important problemaddresses an important problem in recommender systems,
that is, how to incorporate trust into the process. The authors give a
comprehensive overview of the related workcomprehensive overview of the related work. Then, two components
of the TJPCC model are introduced one by one. The proposed final
TJPCC has the key properties typical for trust. Four existing baselines
are used for comparison. According to the experimental results, the
proposed TJPCC method achieves better results.
 Pros
– The method is simple to implementThe method is simple to implement
– The problem is very relevant.The problem is very relevant.
– Good overview of the literatureGood overview of the literature,
 Cons
– Use more data sets for evaluationUse more data sets for evaluation
User Similarity Computation for
CF Using Dynamic Implicit Trust
ReviewsReviews
 The paper starts with a detailed introduction, followed
by a broad section on related work for trust based and
dynamic recommender systems. Then, the method is
presented as a combination of similarity and trust
scores. Overall, the paper is well written and interestingthe paper is well written and interesting
to read. The descriptions are elaborateto read. The descriptions are elaborate. I recommend
this paper for publication
03/16/15 31User Similarity Computation for
CF Using Dynamic Implicit Trust
ReviewsReviews
03/16/15 32
 The authors present a new similarity between the
users using a novel dynamic trust definition
among users. The new trust definition satisfies
desirable properties such as being asymmetric,
transitive and dynamic, and experimental results
on movie database IMDB are favorable. However,
more experimental resultsmore experimental results that will furtherthat will further
strengthen the proposed method would bestrengthen the proposed method would be
preferablepreferable.
User Similarity Computation for
CF Using Dynamic Implicit Trust
Findings for Next StepFindings for Next Step
 Usage of more data sets for evaluation
 More exploration of the properties of the
proposed algorithm
 Experimenting the proposed method with
different evolution metrics
03/16/15 33User Similarity Computation for
CF Using Dynamic Implicit Trust
ReferencesReferences
1. R. Burke, “Hybrid web recommender systems," in The adaptive web, pp. 377-408, Springer, 2007
2. M. J. Pazzani, “A framework for collaborative, content-based and demographic fitering," Articial Intelligence Review, vol. 13,
no. 5-6, pp. 393-408, 1999.
3. F. Cacheda, V. Carneiro, D. Fernandez, and V. Formoso, “Comparison of collaborative fitering algorithms: Limitations of
current techniques and proposals for scalable, high-performance recommender systems," ACM Transactions on the Web
(TWEB), vol. 5, no. 1, p. 2, 2011.
5. Guibing Guo. “Integrating trust and similarity to ameliorate the data sparsity and cold start for recommender systems”. In
Proceedings of the 7th ACM conference on Recommender systems, pages 451-454. ACM, 2013
6. Soude Fazeli, Babak Loni, Alejandro Bellogin, Hendrik Drachsler, and Peter Sloep. “Implicit vs. explicit trust in social matrix
factorization”. In Proceedings of the 8th ACM Conference on Recommender systems, pages 317-320. ACM, 2014.
7. John O'Donovan and Barry Smyth. Trust in recommender systems. In Proceedings of the 10th international conference on
Intelligent user interfaces, pages 167-174. ACM, 2005.
8. Q. Shambour and J. Lu, “A trust-semantic fusion-based recommendation approach for e-business applications,” Decision
Support Systems, vol. 54, no. 1, pp. 768–780, 2012.
9. Chein-Shung Hwang and Yu-Pin Chen. “Using trust in collaborative ltering recommendation”. In New trends in applied articial
intelligence, pages 1052-1060. Springer, 2007.
10. N. Lathia, S. Hailes, and L. Capra. “Trust-based collaborative filtering”. In Trust Management II, 2008.
11. M. Papagelis, D. Plexousakis, and T. Kutsuras. Alleviating the sparsity problem of collaborative filtering using trust inferences.
In Trust management. 2005.
12. Guibing Guo, Jie Zhang, Daniel Thalmann, Anirban Basu, and Neil Yorke-Smith. “From ratings to trust: an empirical study of
implicit trust in recommender systems.” 2014
13. Soude Fazeli, Babak Loni, Alejandro Bellogin, Hendrik Drachsler, and Peter Sloep. “Implicit vs. explicit trust in social matrix
factorization”. In Proceedings of the 8th ACM Conference on Recommender systems, pages 317-320. ACM, 2014.
03/16/15 34User Similarity Computation for
CF Using Dynamic Implicit Trust
03/16/15 35User Similarity Computation for
CF Using Dynamic Implicit Trust

More Related Content

PPTX
Dissertation defense power point
Kelly Dodson
 
PPTX
Stage 1 Tradecraft
matt806068
 
PDF
Gary Broils, D.B.A. - Dissertation Defense: Virtual Teaming and Collaboration...
Gary Broils, DBA, PMP
 
PDF
Thesis Defense Presentation
osideloc
 
PPT
Msc Thesis - Presentation
Manikhandan Mudaliar
 
PDF
PhD thesis presentation
Kristina Hettne
 
PDF
MLH Hackcon IV - Hackathon Sponsorship 101 Workshop
Jonathan Gottfried
 
PPTX
Thesis Powerpoint
neha47
 
Dissertation defense power point
Kelly Dodson
 
Stage 1 Tradecraft
matt806068
 
Gary Broils, D.B.A. - Dissertation Defense: Virtual Teaming and Collaboration...
Gary Broils, DBA, PMP
 
Thesis Defense Presentation
osideloc
 
Msc Thesis - Presentation
Manikhandan Mudaliar
 
PhD thesis presentation
Kristina Hettne
 
MLH Hackcon IV - Hackathon Sponsorship 101 Workshop
Jonathan Gottfried
 
Thesis Powerpoint
neha47
 

Similar to MS Research Progress Presentation (20)

PPTX
AIST 2015 Conference Paper Presentation
Falguni Roy
 
PDF
A Survey on Trust Inference Network for Personalized Use from Online Data Rating
IRJET Journal
 
PDF
Online Service Rating Prediction by Removing Paid Users and Jaccard Coefficient
IRJET Journal
 
PDF
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
ijwscjournal
 
PDF
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
ijwscjournal
 
PDF
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
ijwscjournal
 
PDF
Preferences Based Customized Trust Model for Assessment of Cloud Services
IJECEIAES
 
PDF
Automatic Recommendation of Trustworthy Users in Online Product Rating Sites
IRJET Journal
 
PDF
SelCSP: A Framework to Facilitate Selection of Cloud Service Providers
1crore projects
 
PDF
Enhancing Public Reputation Systems: Trust Scaling to Mitigate Voter Subjecti...
AIRCC Publishing Corporation
 
PDF
In this paper we present a necessary and sufficient condition for Hamiltonian...
graphhoc
 
PDF
An exaustive survey of trust models in p2 p network
ijwscjournal
 
PDF
An Efficient Trust Evaluation using Fact-Finder Technique
IJCSIS Research Publications
 
PDF
Cloud Trust Management Framework Based On Cloud Market spaces
IJERA Editor
 
PDF
IRJET- User Preferences and Similarity Estimation
IRJET Journal
 
PPT
Social Trust-aware Recommendation System: A T-Index Approach
Nima Dokoohaki
 
PDF
IRJET - SPMR: Security Preserving Medical Recommendation Scheme
IRJET Journal
 
PDF
IRJET- Improvement of Security and Trustworthiness in Cloud Computing usi...
IRJET Journal
 
PDF
J017316670
IOSR Journals
 
PDF
Analyzing and Surveying Trust In Cloud Computing Environment
iosrjce
 
AIST 2015 Conference Paper Presentation
Falguni Roy
 
A Survey on Trust Inference Network for Personalized Use from Online Data Rating
IRJET Journal
 
Online Service Rating Prediction by Removing Paid Users and Jaccard Coefficient
IRJET Journal
 
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
ijwscjournal
 
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
ijwscjournal
 
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
ijwscjournal
 
Preferences Based Customized Trust Model for Assessment of Cloud Services
IJECEIAES
 
Automatic Recommendation of Trustworthy Users in Online Product Rating Sites
IRJET Journal
 
SelCSP: A Framework to Facilitate Selection of Cloud Service Providers
1crore projects
 
Enhancing Public Reputation Systems: Trust Scaling to Mitigate Voter Subjecti...
AIRCC Publishing Corporation
 
In this paper we present a necessary and sufficient condition for Hamiltonian...
graphhoc
 
An exaustive survey of trust models in p2 p network
ijwscjournal
 
An Efficient Trust Evaluation using Fact-Finder Technique
IJCSIS Research Publications
 
Cloud Trust Management Framework Based On Cloud Market spaces
IJERA Editor
 
IRJET- User Preferences and Similarity Estimation
IRJET Journal
 
Social Trust-aware Recommendation System: A T-Index Approach
Nima Dokoohaki
 
IRJET - SPMR: Security Preserving Medical Recommendation Scheme
IRJET Journal
 
IRJET- Improvement of Security and Trustworthiness in Cloud Computing usi...
IRJET Journal
 
J017316670
IOSR Journals
 
Analyzing and Surveying Trust In Cloud Computing Environment
iosrjce
 
Ad

Recently uploaded (20)

PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PPTX
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
PPTX
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
PPTX
CDH. pptx
AneetaSharma15
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
DOCX
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
CDH. pptx
AneetaSharma15
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
Ad

MS Research Progress Presentation

  • 1. Progress ofProgress of Research WorkResearch Work 03/16/15 1
  • 2. User Similarity Computation forUser Similarity Computation for Collaborative Filtering UsingCollaborative Filtering Using Dynamic Implicit TrustDynamic Implicit Trust 03/16/15 2
  • 3. Presented byPresented by Falguni Roy MSSE- 0209 Supervised bySupervised by Sheikh Muhammad Sarwar 03/16/15 3 User Similarity Computation for CF Using Dynamic Implicit Trust
  • 4. ContentsContents  About Recommender System  Motivation  Literature Review  Proposed Methodology  Dataset  Publication  Remarkable Reviews 03/16/15 4User Similarity Computation for CF Using Dynamic Implicit Trust
  • 5. AboutAbout RecommenderRecommender SystemSystem 03/16/15 5User Similarity Computation for CF Using Dynamic Implicit Trust
  • 6. • Most popular forms of web information customization system • Used in E-commerce and entertainment based websites – amazon.com – Netflix.com • Aim: To predict the 'rating' or 'preference' that user would give to an item 03/16/15 6User Similarity Computation for CF Using Dynamic Implicit Trust
  • 7. Category of RSCategory of RS • Based on the information filtering approach, there are two category of recommender system [1]  Content based filtering, and  Collaborative based filtering 03/16/15 7User Similarity Computation for CF Using Dynamic Implicit Trust
  • 8. Content Based FilteringContent Based Filtering 03/16/15 8User Similarity Computation for CF Using Dynamic Implicit Trust
  • 9. Collaborative Filtering(CF)Collaborative Filtering(CF) 03/16/15 9 • Most popular approach [2,3] User Similarity Computation for CF Using Dynamic Implicit Trust
  • 10. Category of CFCategory of CF • Based on Methodology • Model Based Method – item recommendation by developing a model – regression, Bayesian network, rule-based and clustering • Memory Based Method – a rating matrix – some statistical techniques applied on the rating matrix. 03/16/15 10User Similarity Computation for CF Using Dynamic Implicit Trust
  • 11. • Based on Similarity 03/16/15 11 Category of CF (Cont’)Category of CF (Cont’) User Similarity Computation for CF Using Dynamic Implicit Trust
  • 12. Trust based Recommender SystemTrust based Recommender System • Guo et al. defines trust in recommender system as “Trust is defined as one's belief towards the ability of others in providing valuable ratings“ [4] • Express the integrity in the relationship between two entities. • Trust used to scale similarity 03/16/15 12User Similarity Computation for CF Using Dynamic Implicit Trust
  • 13. Trust PropertiesTrust Properties • According to trust theory [5]  Asymmetry  Transitivity  Dynamicity  Context Dependence 03/16/15 13User Similarity Computation for CF Using Dynamic Implicit Trust
  • 14. Type of TrustType of Trust • On the basis of trust computation  Explicit Trust  Implicit Trust 03/16/15 14User Similarity Computation for CF Using Dynamic Implicit Trust
  • 15. Explicit TrustExplicit Trust • Trust value is calculated by pre-existing social link between users • The link is defined as  By defining web of trust  Assign a trust statement 03/16/15 15User Similarity Computation for CF Using Dynamic Implicit Trust
  • 16. Implicit TrustImplicit Trust • Derived from user-item rating matrix by analyzing rating pattern, rating value and historical behavior of ratings of the users • Trustworthiness of a user is determined by the prediction accuracy of a user in the past [6] 03/16/15 16User Similarity Computation for CF Using Dynamic Implicit Trust
  • 17. MotivationMotivation Problem of existing Trust based RSProblem of existing Trust based RS  Don’t concern about users’ changing interestsDon’t concern about users’ changing interests  Treats users’ similarity as symmetricTreats users’ similarity as symmetric 03/16/15 17 User Similarity Computation for CF Using Dynamic Implicit Trust
  • 18. Literature ReviewLiterature Review 03/16/15 18 User Similarity Computation for CF Using Dynamic Implicit Trust
  • 19. • Qusai Shambour et al. [7] (TM1) Computed trust based on mean squared distance (MSD) and propagated trust based, on the MoleTrust matric • Lathia et al. [9] (TM2) Proposed a trust method to define degree of trust by tracking the value of ratings provided by other users Trust is defined as the average of provided values over all the rated items • Papagelis et al. [10] (TM3) Define trust through user similarity computed by Pearson correlation coefficient 03/16/15 19User Similarity Computation for CF Using Dynamic Implicit Trust
  • 20. • Hwang et al. [8] (TM4) Computed trust by averaging the prediction error on co- rated items • O'Donovan et al. [6] (TM5) A rating provided by users is correct if the absolute difference between the predicted rating and the actual rating is smaller than a threshold Profile level trust and item level trust 03/16/15 20User Similarity Computation for CF Using Dynamic Implicit Trust
  • 21. A comparison of different trust metrics inA comparison of different trust metrics in terms of trust properties [12][13]terms of trust properties [12][13] Methods Asymmetry Transitivity Dynamicity Context Dependence TM1 [7] No Yes No No TM2 [9] No Yes No No TM3 [10] No Yes, iff s> ϴ ϴ = 0.707 No No TM4 [8] No Yes No No TM5 [6] No Yes No No 03/16/15 21User Similarity Computation for CF Using Dynamic Implicit Trust
  • 22. ProposedProposed MethodologyMethodology 03/16/15 22 User Similarity Computation for CF Using Dynamic Implicit Trust
  • 23. Trust Based Similarity ComputationTrust Based Similarity Computation • The proposed system consists of the following modules:  Trust Computation module (TC), Similarity Computation module (SC) and Combined Trust and Similarity Computation module (CTSC) 03/16/15 23User Similarity Computation for CF Using Dynamic Implicit Trust
  • 24. Similarity Computation ModuleSimilarity Computation Module • Extract a neighborhood of similar minded users for the target user • Similarity is calculated by integrating Pearson Correlation Coefficient (PCC) and Jaccard similarity method [8] defined as JPCC 03/16/15 24User Similarity Computation for CF Using Dynamic Implicit Trust
  • 25. Trust Computation ModuleTrust Computation Module • Implicit trust is populated by defining the similarity or degree of similarity between the users [12] • Proposed a new method for determining the implicit trust between the users as an integration of Mean Square Difference (MSD) and Confidence and consider users’ changing interests to support trust properties. 03/16/15 25User Similarity Computation for CF Using Dynamic Implicit Trust
  • 26. DatasetDataset 03/16/15 26User Similarity Computation for CF Using Dynamic Implicit Trust
  • 27. PublicationPublication 03/16/15 27 User Similarity Computation for CF Using Dynamic Implicit Trust
  • 28. 03/16/15 28 THE 4TH INTERNATIONAL CONFERENCE ON ANALYSIS OFTHE 4TH INTERNATIONAL CONFERENCE ON ANALYSIS OF IMAGES, SOCIAL NETWORKS, AND TEXTSIMAGES, SOCIAL NETWORKS, AND TEXTS (Yekaterinburg, Russia)(Yekaterinburg, Russia)  AIST 2015: 24% Acceptance rate24% Acceptance rate  Will be published in the Springer’s Communications in Computer and Information Science series  The conference will be held on 9th through Saturday, 11th of April 2015 at Russia User Similarity Computation for CF Using Dynamic Implicit Trust
  • 29. Remarkable ReviewsRemarkable Reviews 03/16/15 29 User Similarity Computation for CF Using Dynamic Implicit Trust
  • 30. ReviewsReviews 03/16/15 30  The paper addresses an important problemaddresses an important problem in recommender systems, that is, how to incorporate trust into the process. The authors give a comprehensive overview of the related workcomprehensive overview of the related work. Then, two components of the TJPCC model are introduced one by one. The proposed final TJPCC has the key properties typical for trust. Four existing baselines are used for comparison. According to the experimental results, the proposed TJPCC method achieves better results.  Pros – The method is simple to implementThe method is simple to implement – The problem is very relevant.The problem is very relevant. – Good overview of the literatureGood overview of the literature,  Cons – Use more data sets for evaluationUse more data sets for evaluation User Similarity Computation for CF Using Dynamic Implicit Trust
  • 31. ReviewsReviews  The paper starts with a detailed introduction, followed by a broad section on related work for trust based and dynamic recommender systems. Then, the method is presented as a combination of similarity and trust scores. Overall, the paper is well written and interestingthe paper is well written and interesting to read. The descriptions are elaborateto read. The descriptions are elaborate. I recommend this paper for publication 03/16/15 31User Similarity Computation for CF Using Dynamic Implicit Trust
  • 32. ReviewsReviews 03/16/15 32  The authors present a new similarity between the users using a novel dynamic trust definition among users. The new trust definition satisfies desirable properties such as being asymmetric, transitive and dynamic, and experimental results on movie database IMDB are favorable. However, more experimental resultsmore experimental results that will furtherthat will further strengthen the proposed method would bestrengthen the proposed method would be preferablepreferable. User Similarity Computation for CF Using Dynamic Implicit Trust
  • 33. Findings for Next StepFindings for Next Step  Usage of more data sets for evaluation  More exploration of the properties of the proposed algorithm  Experimenting the proposed method with different evolution metrics 03/16/15 33User Similarity Computation for CF Using Dynamic Implicit Trust
  • 34. ReferencesReferences 1. R. Burke, “Hybrid web recommender systems," in The adaptive web, pp. 377-408, Springer, 2007 2. M. J. Pazzani, “A framework for collaborative, content-based and demographic fitering," Articial Intelligence Review, vol. 13, no. 5-6, pp. 393-408, 1999. 3. F. Cacheda, V. Carneiro, D. Fernandez, and V. Formoso, “Comparison of collaborative fitering algorithms: Limitations of current techniques and proposals for scalable, high-performance recommender systems," ACM Transactions on the Web (TWEB), vol. 5, no. 1, p. 2, 2011. 5. Guibing Guo. “Integrating trust and similarity to ameliorate the data sparsity and cold start for recommender systems”. In Proceedings of the 7th ACM conference on Recommender systems, pages 451-454. ACM, 2013 6. Soude Fazeli, Babak Loni, Alejandro Bellogin, Hendrik Drachsler, and Peter Sloep. “Implicit vs. explicit trust in social matrix factorization”. In Proceedings of the 8th ACM Conference on Recommender systems, pages 317-320. ACM, 2014. 7. John O'Donovan and Barry Smyth. Trust in recommender systems. In Proceedings of the 10th international conference on Intelligent user interfaces, pages 167-174. ACM, 2005. 8. Q. Shambour and J. Lu, “A trust-semantic fusion-based recommendation approach for e-business applications,” Decision Support Systems, vol. 54, no. 1, pp. 768–780, 2012. 9. Chein-Shung Hwang and Yu-Pin Chen. “Using trust in collaborative ltering recommendation”. In New trends in applied articial intelligence, pages 1052-1060. Springer, 2007. 10. N. Lathia, S. Hailes, and L. Capra. “Trust-based collaborative filtering”. In Trust Management II, 2008. 11. M. Papagelis, D. Plexousakis, and T. Kutsuras. Alleviating the sparsity problem of collaborative filtering using trust inferences. In Trust management. 2005. 12. Guibing Guo, Jie Zhang, Daniel Thalmann, Anirban Basu, and Neil Yorke-Smith. “From ratings to trust: an empirical study of implicit trust in recommender systems.” 2014 13. Soude Fazeli, Babak Loni, Alejandro Bellogin, Hendrik Drachsler, and Peter Sloep. “Implicit vs. explicit trust in social matrix factorization”. In Proceedings of the 8th ACM Conference on Recommender systems, pages 317-320. ACM, 2014. 03/16/15 34User Similarity Computation for CF Using Dynamic Implicit Trust
  • 35. 03/16/15 35User Similarity Computation for CF Using Dynamic Implicit Trust

Editor's Notes

  • #14: Context Dependence: a user who is trustworthy in movies may not be trustable in IT technology
  • #16: Limitations of Explicit Trust Additional user effort. Bound the users to express their degree of trust to a user. Could be noisy. The amount of trust information is relatively little compared to the number of ratings. Time consuming and expensive Binary format Bound the users to express their degree of trust to a user