NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·2h ago
TL;DR
Asynchronous pipeline parallelism can lead to staleness, where outdated data is processed, reducing efficiency. The authors introduced a method called Basis Rotation to mitigate this issue by dynamically adjusting the data processing order.
✦ Why It Matters
Engineers can apply Basis Rotation to reduce staleness and improve the efficiency of their machine learning models.
Key Takeaways
How It Works
Basis rotation adjusts the coordinate system of the optimizer to align with the Hessian eigenbasis, which represents the curvature of the loss landscape. This alignment reduces oscillations in update trajectories caused by delayed gradients, ensuring that even outdated updates remain useful for current iterations.
Related