paper-with-me

홈 › Papers

TPS++: Attention-Enhanced Thin-Plate Spline for Scene Text Recognition

2023-05-09 · Tianlun Zheng, Zhineng Chen, Jinfeng Bai, Hongtao Xie, Yu-Gang Jiang

Text irregularities pose significant challenges to scene text recognizers. Thin-Plate Spline (TPS)-based rectification is widely regarded as an effective means to deal with them. Currently, the calculation of TPS transformation parameters purely depends on the quality of regressed text borders. It ignores the text content and often leads to unsatisfactory rectified results for severely distorted text. In this work, we introduce TPS++, an attention-enhanced TPS transformation that incorporates the attention mechanism to text rectification for the first time. TPS++ formulates the parameter calculation as a joint process of foreground control point regression and content-based attention score estimation, which is computed by a dedicated designed gated-attention block. TPS++ builds a more flexible content-aware rectifier, generating a natural text correction that is easier to read by the subsequent recognizer. Moreover, TPS++ shares the feature backbone with the recognizer in part and implements the rectification at feature-level rather than image-level, incurring only a small overhead in terms of parameters and inference time. Experiments on public benchmarks show that TPS++ consistently improves the recognition and achieves state-of-the-art accuracy. Meanwhile, it generalizes well on different backbones and recognizers. Code is at https://github.com/simplify23/TPS_PP.

📄 PDF Abstract BibTeX arXiv:2305.05322

Code (1)

simplify23/tps_pp 공식 구현 pytorch

Tasks

Optical Character Recognition (OCR)Scene Text Recognition

Methods 이 논문이 사용한 방법론

Content-based Attention Content-based attention is an attention mechanism based on cosine similarity: $$f_{att}\left(\textbf{h}_{i}, \textbf{s}\_{j}\right) =…

Similar Papers 제목 키워드 기반

TWINGS: Thin Plate Splines Warp-aligned Initialization for Sparse-View Gaussian Splatting

2026-05-21 · Hyeseong Kim, Geonhui Son, Deukhee Lee, Dosik Hwang arxiv

Novel view synthesis from sparse-view inputs poses a significant challenge in 3D computer vision, particularly for achieving high-quality scene reconstructions with limited viewpoints. We introduce TWINGS, a framework th…

Novel View Synthesis

Vertebra partitioning with thin-plate spline surfaces steered by a convolutional neural network

2019-07-25

Thin-plate splines can be used for interpolation of image values, but can also be used to represent a smooth surface, such as the boundary between two structures. We present a method for partitioning vertebra segmentatio…

TPSNet: Reverse Thinking of Thin Plate Splines for Arbitrary Shape Scene Text Representation

2021-10-25 · Wei Wang, Yu Zhou, Jiahao Lv, Dayan Wu 외

The research focus of scene text detection and recognition has shifted to arbitrary shape text in recent years, where the text shape representation is a fundamental problem. An ideal representation should be compact, com…

Scene Text DetectionScene Text RecognitionText DetectionText Spotting

Reworking geometric morphometrics into a methodology of transformation grids

2023-01-13 · Fred L. Bookstein

Today's typical application of geometric morphometrics to a quantitative comparison of organismal anatomies begins by standardizing samples of homologously labelled point configurations for location, orientation, and sca…

Hessian Based Smoothing Splines for Manifold Learning

2023-02-10 · Juno Kim

We propose a multidimensional smoothing spline algorithm in the context of manifold learning. We generalize the bending energy penalty of thin-plate splines to a quadratic form on the Sobolev space of a flat manifold, ba…