1 / 34

A Customizable k-Anonymity Model for Protecting Location Privacy

A Customizable k-Anonymity Model for Protecting Location Privacy. Written by: B. Gedik, L.Liu Presented by: Tal Shoseyov. Agenda. Introduction: Data Privacy & Anonymity k -Anonymity & location k -Anonymity Previous models The CliqueCloak Theorem The CliqueCloak Algorithm

ophelian
Download Presentation

A Customizable k-Anonymity Model for Protecting Location Privacy

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Customizable k-Anonymity Model for Protecting Location Privacy Written by: B. Gedik, L.Liu Presented by: Tal Shoseyov

  2. Agenda • Introduction: Data Privacy & Anonymity • k-Anonymity & location k-Anonymity • Previous models • The CliqueCloak Theorem • The CliqueCloak Algorithm • Different CliqueCloak variations

  3. Our Key Players Client – a user with network access and a customer Database – An application that manages data by records (for example, an LBS (Location Based Service) contains information on services in specific locations. Server – A computer that receives requests from a client and passes them on to the requested service. Record – A data unit on the database that contains information by attributes (name, age, color, …) Subject – A person / organization that is associated to a record in a database (a hospital patient, a company’s employee, a customer, …)

  4. Reply: Message 1 from 10.0.0.99 to 10.0.0.1: Reply: Client – Database Workflow Message 1 from 10.0.0.1 to 10.0.0.99: Retrieve record from T where “color”=“red” Query: Select “record” from T where “color” = “red” Client (10.0.0.1) Server (10.0.0.99) Database (T)

  5. Reply: The Database Privacy Problem “How can a client efficiently retrieve a record from an untrusteddatabase without having the database know information about the record in question?” Play 1: Play 2: Query: Retrieve record from T where “color”=“red” ! ? Query: Retrieve record from T where “color”=“any” Client Database Server

  6. Query: Retrieve record from T where “sex”= and “salary” = Reply: Reply: The Subject Anonymity Problem “How can a database prevent untrusted clients from identifying the subject of a record, while the contents of the record remain useful to the user?” Play 1: Play 2: ? = Client Database Server

  7. Forward to local service: Retrieve all available services in location Request: Retrieve all available services in client’s location Reply: Reply: The Location Based Service Workflow Client LBS Database (Location Based Service) Server

  8. Request: Retrieve all bus lines from location to address = = The Location Anonymity Problem Client LBS Database (Location Based Service) Server

  9. Anonymity “A message from a database to a client is called anonymous if the subject of the message cannot be distinguished from other subjects.” Client Database

  10. Location Anonymity “A message from a client to a database is called location anonymous if the client’s identity cannot be distinguished from other users based on the client’s location information.” Database

  11. k-Anonymity “A message from a database to a client is called subjectk-anonymous if the subject of the message cannot be distinguished from other k-1 subjects.” “A message from a client to a database is called location k-anonymous if the client cannot be identified by the database based on the client’s location from other k-1 clients.”

  12. Implementation of Location Anonymity Server transforms the message by “anonymizing” the location data in the message Database executes request according to the received anonymous data Server forwards data to client Server sends “anonymized” message Database replies to server with compiled data Client sends plain request to the server

  13. y x t Implementation of Location k-Anonymity Temporal Cloaking – Setting a time interval, where all the clients in a specific location sending a message in that time interval are said to have sent the message in the “same time”. Spatial Cloaking – Setting a range of space to be a single box, where all clients located within the range are said to be in the “same location”.

  14. t y x Implementation of Location k-Anonymity Spatial-Temporal Cloaking – Setting a range of space and a time interval, where all the messages sent by client inside the range in that time interval. This spatial and temporal area is called a “cloaking box”.

  15. Previous solutions M. Gruteser, D Grunwald (2003) – For a fixed k value, the server finds the smallest area around the client’s location that potentially contains k-1 different otherclients, and monitoring that area over time until suchk-1 clients are found. Drawback: Fixed anonymity value for all clients (service dependent)

  16. The CliqueCloak Approach Motivation: Separate Anonymity values for each separate message – Each client can decide for himself the level of anonymity (k) for his message. Preventing useless information from being sent to the client – Limiting the spatial area and providing a time limit, after which the message becomes expired.

  17. y x The CliqueCloakApproach Definitions: Constraint Area: For a message m, a constraint area is a spatial-temporal area that contains the sending client’s location. A client sends his message along with a constraint area to prevent the database from sending the client useless information on locations outside the constraint area. m k=3

  18. y x The CliqueCloakApproach Definitions: Cloaking Box: A spatial and temporal area assigned to a transformed message. A valid cloaking box must comply to the following conditions: 1. The client that sent the message m is located in the cloaking box 2. The number of different clients inside the cloaking box must be at least m.k (the anonymity level of the message). 3. The cloaking box must be included inside the message’s constraint area. m4 k=3 m2 k=3 m1 k=2

  19. y x The CliqueCloakApproach Definitions: Approach: Constraint Graph: Each mobile node is a vertice in the graph, and 2 nodes are connected iff each of them is inside the other node’s constraint area. An l-clique in that graph such that l≥ mi.k for each i is mapped by the algorithm to a spatial cloaking box, where all messages in the clique will be transformed using the cloaking box, making each of the messages’ senders indistinguishable from one another. m3 k=2 m4 k=3 m2 k=3 m1 k=2

  20. The CliqueCloak Theorem Definitions: • A plain message (from client to server)m consists of: • m.uid= Unique identifier of the sender • m.rno = Message’s reference number • P(m) = Message’s spatial point (e.g. the client’s current location). • B(m) = Message’s spatial constraint area • m.t = Message’s temporal constraint (expiration time) • m.C = Message’s content • m.k = Message’s anonymity level

  21. The CliqueCloak Theorem Definitions: • A transformed message (from server to database)mT consists of: • m.uid , m.rno • Bcl(m) = Message’s spatial cloaking box • m.C

  22. The CliqueCloak Theorem Definitions: S = the set of original messages T = the set of anonymized messages

  23. The CliqueCloak Theorem Let: • M a subset of S (a set of messages from different clients) • Bcl(M) a spatial cloaking box • For each m in M: m.k ≤ |M| • For each m in M: mT = <m.uid,m.rno, Bcl(M), m.C> Then: For each m in M, m can be transformed into mT M forms an |M|-clique in G(S,E)

  24. The CliqueCloak Theorem Proof: • For each m and m’ in M: Bcl(M) is in mT and m’T. • → m and m’ are in the same cloaking box Bcl(M). • → P(m) is in the constraint area of m’ and vice versa (by definition of the constraint area). • → There is an edge (m,m’) in G(S,E). • → For every pair (m, m’), where m, m’ are in M, the edge (m,m’) is in G(S,E). • → M forms a clique in the size of M (|M|).

  25. The CliqueCloak Theorem Proof: We build Bcl(M) as the box with minimal size that contains the locations all |M| clients whose messages are in M. We show that Bcl(M) is a valid cloaking box for all messages in M: Condition 1: Bcl(M) includes the locations from all messages in M:→True, by definition of Bcl(M). Condition 2: For each P(m) in Bcl(M) m.k ≤ |M|:→ True, by definition of M.

  26. Proof: • Condition 3: Bcl(M) in included inside B(m) for each m in M: • For each m and for each n in M, there is an edge (m,n) in G(S,E) • → For a given m, P(m) is in B(n) for each n in M. • → P(m) is in ∩n in M B(n) (for every m) • → By definition and minimality of Bcl(M), Bcl(M) is in ∩n in M B(n). • → Bcl(M) is in B(n) for each n in M. • → For each m in M, Bcl(M) is within the constraint area of m □

  27. t y x The CliqueCloak Algorithm The Idea: • For each plain message, along with its constraints and anonymity level k, we try to find a k-clique in the constraint graph and convert the clique into a spatial cloaking box. • Each of the messages inside the cloaking box will be converted into transformed messages, replacing their location values with the cloaking box. • We try finding a cloaking box for a message until it is expired (exceeds its temporal constraints).

  28. The CliqueCloak Algorithm • Input: • S = set of plain messages • Output: • T = a set of transformed messages

  29. Building constraint graph G Finding a subset M of S s.t. m is in M, m.k = |M|, for each n in M n.k ≤ |M|, and M forms a clique in G. Building transformed messages from all messages in M The CliqueCloak Algorithm • while TRUE do • pick a message m from S. • N ← all messages in range B(m) • for each n in N do: • if P(m) is in B(n) then: add the edge (m,n) into G • M ← local_k_search(m.k, m, G) • if M ≠ Ø then • Bcl(M) ← The minimal area that contains M • for each n in M do • remove n from S • remove n from G • nT ← < n.uid, n.rno, Bcl(M), n.C > • output transformed message nT • remove expired messages from S

  30. Find a group U of neighbors to m in G s.t. their anonymity value doesn’t exceed k. Remove members of U with less than k-2 neighbors, that cannot provide us with a (k-1)-clique Look for a k-clique inside U. The CliqueCloak Algorithm • local_k_search(k, m, G) • U ← { n | (m,n) is an edge in G and n.k ≤ k } • if |U| < k-1 then • return Ø • l ← 0 • while l ≠ |U| do • l ← |U| • for each u in U do • if |{G neighbors of u in U}| < k-2 then U ← U \ {u} • find any subset M in U s.t. |M| = k-1 and M U {m} forms a clique • return M U {m}

  31. Alternative CliqueCloak Algorithms • NBR-k search • Deferred CliqueCloak

  32. For a given plain message m, we search for the maximal k value that belongs to m’s neighbor, where local-k_search gives us a valid subset M. No valid set M was found for k ≥ m. k Getting all k values of m’s neighbors No solution for groups with less than m.k members Looking for a valid k-clique that includes m Valid set M found with maximal k value NBR-k-Search • Nbr-k_search(m, G) • if there are < m.k-1 neighbors to m in G thenreturnØ • L ← {n.k | n = m or n is a neighbor of m} • for all distinct k in L in decreasing order do • if k < m.k thenreturn Ø • M ← local-k_search(k,m,G) • if M ≠ Ø thenreturn M • return Ø

  33. Client Server LBS Deffered ClickCloak In order to minimize clique searches for a plain message m, the search is delayed by the server until there are at least α*m.k (with α≥ 1) neighbors to m in the constraint graph, thus increasing the possibility that a matching cloaking box will be found. Server waits until there are α*m.k neighbors to m in the constraint graph before looking for a valid cloaking box After finding a valid cloaking box for transforming m, Server sends the transformed message to LBS. Client sends message m to server

  34. Q&A

More Related