Here is a connection between curvature and splines function.
Let us consider a set of $n$ points $(x_1,y_1), \ (x_2,y_2), \ \cdots (x_n,y_n)$ with $a=x_1<x_2<\cdots<x_n=b$. An interpolating function of these points is a function $f$ such that
$$\forall k, 1 \leq k \leq n, \ \ f(x_k)=y_k$$
Among all such interpolating functions $y=f(x)$, the cubic spline interpolation minimizes the integral :
$$\int_a^b (f''(t))^2 dt$$
(see for example (https://arxiv.org/pdf/1302.5248))
In fact, curvature, given by
$$K(t)=\dfrac{(f''(t))^2}{(1+f'(t)^2)^{3/2}}$$
is close to the integrand $(f''(t))^2$ if the variations of $f$ (measured by $f'(t)$) are not rapid.
See (https://www.math24.net/curvature-radius/).