Skip to content

Commit 5841929

Browse files
committed
2 parents 966afee + 23b2af3 commit 5841929

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

README.md

+21-19
Original file line numberDiff line numberDiff line change
@@ -36,41 +36,43 @@ The goal of gathering all these representative methods into a single repo is to
3636
- [x] Faster R-CNN Baseline (:balloon: 2019-07-04)
3737
- [x] Scene Graph Generation Baseline (:balloon: 2019-07-06)
3838
- [x] Iterative Message Passing (IMP) (:balloon: 2019-07-07)
39-
- [ ] Multi-level Scene Description Network (MSDN)
39+
- [x] Multi-level Scene Description Network (MSDN:no region caption) (:balloon: 2019-08-24)
4040
- [x] Neural Motif (Frequency Prior Baseline) (:balloon: 2019-07-08)
41-
- [ ] Neural Motif
41+
- [x] Graph R-CNN (w/o relpn) (:balloon: 2019-08-24)
4242
- [ ] Graph R-CNN
43-
- [ ] RelDN (Contrastive Losses)
43+
- [ ] Neural Motif
44+
- [ ] RelDN (Graphical Contrastive Losses)
4445

4546
## Benchmarking
4647

4748
### Object Detection
4849

49-
source | backbone | model | bs | lr | lr_decay | max_iter | [email protected] | [email protected]:0.95
50-
--------|--------|--------|:------:|:------:|:-------:|:------:|:------:|:------:
51-
[this repo](https://drive.google.com/open?id=1THLvK8q2VRx6K3G7BGo0FCe-D0EWP9o1) | Res-101 | faster r-cnn | 6 | 5e-3 | 70k,90k | 100k | 24.8 | 12.8
50+
source | backbone | model | bs | lr | lr_decay | [email protected] | [email protected]:0.95
51+
--------|--------|--------|:------:|:------:|:-------:|:------:|:------:
52+
[this repo](https://drive.google.com/open?id=1THLvK8q2VRx6K3G7BGo0FCe-D0EWP9o1) | Res-101 | faster r-cnn | 6 | 5e-3 | 70k,90k | 24.8 | 12.8
5253

5354
### Scene Graph Generation (Frequency Prior Only)
54-
source | backbone | model | bs | lr | lr_decay | max_iter | sgdet@20 | sgdet@50 | sgdet@100
55-
-------|--------|--------|:------:|:-------:|:------:|:------:|:------:|:-------:|:-------:
56-
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | freq | 6 | 5e-3 | 70k,90k | 100k | 19.4 | 25.0 | 28.5
57-
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | freq | N/A | N/A | N/A | N/A | 17.7 | 23.5 | 27.6
55+
source | backbone | model | bs | lr | lr_decay | sgdet@20 | sgdet@50 | sgdet@100
56+
-------|--------|--------|:------:|:-------:|:------:|:------:|:-------:|:-------:
57+
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | freq | 6 | 5e-3 | 70k,90k | 19.4 | 25.0 | 28.5
58+
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | freq | - | - | - | 17.7 | 23.5 | 27.6
5859
<!-- Resnet-101 | freq-overlap | 6 | 5e-3 | (70k, 90k) | 100k | - | - | - -->
5960
\* freq = frequency prior baseline
6061

6162
### Scene Graph Generation (Joint training)
62-
source | backbone | model | bs | lr | lr_decay | max_iter | sgdet@20 | sgdet@50 | sgdet@100
63-
-------|--------|--------|:------:|:-------:|:------:|:------:|:------:|:-------:|:-------:
64-
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | vanilla | 6 | 5e-3 | 70k,90k | 100k | 10.4 | 14.3 | 16.8
63+
source | backbone | model | bs | lr | lr_decay | sgdet@20 | sgdet@50 | sgdet@100
64+
-------|--------|--------|:------:|:-------:|:------:|:------:|:-------:|:-------:
65+
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | vanilla | 6 | 5e-3 | 70k,90k | 10.4 | 14.3 | 16.8
6566
<!---[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | freq | 6 | 5e-3 | 70k,90k | 100k | 19.4 | 25.0 | 28.5-->
6667

6768
### Scene Graph Generation (Step training)
68-
source | backbone | model | bs | lr | lr_decay | max_iter | sgdet@20 | sgdet@50 | sgdet@100
69-
-------|--------|--------|:------:|:-------:|:------:|:------:|:------:|:-------:|:-------:
70-
this repo | Res-101 | vanilla | 8 | 5e-3 | 20k,30k | 40k | 10.5 | 13.8 | 16.1
71-
this repo | Res-101 | imp | 8 | 5e-3 | 20k,30k | 40k | - | - | -
72-
this repo | Res-101 | msdn | 8 | 5e-3 | 20k,30k | 40k | - | - | -
73-
this repo | Res-101 | grcnn | 8 | 5e-3 | 20k,30k | 40k | - | - | -
69+
source | backbone | model | bs | lr | lr_decay | [email protected] | sgdet@20 | sgdet@50 | sgdet@100
70+
-------|--------|--------|:------:|:-------:|:------:|:------:|:-------:|:-------:|:-------:
71+
this repo | Res-101 | vanilla | 8 | 5e-3 | 20k,30k | 24.8 | 10.5 | 13.8 | 16.1
72+
this repo | Res-101 | imp | 8 | 5e-3 | 20k,30k | 24.2 |16.7 | 21.7 | 25.2
73+
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | imp | -| - | - | - | 14.6 | 20.7 | 24.5
74+
this repo | Res-101 | msdn | 8 | 5e-3 | 20k,30k | - | - | - | -
75+
this repo | Res-101 | grcnn | 8 | 5e-3 | 20k,30k | - | - | - | -
7476

7577
\* you can click 'this repo' in above table to download the checkpoints.
7678

0 commit comments

Comments
 (0)