pith. sign in

arxiv: 1906.09158 · v1 · pith:KTB2UVMJnew · submitted 2019-06-21 · 💻 cs.CG

n-VDD: Location Privacy Protection Based on Voronoi-Delaunay Duality

Pith reviewed 2026-05-25 18:24 UTC · model grok-4.3

classification 💻 cs.CG
keywords location privacyVoronoi-Delaunay dualityanonymity zoneLBSVoronoi cellgeometric frameworkDelaunay polygon
0
0 comments X

The pith

Irregular n-sided Voronoi cells hide exact user locations from LBS servers by defining anonymity zones as intersections of edge-bounded strips.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper establishes a geometric framework in which irregular Voronoi cells serve as concealing spaces that prevent recovery of a user's precise position when submitted to a location-based service. It defines the anonymity zone explicitly as the intersection of parallel strips perpendicular to and bounded by the n Voronoi edges of the cell. Multiple anonymizing models arise by adding controlled irregularity to regular Voronoi-Delaunay structures through shifts of the interior cell, exterior polygon, sector rays, or their combinations. All constructions rely on linear line-line intersections, keeping the work efficient. A sympathetic reader would care because the method supplies a concrete way to obscure location data while still allowing the server to perform spatial queries over a bounded region.

Core claim

The central claim is that the user location cannot be recovered if only given an irregular n-sided Voronoi cell around it, and the anonymity zone is the intersection of all the parallel strips perpendicular to and bounded by n Voronoi edges. The irregular Voronoi cell and its variations can be used as the concealing space to hide the user location or the region of interest and submitted to the LBS server. Within this framework, multiple typical anonymizing models are proposed by introducing irregularity to the convex regular VDD structure by shifting the interior Voronoi cell, exterior Delaunay polygon, sector rays, or their combinations. The proposed methods are efficient by takingadvantage

What carries the argument

The n-VDD framework, in which irregular Voronoi cells generated from Voronoi-Delaunay duality act as concealing spaces whose anonymity zones are intersections of parallel strips bounded by the cell edges.

If this is right

  • Multiple anonymizing models become available by shifting the interior Voronoi cell, exterior Delaunay polygon, sector rays, or combinations thereof.
  • Main computations reduce to linear line-line intersections, preserving efficiency across parameter settings.
  • Experiments with varied parameters confirm both the efficiency and the efficacy of the n-VDD constructions.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same cell-based concealment could be layered with existing cryptographic or query-perturbation techniques for additional protection.
  • The approach might extend directly to hiding regions of interest rather than single points in spatial database queries.
  • Performance in mobile settings would hinge on how quickly new irregular cells can be generated as the user moves.

Load-bearing premise

That an LBS server cannot recover the exact user location when supplied only with an irregular n-sided Voronoi cell around it.

What would settle it

An experiment in which an attacker, given only the boundaries of the submitted irregular Voronoi cell, reconstructs the true user location inside that cell with probability significantly above random guessing.

Figures

Figures reproduced from arXiv: 1906.09158 by Abdur B. Shahid, Aditya Shetty, Keyan Zolfaghari, Niki Pissinou, Sitharama S. Iyengar, Wei Zeng.

