Pith. sign in

REVIEW 3 major objections 4 minor 60 references

Relational Contrastive Learning and Masked Image Modeling for Scene Text Recognition

T0 review · 3 major / 4 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read Self-supervised pretraining for scene text recognition can be reframed as learning relations among textual elements, and the proposed RCMSTR framework reports state-of-the-art results across frozen-feature, fine-tuning, semi-supervised…

desk verdict A solid self-supervised STR recipe with consistent gains, but the headline margin over DiG rests partly on test-set-tuned hyperparameters and the code is not out yet. read the letter →

arxiv 2411.11219 v2 pith:6OQMY3QE submitted 2024-11-18 cs.CV

classification cs.CV
keywords scenetextrecognitionself-supervisedlearningcontrastivemaskedimagemodelingrelationalrepresentationsparseconvolutionhierarchicalfeatures
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to show that contextual priors in scene text recognition can be reinterpreted as relations between textual elements and learned without labels. To make this work, it introduces RCMSTR, which combines relational contrastive learning with masked image modeling. The relational branch generates new text arrangements on the fly, then contrasts features at frame, subword, and word levels while aligning relations across levels. The MIM branch adds horizontal block masking on top of random patch masking to force reconstruction of whole characters. On frozen-feature, fine-tuning, semi-supervised, and text segmentation benchmarks, RCMSTR reports the best average results among the compared self-supervised scene-text methods.

What carries the argument

The framework has two interacting branches. The relational contrastive branch (RCL) builds on a MoCo-style momentum contrastive base, but replaces whole-image instance discrimination with relational contrastive learning that uses KL divergence to align similarity distributions. A permutation module splits each image horizontally into N patches and shuffles patches across M images to create new 'texts' such as 'justice' from 'justify' and 'notice', enriching the finite relation set. Three predictors pool encoder features into frame, subword, and word levels, and the model pulls together positive pairs at each level while imposing KL-based consistency between frame-subword and subword-word relations. The masked image modeling branch (MIM) masks both random patches (for local strokes) and horizontal blocks (for whole characters), reconstructing normalized RGB pixels with an L2 loss. A decoupling design feeds only unmasked views to the contrastive branch and masked views to the reconstruction branch, sharing encoder weights, which the paper argues avoids the distribution mismatch that makes naive CL+MIM coupling unstable. For CNN backbones, all standard convolutions are replaced with sparse convolutions during pretraining, following ConvNeXt V2, so masked inputs can be processed efficiently.

What would settle it

Pre-train RCMSTR and a baseline on a dataset of rotated, curved, or vertical text and compare frozen-feature recognition accuracy; if RCMSTR's margin shrinks or reverses on such data, the horizontal-text assumption is the cause.

Watch

Extended reading notes

Core claim

The central claim is that arranging scene text into its natural hierarchy — frames, subwords, and words — and treating the relations among those levels as self-supervised labels yields better representations than treating whole text images as contrastive instances or applying generic natural-image MIM. RCMSTR outperforms the previous state-of-the-art self-supervised STR method DiG on frozen ViT features by 3.32 average accuracy points (58.69 vs 55.37 across 12 datasets), and on CNN features it reaches 53.09 average accuracy with an attention decoder compared with 42.79 for the best RCLSTR variant without MIM. The paper also reports 80.77% average accuracy after supervised fine-tuning on ViT and 62.35% average accuracy with only 1% labeled data, both ahead of the compared baselines.

Load-bearing premise

Everything rests on the text being horizontal and left-to-right: the permutation module shuffles horizontal patches and the MIM masks horizontal spans, so for rotated, curved, vertical, or arbitrarily oriented text the rearranged images break character order and the block masks stop matching character-level context.

Editorial extensions

