KonstantinosKK commited on
Commit
93da182
·
1 Parent(s): 4ac865c
Files changed (4) hide show
  1. README.md +27 -0
  2. r50_parts.pth +3 -0
  3. vit_h_cloud.pth +3 -0
  4. vit_h_cloud_parts.pth +3 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # HIPIE: Hierarchical Open-vocabulary Universal Image Segmentation
6
+
7
+ PyTorch implementation of HIPIE from ["Hierarchical Open-vocabulary Universal Image Segmentation"](https://arxiv.org/abs/2307.00764) (Wang et al., NeurIPS 2023).
8
+
9
+ ## Pretrained Weights
10
+
11
+ We provide ViT-H and ResNet-50 weights for hierarchical and part-aware image segmentation across multiple datasets:
12
+
13
+ | Format | Filename | Description |
14
+ |--------|----------|-------------|
15
+ | ViT-H (O365, COCO, RefCOCO, PACO) | `vit_h_cloud.pth` | Pretrained with O365,COCO,RefCOCO,PACO |
16
+ | ViT-H (COCO, RefCOCO, Pascal-Parts) | `vit_h_cloud_parts.pth` | Finetuned on COCO,RefCOCO,Pascal-Parts |
17
+ | ResNet-50 (Pascal-Parts) | `r50_parts.pth` | Pretrained with O365,COCO,RefCOCO,Pascal Panoptic Parts |
18
+
19
+ ## Usage
20
+
21
+ For demo notebooks, model configs, and inference scripts, see the [GitHub repository](https://github.com/berkeley-hipie/HIPIE).
22
+
23
+ ## Citation
24
+
25
+ @inproceedings{wang2023hierarchical,
26
+ title={Hierarchical Open-vocabulary Universal Image Segmentation},
27
+ author={Wang, Xudong and Li, Shufan and Kallidromitis, Konstantinos and Kato, Yusuke and Kozuka, Kazuki and Darrell, Trevor},
28
+ booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
29
+ year={2023}
30
+ }
r50_parts.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2e22a0cb2101cc1250552691b992b322be8a81c2c0a527da023b76c7d900a8
3
+ size 2370897199
vit_h_cloud.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675af086f39c171c645e175fe830a0f38dac1111136d9265dd26ed634db2c7e7
3
+ size 9663460186
vit_h_cloud_parts.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61dfa3a25ae4a8548799aefad900f109e27d6fefd28c96c2c86427eb79a49043
3
+ size 9665042552