Figure 1
Figure 1. Figure 1: Voronoi-Delaunay duality and anonymity zone. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: VDD of convex regular polygons. The unique degenerated case is that if Pc is a convex regular polygon1 taking O as the centroid, then the Pv is regular with the same centroid, as shown in [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Illustration of the VDD model with only angle [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Simulation examples of the n-VDD models I and Iα before scaling by ROI radius. 0 1 −1 −0.5 0 0.5 1 1.5 5−VDD II −1 0 1 −1.5 −1 −0.5 0 0.5 1 1.5 2 7−VDD II −1 0 1 −1.5 −1 −0.5 0 0.5 1 1.5 9−VDD II −1 0 1 −1 −0.5 0 0.5 1 1.5 2 9−VDD IIα [PITH_FULL_IMAGE:figures/full_fig_p004_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Simulation examples of the n-VDD models II and IIα before scaling by ROI radius. −1 0 1 −1.5 −1 −0.5 0 0.5 1 1.5 5−VDD III 0 1 −1 −0.5 0 0.5 1 1.5 7−VDD III −1 0 1 −1.5 −1 −0.5 0 0.5 1 1.5 9−VDD III −1 0 1 −1.5 −1 −0.5 0 0.5 1 1.5 9−VDD IIIα [PITH_FULL_IMAGE:figures/full_fig_p004_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Simulation examples of the n-VDD models III and IIIα before scaling by ROI radius. doesn’t contain any other point, such triangle is called Delau￾nay triangle. The optimal time complexity for constructing Voronoi diagram and Delaunay triangulation is O(n log n), and the dual conversion between them costs O(n). 2) Local Structures: In our model, we require a proper exterior polygon such that the triangulati… view at source ↗
Figure 7
Figure 7. Figure 7: Illustration of the VDD model I after scaling based [PITH_FULL_IMAGE:figures/full_fig_p005_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Distributions of centroids of Voronoi polygons (see [PITH_FULL_IMAGE:figures/full_fig_p006_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: The percentage (%) of times the seed O falls in the circle of using the centroids of concealing space (red ‘+’) and anonymity zone (blue ‘+’) as the diameter (see top row). centroids and using the segment between them as the diameter, and detect whether the circle includes the user location O [PITH_FULL_IMAGE:figures/full_fig_p007_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Range for Voronoi edge shifting. As shown in [PITH_FULL_IMAGE:figures/full_fig_p007_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Distances of Voronoi edge shifted from O. C. Model II - Exterior Shifting Model II introduces irregularity to the exterior Delaunay polygon by shifting the regular Delaunay polygon vertices along their corresponding sector rays within a shifting feasible range, so that the resulted Voronoi polygon is irregular. Algorithm 2 gives the computation pipeline. We first gener￾ate an irregular Delaunay polygon ar… view at source ↗
Figure 13
Figure 13. Figure 13: Sector shifting examples for n = 4. D. Model III - Double Shifting Model III introduces the irregularity to both the exterior Delaunay polygon and interior Voronoi polygon. We first shift the exterior polygon to P0 c using Algorithm 1, then compute the VDD on P0 c to get the irregular Voronoi polygon P0 v , and finally update P0 v by shifting using Algorithm 2 [PITH_FULL_IMAGE:figures/full_fig_p008_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Concealing cost Ψ and privacy level Γ of VDD models in terms of different n and r. 4 6 8 10 0 5 10 15 20 Number of Vertices (n) [κ = .1] Concealing Cost Ψ n−VDD Iα n−VDD IIα n−VDD IIIα 4 6 8 10 0 2 4 6 8 10 Number of Vertices (n) [κ = .1] Privacy Level (Γ) n−VDD Iα n−VDD IIα n−VDD IIIα [PITH_FULL_IMAGE:figures/full_fig_p009_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Concealing cost Ψ and privacy level Γ of VDD models in terms of different n (r = 1.0, κ = 0.1). IV. PERFORMANCE EVALUATION In this section, we evaluate the proposed n-VDD models in terms of the main principles: privacy level Γ, concealing cost Ψ, and communication cost Ω. We demonstrate the efficiency and efficacy of the n-VDD models by experimental simulations and comparison. A. Experimental Setup We fir… view at source ↗
Figure 16
Figure 16. Figure 16: Concealing cost Ψ and privacy level Γ of VDD models in terms of different angle randomness range κ (r = 1.0, n = 7). in our method as follows: in our settings, we set the initial radius as r0 = 1.0. Then after generating the shifted Voronoi polygon Pv 0 , we adapt it to get the concealing space by a linear scaling with scalar λ (linear to the customized r) to cover the ROI. Therefore, we have the linear t… view at source ↗
Figure 17
Figure 17. Figure 17: Simulation examples of the n-CD model [24] for comparison (r = 1.0). −2 −1 0 1 2 −2 −1 0 1 2 5−VDD I −2 −1 0 1 2 −2 −1 0 1 2 7−VDD I −2 −1 0 1 2 −2 −1 0 1 2 9−VDD I [PITH_FULL_IMAGE:figures/full_fig_p011_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: Simulation examples of the n-VDD model I after scaling (r = 1.0). 4 6 8 10 4 6 8 10 12 14 16 Number of Vertices (n) Concealing Cost Ψ ( ×10 6 ) n−CD n−VDD I n−VDD II n−VDD III 4 6 8 10 0 2 4 6 8 10 Number of Vertices (n) Privacy Level Γ ( ×10 6 ) n−CD n−VDD I n−VDD II n−VDD III 4 6 8 10 0 10 20 30 40 50 60 70 Number of Vertices (n) Ψ / Γ n−CD n−VDD I n−VDD II n−VDD III (a) Concealing cost Ψ (b) Privacy le… view at source ↗
Figure 19
Figure 19. Figure 19: Comparison between the n-VDD models and n-CD model in terms of n (r = 103 ). (or the seed) but can give the anonymity zone, which is the intersection of all the parallel strips perpendicular to and bounded by Voronoi edges. We introduce the irregularity to the Voronoi cell using three terms for random shifting and their combinations: (1) interior shifting - starting from a regular polygon and shifting the… view at source ↗
read the original abstract

To date, location privacy protection is a critical issue in Location-Based Services (LBS). In this work, we propose a novel geometric framework based on the classical discrete geometric structure, the Voronoi-Delaunay duality (VDD). We utilize the fact that the user location cannot be recovered if only given an irregular $n$-sided Voronoi cell around it, and the anonymity zone is the intersection of all the parallel strips perpendicular to and bounded by $n$ Voronoi edges. The irregular Voronoi cell and its variations can be used as the concealing space to hide the user location or the region of interest and submitted to the LBS server. Within this framework, we propose multiple typical anonymizing models by introducing irregularity to the convex regular VDD structure by shifting the interior Voronoi cell, exterior Delaunay polygon, sector rays, or their combinations. The proposed methods are efficient by taking advantage of the VDD principle where main computations are linear line-line intersections. Experiments with various parameters demonstrate the efficiency and efficacy of the proposed $n$-VDD framework.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript proposes the n-VDD framework for location privacy in LBS, asserting that an irregular n-sided Voronoi cell conceals the exact user location because the anonymity zone equals the intersection of n parallel strips perpendicular to and bounded by the Voronoi edges. Irregularity is introduced via shifts to the interior Voronoi cell, exterior Delaunay polygon, sector rays, or combinations; the resulting concealing spaces are submitted to the LBS server. Efficiency is claimed from the VDD property that main operations reduce to linear line-line intersections, with experiments asserted to demonstrate both efficiency and efficacy.

Significance. If the geometric privacy argument holds, the work supplies a concrete, duality-based method for constructing cloaking regions whose generation cost is linear in the number of edges. The reduction of cloaking to line-line intersections is a genuine computational advantage over more general convex-hull or optimization approaches and could be useful in resource-constrained LBS settings.

major comments (2)
  1. [Abstract and §3] Abstract and §3 (model description): the central privacy claim—that the exact location is unrecoverable once only the irregular cell is revealed—rests on the geometric definition of the anonymity zone but supplies no adversary model, no statement of what auxiliary information the server is assumed to possess, and no reduction showing that any point inside the intersection is equally likely. This is load-bearing for the privacy guarantee.
  2. [§4] §4 (experimental evaluation): the text asserts that “experiments with various parameters demonstrate the efficiency and efficacy,” yet no tables, no reported running times, no comparison baselines, and no privacy metric (e.g., area of anonymity zone, success rate of reconstruction attacks) are referenced. Without these data the efficiency claim cannot be verified.
minor comments (2)
  1. Notation for the parallel strips and the intersection operator is introduced only informally; a short formal definition (e.g., as a set intersection) would improve readability.
  2. The abstract and introduction cite the Voronoi-Delaunay duality but do not reference the classical computational-geometry literature on its use for nearest-neighbor or convex-hull queries; adding one or two standard citations would situate the contribution.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback. The comments highlight important aspects of the privacy argument and experimental presentation that merit clarification and expansion. We respond to each major comment below.

read point-by-point responses
  1. Referee: [Abstract and §3] Abstract and §3 (model description): the central privacy claim—that the exact location is unrecoverable once only the irregular cell is revealed—rests on the geometric definition of the anonymity zone but supplies no adversary model, no statement of what auxiliary information the server is assumed to possess, and no reduction showing that any point inside the intersection is equally likely. This is load-bearing for the privacy guarantee.

    Authors: We agree that an explicit adversary model strengthens the privacy section. In the revision we will add to §3 a formal adversary definition (server receives only the irregular n-VDD cell and no side information on location distribution or user identity) together with a geometric reduction: because the revealed cell is the unique Voronoi cell consistent with any point inside the intersection of the n parallel strips (by VDD duality), every such point is equally plausible. This directly supports the claim that the exact location is unrecoverable. revision: yes

  2. Referee: [§4] §4 (experimental evaluation): the text asserts that “experiments with various parameters demonstrate the efficiency and efficacy,” yet no tables, no reported running times, no comparison baselines, and no privacy metric (e.g., area of anonymity zone, success rate of reconstruction attacks) are referenced. Without these data the efficiency claim cannot be verified.

    Authors: The referee correctly notes that the submitted manuscript omitted the supporting experimental data. We will revise §4 to include tables of running times (confirming linear scaling with n), baseline comparisons against grid-based and convex-hull cloaking, and quantitative metrics (anonymity-zone area and simulated reconstruction-attack success rates). These additions will substantiate both the efficiency (via line-line intersections) and efficacy claims. revision: yes

Circularity Check

0 steps flagged

No significant circularity detected

full rationale

The paper's proposal rests on the classical geometric property that an irregular n-sided Voronoi cell conceals the exact location via the intersection of parallel strips bounded by its edges. This follows directly from the definition of Voronoi cells and Delaunay duality as standard discrete geometry, without any equations, fitted parameters, or self-citations that reduce the result to its own inputs by construction. The VDD is invoked only to enable efficient computation via line-line intersections, and the anonymity models are obtained by standard variations (shifting cells, polygons, or rays). The derivation chain is self-contained against external benchmarks and introduces no load-bearing self-referential steps.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

The framework relies on standard geometric properties of Voronoi-Delaunay duality without introducing new entities or fitted parameters in the abstract; no free parameters, axioms beyond classical geometry, or invented entities are described.

axioms (1)
  • standard math Voronoi-Delaunay duality holds for the discrete geometric structure used to define cells and edges.
    Invoked as the basis for the entire framework in the abstract.

pith-pipeline@v0.9.0 · 5746 in / 1185 out tokens · 21186 ms · 2026-05-25T18:24:25.890430+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

41 extracted references · 41 canonical work pages

  1. [1]

    Aggarwal and Philip S

    Charu C. Aggarwal and Philip S. Yu. A general survey of privacy- preserving data mining models and algorithms . Springer, 2008. 12

  2. [2]

    C. A. Ardagna, M. Cremonini, E. Damiani, S. De Capitani di Vimercati, and P. Samarati. Location privacy protection through obfuscation-based techniques. In Proceedings of the 21st Annual IFIP WG 11.3 Working Conference on Data and Applications Security , pages 47–60, Berlin, Heidelberg, 2007. Springer-Verlag

  3. [3]

    An obfuscation-based approach for protecting location privacy

    Claudio A Ardagna, Marco Cremonini, Sabrina De Capitani di Vimer- cati, and Pierangela Samarati. An obfuscation-based approach for protecting location privacy. Dependable and Secure Computing, IEEE Transactions on, 8(1):13–27, 2011

  4. [4]

    Supporting anonymous location queries in mobile environments with privacygrid

    Bhuvan Bamba, Ling Liu, Peter Pesti, and Ting Wang. Supporting anonymous location queries in mobile environments with privacygrid. In Proceedings of the 17th International Conference on World Wide Web , WWW ’08, pages 237–246, New York, NY , USA, 2008. ACM

  5. [5]

    Supporting anonymous location queries in mobile environments with privacygrid

    Bhuvan Bamba, Ling Liu, Peter Pesti, and Ting Wang. Supporting anonymous location queries in mobile environments with privacygrid. In Proceedings of the 17th international conference on World Wide Web, pages 237–246. ACM, 2008

  6. [6]

    Challenges of location-based services market analysis: Current market description

    Anahid Basiri, Terry Moore, Chris Hill, and Paul Bhatia. Challenges of location-based services market analysis: Current market description. In Georg Gartner and Haosheng Huang, editors, Progress in Location- Based Services 2014, Lecture Notes in Geoinformation and Cartography, pages 273–282. Springer International Publishing, 2015

  7. [7]

    A peer-to-peer spatial cloaking algorithm for anonymous location-based service

    Chi-Yin Chow, Mohamed F Mokbel, and Xuan Liu. A peer-to-peer spatial cloaking algorithm for anonymous location-based service. In Proceedings of the 14th annual ACM international symposium on Advances in geographic information systems , pages 171–178. ACM, 2006

  8. [8]

    Computational Geometry: Algorithms and Applications

    Mark de Berg, Otfried Cheong, Marc van Kreveld, and Mark Overmars. Computational Geometry: Algorithms and Applications . Springer- Verlag, 2008

  9. [9]

    A formal model of obfuscation and ne- gotiation for location privacy

    Matt Duckham and Lars Kulik. A formal model of obfuscation and ne- gotiation for location privacy. In Proceedings of the Third International Conference on Pervasive Computing , PERV ASIVE’05, pages 152–170, Berlin, Heidelberg, 2005. Springer-Verlag

  10. [10]

    Protecting privacy using k- anonymity

    Khaled El Emam and Fida Kamal Dankar. Protecting privacy using k- anonymity. Journal of the American Medical Informatics Association , 15(5):627–637, 2008

  11. [11]

    Privacy- preserving data publishing: A survey of recent developments

    Benjamin Fung, Ke Wang, Rui Chen, and Philip S Yu. Privacy- preserving data publishing: A survey of recent developments. ACM Computing Surveys (CSUR) , 42(4):14, 2010

  12. [12]

    A customizable k-anonymity model for protecting location privacy

    Bugra Gedik and Ling Liu. A customizable k-anonymity model for protecting location privacy. 2004

  13. [13]

    Location privacy in mobile systems: A personalized anonymization model

    Bu ˘gra Gedik and Ling Liu. Location privacy in mobile systems: A personalized anonymization model. In Distributed Computing Systems,

  14. [14]

    Proceedings

    ICDCS 2005. Proceedings. 25th IEEE International Conference on, pages 620–629. IEEE, 2005

  15. [15]

    Protecting location privacy with personalized k-anonymity: Architecture and algorithms

    Bu ˘gra Gedik and Ling Liu. Protecting location privacy with personalized k-anonymity: Architecture and algorithms. IEEE Transactions on Mobile Computing, 7(1):1–18, January 2008

  16. [16]

    Protecting privacy in location-based services using k-anonymity without cloaked region

    Zhenqiang Gong, Guang-Zhong Sun, and Xing Xie. Protecting privacy in location-based services using k-anonymity without cloaked region. In Mobile Data Management (MDM), 2010 Eleventh International Conference on, pages 366–371. IEEE, 2010

  17. [17]

    Anonymous usage of location- based services through spatial and temporal cloaking

    Marco Gruteser and Dirk Grunwald. Anonymous usage of location- based services through spatial and temporal cloaking. In Proceedings of the 1st International Conference on Mobile Systems, Applications and Services, MobiSys ’03, pages 31–42, New York, NY , USA, 2003. ACM

  18. [18]

    Pseudonym-based anonymity zone generation for mobile service with strong adversary model

    Mingming Guo, Niki Pissinou, and SS Iyengar. Pseudonym-based anonymity zone generation for mobile service with strong adversary model. In Consumer Communications and Networking Conference (CCNC), 2015 12th Annual IEEE , pages 335–340. IEEE, 2015

  19. [19]

    Andreas Gutscher. Coordinate transformation - a solution for the privacy problem of location based services? In Proceedings of the 20th Inter- national Conference on Parallel and Distributed Processing , IPDPS’06, pages 354–354, Washington, DC, USA, 2006. IEEE Computer Society

  20. [20]

    Preventing location-based identity inference in anonymous spatial queries

    Panos Kalnis, Gabriel Ghinita, Kyriakos Mouratidis, and Dimitris Papa- dias. Preventing location-based identity inference in anonymous spatial queries. Knowledge and Data Engineering, IEEE Transactions on , 19(12):1719–1733, 2007

  21. [21]

    User location anonymization method for wide distribution of dummies

    Ryo Kato, Mayu Iwata, Takahiro Hara, Yuki Arase, Xing Xie, and Sho- jiro Nishio. User location anonymization method for wide distribution of dummies. In Database and Expert Systems Applications , pages 259–

  22. [22]

    A dummy-based anonymization method based on user trajectory with pauses

    Ryo Kato, Mayu Iwata, Takahiro Hara, Akiyoshi Suzuki, Xing Xie, Yuki Arase, and Shojiro Nishio. A dummy-based anonymization method based on user trajectory with pauses. In Proceedings of the 20th International Conference on Advances in Geographic Information Systems, pages 249–258. ACM, 2012

  23. [23]

    An anonymous communication technique using dummies for location-based services

    Hidetoshi Kido, Yutaka Yanagisawa, and Tetsuji Satoh. An anonymous communication technique using dummies for location-based services. In Pervasive Services, 2005. ICPS’05. Proceedings. International Confer- ence on, pages 88–97. IEEE, 2005

  24. [24]

    Mondrian multidimensional k-anonymity

    Kristen LeFevre, David J DeWitt, and Raghu Ramakrishnan. Mondrian multidimensional k-anonymity. In Data Engineering, 2006. ICDE’06. Proceedings of the 22nd International Conference on , pages 25–25. IEEE, 2006

  25. [25]

    Salinas, A

    Ming Li, S. Salinas, A. Thapa, and Pan Li. n-cd: A geometric approach to preserving location privacy in location-based services. In INFOCOM, 2013 Proceedings IEEE , pages 3012–3020, April 2013

  26. [26]

    Venkatasubramanian

    Ninghui Li, Tiancheng Li, and S. Venkatasubramanian. t-closeness: Privacy beyond k-anonymity and l-diversity. In Data Engineering, 2007. ICDE 2007. IEEE 23rd International Conference on , pages 106–115, April 2007

  27. [27]

    t-closeness: Privacy beyond k-anonymity and l-diversity

    Ninghui Li, Tiancheng Li, and Suresh Venkatasubramanian. t-closeness: Privacy beyond k-anonymity and l-diversity. In Data Engineering, 2007. ICDE 2007. IEEE 23rd International Conference on , pages 106–115. IEEE, 2007

  28. [28]

    Jensen, and Man Lung Yiu

    Hua Lu, Christian S. Jensen, and Man Lung Yiu. Pad: Privacy-area aware, dummy-based location privacy in mobile services. InProceedings of the Seventh ACM International Workshop on Data Engineering for Wireless and Mobile Access, MobiDE ’08, pages 16–23, New York, NY , USA, 2008. ACM

  29. [29]

    l-diversity: Privacy beyond k- anonymity

    Ashwin Machanavajjhala, Daniel Kifer, Johannes Gehrke, and Muthu- ramakrishnan Venkitasubramaniam. l-diversity: Privacy beyond k- anonymity. ACM Transactions on Knowledge Discovery from Data (TKDD), 1(1):3, 2007

  30. [30]

    Mascetti, C

    S. Mascetti, C. Bettini, X.S. Wang, D. Freni, and S. Jajodia. Providen- thider: An algorithm to preserve historical k-anonymity in lbs. In Mobile Data Management: Systems, Services and Middleware, 2009. MDM ’09. Tenth International Conference on , pages 172–181, May 2009

  31. [31]

    The new casper: query processing for location services without compromising privacy

    Mohamed F Mokbel, Chi-Yin Chow, and Walid G Aref. The new casper: query processing for location services without compromising privacy. In Proceedings of the 32nd international conference on Very large data bases, pages 763–774. VLDB Endowment, 2006

  32. [32]

    Micro- aggregation-based heuristics for p-sensitive k-anonymity: One step be- yond

    Agusti Solanas, Francesc Seb ´e, and Josep Domingo-Ferrer. Micro- aggregation-based heuristics for p-sensitive k-anonymity: One step be- yond. In Proceedings of the 2008 International Workshop on Privacy and Anonymity in Information Society , PAIS ’08, pages 61–69, New York, NY , USA, 2008. ACM

  33. [33]

    A user location anonymization method for location based services in a real environment

    Akiyoshi Suzuki, Mayu Iwata, Yuki Arase, Takahiro Hara, Xing Xie, and Shojiro Nishio. A user location anonymization method for location based services in a real environment. In Proceedings of the 18th SIGSPATIAL International Conference on Advances in Geographic Information Systems , GIS ’10, pages 398–401, New York, NY , USA,

  34. [34]

    Achieving k-anonymity privacy protection using generalization and suppression

    Latanya Sweeney. Achieving k-anonymity privacy protection using generalization and suppression. International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems , 10(05):571–588, 2002

  35. [35]

    Preventing multi-query attack in location-based services

    Nilothpal Talukder and Sheikh Iqbal Ahamed. Preventing multi-query attack in location-based services. In Proceedings of the Third ACM Conference on Wireless Network Security, WiSec ’10, pages 25–36, New York, NY , USA, 2010. ACM

  36. [36]

    Binomial-mix- based location anonymizer system with global dummy generation to preserve user location privacy in location-based services

    Minh-Triet Tran, Isao Echizen, and Anh-Duc Duong. Binomial-mix- based location anonymizer system with global dummy generation to preserve user location privacy in location-based services. In Availability, Reliability, and Security, 2010. ARES’10 International Conference on , pages 580–585. IEEE, 2010

  37. [37]

    A classification of location privacy attacks and approaches

    Marius Wernke, Pavel Skvortsov, Frank D ¨urr, and Kurt Rothermel. A classification of location privacy attacks and approaches. Personal Ubiquitous Comput., 18(1):163–175, January 2014

  38. [38]

    Personalized privacy preservation

    Xiaokui Xiao and Yufei Tao. Personalized privacy preservation. In Proceedings of the 2006 ACM SIGMOD international conference on Management of data , pages 229–240. ACM, 2006

  39. [39]

    Linear function based transformation scheme for preserving database privacy in cloud computing

    Min Yoon, Hyeong-Il Kim, Miyoung Jang, and Jae-Woo Chang. Linear function based transformation scheme for preserving database privacy in cloud computing. In Parallel and Distributed Systems (ICPADS), 2013 International Conference on , pages 498–503, Dec 2013

  40. [40]

    Cloaking locations for anonymous location based services: a hybrid approach

    Chengyang Zhang and Yan Huang. Cloaking locations for anonymous location based services: a hybrid approach. GeoInformatica, 13(2):159– 182, 2009

  41. [41]

    Real: A reciprocal protocol for location privacy in wireless sensor networks

    Jia-Dong Zhang and Chi-Yin Chow. Real: A reciprocal protocol for location privacy in wireless sensor networks. Dependable and Secure Computing, IEEE Transactions on , 12(4):458–471, 2015