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

Anisotropy #49

Open
kuberry opened this issue May 13, 2019 · 1 comment
Open

Anisotropy #49

kuberry opened this issue May 13, 2019 · 1 comment

Comments

@kuberry
Copy link
Collaborator

kuberry commented May 13, 2019

Deal with n-dimensional anisotropy:

  • Boolean as to whether to worry about anisotropy
  • Detect anisotropy in neighbor search results
    • Determine principal directions
    • Continue neighbor search, dealing with these principal direction (ensuring unisolvency)
  • Let weighting kernel depend on these principal directions
@kuberry
Copy link
Collaborator Author

kuberry commented Sep 15, 2020

Some thoughts on a solution for this:

  • start with normal search knn, or radius
  • from final point cloud, put together manifold problem only for the coarse approximation
  • from eigenvalues / eigenvectors to this solution, we get principal direction
  • what can be metrics for how these skew/ratio?
    • can provide max skew
    • can calculate this quantity for a number of existing point clouds to see what is reasonable
  • if eig ratios much large for one than another, come up with ratio in principal direction to recover
    some reasonable skew
  • assume that distribution outside of initial search has same type of distribution
  • do search for max ratio in L2 ball (so all possible neighbors are found)
  • for each point, calculate inverse skew * eig with each principal direction to get some altered distance
    so for distance, instead of mapping onto V subspace, map onto three directions
  • distance will increase for oversampled directions, decrease for undersampled
  • need to provide kernel and get all neighbors with non-zero weight

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