paper-with-me

Papers

Bridging Synthetic and Real Worlds for Pre-training Scene Text Detectors

2023-12-08 · Tongkun Guan, Wei Shen, Xue Yang, Xuehui Wang, Xiaokang Yang

Existing scene text detection methods typically rely on extensive real data for training. Due to the lack of annotated real images, recent works have attempted to exploit large-scale labeled synthetic data (LSD) for pre-training text detectors. However, a synth-to-real domain gap emerges, further limiting the performance of text detectors. Differently, in this work, we propose FreeReal, a real-domain-aligned pre-training paradigm that enables the complementary strengths of both LSD and unlabeled real data (URD). Specifically, to bridge real and synthetic worlds for pre-training, a glyph-based mixing mechanism (GlyphMix) is tailored for text images.GlyphMix delineates the character structures of synthetic images and embeds them as graffiti-like units onto real images. Without introducing real domain drift, GlyphMix freely yields real-world images with annotations derived from synthetic labels. Furthermore, when given free fine-grained synthetic labels, GlyphMix can effectively bridge the linguistic domain gap stemming from English-dominated LSD to URD in various languages. Without bells and whistles, FreeReal achieves average gains of 1.97%, 3.90%, 3.85%, and 4.56% in improving the performance of FCENet, PSENet, PANet, and DBNet methods, respectively, consistently outperforming previous pre-training methods by a substantial margin across four public datasets. Code is available at https://github.com/SJTU-DeepVisionLab/FreeReal.

📄 PDF Abstract BibTeX arXiv:2312.05286

Code (1)

sjtu-deepvisionlab/freereal 공식 구현 pytorch

Tasks

Scene Text DetectionText Detection

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Bottom-up Path Augmentation 설명 없음
FPN 설명 없음
PAFPN PAFPN is a feature pyramid module used in Path Aggregation networks (PANet) that combines FPNs with [bottom-up path…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

SynthText3D: Synthesizing Scene Text Images from 3D Virtual Worlds

2019-07-13 · Minghui Liao, Boyu Song, Shangbang Long, Minghang He 외

With the development of deep neural networks, the demand for a significant amount of annotated training data becomes the performance bottlenecks in many fields of research and applications. Image synthesis can generate a…

Image GenerationScene Text DetectionText Detection

WorldWander: Bridging Egocentric and Exocentric Worlds in Video Generation

2025-11-27 · Quanjian Song, Yiren Song, Kelly Peng, Yuan Gao 외 arxiv

Recent advances in video world models enable interactive environments with free navigation, making translation between first-person (egocentric) and third-person (exocentric) perspectives increasingly important. However,…

Video Generation

Training Deep Networks with Synthetic Data: Bridging the Reality Gap by Domain Randomization

2018-04-18 · Jonathan Tremblay, Aayush Prakash, David Acuna, Mark Brophy 외

We present a system for training deep neural networks for object detection using synthetic images. To handle the variability in real-world data, the system relies upon the technique of domain randomization, in which the …

Objectobject-detectionObject Detection

WorldStereo: Bridging Camera-Guided Video Generation and Scene Reconstruction via 3D Geometric Memories

2026-03-02 · Yisu Zhang, Chenjie Cao, Tengfei Wang, Xuhui Zuo 외 arxiv

Recent advances in foundational Video Diffusion Models (VDMs) have yielded significant progress. Yet, despite the remarkable visual quality of generated videos, reconstructing consistent 3D scenes from these outputs rema…

3D ReconstructionScene GenerationVideo GenerationPoint Clouds

WorldSample: Closed-loop Real-robot RL with World Modelling

2026-07-02 · Yuquan Xue, Le Xu, Zeyi Liu, Zhenyu Wu 외 arxiv

Reinforcement learning (RL) can overcome the demonstration-coverage limitation of imitation learning (IL) by allowing robots to improve through trial-and-error interaction beyond the states observed in demonstrations. Ho…

Reinforcement LearningRobot ManipulationData Augmentation