SCIInstitute / ShapeWorks

ShapeWorks
http://sciinstitute.github.io/ShapeWorks/
Other
103 stars 32 forks source link

Time Sequence Optimization #1701

Open jadie1 opened 2 years ago

jadie1 commented 2 years ago

Update ShapeWorks optimization so that it can run on 4D data (shapes over time). This will be similar in nature to how we added support for multiple domains.

jadie1 commented 2 years ago

Discussion recap

The first approach for this will be updating the ShapeWorks optimization cost function so that the shape-space entropy (first term) is broken into two parts:

  1. Entropy for a single time-point across subjects (within time-point entropy)
  2. Entropy for a single subject across time-points (within sequence entropy) The configuration-space entropy (second term) will also need to be updated so that instead of summing over just subjects, it sums over subjects and time points. image

In order to implement this we will need: