Downloads · 30 days
0
jinpeng0528/STAR
STAR is a machine learning model from jinpeng0528. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
This is the Hugging Face model repository for the paper "Saving 100x Storage: Prototype Replay for Reconstructing Training Sample Distribution in Class-Incremental Semantic Segmentation," accepted by NeurIPS 2023. 📝…
Downloads · 30 days
0
Access
Public
Updated Mar 13, 2025
Repo size
8.9 GB
Likes
0
Public
Click a slice to open those files.
.pth8.9 GB · 100%
From the Hugging Face model README
This is the Hugging Face model repository for the paper "Saving 100x Storage: Prototype Replay for Reconstructing Training Sample Distribution in Class-Incremental Semantic Segmentation," accepted by NeurIPS 2023. 📝 Paper 🐙 GitHub
Please follow the instructions provided in our GitHub repository for installation and data preparation.
To evaluate on the PASCAL VOC 2012 dataset, execute the following command:
python eval_voc.py --device 0 --test --resume path/to/weight.pth
To evaluate on the ADE20K dataset, execute the following command:
python eval_ade.py --device 0 --test --resume path/to/weight.pth
@inproceedings{chen2023saving,
title={Saving 100x Storage: Prototype Replay for Reconstructing Training Sample Distribution in Class-Incremental Semantic Segmentation},
author={Chen, Jinpeng and Cong, Runmin and Luo, Yuxuan and Ip, Horace Ho Shing and Kwong, Sam},
booktitle={NeurIPS},
year={2023}
}