Research Assistant | M.Sc. Computer Science
MAR 6.040
Differentiable Voxelization of Surface Representations (2026)
ACM SIGGRAPH 2026 Conference Proceedings
@inproceedings{djuren:2026:diffvoxel,
author = {Kohlbrenner, Maximilian and Alexa, Marc},
title = {Differentiable Voxelization of Surface Representations},
year = {2026},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {SIGGRAPH Conference Papers '26}
}
Hierarchical Optimization of the As-Rigid-As-Possible Energy (2026)
Computer Graphics Forum (Proceedings of Eurographics 2026)
@article{MEYER:2026:HOARAP,
author = {Meyer, Hendrik and Bickel, Bernd and Alexa, Marc},
title = {Hierarchical Optimization of the As-Rigid-As-Possible Energy},
journal = {Computer Graphics Forum},
volume = {n/a},
number = {n/a},
pages = {e70404},
doi = {https://doi.org/10.1111/cgf.70404},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/cgf.70404},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/cgf.70404},
abstract = {Abstract The As-Rigid-As-Possible (ARAP) energy [SA07] has become a versatile ingredient in various geometry processing and machine learning methods. The classic method for its minimization is a block coordinate descent, alternating between local rotation estimation and a global linear solve, which converges slowly for large problem instances. We develop and evaluate a multi-level scheme targeted specifically at the optimization of the ARAP energy on large meshes. The main points of our approach are (1) a mesh hierarchy that provides the necessary control over topology while being fast, (2) methods for upsampling the rotations from coarser to finer levels of the hierarchy, and (3) using direct solvers for the linear system. The resulting optimization, remarkably, yields smaller energy while typically being faster on a large number of test cases. The hierarchical approach generalizes to related energies and compares favorably to acceleration schemes such as ADMM, which, in turn, also profit from the hierarchical approach.}
}