The generalized f-mean is a generalization of multiple estimators, and even generalizes the generalized mean.
For some invertible function $f$, and $k$-dimensional vector, it is given as:
$$M_f(\vec{x}) \triangleq f^{-1} \left( \frac{1}{n} \sum_{k=1}^{n} f(x_k) \right)$$
It would serve a similar purpose to define a (possibly more robust) generalized $f$-median.
$$\mathcal{M}_f(\vec{x}) \triangleq f^{-1} \left( \text{median} \left( f(x_k) \right) \right)$$
What are the tradeoffs of using the generalized $f$-median vs the generalized $f$-mean?