Differentially Private Geodesic and Linear Regression
Aditya Kulkarni, Carlos Soto
TL;DR
The paper addresses privately releasing parameters of geodesic regression when responses lie on Riemannian manifolds. It extends the K-Norm Gradient mechanism to manifolds and derives per-parameter sensitivity bounds that depend on Jacobi fields and curvature, with global, curvature-bounded guarantees via Rauch comparison; the key bounds are $\Delta_p \le \frac{2\tau}{n}\|J_p(1)\|$ and an analogous bound for $\Delta_v$. Empirical validation on $S^2$ and a Euclidean specialization demonstrates controlled privacy-utility tradeoffs, including competitive MSE performance against private linear-regression baselines on real data. The work enables privacy-preserving inference for non-Euclidean data common in medical imaging and computer vision, while highlighting challenges in sampling from DP mechanisms on manifolds and suggesting directions for extending to other curved spaces like Kendall’s shape space.
Abstract
In statistical applications it has become increasingly common to encounter data structures that live on non-linear spaces such as manifolds. Classical linear regression, one of the most fundamental methodologies of statistical learning, captures the relationship between an independent variable and a response variable which both are assumed to live in Euclidean space. Thus, geodesic regression emerged as an extension where the response variable lives on a Riemannian manifold. The parameters of geodesic regression, as with linear regression, capture the relationship of sensitive data and hence one should consider the privacy protection practices of said parameters. We consider releasing Differentially Private (DP) parameters of geodesic regression via the K-Norm Gradient (KNG) mechanism for Riemannian manifolds. We derive theoretical bounds for the sensitivity of the parameters showing they are tied to their respective Jacobi fields and hence the curvature of the space. This corroborates recent findings of differential privacy for the Fréchet mean. We demonstrate the efficacy of our methodology on the sphere, $\mbS^2\subset\mbR^3$ and, since it is general to Riemannian manifolds, the manifold of Euclidean space which simplifies geodesic regression to a case of linear regression. Our methodology is general to any Riemannian manifold and thus it is suitable for data in domains such as medical imaging and computer vision.
