<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY event "http://ebiquity.umbc.edu/ontology/event.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:event = "&event;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/223/A-Game-Theoretic-Framework-for-Distributed-Multi-Party-Privacy-Preserving-Data-Mining">
    <rdfs:label><![CDATA[A Game Theoretic Framework for Distributed Multi-Party Privacy Preserving Data Mining]]></rdfs:label>
    <event:title><![CDATA[A Game Theoretic Framework for Distributed Multi-Party Privacy Preserving Data Mining]]></event:title>
    <event:speaker><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Kamalika/Das/"><person:name><![CDATA[Kamalika  Das]]></person:name><rdfs:label><![CDATA[Kamalika  Das]]></rdfs:label></person:Collaborator></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2007-11-19T10:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2007-11-19T12:00:00-05:00</event:endDate>
    <event:abstract><![CDATA[Privacy protection is increasingly becoming an important issue in many
data mining applications, particularly in the area of security
and surveillance. However, privacy preserving data analysis is a
non-trivial problem because of many reasons. First of all, privacy
is a social concept. In most multi-party data mining scenarios
participants have varying interests, objectives and expectations
about data privacy. Enforcing a single model of privacy with strong
assumptions regarding the behavior of the participants is often
not practical.
<p>
In this research we propose a new approach toward privacy preserving
data mining. We first describe a game-theoretic framework for
multi-party privacy preserving data mining where each participant tries
to maximize its benefit or utility score by optimally choosing
the strategies for communication, computation and privacy breach during
the execution of the protocol. The advantage of this
framework over existing privacy models is two fold: (i) it does not bind
participants to one uniform definition of privacy and gives
them the freedom to define their own privacy criteria in their local
objective functions and act accordingly, and (ii) it gets rid of
some of the unrealistic assumptions regarding participant behavior that
exist in most privacy preserving data mining algorithms till
date.
<p>
In this research we also consider a real-life application for our
privacy framework. We explore an interest based web community
formation application that uses the user's browser cache data to
determine if two users have similar browsing patterns. We develop a
distributed top-k inner product identification algorithm for this and
show how using an off-the-shelf privacy preserving technique
such as homomorphic encryption degrades the performance of the algorithm
and does away with the very essence of a heterogeneous
concept of privacy in a distributed and completely decentralized
algorithm. Future work includes complete development of the game
theoretic framework, integration of various models of privacy in this
framework, and development of the peer-to-peer web mining application
using the Distributed Data MiningToolkit (DDMT) developed by the DIADIC
laboratory at UMBC. ]]></event:abstract>
    <event:host><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Hillol/Kargupta/"><person:name><![CDATA[Hillol  Kargupta]]></person:name><rdfs:label><![CDATA[Hillol  Kargupta]]></rdfs:label></person:Collaborator></event:host>
  </event:Event>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
