SlideShare a Scribd company logo
Supporting Privacy Protection in Personalized
Web Search
ABSTRACT
Personalized web search (PWS) has demonstrated its effectiveness in improving the
quality of various search services on the Internet. However, evidences show that users’
reluctance to disclose their private information during search has become a major barrier for the
wide proliferation of PWS. We study privacy protection in PWS applications that model user
preferences as hierarchical user profiles. We propose a PWS framework called UPS that can
adaptively generalize profiles by queries while respecting userspecified privacy requirements.
Our runtime generalization aims at striking a balance between two predictive metrics that
evaluate the utility of personalization and the privacy risk of exposing the generalized profile.
We present two greedy algorithms, namely GreedyDP and GreedyIL, for runtime generalization.
We also provide an online prediction mechanism for deciding whether personalizing a query is
beneficial. Extensive experiments demonstrate the effectiveness of our framework. The
experimental results also reveal that GreedyIL significantly outperforms GreedyDP in terms of
efficiency.
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
Existing System
The existing profile-based Personalized Web Search do not support runtime profiling. A
user profile is typically generalized for only once offline, and used to personalize all queries
from a same user indiscriminatingly. Such “one profile fits all” strategy certainly has drawbacks
given the variety of queries. One evidence reported in is that profile-based personalization may
not even help to improve the search quality for some ad hoc queries, though exposing user
profile to a server has put the user’s privacy at risk.
The existing methods do not take into account the customization of privacy requirements.
This probably makes some user privacy to be overprotected while others insufficiently protected.
For example, in, all the sensitive topics are detected using an absolute metric called surprisal
based on the information theory, assuming that the interests with less user document support are
more sensitive. However, this assumption can be doubted with a simple counterexample: If a
user has a large number of documents about “sex,” the surprisal of this topic may lead to a
conclusion that “sex” is very general and not sensitive, despite the truth which is opposite.
Unfortunately, few prior work can effectively address individual privacy needs during the
generalization.
Many personalization techniques require iterative user interactions when creating personalized
search results. They usually refine the search results with some metrics which require multiple
user interactions, such as rank scoring, average rank, and so on. This paradigm is, however,
infeasible for runtime profiling, as it will not only pose too much risk of privacy breach, but also
demand prohibitive processing time for profiling. Thus, we need predictive metrics to measure
the search quality and breach risk after personalization, without incurring iterative user
interaction.
Disadvantage:
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
All the sensitive topics are detected using an absolute metric called surprisal based on the
information theory.
Proposed System:
We propose a privacy-preserving personalized web search framework UPS, which can
generalize profiles for each query according to user-specified privacy requirements. Relying on
the definition of two conflicting metrics, namely personalization utility and privacy risk, for
hierarchical user profile, we formulate the problem of privacy-preserving personalized search as
Risk Profile Generalization, with itsNP-hardness proved.
We develop two simple but effective generalization algorithms, GreedyDP and GreedyIL,
to support runtime profiling. While the former tries to maximize the discriminating power (DP),
the latter attempts to minimize the information loss (IL). By exploiting a number of heuristics,
GreedyIL outperforms GreedyDP significantly.
We provide an inexpensive mechanism for the client to decide whether to personalize a
query in UPS. This decision can be made before each runtime profiling to enhance the stability
of the search results while avoid the unnecessary exposure of the profile.
Advantages:
1. It enhances the stability of the search quality.
2. It avoids the unnecessary exposure of the user profile.
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
Architecture:
Enhanced
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
MODULES”
1. Profile-Based Personalization.
2. Privacy Protection in PWS System.
3. Generalizing User Profile.
4. Online Decision.
Modules Description
1. Profile-Based Personalization
This paper introduces an approach to personalize digital multimedia content based on
user profile information. For this, two main mechanisms were developed: a profile
generator that automatically creates user profiles representing the user preferences, and a
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
content-based recommendation algorithm that estimates the user's interest in unknown
content by matching her profile to metadata descriptions of the content. Both features are
integrated into a personalization system.
2. Privacy Protection in PWS System
We propose a PWS framework called UPS that can generalize profiles in for each
query according to user-specified privacy requirements. Two predictive metrics are
proposed to evaluate the privacy breach risk and the query utility for hierarchical user
profile. We develop two simple but effective generalization algorithms for user profiles
allowing for query-level customization using our proposed metrics. We also provide an
online prediction mechanism based on query utility for deciding whether to personalize a
query in UPS. Extensive experiments demonstrate the efficiency and effectiveness of our
framework.
3. Generalizing User Profile
The generalization process has to meet specific prerequisites to handle the user
profile. This is achieved by preprocessing the user profile. At first, the process initializes
the user profile by taking the indicated parent user profile into account. The process adds
the inherited properties to the properties of the local user profile. Thereafter the process
loads the data for the foreground and the background of the map according to the
described selection in the user profile.
Additionally, using references enables caching and is helpful when considering an
implementation in a production environment. The reference to the user profile can be
used as an identifier for already processed user profiles. It allows performing the
customization process once, but reusing the result multiple times. However, it has to be
made sure, that an update of the user profile is also propagated to the generalization
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
process. This requires specific update strategies, which check after a specific timeout or a
specific event, if the user profile has not changed yet. Additionally, as the generalization
process involves remote data services, which might be updated frequently, the cached
generalization results might become outdated. Thus selecting a specific caching strategy
requires careful analysis.
4. Online Decision
The profile-based personalization contributes little or even reduces the search
quality, while exposing the profile to a server would for sure risk the user’s privacy. To
address this problem, we develop an online mechanism to decide whether to personalize a
query. The basic idea is straightforward. if a distinct query is identified during
generalization, the entire runtime profiling will be aborted and the query will be sent to
the server without a user profile.
System Configuration:-
H/W System Configuration:-
Processor - Pentium –III
Speed - 1.1 Ghz
RAM - 256 MB (min)
Hard Disk - 20 GB
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
Floppy Drive - 1.44 MB
Key Board - Standard Windows Keyboard
Mouse - Two or Three Button Mouse
Monitor - SVGA
S/W System Configuration:-
 Operating System :Windows95/98/2000/XP
 Application Server : Tomcat5.0/6.X
 Front End : HTML, Java, Jsp
 Scripts : JavaScript.
 Server side Script : Java Server Pages.
 Database : Mysql
 Database Connectivity : JDBC.