If this is right

  • Frozen-feature accuracy improves monotonically as each module is added (enriching relations, intra-hierarchy, inter-hierarchy, then MIM), so each component carries part of the gain.
  • The same pretrained weights help downstream tasks beyond recognition, including text segmentation on TextSeg, where RCMSTR-ViT-Small reaches 83.9 IoU versus 81.1 from scratch.
  • With only 1% of labels, RCMSTR reaches 62.35% average accuracy versus 46.07% for a randomly initialized supervised baseline, so pretraining substantially reduces labeling cost.
  • The method transfers to Chinese documents and handwritten English, where horizontal structure and multi-granularity still hold.
  • Because the MIM branch works with CNN encoders via sparse convolutions, the gains are not tied to ViT only.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the horizontal-text assumption is the limiting factor, a rotation-aware or curvature-aware variant of the permutation and block-masking modules could plausibly extend the same relational pretraining to arbitrary-orientation text, but the paper does not test this.
  • The decoupling design may generalize beyond STR: any contrastive-plus-MIM pipeline that currently feeds masked positives into the contrastive branch could adopt the unmasked-only contrastive stream and weight-shared reconstruction stream.
  • Block masking along the reading direction acts as a character-level pretext task without any character annotation, suggesting a cheap way to inject language-like context into OCR pretraining on unlabeled corpora.
  • The reported gains are averages over 12 datasets with mixed difficulty; the largest relative improvements appear on occluded and perspective benchmarks, hinting that relational pretraining especially helps hard cases.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper presents RCMSTR, a self-supervised pretraining framework for scene text recognition that combines relational contrastive learning (RCL) with masked image modeling (MIM). The RCL branch enriches textual relations by dividing images into horizontal patches and permuting them across images, then applies contrastive losses at frame, subword, and word levels plus KL-based inter-hierarchical consistency losses. The MIM branch uses random patch masking together with a horizontal block-masking strategy, and the two branches are integrated through a decoupling design in which masked images are used only for reconstruction. Sparse convolutions are introduced to make MIM compatible with CNN encoders. The method is pretrained on SynthText and evaluated on twelve scene-text benchmarks under frozen-feature, fine-tuning, and semi-supervised protocols, as well as a text-segmentation transfer task; the authors report consistent improvements over existing self-supervised STR methods.

Significance. If the reported gains are robust, the paper would be a useful contribution to self-supervised STR, showing that text-specific inductive biases such as rearrangement, hierarchical contrastive learning, and horizontal block masking improve representations for both CNN and ViT encoders. The paper contains extensive ablations, sequential module analysis in Table I, and evaluation across several downstream tasks, which are strengths. It also discloses the relation to the authors' earlier RCLSTR work. However, the headline SOTA claim is currently supported by comparisons to a small set of baselines, with MIM hyperparameters selected on the evaluation benchmarks themselves and no seed variance, so the true magnitude and statistical reliability of the gains are not yet established.

major comments (3)
  1. [Section IV-H, Figures 7-8, Table I] The default MIM hyperparameters (mask ratio 0.7 and one horizontal masked block) are selected from Figures 7 and 8, whose y-axis is the average representation accuracy on the first seven test datasets (IIIT5K through CUTE). These same test datasets are used in the headline ViT comparison in Table I, where RCMSTR (58.69) beats the reproduced DiG-dagger baseline (55.37) by 3.32 points. Because DiG-dagger is evaluated with fixed hyperparameters while RCMSTR's MIM hyperparameters are tuned on these test sets, and because no validation split, error bars, or code are provided, part or all of the gap could be a selection artifact. Please choose mask ratio and block number on a held-out validation split, or report a hyperparameter sensitivity analysis with standard deviations over multiple seeds, and rerun the main Table I comparisons under that protocol.
  2. [Section III-C2, Table VI] The decoupling design is presented as a key contribution, stated to effectively integrate RCL and MIM and to mitigate instability caused by feeding masked images into the CL online encoder, but no ablation compares the decoupled integration with the coupled alternative (the DiG-style design in which masked images are also used for CL). Without such an ablation, the claim that the decoupling design itself is responsible for the gains of RCMSTR over a naive integration is not empirically supported. Please add a coupled-variant comparison under identical mask ratio, loss weights, training iterations, and encoder architecture.
  3. [Section IV-A, Tables I-III] The experimental section omits several details needed to interpret the listed accuracies: the number of pre-training epochs, optimizer and learning-rate schedule, batch size, MoCo queue size K, number of GPUs, and the exact composition of the SynthText pretraining set. In addition, all reported numbers are single runs with no standard deviation over seeds. Because the main comparisons in Tables I-III include average differences as small as a few points, the paper should report the mean and variance over at least three pretraining seeds, or justify why single-run results are sufficient for the claims made.
