Summary
This paper proposes a new matching method based on Hamiltonian mechanics. The proposed method, algorithmically, is essentially a second-order ODE in which the acceleration (i.e., the drift of the velocity channel) is approximated by deep neural networks. The method is well grounded on the theory of classical Hamiltonian mechanics and statistical physics. As a higher-order system, the proposed method naturally absorbs prior diffusion and flow methods as special cases. Experiments were conducted on a synthetic dataset (Gaussian mixtures) and image generation.
Strengths
- Presentation is overall clear and easy to follow. I like how the authors highlight important sentences for improving readability. Figs 1 & 2 are also instructive in showcasing the advantage of their method.
- Theoretical contributions are solid. I think many of their results in Sec 4 may as well be of interested for readers from other domains.
Weaknesses
- It's unfortunate that, from an algorithmic standpoint, the resulting algorithm---after all these nice theoretical results---remains somewhat similar to a few recently-proposed second-order methods, e.g., AGM (https://arxiv.org/pdf/2310.07805 ICLR'24 oral) or CLD (ref. [12]).
- The use of harmonic oscillator in Sec 7 is not very motivated in my opinion. There could be other alternatives that also fulfill C1 & C2 conditions. Practically speaking, sampling (x,v) in (23) from sin/cos doesn't seem to encourage straighter generative process.
- (minor) Typo in L236, I think you meant C2 not C1.
Overall, I have a mixed feeling on this paper --- on one side, I do enjoy, and acknowledge, their theoretical contributions, yet on another side, I feel like the resulting algorithm is rather weak.
Questions
- Can the authors comment on the differences compared to AGM? I think AGM also constructs simulation-free (xt, vt) samples then matches the drift of the velocity.
- Have the author ever tried to jointly train both $\theta$ and $\phi$, as mentioned in L179? I understand this may most likely be impractical but just curious from an exploratory standpoint.
- Could the authors elaborate more on L175 the "optimal" choice of T, and the first hypothesis in L184?
Limitations
Limitations were mentioned in Sec 10.