CONCLUSION
This paper presented a client-side privacy protection framework called UPS for
personalized web search. UPS could potentially be adopted by any PWS that captures user
profiles in a hierarchical taxonomy. The framework allowed users to specify customized privacy
requirements via the hierarchical profiles. In addition, UPS also performed online generalization
on user profiles to protect the personal privacy without compromising the search quality. We
proposed two greedy algorithms, namely GreedyDP and GreedyIL, for the online generalization.
Our experimental results revealed that UPS could achieve quality search results while preserving
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
user’s customized privacy requirements. The results also confirmed the effectiveness and
efficiency of our solution.
REFERENCES
[1] Z. Dou, R. Song, and J.-R. Wen, “A Large-Scale Evaluation and Analysis of Personalized
Search Strategies,” Proc. Int’l Conf. World Wide Web (WWW), pp. 581-590, 2007.
[2] J. Teevan, S.T. Dumais, and E. Horvitz, “Personalizing Search via Automated Analysis of
Interests and Activities,” Proc. 28th Ann. Int’l ACM SIGIR Conf. Research and Development in
Information Retrieval (SIGIR), pp. 449-456, 2005.
[3] M. Spertta and S. Gach, “Personalizing Search Based on User Search Histories,” Proc.
IEEE/WIC/ACM Int’l Conf. Web Intelligence (WI), 2005.
[4] B. Tan, X. Shen, and C. Zhai, “Mining Long-Term Search History to Improve Search
Accuracy,” Proc. ACM SIGKDD Int’l Conf. Knowledge Discovery and Data Mining (KDD),
2006.
[5] K. Sugiyama, K. Hatano, and M. Yoshikawa, “Adaptive Web Search Based on User Profile
Constructed without any Effort from Users,” Proc. 13th Int’l Conf. World Wide Web (WWW),
2004.
Scope:
To protect user privacy in profile-based PWS, researchers have to consider two
contradicting effects during the search process. On the one hand, they attempt to improve the
search quality with the personalization utility of the user profile. On the other hand, they need to
hide the privacy contents existing in the user profile to place the privacy risk under control. A
few previous studies , suggest that people are willing to compromise privacy if the
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
personalization by supplying user profile to the search engine yields better search quality. In an
ideal case, significant gain can be obtained by personalization at the expense of only a small (and
less-sensitive) portion of the user profile, namely a generalized profile. Thus, user privacy can be
protected without compromising the personalized search quality. In general, there is a tradeoff
between the search quality and the level of privacy protection achieved from generalization.
We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live
chat with us at www.ocularsystems.in or call us on 020 30858066 or
Mail Us: info@ocularsystems.in
Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)

