paper-with-me

Papers

CBNet: A Plug-and-Play Network for Segmentation-Based Scene Text Detection

2022-12-05 · Xi Zhao, Wei Feng, Zheng Zhang, Jingjing Lv, Xin Zhu, Zhangang Lin, Jinghe Hu, Jingping Shao

Recently, segmentation-based methods are quite popular in scene text detection, which mainly contain two steps: text kernel segmentation and expansion. However, the segmentation process only considers each pixel independently, and the expansion process is difficult to achieve a favorable accuracy-speed trade-off. In this paper, we propose a Context-aware and Boundary-guided Network (CBN) to tackle these problems. In CBN, a basic text detector is firstly used to predict initial segmentation results. Then, we propose a context-aware module to enhance text kernel feature representations, which considers both global and local contexts. Finally, we introduce a boundary-guided module to expand enhanced text kernels adaptively with only the pixels on the contours, which not only obtains accurate text boundaries but also keeps high speed, especially on high-resolution output maps. In particular, with a lightweight backbone, the basic detector equipped with our proposed CBN achieves state-of-the-art results on several popular benchmarks, and our proposed CBN can be plugged into several segmentation-based methods. Code is available at https://github.com/XiiZhao/cbn.pytorch.

📄 PDF Abstract BibTeX arXiv:2212.02340

Code (1)

xiizhao/cbn.pytorch 공식 구현 pytorch

Tasks

Scene Text DetectionSegmentationText Detection

Similar Papers 제목 키워드 기반

Parallel Pre-trained Transformers (PPT) for Synthetic Data-based Instance Segmentation

2022-06-22 · Ming Li, Jie Wu, Jinhang Cai, Jie Qin 외

Recently, Synthetic data-based Instance Segmentation has become an exceedingly favorable optimization paradigm since it leverages simulation rendering and physics to generate high-quality image-annotation pairs. In this …

Instance SegmentationSegmentationSemantic Segmentation

CBNet: A Novel Composite Backbone Network Architecture for Object Detection

2019-09-09 · Yudong Liu, Yongtao Wang, Siwei Wang, Ting-Ting Liang 외

In existing CNN based detectors, the backbone network is a very important component for basic feature extraction, and the performance of the detectors highly depends on it. In this paper, we aim to achieve better detecti…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

A Parameter-efficient Convolutional Approach for Weed Detection in Multispectral Aerial Imagery

2026-02-28 · Leo Thomas Ramos, Angel D. Sappa arxiv

We introduce FCBNet, an efficient model designed for weed segmentation. The architecture is based on a fully frozen ConvNeXt backbone, the proposed Feature Correction Block (FCB), which leverages efficient convolutions f…

Computational Efficiency

Text Region Multiple Information Perception Network for Scene Text Detection

2024-01-18 · Jinzhi Zheng, Libo Zhang, Yanjun Wu, Chen Zhao

Segmentation-based scene text detection algorithms can handle arbitrary shape scene texts and have strong robustness and adaptability, so it has attracted wide attention. Existing segmentation-based scene text detection …

Scene Text DetectionSegmentationText Detection

GaussianTrimmer: Online Trimming Boundaries for 3DGS Segmentation

2026-01-19 · Liwei Liao, Ronggang Wang arxiv

With the widespread application of 3D Gaussians in 3D scene representation, 3D scene segmentation methods based on 3D Gaussians have also gradually emerged. However, existing 3D Gaussian segmentation methods basically se…

Scene Segmentation