We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| uber-research/UPSNet | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| get_step_index | Ran | uber-research/UPSNet/upsnet/upsnet_end2end_train.py pointer only (licence: NOASSERTION) · get_code("06fecfcfaf04ff31") |
| lr_factor | Ran | uber-research/UPSNet/upsnet/upsnet_end2end_train.py pointer only (licence: NOASSERTION) · get_code("d6f5d048e1535eeb") |
| lr_poly | Ran | uber-research/UPSNet/upsnet/upsnet_end2end_train.py pointer only (licence: NOASSERTION) · get_code("93a18ae852753bae") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
In this paper, we propose a unified panoptic segmentation network (UPSNet) for tackling the newly proposed panoptic segmentation task. On top of a single backbone residual network, we first design a deformable convolution based semantic segmentation head and a Mask R-CNN style instance segmentation head which solve these two subtasks simultaneously. More importantly, we introduce a parameter-free panoptic head which solves the panoptic segmentation via pixel-wise classification. It first leverages the logits from the previous two heads and then innovatively expands the representation for enabling prediction of an extra unknown class which helps better resolve the conflicts between semantic and instance segmentation. Additionally, it handles the challenge caused by the varying number of instances and permits back propagation to the bottom modules in an end-to-end manner. Extensive experimental results on Cityscapes, COCO and our internal dataset demonstrate that our UPSNet achieves state-of-the-art performance with much faster inference. Code has been made available at: https://github.com/uber-research/UPSNet
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1901.03784")
get_code_for_paper("1901.03784")
have("1901.03784")
Connect an agent — have() is free.