More Related Content

PPTX
Supporting privacy protection in personalized web search
DOCX
Supporting privacy protection in personalized web search
PPTX
Supporting privacy protection in personalized web search
DOC
Supporting privacy protection in personalized web search
DOC
Supporting privacy protection in personalized web search
DOCX
supporting privacy protection in personalized web search
PDF
Supporting Privacy Protection in Personalized Web Search
DOC
1.supporting privacy protection in personalized web search..9440480873 ,proje...
Supporting privacy protection in personalized web search
Supporting privacy protection in personalized web search
Supporting privacy protection in personalized web search
Supporting privacy protection in personalized web search
Supporting privacy protection in personalized web search
supporting privacy protection in personalized web search
Supporting Privacy Protection in Personalized Web Search
1.supporting privacy protection in personalized web search..9440480873 ,proje...

What's hot (20)

PPTX
Personalized web search
PPTX
Personalized Web Search
PPTX
SUPPORTING PRIVACY PROTECTION IN PERSONALIZED WEB SEARCH
DOC
Supporting privacy protection in personalized web search
PDF
Supporting privacy protection in personalized web search (1)
PDF
Secure Protection in Customized Web Search
PPTX
Personalized mobile search engine
DOCX
JPJ1426 Supporting Privacy Protection in Personalized Web Search
DOCX
supporting privacy protection in personalized web search
PPTX
User friendly pattern search paradigm
PDF
G017415465
PDF
IRJET- Security Safe Guarding Location Data Proximity
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
50120140506005 2
PDF
A Least Square Approach ToAnlayze Usage Data For Effective Web Personalization
DOCX
Update cv khetrabasi new
DOCX
supporting privacy protection in pws
DOCX
Update cv khetrabasi new
PDF
Privacy Preservation And Data Security In Location Based Services
PPTX
PMSE:Personalized Mobile Search Engine
Personalized web search
Personalized Web Search
SUPPORTING PRIVACY PROTECTION IN PERSONALIZED WEB SEARCH
Supporting privacy protection in personalized web search
Supporting privacy protection in personalized web search (1)
Secure Protection in Customized Web Search
Personalized mobile search engine
JPJ1426 Supporting Privacy Protection in Personalized Web Search
supporting privacy protection in personalized web search
User friendly pattern search paradigm
G017415465
IRJET- Security Safe Guarding Location Data Proximity
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
50120140506005 2
A Least Square Approach ToAnlayze Usage Data For Effective Web Personalization
Update cv khetrabasi new
supporting privacy protection in pws
Update cv khetrabasi new
Privacy Preservation And Data Security In Location Based Services
PMSE:Personalized Mobile Search Engine
Ad

Viewers also liked (12)

