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

Weighted Spectral Distance(WESD) #13

Open
3 tasks
msrepo opened this issue May 6, 2023 · 0 comments
Open
3 tasks

Weighted Spectral Distance(WESD) #13

msrepo opened this issue May 6, 2023 · 0 comments
Assignees

Comments

@msrepo
Copy link
Collaborator

msrepo commented May 6, 2023

Description

WESD between two binary segmentations is pose-invariant. This could be useful as a metric for retrieval-based methods. Current Implementation of Image-Space metrics such as DSC, ASD, HD are pose-sensitive.

Literature

Anatomy-Aware Inference of the 3D Standing Spine Posture from 2D Radiographs
WESD - Weighted Spectral Distance for Measuring Shape Dissimilarity
Discriminative Segmentation-based Evaluation through Shape Dissimilarity
Martin Reuter et al.
Laplace-Beltrami spectra as "Shape-DNA" of surfaces and solids
Computer-Aided Design 38(4):342-366, 2006

Discrete Laplace-Beltrami Operators for Shape Analysis and Segmentation

Reference

laplace-beltrami operation implementation
[Numerical Methods for Partial Differential Equations, Ames,Chapter 2]
Arnoldi's Method for eigenvalues of sparse matrix

Tasks

Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.

  • Compute the Laplace-Beltrami spectrum using a linear finite element method
  • compute eigenvalues via Arnoldi's method
  • choose p,N for nWSD (N=200,p=2.0 for 3D was found to be good choice) and normalize WSD
@msrepo msrepo self-assigned this May 6, 2023
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