Thank you for your review.
# Novelty
Michael Black’s reviewer guidelines [1] eloquently argue that "the simplicity of an idea is often confused with a lack of novelty when exactly the opposite is often true. Such reviews lead researchers to make an idea appear more complex so that reviewers will find it of higher value."
Indeed, our novelty comes from the fact that our simple and post-hoc obvious pipeline produces state-of-the-art results. To quote q16v: "This distillation idea is very simple, but previous work on point-cloud-based scene flow methods hasn't tried the idea yet. The paper demonstrates that this simple idea is working and demonstrates that it's scalable by using large-scale diverse unlabeled data." This result also produces "valuable insights to the autonomous vehicle industry" (pGhB).
# Performance of our system is the result of its components
Our performance cannot be strictly attributed to the components plugged into our *Scene Flow via Distillation* framework — we benchmark ZeroFlow and outperform both NSPF and FastFlow3D.
But, broadly, we agree that we benefit from high quality components! Indeed, a feature of our *Scene Flow via Distillation* pipeline is, given a better test-time optimization method, a better supervised scene flow network architecture, or more unlabeled data, it can leverage these component improvements to produce an even better final method *for free*.
# More analysis of of the combined strengths of optimization-based and feed-forward methods
We refer the reviewer to Section 3.1, which analyzes the combined strengths of optimization-based and feed forward methods. Optimization methods produce high quality flow, but have high computational cost, whereas feed-forward methods are fast but limited by the scale of their supervised labels. Combining these two techniques gives us a formula for scaling that allows our combined method to exceed the performance of its components and achieve state-of-the-art results. We would gladly appreciate suggestions for further analysis.
# Waymo Open (Table 2) results not competitive
ZeroFlow provides a label-free, scalable training pipeline. We expect that, relative to human supervision *on the same data*, ZeroFlow's pseudolabeling approach will perform worse.
This is reflected in ZeroFlow's performance on Argoverse 2 (Table 1); ZeroFlow 1x performs worse than its supervised counterpart, FastFlow3D. However, when scaling up training to include the unannotated Argoverse 2 LiDAR dataset, ZeroFlow exhibits meaningfully superior performance compared to the human supervised counterpart (ZeroFlow 3X vs FastFlow3D).
This same pattern is also reflected in Table 2 for Waymo Open. Waymo Open does not provide any additional unlabeled data beyond their annotated dataset, preventing us from scaling up ZeroFlow further; however, our performance results on the data we do have are actually quite positive. Supervised FastFlow3D has a very similar Threeway EPE on both datasets, while ZeroFlow 1x on Waymo Open is actually closer in performance to FastFlow3D than on AV2 where we successfully demonstrated that more raw data produces state-of-the-art performance.
# This is a technical report not a research paper; mostly engineering
Our paper provides non-trivial, fundamental insights: our straight-forward pipeline shows that simply training a supervised model with imperfect pseudo-labels can *exceed* the performance of perfect human labels given sufficient unlabeled data. We think this is itself surprising, but we also think it has significant implications for the problem of scene flow estimation in general: *point cloud quantity and diversity is more important than perfect flow label quality for training feedforward scene flow estimators*. We translate this into an empirical scaling law that describes the log-log relationship between dataset size and final Threeway EPE performance.
We also present a novel scene flow estimation analysis technique. To our knowledge, the residual plots in Section 4.4 are the first attempt at visualizing the residual *distribution* of scene flow estimators. We think these plots provide useful insights to practitioners and researchers. For example, open world object extraction [2] must be able to threshold and cluster motion vectors together to extract the entire object. Understanding the *distribution of flow vectors* is essential for identifying extraction heuristics. .
Furthermore, we provide extensive scientific inquiries on the impact of not only method component choices (e.g. Teacher quality — Section 4.5), but of the data itself (e.g. Dataset diversity — Section 4.3). These inquiries provide important insights to practitioners and researchers on what are fruitful directions to explore.
[1] Michael Black. Novelty in science: A guide to reviewers.
[2] Najibi et al. Motion Inspired Unsupervised Perception and Prediction in Autonomous Driving. European Conference on Computer Vision. ECCV 2022.