minor comments (4)
  1. [Section IV-E, Tables I-IV] The paper states that the method is conditioned solely on the assumption that text is horizontal, yet Tables I-III include datasets with curved and perspective text (CUTE80, SVTP, TT, CTW). Please clarify whether these datasets are intended to test generalization beyond the horizontal assumption and how the relational modules behave when the reading order is not strictly left-to-right.
  2. [Section III-B2, Equation (5)] The claim that averaging projected features into T=4 subword segments approximates morphological units such as roots and affixes is an assumption; Section III-B2 states this as a default without evidence. A short analysis or reference supporting the choice T=4 would help the reader evaluate the hierarchical design.
  3. [Section IV-A] The data augmentation description says the authors follow SeqCLR, but the augmentation probabilities and the exact masking-augmentation order are not listed. Please provide the full augmentation configuration for reproducibility.
  4. [Section IV-E, Table IV] There is a stray period after 'summarized in Table IV. .' in the text; please fix the typo.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: RCMSTR's losses are self-supervised objectives with external downstream evaluation, and the prior RCLSTR self-citation is disclosed and not load-bearing.

full rationale

RCMSTR's derivation chain is not circular. The RCL loss (Eqs. 1-7) and MIM loss (Eq. 8) are standard self-supervised objectives with pixel or feature targets, and no fitted constant enters the loss definition; the learned representation is then evaluated by separate downstream decoders (Tables I-III). The prior RCLSTR self-citation ([22]) is disclosed in Section I and used only as a component/baseline; the new MIM, decoupling, and CNN compatibility claims are supported by ablations and by a reproduced DiG† baseline (Table I: 58.69 vs 55.37) that does not depend on the citation. Selecting the mask ratio and number of masked blocks from Figures 7-8, whose y-axis averages the first seven test sets, is a test-set tuning concern rather than a constructional circularity: the reported gains also appear on the five datasets not used in that selection (e.g., CTW 48.28 vs 44.97, TT 50.39 vs 46.93, WOST 44.54 vs 42.51), and no equation or prediction reduces to a fitted quantity by definition.

Assumptions & free parameters 9 free parameters · 5 assumptions · 0 invented entities

The framework rests on several hand-set hyperparameters (alpha, beta, T, N, M, mask ratio, block count, temperatures, queue size), on an explicitly assumed horizontal text structure, on SynthText-to-real transfer, and on borrowed self-supervised training signals. No new entities are postulated. The hyperparameter choices are not derived from theory, and several are tuned on the downstream evaluation datasets.

free parameters (9)
  • alpha (KL loss weight) = 0.3
    Coefficient balancing InfoNCE and KL terms in the relational contrastive loss (Eq. 3), set empirically.
  • beta (RCL loss weight) = 0.1
    Weight for LRCL in the final combined loss (Eq. 9), set empirically.
  • T (number of subword segments) = 4
    Default number of average-pooled subword bins in the subword-level predictor (Section III-B2), chosen by hand.
  • N (horizontal patches per image) = 2
    Default number of horizontal patches for the permutation module (Section III-B1), chosen by hand.
  • M (images per permutation group) = 2
    Default group size for shuffling patches in the permutation module (Section III-B1), chosen by hand.
  • Patch mask ratio = 0.7
    Default random patch masking ratio, selected using Figure 7 which plots downstream evaluation accuracy on the first seven test datasets.
  • Number of horizontal masked blocks = 1
    Default number of block masks, selected using Figure 8 on downstream evaluation accuracy.
  • Temperatures tau_info and tau_kl = unspecified
    Temperature hyperparameters in Eqs. 1-2; no values are reported in the paper.
  • MoCo queue size K = unspecified
    Queue length for negative features in the MoCo-style contrastive branch; value never reported.
assumptions (5)
  • domain assumption Text in target images is horizontal and left-to-right
    Explicitly stated in Section IV-E: 'The use of our method is conditioned solely on the assumption that the text is horizontal.' Permutation and horizontal block masking rely on this structure.
  • domain assumption Pre-training on SynthText transfers to real scene text benchmarks
    All self-supervised pretraining uses SynthText; downstream evaluation on real datasets assumes transfer, with no comparison to real-data pretraining.
  • domain assumption Relational similarity-distribution consistency (KL over negatives) is a meaningful self-supervised objective
    Borrowed from ReSSL [19] and used in Eq. 2; the paper provides no theoretical justification beyond the cited prior work.
  • ad hoc to paper Averaging features into T=4 subword bins approximates morphological units such as roots and affixes
    Section III-B2 defines subword-level features by average pooling into T=4 bins without using ground-truth morphology or character positions.
  • domain assumption Sparse convolution equals standard convolution on unmasked inputs
    Section III-C3 states this as a finding and uses it to unify the CL and MIM branches in CNNs; no proof is given and the claim is attributed to the ConvNeXtV2 design.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Relational Contrastive Learning and Masked Image Modeling for Scene Text Recognition." pith.science (2026). https://pith.science/paper/6OQMY3QE

