Ph.D. thesis on Differentiable Ray Tracing for Radio Propagation Modeling [R]
Summary
This Ph.D. thesis presents a self-contained textbook on differentiable ray tracing for radio propagation modeling, integrating automatic differentiation (e.g., JAX) into ray tracing pipelines to solve inverse problems and train ML models for next-generation wireless design.
Similar Articles
Discrete Diffusion Language Models for Interactive Radiology Report Drafting
This paper adapts a diffusion language model for interactive radiology report drafting, showing it matches autoregressive models in accuracy while offering unique infill capabilities that allow radiologists to fix report fragments and have the model fill in the text between them.
Discrete Diffusion Language Models for Interactive Radiology Report Drafting
This paper adapts a mixture-of-experts diffusion language model, DiffusionGemma-26B, for interactive radiology report drafting, showing it matches or exceeds autoregressive models in medical VQA with 3.5-4.4x faster decoding and bidirectional infill capabilities.
A Mathematical Introduction to Diffusion Models
This paper provides a proof-oriented introduction to diffusion models, covering Langevin dynamics, score-based models, discretization, discrete diffusion, and inference-time control, intended for graduate students.
ResilPhase: Plug-and-Play Phase Mapping and Noise-Resilient Macro-Trajectory Extrapolation for Diffusion Acceleration
ResilPhase is a training-free acceleration framework for diffusion models that reformulates accelerated inference as stable macro-trajectory extrapolation in ODE space, using derivative-free barycentric Lagrange extrapolation and bounded phase mapping to achieve state-of-the-art fidelity under high acceleration ratios.
Computing Camera Rays
A technical blog post deriving how to compute camera rays from a view-projection matrix for ray tracing, with shader code and handling of numerical stability.