PDF
Personalized search
DOCX
4 newmain doc
PPTX
E2matrix
DOCX
Fr app e detecting malicious facebook applications
PPTX
Feasibility analysis, project
PPT
Data mining
PDF
Cloud computing Basics
PPT
Data mining slides
 
PPT
Cloud computing ppt
PPT
Cloud computing simple ppt
PPTX
Introduction of Cloud computing
PPTX
cloud computing ppt
Personalized search
4 newmain doc
E2matrix
Fr app e detecting malicious facebook applications
Feasibility analysis, project
Data mining
Cloud computing Basics
Data mining slides
 
Cloud computing ppt
Cloud computing simple ppt
Introduction of Cloud computing
cloud computing ppt
Ad

Similar to Supporting privacy protection in personalized web search (20)

DOCX
2014 IEEE JAVA NETWORK SECURITY PROJECT Supporting privacy protection in pers...
DOCX
IEEE 2014 JAVA NETWORK SECURITY PROJECTS Supporting privacy protection in per...
DOCX
IEEE 2014 DOTNET DATA MINING PROJECTS Supporting privacy-protection-in-person...
DOCX
2014 IEEE DOTNET DATA MINING PROJECT Supporting privacy-protection-in-persona...
PDF
Ac02411221125
PPTX
Supporting Privacy Protection in Personalized Web Search.pptx
PDF
USER PROFILE BASED PERSONALIZED WEB SEARCH
PDF
USER PROFILE BASED PERSONALIZED WEB SEARCH
PDF
EaZSearch
PDF
Supporting Privacy Protection In Personalized Web Search
PDF
Personalization of the Web Search
PDF
29 ijcse-01238-7 sumathi
PDF
Iaetsd web personalization a general survey
PDF
Naresh sharma
PDF
Enhancing the Privacy Protection of the User Personalized Web Search Using RDF
DOC
Supporting privacy protection in personalized web search
PDF
Personalized web search using browsing history and domain knowledge
PDF
Information Retrieval AICTE FDP at GCT Coimbatore
PDF
Personalization Tutorial at ACM Compute 2008
DOCX
JAVA 2013 IEEE DATAMINING PROJECT PMSE A Personalized Mobile Search Engine
2014 IEEE JAVA NETWORK SECURITY PROJECT Supporting privacy protection in pers...
IEEE 2014 JAVA NETWORK SECURITY PROJECTS Supporting privacy protection in per...
IEEE 2014 DOTNET DATA MINING PROJECTS Supporting privacy-protection-in-person...
2014 IEEE DOTNET DATA MINING PROJECT Supporting privacy-protection-in-persona...
Ac02411221125
Supporting Privacy Protection in Personalized Web Search.pptx
USER PROFILE BASED PERSONALIZED WEB SEARCH
USER PROFILE BASED PERSONALIZED WEB SEARCH
EaZSearch
Supporting Privacy Protection In Personalized Web Search
Personalization of the Web Search
29 ijcse-01238-7 sumathi
Iaetsd web personalization a general survey
Naresh sharma
Enhancing the Privacy Protection of the User Personalized Web Search Using RDF
Supporting privacy protection in personalized web search
Personalized web search using browsing history and domain knowledge
Information Retrieval AICTE FDP at GCT Coimbatore
Personalization Tutorial at ACM Compute 2008
JAVA 2013 IEEE DATAMINING PROJECT PMSE A Personalized Mobile Search Engine

More from Adz91 Digital Ads Pvt Ltd (20)