@misc{pith2026241111219,
  author       = {Pith},
  title        = {Pith review of: Relational Contrastive Learning and Masked Image Modeling for Scene Text Recognition},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/6OQMY3QE}},
  note         = {Machine review of arXiv:2411.11219}
}
read the original abstract

Context-aware methods have achieved remarkable advancements in supervised scene text recognition by leveraging semantic priors from words. Considering the heterogeneity of text and background in STR, we propose that such contextual priors can be reinterpreted as the relations between textual elements, serving as effective self-supervised labels for representation learning. However, textual relations are restricted to the finite size of the dataset due to lexical dependencies, which causes over-fitting problem, thus compromising the representation quality. To address this, our work introduces a unified framework of Relational Contrastive Learning and Masked Image Modeling for STR (RCMSTR), which explicitly models the enriched textual relations. For the RCL branch, we first introduce the relational rearrangement module to cultivate new relations on the fly. Based on this, we further conduct relational contrastive learning to model the intra- and inter-hierarchical relations for frames, sub-words and words. On the other hand, MIM can naturally boost the context information via masking, where we find that the block masking strategy is more effective for STR. For the effective integration of RCL and MIM, we also introduce a novel decoupling design aimed at mitigating the impact of masked images on contrastive learning. Additionally, to enhance the compatibility of MIM with CNNs, we propose the adoption of sparse convolutions and directly sharing the weights with dense convolutions in training. The proposed RCMSTR demonstrates superior performance in various evaluation protocols for different STR-related downstream tasks, outperforming the existing state-of-the-art self-supervised STR techniques. Ablation studies and qualitative experimental results further validate the effectiveness of our method. The code and pre-trained models will be available at https://github.com/ThunderVVV/RCMSTR .

Figures

Figures reproduced from arXiv: 2411.11219 by the authors.

