furukawa-ai / deeplearning_papers

AI論文読みメモ
26 stars 0 forks source link

Updating Google Maps with Deep Learning and Street View (Attention-based Extraction of Structured Information from Street View Imagery) #16

Closed msrks closed 1 year ago

msrks commented 7 years ago

google brain

https://research.googleblog.com/2017/05/updating-google-maps-with-deep-learning.html

msrks commented 7 years ago

OCRのSOTAモデルを開発して、Google Street Viewの標識から文字を抽出

https://arxiv.org/abs/1704.03549

We present a neural network model - based on CNNs, RNNs and a novel attention mechanism - which achieves 84.2% accuracy on the challenging French Street Name Signs (FSNS) dataset, significantly outperforming the previous state of the art (Smith'16), which achieved 72.46%. Furthermore, our new method is much simpler and more general than the previous approach. To demonstrate the generality of our model, we show that it also performs well on an even more challenging dataset derived from Google Street View, in which the goal is to extract business names from store fronts. Finally, we study the speed/accuracy tradeoff that results from using CNN feature extractors of different depths. Surprisingly, we find that deeper is not always better (in terms of accuracy, as well as speed). Our resulting model is simple, accurate and fast, allowing it to be used at scale on a variety of challenging real-world text extraction problems.