SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2304.03435 · CVPR · 2023

Towards Unified Scene Text Spotting based on Sequence Generation

Kakao Brain, Taeho Kil, Daehee Kim, Yoonsik Kim, Sukmin Seo, Seonghyeon Kim

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 7 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.

RepositoryRoleRan
clovaai/units — 7 of 8
FunctionStatusWhere it lives
DropPath Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("2dfdf4c6074881e3")
FeedForwardLayer Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("47317ba080310bb3")
MLP Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("80bf32862e6262ab")
PositionalEncoding Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("aadfde725d36fb50")
Units Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("cb3d66f0d29d9cf4")
_floor_div Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("3012a28a2f1411bd")
drop_path Ran clovaai/units/units/models/model.py
code served (permissive licence) · get_code("f5ab76486eeab7b9")
init_weights Not yet run clovaai/units/units/models/model.py
code served (permissive licence) · get_code("b0aa6ea96897be51")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Sequence generation models have recently made significant progress in unifying various vision tasks. Although some auto-regressive models have demonstrated promising results in end-to-end text spotting, they use specific detection formats while ignoring various text shapes and are limited in the maximum number of text instances that can be detected. To overcome these limitations, we propose a UNIfied scene Text Spotter, called UNITS. Our model unifies various detection formats, including quadrilaterals and polygons, allowing it to detect text in arbitrary shapes. Additionally, we apply starting-point prompting to enable the model to extract texts from an arbitrary starting point, thereby extracting more texts beyond the number of instances it was trained on. Experimental results demonstrate that our method achieves competitive performance compared to state-of-the-art methods. Further analysis shows that UNITS can extract a larger number of texts than it was trained on. We provide the code for our method at https://github.com/clovaai/units.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2304.03435")
get_code_for_paper("2304.03435")
have("2304.03435")

Connect an agent — have() is free.