No jobs

Posts

Research notes & documentation

Week 23, 2026 · Jun 1 – Jun 7

SeeingThroughFog

Fog density in SeeingThroughFog vs. Muses

Using the sparse LiDAR scans, and combining them with some heuristics from DCP and contrast mapping, even the "dense" split showed a much more "clear" split than the fog-split of muses.

Week 21, 2026 · May 18 – May 24

Synthetic vs. Real Data - Consolidating Differences

The past weeks were about understanding where and why our (metric) diffusion model lacks behind SOTA (but trained on clear weather data) MMDE models, namely UniDepthV2 and DepthAnything3.

The most unintuitive finding was that both SOTA models actually improved in (especially near-field) performance given a dataset with (synthetic) fog vs it's clear counterpart, i.e.:

Week 19, 2026 · May 4 – May 10

C&L - 20/04/26

The past experiments were about again trying to have a purely diffusion based approach - of the marigold adjacent diffusion architecture - converge towards a reasonable metric depth estimator.

Week 15, 2026 · Apr 6 – Apr 12

Late March: Adding Uncertainty to Mari & Evaluating Against Marigold

The second half of March was about one core question: can we extend Mari from predicting just RGB & depth to also predicting visibility (uncertainty), and does that improve depth estimation in fog? This post walks through how the experiments progressed — from a major code refactor, through training the new uncertainty head, to comparing results against baseline Marigold.

Week 14, 2026 · Mar 30 – Apr 5

Comparing Relative Depth

This week was mostly about evaluating the current model, comparing it naiively with Marigold - always scale&shifting the relative depth estimation output of both models to be comparable with the metric ground truth.

Week 9, 2026 · Feb 23 – Mar 1

24.02 Experiments: DiT's vs U-Net

Last two weeks were spent with lots of experiments on the RDS dataset and MERGE architecture.Status quo was:- Dehazing via SD2.1 works well- Novelty from MERGE: Use Marigold adjacent architecture with dual-converters ("prediction heads") for image generation and depth maps.- Early MERGE experiments worked well on VKITTI2 (352 x 1216 RGB)- Extend tests to real-drive-sim

Week 7, 2026 · Feb 9 – Feb 15

Clear and Look - Using Diffusion Models for depth prediction in bad wheather

As a placeholder, we name the model we will train as:

  • CAL\text{CAL}: Joint dehazing (RGB) and Depth-Prediction (2D Depth Map)
  • CALdehaze\text{CAL}_{\text{dehaze}}: Only dehaze (RGB)

We will use UniDepthV2 as a basline to compare:

  • UniDepthV2(Foggy Image) <-> UniDepthV2(CALdehaze\text{CAL}_{\text{dehaze}})
Euler View - ML Experiment Monitor