Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the agent updating and initialization #13

Closed
PkuDavidGuan opened this issue Apr 22, 2021 · 1 comment
Closed

About the agent updating and initialization #13

PkuDavidGuan opened this issue Apr 22, 2021 · 1 comment

Comments

@PkuDavidGuan
Copy link

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
Copy link
Owner

Canjie-Luo commented Mar 4, 2022

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants