We would like to thank the reviewer once again for their suggestion and take this opportunity to address a few points.
## Invertible networks are currently not very used. This limits the direct applications of the algorithm.
Invertible networks are currently not widely used but they have been shown to be extendable to all major architectures without loss of accuracy. For example such as [1], [2], [3], and [4]. Each of these studies highlights that invertibility is an intrinsic property of the model that does not degrade performance. On the contrary, it enables reversibility through simple adaptations of the model, often resulting in improvements, computational savings, or enhanced interpretability.
## The experiments are only performed on RevNet models for image classification.
The experiments in our work are conducted solely on RevNet models. We understand the reviewers' concerns; this paper serves primarily as a proof of concept, demonstrating that PETRA represents a promising research direction. In Appendix B, we have included additional experiments analyzing gradient approximation quality, emphasizing the potential for this work to extend beyond its initial scope, which we discuss below.
## How is the approximated gradient influenced by the depth of the model?
We have proposed a detailed analysis of this in Appendix B. It demonstrates that, when comparing PETRA during training with standard backpropagation and delayed gradients (as used in [5]), PETRA produces consistent gradients. Notably, deeper layers exhibit gradients that are closer to the true end-to-end gradients, whereas delays introduce discrepancies. However, our experiments in Section 4 show that these discrepancies do not negatively impact training.
**References**
[1] - Kitaev, N., Kaiser, Ł., & Levskaya, A. (2020). Reformer: The efficient transformer. ICLR 2020.
[2] - Gomez, A. N., Ren, M., Urtasun, R., & Grosse, R. B. (2017). The reversible residual network: Backpropagation without storing activations. NeurIPS 2017.
[3] - Behrmann, J., Grathwohl, W., Chen, R. T., Duvenaud, D., & Jacobsen, J. H. (2019, May). Invertible residual networks. ICML 2019.
[4] - Jacobsen, J. H., Smeulders, A., & Oyallon, E. (2018). i-revnet: Deep invertible networks. ICLR 2018.
[5] Zhuang, H., Wang, Y., Liu, Q., Zhang, S., & Lin, Z. (2021). Fully Decoupled Neural Network Learning Using Delayed Gradients. IEEE transactions on neural networks and learning systems.