Figure 1
Figure 1. We propose RCMSTR, a unified SSL method for text images to fully utilize textual relations. RCMSTR learns richer [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. First, the input image is augmented to obtain two [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 2
Figure 2. Block diagram. Each image in a batch is augmented and processed by the Relational MIM and CL components. In MIM, the image undergoes masking based on a specific strategy to facilitate local and global relational modeling, followed by a prediction head that reconstructs the masked regions. In CL, the image is augmented twice and then fed separately into the online branch (top) and the momentum branch (bottom) of the … view at source ↗
Figures from the paper (6 more)
Figure 3
Figure 3. Figure 3: Random masking of patches [PITH_FULL_IMAGE:figures/full_fig_p006_3.png]
Figure 4
Figure 4. Figure 4: Horizontal block masking. a carefully designed framework that integrates powerful MIM capabilities for CNN architectures in Sect. III-C3. 1) Relational Masking Strategy: Scene text images typi￾cally exhibit two levels of structure: the local stroke structure and the gl…
Figure 5
Figure 5. Figure 5: t-SNE results. (a) Direct equal division (c) Division using vertical projection (b) Division with dropping boundary features [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Multiple image division strategies. that the combination of subword and word levels outperforms the subword and frame levels in terms of performance. The highest performance is attained by learning across all three levels. In the following ablation, we used all three l…
Figure 7
Figure 7. Figure 7: Average evaluation of representations with different [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: Average evaluation of representations with various [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

60 extracted references · 32 canonical work pages

  1. [1]

    Unsupervised feature learning via non-parametric instance discrimination,

    Z. Wu, Y . Xiong, S. X. Yu, and D. Lin, “Unsupervised feature learning via non-parametric instance discrimination,” in Proceedings of the IEEE conference on computer vision and pattern recognition . IEEE, 2018, pp. 3733–3742

  2. [2]

    Representation learning with contrastive predictive coding,

    A. v. d. Oord, Y . Li, and O. Vinyals, “Representation learning with contrastive predictive coding,” arXiv preprint arXiv:1807.03748 , 2018

  3. [3]

    Momentum contrast for unsupervised visual representation learning,

    K. He, H. Fan, Y . Wu, S. Xie, and R. Girshick, “Momentum contrast for unsupervised visual representation learning,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 9729–9738

  4. [4]

    A simple framework for contrastive learning of visual representations,

    T. Chen, S. Kornblith, M. Norouzi, and G. Hinton, “A simple framework for contrastive learning of visual representations,” in International conference on machine learning . PMLR, 2020, pp. 1597–1607

  5. [5]

    Beit: Bert pre-training of image transformers,

    H. Bao, L. Dong, S. Piao, and F. Wei, “Beit: Bert pre-training of image transformers,” arXiv preprint arXiv:2106.08254 , 2021

  6. [6]

    Masked au- toencoders are scalable vision learners,

    K. He, X. Chen, S. Xie, Y . Li, P. Doll ´ar, and R. Girshick, “Masked au- toencoders are scalable vision learners,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp. 16 000–16 009

  7. [7]

    Simmim: A simple framework for masked image modeling,

    Z. Xie, Z. Zhang, Y . Cao, Y . Lin, J. Bao, Z. Yao, Q. Dai, and H. Hu, “Simmim: A simple framework for masked image modeling,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. IEEE COMPUTER SOC, 2022, pp. 9653–9663

  8. [8]

    Read like humans: Autonomous, bidirectional and iterative language modeling for scene text recognition,

    S. Fang, H. Xie, Y . Wang, Z. Mao, and Y . Zhang, “Read like humans: Autonomous, bidirectional and iterative language modeling for scene text recognition,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2021, pp. 7098–7107

Show all 60 references
  1. [11]

    Sequence-to-sequence contrastive learn- ing for text recognition,

    A. Aberdam, R. Litman, S. Tsiper, O. Anschel, R. Slossberg, S. Mazor, R. Manmatha, and P. Perona, “Sequence-to-sequence contrastive learn- ing for text recognition,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2021, pp. 15 302–15 312

  2. [12]

    Perceiving stroke-semantic context: Hierarchical contrastive learning for robust scene text recognition,

    H. Liu, B. Wang, Z. Bao, M. Xue, S. Kang, D. Jiang, Y . Liu, and B. Ren, “Perceiving stroke-semantic context: Hierarchical contrastive learning for robust scene text recognition,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 36, no. 2, 2022, pp. 1702– 1710

  3. [13]

    Reading and writing: Discriminative and generative modeling for self-supervised text recognition,

    M. Yang, M. Liao, P. Lu, J. Wang, S. Zhu, H. Luo, Q. Tian, and X. Bai, “Reading and writing: Discriminative and generative modeling for self-supervised text recognition,” in Proceedings of the 30th ACM International Conference on Multimedia , 2022, pp. 4214–4223

  4. [14]

    An image is worth 16x16 words: Transformers for image recognition at scale,

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly et al., “An image is worth 16x16 words: Transformers for image recognition at scale,” arXiv preprint arXiv:2010.11929 , 2020

  5. [15]

    Maskocr: Text recognition with masked encoder-decoder pretraining,

    P. Lyu, C. Zhang, S. Liu, M. Qiao, Y . Xu, L. Wu, K. Yao, J. Han, E. Ding, and J. Wang, “Maskocr: Text recognition with masked encoder-decoder pretraining,” arXiv preprint arXiv:2206.00311 , 2022

  6. [16]

    Towards accurate scene text recognition with semantic reasoning networks,

    D. Yu, X. Li, C. Zhang, T. Liu, J. Han, J. Liu, and E. Ding, “Towards accurate scene text recognition with semantic reasoning networks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 12 113–12 122

  7. [17]

    Seed: Semantics enhanced encoder-decoder framework for scene text recognition,

    Z. Qiao, Y . Zhou, D. Yang, Y . Zhou, and W. Wang, “Seed: Semantics enhanced encoder-decoder framework for scene text recognition,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 13 528–13 537

  8. [18]

    On vocabulary reliance in scene text recognition,

    Z. Wan, J. Zhang, L. Zhang, J. Luo, and C. Yao, “On vocabulary reliance in scene text recognition,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2020, pp. 11 425–11 434

  9. [19]

    Ressl: Relational self-supervised learning with weak augmentation,

    M. Zheng, S. You, F. Wang, C. Qian, C. Zhang, X. Wang, and C. Xu, “Ressl: Relational self-supervised learning with weak augmentation,” Advances in Neural Information Processing Systems , vol. 34, pp. 2543– 2555, 2021

  10. [20]

    Synthetic data for text localisation in natural images,

    A. Gupta, A. Vedaldi, and A. Zisserman, “Synthetic data for text localisation in natural images,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2016, pp. 2315–2324

  11. [21]

    Rethink- ing text segmentation: A novel dataset and a text-specific refinement approach,

    X. Xu, Z. Zhang, Z. Wang, B. Price, Z. Wang, and H. Shi, “Rethink- ing text segmentation: A novel dataset and a text-specific refinement approach,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 12 045–12 055

  12. [22]

    Relational contrastive learning for scene text recognition,

    J. Zhang, T. Lin, Y . Xu, K. Chen, and R. Zhang, “Relational contrastive learning for scene text recognition,” in Proceedings of the 31st ACM International Conference on Multimedia , 2023, pp. 5764–5775

  13. [23]

    Unsupervised learning of visual features by contrasting cluster assign- ments,

    M. Caron, I. Misra, J. Mairal, P. Goyal, P. Bojanowski, and A. Joulin, “Unsupervised learning of visual features by contrasting cluster assign- ments,” Advances in neural information processing systems , vol. 33, pp. 9912–9924, 2020

  14. [24]

    Bootstrap your own latent-a new approach to self-supervised learning,

    J.-B. Grill, F. Strub, F. Altch ´e, C. Tallec, P. Richemond, E. Buchatskaya, C. Doersch, B. Avila Pires, Z. Guo, M. Gheshlaghi Azar et al. , “Bootstrap your own latent-a new approach to self-supervised learning,” Advances in neural information processing systems, vol. 33, pp. ...

  15. [25]

    Exploring simple siamese representation learning,

    X. Chen and K. He, “Exploring simple siamese representation learning,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 15 750–15 758

  16. [26]

    Emerging properties in self-supervised vision transformers,

    M. Caron, H. Touvron, I. Misra, H. J ´egou, J. Mairal, P. Bojanowski, and A. Joulin, “Emerging properties in self-supervised vision transformers,” in Proceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 9650–9660

  17. [27]

    ibot: Image bert pre-training with online tokenizer,

    J. Zhou, C. Wei, H. Wang, W. Shen, C. Xie, A. Yuille, and T. Kong, “ibot: Image bert pre-training with online tokenizer,” arXiv preprint arXiv:2111.07832, 2021

  18. [28]

    Dinov2: Learning robust visual features without supervision,

    M. Oquab, T. Darcet, T. Moutakanni, H. V o, M. Szafraniec, V . Khalidov, P. Fernandez, D. Haziza, F. Massa, A. El-Nouby et al. , “Dinov2: Learning robust visual features without supervision,” arXiv preprint arXiv:2304.07193, 2023

  19. [29]

    Contrastive learning with stronger augmenta- tions,

    X. Wang and G.-J. Qi, “Contrastive learning with stronger augmenta- tions,” IEEE transactions on pattern analysis and machine intelligence , vol. 45, no. 5, pp. 5549–5560, 2022

  20. [30]

    What if we only use real datasets for scene text recognition? toward scene text recognition with fewer labels,

    J. Baek, Y . Matsui, and K. Aizawa, “What if we only use real datasets for scene text recognition? toward scene text recognition with fewer labels,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 3113–3122

  21. [31]

    Siman: Exploring self-supervised rep- resentation learning of scene text via similarity-aware normalization,

    C. Luo, L. Jin, and J. Chen, “Siman: Exploring self-supervised rep- resentation learning of scene text via similarity-aware normalization,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 1039–1048

  22. [32]

    Self- supervised character-to-character distillation for text recognition,

    T. Guan, W. Shen, X. Yang, Q. Feng, Z. Jiang, and X. Yang, “Self- supervised character-to-character distillation for text recognition,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 19 473–19 484

  23. [33]

    Reading scene text in deep convolutional sequences,

    P. He, W. Huang, Y . Qiao, C. Loy, and X. Tang, “Reading scene text in deep convolutional sequences,” in Proceedings of the AAAI conference on artificial intelligence , vol. 30, no. 1, 2016

  24. [34]

    Accurate recognition of words in scenes without char- acter segmentation using recurrent neural network,

    B. Su and S. Lu, “Accurate recognition of words in scenes without char- acter segmentation using recurrent neural network,” Pattern Recognition, vol. 63, pp. 397–405, 2017

  25. [35]

    An end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition,

    B. Shi, X. Bai, and C. Yao, “An end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition,” IEEE transactions on pattern analysis and machine intelligence, vol. 39, no. 11, pp. 2298–2304, 2016

  26. [36]

    Aster: An attentional scene text recognizer with flexible rectification,

    B. Shi, M. Yang, X. Wang, P. Lyu, C. Yao, and X. Bai, “Aster: An attentional scene text recognizer with flexible rectification,” IEEE transactions on pattern analysis and machine intelligence, vol. 41, no. 9, pp. 2035–2048, 2018

  27. [37]

    Learning to read irregular text with attention mechanisms

    X. Yang, D. He, Z. Zhou, D. Kifer, and C. L. Giles, “Learning to read irregular text with attention mechanisms.” in IJCAI, vol. 1, no. 2, 2017, p. 3

  28. [38]

    Attention-based extraction of structured information from street view imagery,

    Z. Wojna, A. N. Gorban, D.-S. Lee, K. Murphy, Q. Yu, Y . Li, and J. Ibarz, “Attention-based extraction of structured information from street view imagery,” in2017 14th IAPR international conference on document analysis and recognition (ICDAR) , vol. 1. Ieee, 2017, pp. 844–850....

  29. [39]

    On recognizing texts of arbitrary shapes with 2d self-attention,

    J. Lee, S. Park, J. Baek, S. J. Oh, S. Kim, and H. Lee, “On recognizing texts of arbitrary shapes with 2d self-attention,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020, pp. 546–547

  30. [40]

    Master: Multi-aspect non-local network for scene text recognition,

    N. Lu, W. Yu, X. Qi, Y . Chen, P. Gong, R. Xiao, and X. Bai, “Master: Multi-aspect non-local network for scene text recognition,” Pattern Recognition, vol. 117, p. 107980, 2021

  31. [41]

    Context-based contrastive learning for scene text recognition,

    X. Zhang, B. Zhu, X. Yao, Q. Sun, R. Li, and B. Yu, “Context-based contrastive learning for scene text recognition,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 36, no. 3, 2022, pp. 3353–3361

  32. [42]

    What do self-supervised vision transformers learn?

    N. Park, W. Kim, B. Heo, T. Kim, and S. Yun, “What do self-supervised vision transformers learn?” arXiv preprint arXiv:2305.00729 , 2023

  33. [43]

    Masked siamese convnets,

    L. Jing, J. Zhu, and Y . LeCun, “Masked siamese convnets,” arXiv preprint arXiv:2206.07700, 2022

  34. [44]

    Convnext v2: Co-designing and scaling convnets with masked autoen- coders,

    S. Woo, S. Debnath, R. Hu, X. Chen, Z. Liu, I. S. Kweon, and S. Xie, “Convnext v2: Co-designing and scaling convnets with masked autoen- coders,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2023, pp. 16 133–16 142

  35. [45]

    Scene text recognition using higher order language priors,

    A. Mishra, K. Alahari, and C. Jawahar, “Scene text recognition using higher order language priors,” in BMVC-British machine vision confer- ence. BMV A, 2012

  36. [46]

    Icdar 2003 robust reading competitions: entries, results, and future directions,

    S. M. Lucas, A. Panaretos, L. Sosa, A. Tang, S. Wong, R. Young, K. Ashida, H. Nagai, M. Okamoto, H. Yamamoto et al. , “Icdar 2003 robust reading competitions: entries, results, and future directions,” International Journal of Document Analysis and Recognition (IJDAR) , vol. 7,...

  37. [47]

    Icdar 2013 robust reading competition,

    D. Karatzas, F. Shafait, S. Uchida, M. Iwamura, L. G. i Bigorda, S. R. Mestre, J. Mas, D. F. Mota, J. A. Almazan, and L. P. De Las Heras, “Icdar 2013 robust reading competition,” in 2013 12th international conference on document analysis and recognition . IEEE, 2013, pp. 1484–1493

  38. [48]

    End-to-end scene text recog- nition,

    K. Wang, B. Babenko, and S. Belongie, “End-to-end scene text recog- nition,” in 2011 International conference on computer vision . IEEE, 2011, pp. 1457–1464

  39. [49]

    Icdar 2015 competition on robust reading,

    D. Karatzas, L. Gomez-Bigorda, A. Nicolaou, S. Ghosh, A. Bagdanov, M. Iwamura, J. Matas, L. Neumann, V . R. Chandrasekhar, S. Lu et al., “Icdar 2015 competition on robust reading,” in 2015 13th international conference on document analysis and recognition (ICDAR) . IEEE, 2015,...

  40. [50]

    Recognizing text with perspective distortion in natural scenes,

    T. Q. Phan, P. Shivakumara, S. Tian, and C. L. Tan, “Recognizing text with perspective distortion in natural scenes,” inProceedings of the IEEE international conference on computer vision , 2013, pp. 569–576

  41. [51]

    A robust arbitrary text detection system for natural scene images,

    A. Risnumawan, P. Shivakumara, C. S. Chan, and C. L. Tan, “A robust arbitrary text detection system for natural scene images,” Expert Systems with Applications, vol. 41, no. 18, pp. 8027–8048, 2014

  42. [52]

    Coco-text: Dataset and benchmark for text detection and recognition in natural images,

    A. Veit, T. Matera, L. Neumann, J. Matas, and S. Belongie, “Coco-text: Dataset and benchmark for text detection and recognition in natural images,” arXiv preprint arXiv:1601.07140 , 2016

  43. [53]

    Curved scene text detection via transverse and longitudinal sequence connection,

    Y . Liu, L. Jin, S. Zhang, C. Luo, and S. Zhang, “Curved scene text detection via transverse and longitudinal sequence connection,” Pattern Recognition, vol. 90, pp. 337–345, 2019

  44. [54]

    Total-text: A comprehensive dataset for scene text detection and recognition,

    C. K. Ch’ng and C. S. Chan, “Total-text: A comprehensive dataset for scene text detection and recognition,” in 2017 14th IAPR international conference on document analysis and recognition (ICDAR) , vol. 1. IEEE, 2017, pp. 935–942

  45. [55]

    From two to one: A new scene text recognizer with visual language modeling network,

    Y . Wang, H. Xie, S. Fang, J. Wang, S. Zhu, and Y . Zhang, “From two to one: A new scene text recognizer with visual language modeling network,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 14 194–14 203

  46. [56]

    Robust scene text recognition with automatic rectification,

    B. Shi, X. Wang, P. Lyu, C. Yao, and X. Bai, “Robust scene text recognition with automatic rectification,” in Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 4168– 4176

  47. [57]

    What is wrong with scene text recognition model comparisons? dataset and model analysis,

    J. Baek, G. Kim, J. Lee, S. Park, D. Han, S. Yun, S. J. Oh, and H. Lee, “What is wrong with scene text recognition model comparisons? dataset and model analysis,” in Proceedings of the IEEE/CVF international conference on computer vision , 2019, pp. 4715–4723

  48. [58]

    Synthetic data and artificial neural networks for natural scene text recognition,

    M. Jaderberg, K. Simonyan, A. Vedaldi, and A. Zisserman, “Synthetic data and artificial neural networks for natural scene text recognition,” arXiv preprint arXiv:1406.2227 , 2014

  49. [59]

    Benchmarking chinese text recognition: Datasets, baselines, and an empirical study,

    H. Yu, J. Chen, B. Li, J. Ma, M. Guan, X. Xu, X. Wang, S. Qu, and X. Xue, “Benchmarking chinese text recognition: Datasets, baselines, and an empirical study,” arXiv preprint arXiv:2112.15093 , 2021

  50. [60]

    The iam-database: an english sentence database for offline handwriting recognition,

    U.-V . Marti and H. Bunke, “The iam-database: an english sentence database for offline handwriting recognition,” International Journal on Document Analysis and Recognition , vol. 5, pp. 39–46, 2002

  51. [61]

    Cvl-database: An off-line database for writer retrieval, writer identification and word spotting,

    F. Kleber, S. Fiel, M. Diem, and R. Sablatnig, “Cvl-database: An off-line database for writer retrieval, writer identification and word spotting,” in 2013 12th international conference on document analysis and recognition, IEEE. IEEE, 2013, pp. 560–564

  52. [62]

    Stochastic neighbor embedding,

    G. E. Hinton and S. Roweis, “Stochastic neighbor embedding,” Advances in neural information processing systems , vol. 15, 2002

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.