Canjie-Luo / Text-Image-Augmentation

Geometric Augmentation for Text Image
MIT License
483 stars 89 forks source link

About the agent updating and initialization #13

Closed PkuDavidGuan closed 2 years ago

PkuDavidGuan commented 3 years ago

I have two questions about the nice paper "Learn to Augment: Joint Data Augmentation and Network Optimization for Text Recognition":

1.  In LIne 9 of the Algorithm 1, why the Agent network update towards -S'? I don't understand why -S' is a harder moving state.
2. As for the agent initialization, what is the initialization direction of the 2*(N+1) fiducial points?
Canjie-Luo commented 2 years ago
  1. Note that for the modified point, S == -S'. The S' decrease the difficulty, so we use S (-S') to update the agent. image
  2. The direction is randomly initialized.