Improving the model generalization ability for cranial implant design

Cranial defects from brain tumor surgery or head trauma can come with different size, shape and position. Besides being able to generalize across various skulls (patients),  a deep learning model must also generalize well to various defect patterns, which is however a challenging task when it comes to high-resolution skulls (Downsampling the skulls to lower resolutions can mitigate the generalization problem [1] Appendix A & B, which is nonetheless not encouraged as downsampling can result in loss of image quality and subsequently coarse output). In order to improve the generalization ability on the original high-resolution data (512 x 512 xZ), there are primarily two ways proven to be effective: 

  1. To augment the dataset by creating various defect patterns for traininig [2].
  2. To use a shape prior of the complete skull [3], [4].

The rationale behind using data agumentation is straightforward - to create a similar distribution of the defects (shape, size, position) in the test set compared to the training set. Using shape prior to increase the model robustness bears more algorithmic elegance and is encouraged (not mandatory though. Participants could use other approaches as long as they work wellin this task.  Could a deep learning model trained (only) on skulls with similar defect patterns generalize to randomly shaped, sized and positioned defects in the test set with the help of a shapr prior?  


** Task 3 related inquiries:  autoimplant.challenge@gmail.com