Edoardo Alberto Dominici

email: edoaramis at gmail.com | Linkedin | Resume | Google Scholar | GitHub

I am a Rendering Research Engineer at Huawei in Zurich. More stuff to come, stay tuned (:

I have worked on production path tracers at Animal Logic in Sydney (Glimpse), and at Tangent Animation in Toronto (custom fork of Blender Cycles nicknamed Blackbird). I obtained a Master's from the University of British Columbia and am generally interested in efficient algorithms for image processing and synthesis.

During my MSc I worked on perception-driven vectorization algorithms under the supervision of dr. Alla Sheffer where I also had the amazing opportunity of having a voice in the new video game programming course. My BSc thesis was on WebGL image retargeting under the supervision of dr. Marco Tarini.


Work Experience

2023 July - Present
Rendering Research Engineer, Huawei Technologies
2021 November - July 2023
R&D Rendering - Software Engineer, Animal Logic
2021 January - 2021 October
Rendering Engineer, Tangent Animation

Publications

Real-time Neural Rendering of Dynamic Light Fields
Eurographics 2024, Computer Graphics Forum
Arno Coomans, Edoardo A. Dominici, Christian Döring, Joerg H. Mueller, Jozef Hladky, Markus Steinberger
paper

Focus Range: Production Ray Tracing of Depth of Field
SIGGRAPH ASIA 2023 Technical Communications
Edoardo A. Dominici, Emanuel Schrade, Basile Fraboni, Luke Emrose, Curtis Black
paper

PROVIDE: A Probabilistic Framework for Unsupervised Video Decomposition
Uncertainty in Artificial Intelligence 2021, PMLR 161:2019-2028, 2021.
Polina Zablotskaia, Edoardo A. Dominici, Leonid Sigal, Andreas Lehrmann
project

PolyFit: Perception-Aligned Vectorization of Raster Clip-Art via Intermediate Polygonal Fitting
SIGGRAPH 2020, ACM Transactions on Graphics 39(4), DOI: 10.1145/3386569.3392401
Edoardo A. Dominici, Nico Schertler, Jonathan Griffin, Shayan Hoshyari, Leonid Sigal, Alla Sheffer
project code

Perception-Driven Semi-Structured Boundary Vectorization
SIGGRAPH 2018, ACM Transactions on Graphics 37(4), DOI: 10.1145/3197517.3201312
Shayan Hoshyari, Edoardo A. Dominici, Alla Sheffer, Nathan Carr, Zhaowen Wang, Duygu Ceylan, I-Chao Shen
project demo

Education

2017-2020 - MSc University of British Columbia
Thesis: Perception-Aligned Vectorization of Raster Clip-Art
Teaching Assistant:

2014-2017 - BSc University of Pisa (Erasmus+ University of Stirling)
Thesis: Practical Image Retargeting

Code

PolyFit - C++14, Eigen

Vectorization research code designed for structured low-resolution clip-art. Works by first computing a perceptually optimal polygonal approximation through a shortest cycle formulation on the raster boundary. This approximation is used to guide the curve fitting and model the supervised primitive classification.

Github

Loop, Catmull-clark subdivision surfaces - C99, AVX-256

Implementation of surface subdivision schemes for triangular (Loop) and quadrilateral (Catmull-Clark) manifold meshes. Experimenting with SoA layouts and SIMD intrinsics.

Code

Monte Carlo path tracer - C99

Unidirectional Monte Carlo path tracer supporting textures, multiple importance sampling, BSDFS (Lambertian, specular, glass) and multi-threaded rendering.

Github

Real-time renderer

Forward renderer supporting many lights through screen-space buckets, HDR pipeline with luminosity downsampling and tone mapping, shadows with PCF filtering.

Github

Motion Graphs - Python, OpenGL

Implementation of Motion Graphs [Kovar et al '02]. Capable of loading a BVH motion sequence, correctly rendering it, identify similar motion segments and generate keyframes smoothly interpolating the two segment endpoints.
(The download is big as it includes part of the BVH CMU dataset)

Code

Interior-point solver for constrained quadratic programming - C++, Eigen

Finds the minimizer of a quadratic function subject to equality and inequality constraints: Newton's method is applied to the KKT conditions to obtain a search direction which is then refined through Mehrotra predictor-corrector logic. I apply it to the relatively simple retargeting problem used in my BSc thesis.

Code Course report

WebGL image retargeting - C++, Javascript, WebGL

Stores sparse and compact retargeting solutions as EXIF metadata in JPEG images. A client-side scripts extracts the metadata replacing the image with a WebGL canvas which interpolates the closest solutions to retarget the image to the desired resolution (inferred from its style).

Github

OpenGL template for video game programming course - C++, OpenGL, GLFW

Skeleton game for UBC's game programming course, used as a first building block for teams games'. You are a majestic salmon on a quest for delicious fish but need to dodge deadly turtles in an impetuous sea.

Code

Hackatons

I participated in coding events during high-school and my undergrad studies with various degrees of success:

The D3D11 games were built on top of a custom “engine”.

Older code

Some very old projects:

The achievement I am most proud of is this 2012 (simple) snake game which has received 3k+ downloads. Observe the aggressive marketing attempt, despite being probably a bad example on how to write a snake clone.

formatted by Markdeep 1.18