Official implementation of Uncertainty-aware Fine-tuning of Segmentation Foundation Models (NeurIPS 2024).
Kangning Liu1,2, Brian Price2, Jason Kuen2, Yifei Fan2, Zijun Wei2, Luis Figueroa2, Krzysztof J. Geras1, Carlos Fernandez-Granda1
1 New York University
2 Adobe
-
[NEW] SUM (HQ-SAM arch.) Provide the training code and inference code of SUM implemented with HQ-SAM architecture sum_on_hq-sam
-
Main experiments
- Provided the model building code build_sam.py
- Provided the key components of uncertainty-aware fine-tuning for the main experiment:
- Uncertainty-aware loss losses.py
- Uncertainty-aware prompt sampling interactive_sampling.py
- Main experiments
- Provide demo Jupyter notebooks
- Add support for the evaluation dataloader
- Release model weights trained on the public dataset
- Provide the full training code
- Some scripts may require additional dependencies not listed in the prerequisites.
- Documentation is still in progress and may lack detailed instructions for some scripts.
The code requires python>=3.8
, as well as pytorch>=1.7
and torchvision>=0.8
. Please follow the instructions here to install both PyTorch and TorchVision dependencies. Installing both PyTorch and TorchVision with CUDA support is strongly recommended.
TODO
TODO
For any questions or issues, please contact:
- Kangning Liu - kangning.liu@nyu.edu