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.
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
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
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
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.
Implementation of surface subdivision schemes for triangular (Loop) and quadrilateral (Catmull-Clark) manifold meshes. Experimenting with SoA layouts and SIMD intrinsics.
Unidirectional Monte Carlo path tracer supporting textures, multiple importance sampling, BSDFS (Lambertian, specular, glass) and multi-threaded rendering.
Forward renderer supporting many lights through screen-space buckets, HDR pipeline with luminosity downsampling and tone mapping, shadows with PCF filtering.
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)
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.
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).
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.
The D3D11 games were built on top of a custom “engine”.
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.