mitransient: Transient light transport in Mitsuba 3
Diego Royo, Jorge Garcia-Pueyo, Miguel Crespo, Óscar Pueyo-Ciutad, Guillermo Enguita, Diego Bielsa
TL;DR
mitransient introduces a time-resolved extension to Mitsuba 3, providing a practical, Python-based platform for simulating transient light transport with CPU/GPU support and easy installation via PyPi. It couples two transient path tracing integrators with time-domain polarization tracking using a Stokes vector and Mueller matrices, and adds differentiable rendering in the temporal domain for both forward and inverse problems. A dedicated NLOS pipeline with transient_nlos_path and an accompanying toolkit (y-tal) enables rapid, realistic reconstructions and hardware-noise modeling, with substantial speedups demonstrated on representative scenes. Collectively, the work lowers barriers to developing and evaluating transient imaging algorithms, enabling rapid prototyping, optimization, and hardware-agnostic testing across both standard and non-line-of-sight scenarios.
Abstract
mitransient is a light transport simulation tool that extends Mitsuba 3 with support for time-resolved simulations. In essence, mitransient extends conventional rendering by adding a temporal dimension which accounts for the time of flight of light. This allows rapid prototyping of novel transient imaging systems without the need of costly or difficult-to-operate hardware. Our code is trivially easy to install through pip, and consists of Python modules that can run both in CPU and GPU by leveraging the JIT capabilities of Mitsuba 3. It provides physically-based simulations of complex phenomena, including a wide variety of realistic materials and participating media such as fog or smoke. In addition, we extend Mitsuba 3's functionality to support time-resolved polarization tracking of light and transient differentiable rendering. Finally, we also include tools that simplify the use of our simulations for non-line-of-sight imaging, enabling realistic scene setups with capture noise to be simulated in just seconds of minutes. Altogether, we hope that mitransient will support the research community in developing novel algorithms for transient imaging.
