I have an invertible mapping $y=f(x,\theta)$ where $x,y\in\mathbb{R}^K$ with a scalar parameter $\theta\in\mathbb R$. Consider its inverse $x=g(y,\theta)$. I'm interested in the matrix $\partial^2g/\partial y'\partial\theta$. Is it possible to express it in terms of the derivatives of $f$?
For $K=1$, the answer (in the more general case of an implicit $f$) is given here but is there a generalization for $K>1$?
By definition, we have $$f(g(y,\theta),\theta) = y,$$ for all $\theta$. Then totally differentiating both sides w.r.t. $\theta$ yields $$0 = D_\theta f(g(y,\theta),\theta) + D_x f(g(y,\theta),\theta) D_\theta g(y,\theta) $$ Or rearranging, we have $$D_\theta g(y,\theta) = - D_x f(g(y,\theta),\theta)^{-1} D_\theta f(g(y,\theta),\theta) $$ You could then differentiate this whole mess w.r.t. $y$ and use various matrix derivative formulae (see for example) to get your answer, replacing any instances of $D_y g(y,\theta)$ with the usual formulae from implicit function theorem as needed.