masterarbeit/Readme.md
Nicole Dresselhaus 9cf8050324 Added Readme.md
An AI-Assistant i designed created this wonderful summary of my thesis!
2024-07-11 15:21:39 +00:00

2.0 KiB

Title: Evaluating Evolvability Criteria for Deformable Objects Using Free-Form Deformation

Short summary: This thesis investigates the predictive power of evolvability criteria—variability, regularity, and improvement potential—in optimizing deformable objects using free-form deformation (FFD). We replicate Richter et al.'s study on radial basis functions (RBF) with FFD to understand how well these criteria forecast the optimization quality. Our results indicate that variability and improvement potential are reliable predictors for 3D object fitting, while regularity's correlation is inconsistent across scenarios.

Methodology: We used evolutionary algorithms to optimize geometric objects represented through FFD grids. The study involved creating various control-grid resolutions and deformations in both one-dimensional (plane approximation) and three-dimensional (mesh fitting) settings. Evolvability criteria were calculated for each grid setup, correlating them with the convergence speed of the evolutionary algorithm and the quality of object fit.

Results:

  • Main takeaway: Variability is a strong predictor of optimization success in both 1D and 3D scenarios; improvement potential also shows significant correlation to fitting error across all grid resolutions.
  • Strengths: The study successfully replicates the findings for variability and improvement potential as robust indicators for deformable object quality, similar to Richter et al.'s results using RBF.
  • Weaknesses: Regularity's effectiveness as a predictor is inconsistent; it correlates well in some scenarios but not in others or shows anti-correlation with convergence speed.
  • Open questions: Further research is needed to refine the regularity criterion and explore direct FFD manipulations like DM-FFD for better optimization quality predictions.