(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

a privacy-preserving mechanism for VANETs

What is it about?

his paper investigates how VANETs can overcome the strictly limited bandwidth and privacy issues. Firstly, an aggregation scheme is presented to minimize the required overall bandwidth. Subsequently, a privacy algorithm capable of ensuring user privacy in applications is proposed. This proposed mechanism can not only protect the private data of each individual against the adversaries with arbitrary auxiliary information, but also achieve the optimal accuracy of aggregates.

Why is it important?

The differentially private aggregation mechanism can protect the privacy of each individual’s data against the adversary even if there is any arbitrary auxiliary information, and achieve the optimal accuracy of aggregates.

Read more on Kudos…
The following have contributed to this page:
Zemin Gao
' ,"url"));