Currently, image distortion appears very choppy (especially apparent when compared against the naive approach).
Potential improvements:
- Retrain neural model multiple times over a larger range
- Increase model size (Maybe max limit to fit in GPU cache)
- Use an algorithm that optimizes hyperparameters on undistorted --> distorted --> undistorted image difference
- Use an iterative algorithm as baseline and optimize based on that
Currently, image distortion appears very choppy (especially apparent when compared against the naive approach).
Potential improvements: