Skip to main content

Showing 1–10 of 10 results for author: Jakob, W

.
  1. arXiv:2405.08733  [pdf, other

    cs.GR cs.CV

    A Simple Approach to Differentiable Rendering of SDFs

    Authors: Zichen Wang, Xi Deng, Ziyi Zhang, Wenzel Jakob, Steve Marschner

    Abstract: We present a simple algorithm for differentiable rendering of surfaces represented by Signed Distance Fields (SDF), which makes it easy to integrate rendering into gradient-based optimization pipelines. To tackle visibility-related derivatives that make rendering non-differentiable, existing physically based differentiable rendering methods often rely on elaborate guiding data structures or repara… ▽ More

    Submitted 7 June, 2024; v1 submitted 14 May, 2024; originally announced May 2024.

  2. arXiv:2208.02114  [pdf, other

    cs.GR math.AP

    Solving Inverse PDE Problems using Grid-Free Monte Carlo Estimators

    Authors: Ekrem Fatih Yılmazer, Delio Vicini, Wenzel Jakob

    Abstract: Modeling physical phenomena like heat transport and diffusion is crucially dependent on the numerical solution of partial differential equations (PDEs). A PDE solver finds the solution given coefficients and a boundary condition, whereas an inverse PDE solver goes the opposite way and reconstructs these inputs from an existing solution. In this article, we investigate techniques for solving invers… ▽ More

    Submitted 3 August, 2022; originally announced August 2022.

    Comments: 9 pages (2 pages references and appendix), 9 figures

    MSC Class: 68U05

  3. Pareto Optimization or Cascaded Weighted Sum: A Comparison of Concepts

    Authors: Wilfried Jakob, Christian Blume

    Abstract: According to the published papers and books since the turn of the century, Pareto optimization is the dominating assessment method for multi-objective nonlinear optimization problems treated by population-based optimizers like Evolutionary Algorithms. However, is it always the method of choice for real-world applications, where either more than four objectives have to be considered, or the same ty… ▽ More

    Submitted 5 March, 2022; originally announced March 2022.

    Comments: 20 pages, 10 figures

    Journal ref: Algorithms 2014, 7, 166-185

  4. Dr.Jit: A Just-In-Time Compiler for Differentiable Rendering

    Authors: Wenzel Jakob, Sébastien Speierer, Nicolas Roussel, Delio Vicini

    Abstract: Dr.Jit is a new just-in-time compiler for physically based rendering and its derivative. Dr.Jit expedites research on these topics in two ways: first, it traces high-level simulation code (e.g., written in Python) and aggressively simplifies and specializes the resulting program representation, producing data-parallel kernels with state-of-the-art performance on CPUs and GPUs. Second, it simplif… ▽ More

    Submitted 28 April, 2022; v1 submitted 2 February, 2022; originally announced February 2022.

    Comments: To appear at SIGGRAPH 2022

    Journal ref: ACM Transactions on Graphics (Proceedings of SIGGRAPH 2022)

  5. Applying Evolutionary Algorithms Successfully: A Guide Gained from Real-world Applications

    Authors: Wilfried Jakob

    Abstract: Metaheuristics (MHs) in general and Evolutionary Algorithms (EAs) in particular are well known tools for successful optimization of difficult problems. But when is their application meaningful and how does one approach such a project as a novice? How do you avoid beginner's mistakes or use the design possibilities of a metaheuristic search as efficiently as possible? This paper tries to give answe… ▽ More

    Submitted 23 July, 2021; originally announced July 2021.

    Report number: 170

  6. arXiv:2104.00337  [pdf, other

    cs.CV cs.GR cs.RO

    Wide-Depth-Range 6D Object Pose Estimation in Space

    Authors: Yinlin Hu, Sebastien Speierer, Wenzel Jakob, Pascal Fua, Mathieu Salzmann

    Abstract: 6D pose estimation in space poses unique challenges that are not commonly encountered in the terrestrial setting. One of the most striking differences is the lack of atmospheric scattering, allowing objects to be visible from a great distance while complicating illumination conditions. Currently available benchmark datasets do not place a sufficient emphasis on this aspect and mostly depict the ta… ▽ More

    Submitted 1 April, 2021; originally announced April 2021.

    Comments: CVPR 2021

  7. arXiv:2002.07505  [pdf, other

    cs.DC cs.AI cs.SE

    A Scalable Method for Scheduling Distributed Energy Resources using Parallelized Population-based Metaheuristics

    Authors: Hatem Khalloof, Wilfried Jakob, Shadi Shahoud, Clemens Duepmeier, Veit Hagenmeyer

    Abstract: Recent years have seen an increasing integration of distributed renewable energy resources into existing electric power grids. Due to the uncertain nature of renewable energy resources, network operators are faced with new challenges in balancing load and generation. In order to meet the new requirements, intelligent distributed energy resource plants can be used which provide as virtual power pla… ▽ More

    Submitted 4 June, 2020; v1 submitted 18 February, 2020; originally announced February 2020.

  8. arXiv:1807.00410  [pdf, other

    cs.GR

    $P_N$-Method for Multiple Scattering in Participating Media

    Authors: David Koerner, Jamie Portsmouth, Wenzel Jakob

    Abstract: Rendering highly scattering participating media using brute force path tracing is a challenge. The diffusion approximation reduces the problem to solving a simple linear partial differential equation. Flux-limited diffusion introduces non-linearities to improve the accuracy of the solution, especially in low optical depth media, but introduces several ad-hoc assumptions. Both methods are based on… ▽ More

    Submitted 1 July, 2018; originally announced July 2018.

    Comments: Proceedings of Eurographics Symposium on Rendering 2018

  9. arXiv:1705.06086  [pdf, other

    cs.GR

    Scratch iridescence: Wave-optical rendering of diffractive surface structure

    Authors: Sebastian Werner, Zdravko Velinov, Wenzel Jakob, Matthias B. Hullin

    Abstract: The surface of metal, glass and plastic objects is often characterized by microscopic scratches caused by manufacturing and/or wear. A closer look onto such scratches reveals iridescent colors with a complex dependency on viewing and lighting conditions. The physics behind this phenomenon is well understood; it is caused by diffraction of the incident light by surface features on the order of the… ▽ More

    Submitted 17 May, 2017; originally announced May 2017.

  10. arXiv:1704.06835  [pdf, other

    cs.GR

    Reversible Jump Metropolis Light Transport using Inverse Map**s

    Authors: Benedikt Bitterli, Wenzel Jakob, Jan Novák, Wojciech Jarosz

    Abstract: We study Markov Chain Monte Carlo (MCMC) methods operating in primary sample space and their interactions with multiple sampling techniques. We observe that incorporating the sampling technique into the state of the Markov Chain, as done in Multiplexed Metropolis Light Transport (MMLT), impedes the ability of the chain to properly explore the path space, as transitions between sampling techniques… ▽ More

    Submitted 22 April, 2017; originally announced April 2017.

    ACM Class: I.3.7