SF-Flow reconstructs a dense 3D acoustic transfer function (ATF) magnitude field on an
11×11×11 grid from a sparse, variable-size set of microphone observations, using
conditional Flow Matching with a permutation-invariant set encoder and a 3D U-Net.
Four models trained on dataset R1, one per frequency range. Optimizer state has been
stripped, so each file is ~460 MB and is intended for evaluation or fine-tuning from the
weights rather than exact resumption of the original training run.
Test LSD is averaged over the 102 test sources with M=5 observations, using the fixed
microphone-selection protocol described in the code repository.
1hf download egeerdem/sf-flow sfflow_r1_freq30.pt --local-dir .
2python evaluate.py --model_path sfflow_r1_freq30.pt \
3 --data_dir data/ir_fs2000_s1024_m1331_room4.0x6.0x3.0_rt200/
evaluate.py, and the script that regenerates the dataset the checkpoints expect, are in
the
code repository.