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 |
|---|---|---|
| jianlong-yuan/uninext | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| group2image | Ran | jianlong-yuan/uninext/Classification/models/UniNeXt.py pointer only (licence: NONE) · get_code("e83a7e641ac2b922") |
| img2group | Ran | jianlong-yuan/uninext/Classification/models/UniNeXt.py pointer only (licence: NONE) · get_code("29dae49a66c72e53") |
| local_group | Ran | jianlong-yuan/uninext/Classification/models/UniNeXt.py pointer only (licence: NONE) · get_code("3177aba0ae8bd146") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Vision Transformers have shown great potential in computer vision tasks. Most recent works have focused on elaborating the spatial token mixer for performance gains. However, we observe that a well-designed general architecture can significantly improve the performance of the entire backbone, regardless of which spatial token mixer is equipped. In this paper, we propose UniNeXt, an improved general architecture for the vision backbone. To verify its effectiveness, we instantiate the spatial token mixer with various typical and modern designs, including both convolution and attention modules. Compared with the architecture in which they are first proposed, our UniNeXt architecture can steadily boost the performance of all the spatial token mixers, and narrows the performance gap among them. Surprisingly, our UniNeXt equipped with naive local window attention even outperforms the previous state-of-the-art. Interestingly, the ranking of these spatial token mixers also changes under our UniNeXt, suggesting that an excellent spatial token mixer may be stifled due to a suboptimal general architecture, which further shows the importance of the study on the general architecture of vision backbone.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2304.13700")
get_code_for_paper("2304.13700")
have("2304.13700")
Connect an agent — have() is free.