MLNSG.md

November 11, 2024 ยท View on GitHub

Multi-Level Neural Scene Graphs for Dynamic Urban Environments

Tobias Fischer1, Lorenzo Porzi2, Samuel Rota Bulo2, Marc Pollefeys1, Peter Kontschieder2

1ETH Zurich 2Meta Reality Labs

CVPR 2024

Alt Text

Project Page | Paper | ArXiv

Before running the model, please follow the instructions in README.md to download and preprocess the data.

Training

To reproduce the experiments in the paper, use the following commands

VKITTI2

ns-train ml-nsg-vkitti2 --vis wandb street --data data/VKITTI2/metadata_02.pkl --train-split-fraction [0.75|0.5|0.25]
ns-train ml-nsg-vkitti2 --vis wandb street --data data/VKITTI2/metadata_06.pkl --train-split-fraction [0.75|0.5|0.25]
ns-train ml-nsg-vkitti2 --vis wandb street --data data/VKITTI2/metadata_18.pkl --train-split-fraction [0.75|0.5|0.25]

KITTI

ns-train ml-nsg-kitti --vis wandb street --data data/KITTI/tracking/training/metadata_0001.pkl --train-split-fraction [0.75|0.5|0.25]
ns-train ml-nsg-kitti --vis wandb street --data data/KITTI/tracking/training/metadata_0002.pkl --train-split-fraction [0.75|0.5|0.25]
ns-train ml-nsg-kitti --vis wandb street --data data/KITTI/tracking/training/metadata_0006.pkl --train-split-fraction [0.75|0.5|0.25]

You can additionally reproduce the image reconstruction experiments by setting the train split fraction to 1.0

# NOTE: re-compute the metadata for image reconstruction for sequence 0006
mp-process kitti --vis wandb --sequence 0006 --task imrec

# Run the training
ns-train ml-nsg-kitti --vis wandb --vis wandb street --train-split-fraction 1.0 --data ...

Argoverse2

ns-train ml-nsg-av2 --vis wandb --data data/Argoverse2/metadata_PIT_6180_1620_6310_1780.pkl
ns-train ml-nsg-av2 --vis wandb --data data/Argoverse2/metadata_PIT_1100_-50_1220_150.pkl

Citation

@InProceedings{fischer2024multi,
    author    = {Fischer, Tobias and Porzi, Lorenzo and Rota Bul\`{o}, Samuel and Pollefeys, Marc and Kontschieder, Peter},
    title     = {Multi-Level Neural Scene Graphs for Dynamic Urban Environments},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
    year      = {2024}
}