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

Possible SDM training improvements #96

Open
patricksnape opened this issue Jun 3, 2016 · 0 comments
Open

Possible SDM training improvements #96

patricksnape opened this issue Jun 3, 2016 · 0 comments

Comments

@patricksnape
Copy link
Contributor

Having looked at other people's implementations of SDMs, we could try the following:

  • Customize the 'perturbation' generation allowing things other than bounding boxes. For example, dlib uses a linear combination of one or more shapes from the training set rather than just the ground truth.
  • Add more regressors. For example, CFSS uses an averaged linear regressor computed from a subset of the data.
  • Generate perturbations at each cascade. Rather than relying on the convergence properties of the algorithm, we would regenerate the perturbations from the current standard deviation of the errors at each cascade to ensure more varied learning for the regressor.
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

1 participant