We thank the Reviewer for sharing their thoughts.
The area of *fair representation learning* is indeed a line of work that was not acknowledged in our Related Work section. Note that we *do* compare against this class of methods by having an adversarial method (Adel et al. 2019) as a baseline, which also tries to find fair representations in a hidden layer. However, a broader overview of fair representation learning was indeed warranted, and so we added additional references in our Related Work.
Yet, this line of research does not refute our claim that “current tools for machine learning fairness (1) only admit a limited range of fairness definitions and (2) have seen little integration with automatic differentiation libraries”. Though methods for fair representation learning typically use automatic differentiation (2), they cannot directly pursue a wide range of fairness definitions (1). For example, both your provided references (Oneto et al. 2020; Franco et al. 2022) only address the fairness notion of demographic parity. The reason is clear: fair representation learning focuses on the distribution of dense, internal representations. However, fairness definitions are typically model-agnostic and only consider the output of the model. It is these latter definitions that we generally pursue with differentiable regularizers in our framework, which is also model-agnostic (requiring only that the model is a differentiable, probabilistic classifier).
Moreover, the claim “current tools for machine learning fairness have seen little integration with automatic differentiation libraries” clearly holds for most fairness toolkits, such as Fairlearn and AIF360. These require models to follow the interface of `scikit-learn` Estimators. Instead, fairrets are modular objectives that can be plugged into a training step. We show an example of this in the revised Appendix E.
Besides the questioning of this single claim regarding the state-of-the-art, the Reviewer did not provide further arguments to support their low rating.
**References**
Adel, T., Valera, I., Ghahramani, Z., & Weller, A. (2019, July). One-network adversarial fairness. In Proceedings of the AAAI Conference on Artificial Intelligence (Vol. 33, No. 01, pp. 2412-2420).
Oneto, L., Donini, M., Luise, G., Ciliberto, C., Maurer, A., & Pontil, M. (2020). Exploiting mmd and sinkhorn divergences for fair and transferable representation learning. Advances in Neural Information Processing Systems, 33, 15360-15370.
Franco, D., Navarin, N., Donini, M., Anguita, D., & Oneto, L. (2022). Deep fair models for complex data: Graphs labeling and explainable face recognition. Neurocomputing, 470, 318-334.