Yi Liu, Si Liu, Yifan Sun, Runsheng Xu, Zongheng Tang, Jinyu Chen, Yulu Gao
We lifted 8 functions out of this paper's own repositories and ran 1 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 |
|---|---|---|
| tzhhhh123/CoST | — | 1 of 8 |
| Function | Status | Where it lives |
|---|---|---|
| RadixSoftmax | Ran | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("69b325b3390aafd1") |
| BaseWindowAttention | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("04858418420383fb") |
| PyramidWindowAttention | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("65e8d60cee4bc96c") |
| STTF | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("bff1365f198df4c1") |
| STTF2 | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("12ac956fd077b3d5") |
| SplitAttn | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("dfaf6232f17908ae") |
| V2XFusionBlock | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("0d3936872d2b8107") |
| V2XTEncoder | Not yet run | tzhhhh123/CoST/opencood/models/mwin_tranformer.py code served (permissive licence) · get_code("58e2f4e9a8ad3932") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Collaborative perception shares information among different agents and helps solving problems that individual agents may face, e.g., occlusions and small sensing range. Prior methods usually separate the multi-agent fusion and multi-time fusion into two consecutive steps. In contrast, this paper proposes an efficient collaborative perception that aggregates the observations from different agents (space) and different times into a unified spatio-temporal space simultaneously. The unified spatio-temporal space brings two benefits, i.e., efficient feature transmission and superior feature fusion. 1) Efficient feature transmission: each static object yields a single observation in the spatial temporal space, and thus only requires transmission only once (whereas prior methods re-transmit all the object features multiple times). 2) superior feature fusion: merging the multi-agent and multi-time fusion into a unified spatialtemporal aggregation enables a more holistic perspective, thereby enhancing perception performance in challenging scenarios. Consequently, our Collaborative perception with Spatio-temporal Transformer (CoST) gains improvement in both efficiency and accuracy. Notably, CoST is not tied to any specific method and is compatible with a majority of previous methods, enhancing their accuracy while reducing the transmission bandwidth. Code will be available at https://github.com/tzhhhh123/CoST.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2508.00359")
get_code_for_paper("2508.00359")
have("2508.00359")
Connect an agent — have() is free.