Top Banner
1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang
22

1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

Dec 22, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

1

Incremental Detection of Text on Road Signs from Video

Wen Wu

Joint work with Xilin Chen and Jie Yang

Page 2: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

2

Acquire Text, Process Text

Corpus

Language(Text)

Language(Text)

Web

Visual

Speech

NLP

Translation

IR/IE

Multimedia

Speech

Page 3: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

3

Text helps to understand images

Page 4: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

4

Why interested in text on signs?

• Signs are everywhere in our daily life, such as shop names, billboard, street names, etc;

• Like other information device, road signs are placed to convey information to human for different purposes;

• Text could be the most flexible way to express dynamic information.

• Why not make computer to understand those text and further assist human?

Page 5: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

5

Too many signs cause problems

Page 6: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

6

It happened in Pittsburgh too!

Page 7: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

7

Task • Automatically detect text on road signs

from video.

Page 8: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

8

Related work

Page 9: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

9

What makes us to detect sign?

Page 10: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

10

What do you think?

Page 11: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

11

Vertical plane property of signs

Page 12: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

12

Divide-and-Conquer Strategy

• Decompose the original task into two sub-tasks, that is, localization of road signs and detection of text;

• Propose algorithms for two sub-tasks respectively, integrate them by mapping corresponding feature points;

• Use features from not only individual 2D images but also temporal dependency between them.

Page 13: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

13

Incremental Detection Framework

Page 14: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

14

Why incremental?

• Computation requirement– Detection is a computation-expensive step;– In contrast, mapping correspondence points

is a cheap step;

• Video resolution – Detection requires low resolution– OCR requires high resolution

Localize Detect Recognize

Time

Page 15: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

15

System Implementation Prototype

Built on a PC with Intel Pentium 4 CPU @1.8

GHz and 1GB memory, Windows XP;

Data:

1) Captured by a DV camera mounted on a minivan.

2) Video frame size is 640*480.

3) The database included about 3 hours of videos, captured in different conditions, i.e., in the morning, afternoon, and dusk.

Page 16: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

16

A Demo

Demo

Page 17: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

17

Sequences of the Demo

Page 18: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

18

Incremental vs. Non-incremental

Another demo

Page 19: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

19

Summary of Evaluation• 22 video sequences with

different driving situations; • Vehicle’s speed varies from

20 to 55 MPH • Testing data contain ~90

road signs and > 300 words.

# of signs Hit rate False hits

92 92.4% 17.9%

Hit rate False hits Speed

Non-Incre- 80.2% 85.6% 2-6 fps

Incre- 88.9% 9.2% 8-16fps

Table 1. Sign localization performance Table 2. Text detection performance

Page 20: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

20

Contributions

• Proposed a unified framework for automatically detecting text on road signs from video based on the natural characteristics of the task;

• Exploited features for text detection not only from individual 2D images but also from temporal dependency in video;

• Made connection between understanding visual information and understanding language (text).

Page 21: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

21

Conclusions & Future Work

• Automatic detection of text on road signs could be very useful in various applications;

• Experiments have shown that the new framework could significantly improves robustness and efficiency of any existing text detection algorithm;

• Future work: Apply various language methods to detected texts in video, e.g., translation, IR, etc.

Page 22: 1 Incremental Detection of Text on Road Signs from Video Wen Wu Joint work with Xilin Chen and Jie Yang.

22

Question ?

Thank You