DOCX
2016 ieee java .net project titles
PDF
Java project ideas topics for computer engineering students
DOCX
Dotnet 2015 2016 2017 ieee project list-with abstract
PDF
Adz91 business opportunity presentation
PPTX
Efficient instant fuzzy search with proximity ranking
PDF
BE/ ME / MTech / BTech Computer Engineering Project titles IEEE 2014 IEEE 2015
DOC
Xs path navigation on xml schemas made easy
DOC
Shared authority based privacy preserving authentication protocol in cloud co...
DOCX
Securing broker less publish subscribe systems using identity-based encryption
DOCX
Secure outsourced attribute based signatures
DOC
Privacy preserving optimal meeting location determination on mobile devices
DOC
Privacy preserving optimal meeting location determination on mobile devices
DOCX
Preserving location privacy in geo social applications
DOC
Oruta privacy preserving public auditing for shared data in the cloud
DOC
Mining weakly labeled web facial images for search based face annotation
DOC
Key aggregate cryptosystem for scalable data sharing in cloud storage
DOCX
Efficient authentication for mobile and pervasive computing
DOC
Decentralized access control with anonymous authentication of data stored in ...
DOCX
Decentralized access control of data stored in cloud using key policy attribu...
DOCX
Dealing with concept drifts in process mining
2016 ieee java .net project titles
Java project ideas topics for computer engineering students
Dotnet 2015 2016 2017 ieee project list-with abstract
Adz91 business opportunity presentation
Efficient instant fuzzy search with proximity ranking
BE/ ME / MTech / BTech Computer Engineering Project titles IEEE 2014 IEEE 2015
Xs path navigation on xml schemas made easy
Shared authority based privacy preserving authentication protocol in cloud co...
Securing broker less publish subscribe systems using identity-based encryption
Secure outsourced attribute based signatures
Privacy preserving optimal meeting location determination on mobile devices
Privacy preserving optimal meeting location determination on mobile devices
Preserving location privacy in geo social applications
Oruta privacy preserving public auditing for shared data in the cloud
Mining weakly labeled web facial images for search based face annotation
Key aggregate cryptosystem for scalable data sharing in cloud storage
Efficient authentication for mobile and pervasive computing
Decentralized access control with anonymous authentication of data stored in ...
Decentralized access control of data stored in cloud using key policy attribu...
Dealing with concept drifts in process mining

Recently uploaded (20)

PPTX
Fundamentals of safety and accident prevention -final (1).pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
additive manufacturing of ss316l using mig welding
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPT
Project quality management in manufacturing
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Sustainable Sites - Green Building Construction
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPT
Mechanical Engineering MATERIALS Selection
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Fundamentals of safety and accident prevention -final (1).pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
OOP with Java - Java Introduction (Basics)
UNIT-1 - COAL BASED THERMAL POWER PLANTS
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
additive manufacturing of ss316l using mig welding
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Project quality management in manufacturing
Internet of Things (IOT) - A guide to understanding
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
CYBER-CRIMES AND SECURITY A guide to understanding
Sustainable Sites - Green Building Construction
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Embodied AI: Ushering in the Next Era of Intelligent Systems
Mechanical Engineering MATERIALS Selection
Model Code of Practice - Construction Work - 21102022 .pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf

Supporting privacy protection in personalized web search

  • 1. Supporting Privacy Protection in Personalized Web Search ABSTRACT Personalized web search (PWS) has demonstrated its effectiveness in improving the quality of various search services on the Internet. However, evidences show that users’ reluctance to disclose their private information during search has become a major barrier for the wide proliferation of PWS. We study privacy protection in PWS applications that model user preferences as hierarchical user profiles. We propose a PWS framework called UPS that can adaptively generalize profiles by queries while respecting userspecified privacy requirements. Our runtime generalization aims at striking a balance between two predictive metrics that evaluate the utility of personalization and the privacy risk of exposing the generalized profile. We present two greedy algorithms, namely GreedyDP and GreedyIL, for runtime generalization. We also provide an online prediction mechanism for deciding whether personalizing a query is beneficial. Extensive experiments demonstrate the effectiveness of our framework. The experimental results also reveal that GreedyIL significantly outperforms GreedyDP in terms of efficiency. We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 2. Existing System The existing profile-based Personalized Web Search do not support runtime profiling. A user profile is typically generalized for only once offline, and used to personalize all queries from a same user indiscriminatingly. Such “one profile fits all” strategy certainly has drawbacks given the variety of queries. One evidence reported in is that profile-based personalization may not even help to improve the search quality for some ad hoc queries, though exposing user profile to a server has put the user’s privacy at risk. The existing methods do not take into account the customization of privacy requirements. This probably makes some user privacy to be overprotected while others insufficiently protected. For example, in, all the sensitive topics are detected using an absolute metric called surprisal based on the information theory, assuming that the interests with less user document support are more sensitive. However, this assumption can be doubted with a simple counterexample: If a user has a large number of documents about “sex,” the surprisal of this topic may lead to a conclusion that “sex” is very general and not sensitive, despite the truth which is opposite. Unfortunately, few prior work can effectively address individual privacy needs during the generalization. Many personalization techniques require iterative user interactions when creating personalized search results. They usually refine the search results with some metrics which require multiple user interactions, such as rank scoring, average rank, and so on. This paradigm is, however, infeasible for runtime profiling, as it will not only pose too much risk of privacy breach, but also demand prohibitive processing time for profiling. Thus, we need predictive metrics to measure the search quality and breach risk after personalization, without incurring iterative user interaction. Disadvantage: We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 3. All the sensitive topics are detected using an absolute metric called surprisal based on the information theory. Proposed System: We propose a privacy-preserving personalized web search framework UPS, which can generalize profiles for each query according to user-specified privacy requirements. Relying on the definition of two conflicting metrics, namely personalization utility and privacy risk, for hierarchical user profile, we formulate the problem of privacy-preserving personalized search as Risk Profile Generalization, with itsNP-hardness proved. We develop two simple but effective generalization algorithms, GreedyDP and GreedyIL, to support runtime profiling. While the former tries to maximize the discriminating power (DP), the latter attempts to minimize the information loss (IL). By exploiting a number of heuristics, GreedyIL outperforms GreedyDP significantly. We provide an inexpensive mechanism for the client to decide whether to personalize a query in UPS. This decision can be made before each runtime profiling to enhance the stability of the search results while avoid the unnecessary exposure of the profile. Advantages: 1. It enhances the stability of the search quality. 2. It avoids the unnecessary exposure of the user profile. We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 4. Architecture: Enhanced We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 5. MODULES” 1. Profile-Based Personalization. 2. Privacy Protection in PWS System. 3. Generalizing User Profile. 4. Online Decision. Modules Description 1. Profile-Based Personalization This paper introduces an approach to personalize digital multimedia content based on user profile information. For this, two main mechanisms were developed: a profile generator that automatically creates user profiles representing the user preferences, and a We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 6. content-based recommendation algorithm that estimates the user's interest in unknown content by matching her profile to metadata descriptions of the content. Both features are integrated into a personalization system. 2. Privacy Protection in PWS System We propose a PWS framework called UPS that can generalize profiles in for each query according to user-specified privacy requirements. Two predictive metrics are proposed to evaluate the privacy breach risk and the query utility for hierarchical user profile. We develop two simple but effective generalization algorithms for user profiles allowing for query-level customization using our proposed metrics. We also provide an online prediction mechanism based on query utility for deciding whether to personalize a query in UPS. Extensive experiments demonstrate the efficiency and effectiveness of our framework. 3. Generalizing User Profile The generalization process has to meet specific prerequisites to handle the user profile. This is achieved by preprocessing the user profile. At first, the process initializes the user profile by taking the indicated parent user profile into account. The process adds the inherited properties to the properties of the local user profile. Thereafter the process loads the data for the foreground and the background of the map according to the described selection in the user profile. Additionally, using references enables caching and is helpful when considering an implementation in a production environment. The reference to the user profile can be used as an identifier for already processed user profiles. It allows performing the customization process once, but reusing the result multiple times. However, it has to be made sure, that an update of the user profile is also propagated to the generalization We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 7. process. This requires specific update strategies, which check after a specific timeout or a specific event, if the user profile has not changed yet. Additionally, as the generalization process involves remote data services, which might be updated frequently, the cached generalization results might become outdated. Thus selecting a specific caching strategy requires careful analysis. 4. Online Decision The profile-based personalization contributes little or even reduces the search quality, while exposing the profile to a server would for sure risk the user’s privacy. To address this problem, we develop an online mechanism to decide whether to personalize a query. The basic idea is straightforward. if a distinct query is identified during generalization, the entire runtime profiling will be aborted and the query will be sent to the server without a user profile. System Configuration:- H/W System Configuration:- Processor - Pentium –III Speed - 1.1 Ghz RAM - 256 MB (min) Hard Disk - 20 GB We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 8. Floppy Drive - 1.44 MB Key Board - Standard Windows Keyboard Mouse - Two or Three Button Mouse Monitor - SVGA S/W System Configuration:-  Operating System :Windows95/98/2000/XP  Application Server : Tomcat5.0/6.X  Front End : HTML, Java, Jsp  Scripts : JavaScript.  Server side Script : Java Server Pages.  Database : Mysql  Database Connectivity : JDBC. CONCLUSION This paper presented a client-side privacy protection framework called UPS for personalized web search. UPS could potentially be adopted by any PWS that captures user profiles in a hierarchical taxonomy. The framework allowed users to specify customized privacy requirements via the hierarchical profiles. In addition, UPS also performed online generalization on user profiles to protect the personal privacy without compromising the search quality. We proposed two greedy algorithms, namely GreedyDP and GreedyIL, for the online generalization. Our experimental results revealed that UPS could achieve quality search results while preserving We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 9. user’s customized privacy requirements. The results also confirmed the effectiveness and efficiency of our solution. REFERENCES [1] Z. Dou, R. Song, and J.-R. Wen, “A Large-Scale Evaluation and Analysis of Personalized Search Strategies,” Proc. Int’l Conf. World Wide Web (WWW), pp. 581-590, 2007. [2] J. Teevan, S.T. Dumais, and E. Horvitz, “Personalizing Search via Automated Analysis of Interests and Activities,” Proc. 28th Ann. Int’l ACM SIGIR Conf. Research and Development in Information Retrieval (SIGIR), pp. 449-456, 2005. [3] M. Spertta and S. Gach, “Personalizing Search Based on User Search Histories,” Proc. IEEE/WIC/ACM Int’l Conf. Web Intelligence (WI), 2005. [4] B. Tan, X. Shen, and C. Zhai, “Mining Long-Term Search History to Improve Search Accuracy,” Proc. ACM SIGKDD Int’l Conf. Knowledge Discovery and Data Mining (KDD), 2006. [5] K. Sugiyama, K. Hatano, and M. Yoshikawa, “Adaptive Web Search Based on User Profile Constructed without any Effort from Users,” Proc. 13th Int’l Conf. World Wide Web (WWW), 2004. Scope: To protect user privacy in profile-based PWS, researchers have to consider two contradicting effects during the search process. On the one hand, they attempt to improve the search quality with the personalization utility of the user profile. On the other hand, they need to hide the privacy contents existing in the user profile to place the privacy risk under control. A few previous studies , suggest that people are willing to compromise privacy if the We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)
  • 10. personalization by supplying user profile to the search engine yields better search quality. In an ideal case, significant gain can be obtained by personalization at the expense of only a small (and less-sensitive) portion of the user profile, namely a generalized profile. Thus, user privacy can be protected without compromising the personalized search quality. In general, there is a tradeoff between the search quality and the level of privacy protection achieved from generalization. We develops Computer Engineering Projects for BE/ME students. For any kind of support you may live chat with us at www.ocularsystems.in or call us on 020 30858066 or Mail Us: info@ocularsystems.in Our Address: Swagat Corner Building, Near Narayani Dham Temple, Katraj, Pune-46 (Maharashtra)