summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/springer/svjour/ijdar/example.tex
blob: c70a16eba12c21a8404d9f9eb3d53dc2af2ef1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
\documentclass[ijdar]{svjour}
\usepackage{latexsym}
\usepackage[fleqn]{amsmath}
\usepackage{graphics}
\usepackage{graphicx}
\makeatletter
\@mathmargin\z@
\parskip=0pt
\makeatother

\begin{document}

\def\bsub#1{\def\theequation{#1\alph{equation}}\setcounter{equation}{0}}
\def\esub#1{\def\theequation{\arabic{equation}}\setcounter{equation}{#1}}


\def\subsubsection#1{\paragraph{\it #1}}

\title{Automatic reading of cursive scripts using a reading model\\ and
perceptual concepts}

\subtitle{The PERCEPTO system}

\author{M. C\^{o}t\'{e}\inst{1,2,3}\fnmsep\thanks{Presently at
INO, 369, rue Franquet, Ste-Foy,
Qu\'{e}bec G1P 4N8, Canada; \email{mcote\char64ino.qc.ca}}
\and
E. Lecolinet\inst{1} \and M. Cheriet\inst{2} \and C.Y. Suen\inst{3}}

\mail{M. C\^{o}t\'{e}}

\institute{ENST, SIG / CNRS URA 820, 46 rue Barrault, F-75634 Paris
Cedex
13, France \and E.T.S, Universit\'{e} du Qu\'{e}bec, 1100 rue
Notre-Dame Ouest, Montr\'{e}al, Qu\'{e}bec H3C 1K3, Canada \and
CENPARMI, Concordia University, Suite GM-606, 1455 de Maisonneuve Ouest,
Montr\'eal, Qu\'{e}bec H3G 1M8, Canada }

%\thanks{Dr C\^ot\'e was at ENST when the paper was submitted. She is
%presently at the National Optics Institute, 369, rue Franquet, Ste-Foy,
%Qu\'ebec, G1P 4N8, Canada $\mbox{(e-mail: mcote@ino.qc.ca)}$.}

\date{Received June 29, 1997 / Revised August 13, 1997}


\maketitle

\begin{abstract} This paper presents a model for reading cursive scripts
which has an architecture inspired by the behavior of human reading and
perceptual concepts. The scope of this study is limited to offline
recognition of isolated cursive words. First, this paper describes
McClelland and Rumelhart's reading model, which formed the basis of the
system. The method's behavior is presented, followed by the main
original contributions of our model which are: the development of a new
technique for baseline extraction, an architecture based on the chosen
reading model (hierarchical, parallel, with local representation and
interactive activation mechanism), the use of significant perceptual
features in word recognition such as ascenders and descenders, the
creation of a fuzzy position concept dealing with the uncertainty of the
location of features and letters, and the adaptability of the model to
words of different lengths and languages. After a description of our
model, new results are presented.

\keywords{Offline recognition -- Cursive script recognition --
Perception -- Reading model -- Activation}
\end{abstract}

%%%%%%%%%%%%%%%%%
% Texte         %
%%%%%%%%%%%%%%%%%

%derniere version envoyee



\section{Introduction}
\label{sec:intro}

The advent of the computer has deeply modified our way of interacting
with our environment. Even though this machine is able to perform
complex calculations and often exceeds human capacity, it remains
limited in many other aspects. In fact, communication with a computer
through a keyboard is not very natural, and requires much discipline.
Unfortunately, even after 30 years of intensive research in this domain,
a complete solution to the automatic reading of cursive script has not
yet been found. On the other hand, handwriting recognition can play an
important role in future reading systems (Bartneck 1996), and
consequently it is a worthy and challenging area of further
investigation and research.

Since humans are able to read handwritten texts with apparent ease, it
may seem appropriate to base an automatic handwriting reader on human
reading models. What features are detected while reading? How do humans
access information concerning the meaning of a word? Does perception of
a word build up from the perception of its letters, or by its shapes?
For many years, researchers in the fields of biology, neurophysiology,
cognitive psychology, and linguistics have studied these questions
(Taylor and Taylor 1983), and various reading models have resulted from
their investigations. Even though these models are still in progress,
and many theories defending different ideas are being debated, we
believe that we can benefit from their observations for the offline
recognition of isolated cursive words. In fact, we consider that
features detected while reading play a key role in determining good
features for the recognition. Also, we assume that the problem of mental
lexical access can influence the architecture to implement the method.

Though models have been proposed to explain the process of mental
lexicon access while reading, they\break
mostly rely on printed texts. Few
studies have been conducted on the mechanisms involved in the reading of
handwriting. In (De Zuniga et al. 1991), the authors conclude that even
though the reading of handwritten words differs from printed words at
first glance, once cursive normalization has taken place, handwritten
and printed words (in lowercase letters) seem to be subject to similar
processes. For example, experimental studies suggest that people use
word shape to help them recognize words, and this can be useful too in
handwriting recognition since the overall shape of a handwritten word
follows the same sequence of tall (ascenders: ``l'', ``t''), short
(``o'', ``r'', ``a''), and projecting letters (descenders: ``p'', ``j'')
as the shape of the word printed in lowercase. Thus, it seems that the
underlying concepts of reading models can be adapted to the recognition
of \mbox{cursive scripts}.

Dealing with offline cursive scripts does not simplify this adaptation;
because cursive writing is fundamentally prone to ambiguity, offline
cursive script recognition constitutes a complex problem. Often, letters
in the words are poorly written if not missing. Consequently, perfect
letter segmentation is impossible, and letter position is not known
precisely. This paper presents a new method based on a human reading
model, influenced by the work of McClelland and Rumelhart in perception.
The scope of this study is limited to the offline recognition of
isolated cursive words. Our model, already described in (C\^ot\'e et
al. 1995; C\^ot\'e et al. 1996b; C\^ot\'e et al. 1997), shares the
following characteristics with that proposed by McClelland and Rumelhart
(McClelland and Rumelhart 1981): network with local representation,
parallel processing, and activation mechanism (top-down and bottom-up
processes).

%Revenir la-dessus

The organization of the paper is as follows: Sect.~\ref{SECCONTEXT}
briefly talks about contextual analysis methods, Sect.~\ref{SECNN}
introduces knowledge representation in neural networks,
Sect.~\ref{PWORK} explains why McClelland and Rumelhart's reading
model was chosen as the foundation of our system, and
Sect.~\ref{METHOD} describes our method. New results and
interpretations are included in Sect.~\ref{RESULTS}, followed by
discussions and concluding remarks.

\section{Contextual analysis}
\label{SECCONTEXT}

Cursive script recognition requires contextual analysis due to its large
variability. There are two main types of contextual analysis: left-right
methods and top-down methods.

In the left-right methods, the contextual analysis is done essentially
by dynamic programming, editing distance or by HMM (Chen and Kundu
1993). All the possible combinations of segmentations are computed in
order to find the best combination.

In the top-down methods, the parallel information processing is favored
and relies on hypothesis generation and validation. Methods using a
global strategy are generally of this type (Houle 1993). On the
contrary, methods using an analytical strategy of segmentation are
usually considered as bottom-up methods (Favata and Srihari l992).

New methods are now combining top-down and bot\-tom-up strategies in
order to build more flexible segmentation techniques (implicit
analytical segmentation methods) as in (Bozinovic 1989).

Regarding the way we integrate contextual information into the
recognition process, we chose an approach which better fulfils the
research results in psychology.

\begin{itemize}

\item According to Taylor and Taylor (1993, p. 194):

\medskip

\begin{quote}
{\it To recognize handwriting one needs no more than letter features
in roughly the right places...}
\end{quote}

\medskip \noindent
Hence, contextual analysis mainly allows us to benefit from an important
redundancy of information. Consequently, the recognition of all the
letters of a word is not necessary to identify it.

\item They also mention that the reading of a word is not
performed from the left to the right but outside-in.

\end{itemize}

\noindent This is why unlike HMM techniques, our method of
contextual analysis is not left-right. It combines bottom-up and
top-down approaches together using hypothesis generation and
validation.

\section{Knowledge representation in neural networks}
\label{SECNN}

The connectionist approach occupies an important place in pattern
recognition. Several types of neural networks exist, which can be
divided into different categories.\break
More generally speaking there are two
kinds of systems: {\it black-box} systems and {\it transparent} systems.
The working mode of the latter are fully explainable while the working
mode of the former is totally opaque. One characteristic that we would
like to highlight is the way information is coded in the network.
According to this point of view, there are two types of networks
(Jodouin 1994): those with local representation, and with distributed
representation.

\begin{itemize}

\item networks with local representation

In this type of network, each cell or neuron corresponds to a specific
concept. When the neuron detects the presence of this concept it is
active, otherwise it is inactive. This coding is used in networks with
no learning phase because it is relatively easy to establish the
connections between neurons according to the interpretation that we want
to give them. In the example shown in Fig.~\ref{FIGLOCAL}, if we
present `sun' as input, the output of the network will always be `day',
because we have linked the concept `sun' to the concept `day'.

\begin{figure}%f1
\includegraphics[width=6cm]{ijdar003.f1}%{netlocal.ps}
\caption{Network with local representation}
\label{FIGLOCAL}
\end{figure}

This local coding is simple and very useful when the number of data to
be represented is small, and when the data can be described with simple
relations. The behavior of this type of network can be explained step by
step. It thus falls into the category of ``transparent''
systems.\eject

\item networks with distributed representation

In this type of network, a concept is distributed over several neurons.
A code is associated with each concept. This code has no meaning in
itself, and cannot be directly explained as for local representation
networks. This is why this type of network has been compared to a
``black box''.

From several examples, the network develops an internal representation:
it learns configurations or\break
codes specific to each concept. The example
in Fig.~\ref{FIGDIST} shows the distributed version of the preceding
example. The network learns to answer `day' when we present `sun' as
input. It then represents the concept `day' with the following
distributed code: black, white, white, black.

\begin{figure}%f2
\includegraphics[width=8cm]{ijdar003.f2}%{netdistJ.ps}
\caption{Network with distributed representation}
\label{FIGDIST}
\end{figure}

At present, most of the networks used for pattern recognition are
distributed ones. However, this type of network demands an intensive and
time-consuming learning phase. It also needs a large data base.
Moreover, it is difficult to explain the behavior of these networks step
by step. In addition, it is very difficult to analyze the origin of the
recognizer errors and to correct them to improve the system performance.

In the next section, we will show why we chose a local knowledge
representation for our system.

\end{itemize}


\section{Psychological aspects}
\label{PWORK}

One of the trends in cursive script recognition is to get inspiration from reading models (Higgins and Bramall 1996; Guillevic 1995; C\^ot\'e et al. 1996a).
We agree with Wesolkowski when he says:

\begin{quote}
{\it Humans are the best cursive word recognizers;\break
therefore, by studying our performance on this task we might be able to set preliminary performance goals for cursive script recognition
systems.}\break
(Wesolkowski 1996, p. 270)
\end{quote}

\noindent
It has been suggested that reading handwriting in context requires no more features than the first letter and the word shape (Higgins and Bramall 1996).
Obviously, the reading will be facilitated by the presence of additional information.
Nevertheless, the underlying idea is derived from studies of reading, in order to build efficient automatic reading systems.
Word recognition implies the process of visual information, and its representation at the linguistic level.
Psychologists call lexical access the processes by which humans associate the image of a word with its meaning.
Most lexical access models take into account the orthographic (the way the word is written) and the phonological aspects (the way the word is pronounced) of the word, because both of them are tightly bound.
Several models of lexical access have been developed, but up to now there is no final explanation on this matter, and research is continuing (Taft 1991).
The question is, which reading model is best suited for the task?

Jacobs and Grainger (Jacobs and Grainger 1994)\break
have published an overview of word reading models, compared and evaluated according to their ability to reproduce the behaviors observed in humans.
Three models emerged from the others.
The first and the second are representatives of a traditional school, while the last is an adaptation of ``brain-style'' simulation models.

\begin{itemize}

\item {\it Verification Model} (Paap et al. 1982)

In this model, the visual inputs trigger the activation of some of the words in the lexicon.
These activated words constitute a set of candidates.
At the verification stage, this set of candidates is then sequentially checked against the sensory representation of the stimulus (as stored in visual memory), until a match is made.

\item {\it Dual route} (Coltheart and Rastle 1994)

This model assumes two main routes for lexical access while reading: one for the words, and one for pseudowords (pronounceable non-words such as `REET' or `MAVE').

\item {\it Interactive Activation Model} (McClelland and\break
Rumelhart 1981)

% included figure ....
\begin{figure}%f3
\includegraphics[width=8cm]{ijdar003.f3}%{IAM2.ps}
\caption{Interactive Activation Model (McClelland and Rumelhart 1981)}
\label{FIGMODEL}
\end{figure}

In this model, which is opposite to the Coltheart and Rastle model, only one route is used for lexical access.
Words and pseudowords are processed in the same way.

The output of the interactive-activation model, contrary to Paap's model, is a single word that has been isolated from a set of active candidates by means of an inhibitory mechanism working on competing units.
The verification step is integral to the recognition process.
(see Fig.~3)


\end{itemize}


Since the perceptual approach is our first motivation, we have chosen the McClelland and Rumelhart model, as explained in (C\^ot\'e 1996a).
In fact, this model has been especially designed to mimic the {\it Word Superiority Effect} (WSE) which is defined as the superiority of letter recognition within a context over the recognition of isolated letters.
Figure~\ref{FIGWSE} shows how this effect has been observed when subjects have been asked to recognize a letter either in isolation or in context ({i.e.} in an existing word).


% included figure ....
\begin{figure}%f4
\includegraphics[width=8cm]{ijdar003.f4}%{WSEJ.ps}
\caption{Experimental observations. $t_{isolation}$ is the time needed
for the recognition of a letter in isolation where exists some a priori
ambiguity between possible letters such as ``A, H, K, or R'';
$t_{context}$ is the time needed for the recognition of the letter
within a word. In this case, the letter in context is obviously `K'
because it corresponds to the word ``work''}
\label{FIGWSE}
\end{figure}


This {\it Interactive Activation Model}~~has been modified many times subsequently.
Its local represen\-tation has been changed to a distributed one (Seidenberg and McClelland 1989; Rumelhart and McClelland 1986).
These ideas have given birth to the current generation of neural networks, which are able to learn new paradigms.
However, when comparing both of McClelland's models (the classical and the distributed one), Forster (Forster 1994) remains skeptical about the pretension of Parallel Distributed Models to explain cognitive functions in terms of neurons.
To him, a simulation is not an explanation.
The demonstration that a network works does not give a theoretical explanation of the cognitive processes involved.
He concludes:

\medskip

\begin{quote}
{\it I suggest that the type of connections needed are effectively equivalent to local representations... I also protest the trend to substitute simulations for theoretical
explanations}. (Forster 1994, p. 1303)
\end{quote}

\medskip \noindent
We are facing the ``black box'' problem here.
Jacobs supports Forster's affirmation:

\medskip

\begin{quote}
{\it evidence from behavioral and brain imaging studies supports a word recognition model closer in spirit to the interactive-activation model (McClelland and Rumelhart) than to more recent (distributed) models (Seidenberg and
McClelland,\break
1989).} (Jacobs and Grainger 1994, p. 1326)
\end{quote}

\medskip \noindent
Because we choose a local representation instead of a distributed one for our model, we are not in the main stream or current recognition methods, but we still value our personal slant on recognition:  human perception.
Hence in our network we can introduce {a priori} knowledge, and we can explain the behavior of the system step by step.

An important point is that we can benefit from this analytic architecture to integrate an implicit segmentation (Casey and Lecolinet 1996).
Thus, this architecture gives us the opportunity to improve the segmentation by taking advantage of contextual information.
One should note that this is not possible in a network with distributed representation, because it behaves as a classifier which corresponds to a holistic approach.
Also, there is no learning phase by connection weight modifications.
Another advantage of this knowledge representation is that we do not need an extensive database to train the system.


\section{Proposed method}
\label{METHOD}

We will introduce the behavior of our method, and underline its main originalities.
The different modules of the system are represented in Fig.~\ref{FIGOVERVIEW}, and will be described in this section.

\begin{figure}%f5
\includegraphics[width=8cm]{ijdar003.f5}%{overview.ps}
\caption{System overview. In this example, the key-letters are {\it
`h'}, {\it `d'}, {\it `e'} and {\it `d'}}
\label{FIGOVERVIEW}
\end{figure}

\subsection{Overview}

Our method, developed for the offline recognition of isolated cursive words, models the contextual effects that were reported from studies in experimental psychology.
We were particularly interested in the Interactive Activation Model proposed by McClelland and Rumelhart, because it is a lexical access model which mimics human perception, and because it accounts for the Word Superiority Effect.
Even with inspiration from this reading model, it should be noted that our data and objectives are radically different from those of McClelland and Rumelhart.
They use printed words to study human perception; we work with handwritten words.
In their case, they build a reading model, whereas in our case, we want to recognize a cursive word.

Hence, our recognition method is based on some ideas presented in the McClelland and Rumelhart model: neural network with local knowledge representation, parallel processing of information, gradual propagation of activation between adjacent levels of cells, following several bottom-up and top-down processes.
However, because of the variability of handwriting, we have included in this architecture some characteristics specific to cursive scripts: meaningful features such ascenders and descenders, relative position of letters, fuzzy matching
technique, and contextual analysis.

Our system PERCEPTO for cursive word recognition has resulted from these new developments.
It is mainly composed of four modules: pre-processing, baseline extraction, feature extraction, and recognition.
Fig.~\ref{FIGOVERVIEW} illustrates the propagation of information in the system.
First of all, a scanned image of an isolated cursive word is given as input.
Pre-processing is performed on this input image, including contour extraction, loop detection and identification of local minima.
The local minima will be used later during the pre-segmentation of the image into zones, each containing a key-letter ({cf.},
Sect.~5.2.2).

Once pre-processing is complete, the baselines of the word image are found in order to prepare for feature extraction ({cf.},  Sect.~\ref{SECFEATURE}).
Three types of features are extracted: primary and secondary features, face-up and face-down valleys.

In the recognition module, a neural network with three layers of neurons identifies the input word from the features extracted through a succession of perceptual cycles (bottom-up and top-down processes) ({cf.},  Sect.~\ref{SECPERCEPT}).
A fuzzy matching technique identifies a correspondence between the zones in the input image (parts of the image which are recognized) and letters in each word of the lexicon (contextual knowledge) ({cf.},  Sect.~\ref{sec-label}).

The output of the recognition module is a list of candidate words sorted by decreasing order of activation.

\subsection{Feature extraction}
\label{SECFEATURE}

%faire une intro.
As explained in the section above, three types of features are extracted in this method, as shown in Fig.~\ref{FIGOVERVIEW}: primary features, secondary features, and face-up and face-down valleys.

Primary features are used to detect key-letters (letters or part of
letters containing an ascender, a descender or a loop in the body of the
word) ({cf.}, Sect.~5.2.2).  Secondary features are
conditional, because they are only detected when they are found in the
presence of a prime feature ({cf.}, Sect.~5.2.3).  Face-up and
face-down valleys are extracted from the background of the image ({cf.},
Sect.~5.2.4).  Primary and secondary features are used during the
bottom-up processes of the recognition module ({cf.},
Sect.~5.5.1), while face-up and face-down valleys are involved
in the top-down processes only ({cf.}, Sect.~5.5.2).  Successful
identification of these features relies on the baselines of the word
image.


\subsubsection{5.2.1 Baseline extraction.}

Baselines split a word into three regions: one for ascenders (region above the superior baseline), one for descenders (region below the inferior baseline), and one for the body of the word (region between the two baselines).
We have developed a new method for baseline extraction using entropy, which is described in (C\^ot\'e 1996c) and illustrated in Fig.~\ref{FIGBASELEXT}.
This method avoids the correction of the slant of the word, and consequently the baseline follows the word as it is written.
We basically compute several histograms for different $y$ projections, and calculate the entropy associated with each of them.
We recall that entropy is a measurement of the compactness associated with the density of points given by
(\ref{EQ_E}).
%
\begin{equation}
E = -\sum_{i}p_{i} \log(p_{i})
\label{EQ_E}
\end{equation}
\begin{equation}
p_{i} = \frac{N_{i}}{N}
\label{EQ_P}
\end{equation}
%
where $N_{i}$ is the number of pixels with ordinate $y_{i}$ in the histogram, and $N$ is the total number of pixels in the contour of the word.
The probability $p_{i}$ gives the occurrence of ordinate $y_{i}$ in the histogram ($\sum_{i}p_{i} = 1$).

Entropy {\it E}~~is maximum when all probabilities $p_{i}$ are equal.
It is minimum when all probabilities $p_{i}$, except one, are equal to zero.
When a distribution is compact, its entropy is small.
On the contrary, when a distribution is spread, its entropy is large.
Consequently, the histogram having the lowest entropy will correspond to the writing direction.
With this specific histogram, we then find the thresholds delimiting the body of the word following a simple heuristic.
Examples of this baseline extraction technique are given in Fig.~\ref{BASEL}.



\begin{figure}%f6
\includegraphics[width=8cm]{ijdar003.f6}%{recetteJ.ps}
\caption{Baseline extraction method}
\label{FIGBASELEXT}
\end{figure}
%
\begin{figure}%f7
%\begin{center}
\begin{tabular}{|l c|}
\hline
&\\
\includegraphics[height=1cm]{ijdar003.f7a}%{Two_BH.ps}
&\includegraphics[height=1cm]{ijdar003.f7b}%{Two_BL.ps}\\
\\
\includegraphics[height=1cm]{ijdar003.f7c}%{TappanBH.ps}
&\includegraphics[height=1cm]{ijdar003.f7d}%{TappanBL.ps}\\
\\
\includegraphics[height=1cm]{ijdar003.f7e}%{TreadBH.ps}
&\includegraphics[height=1cm]{ijdar003.f7f}%{TreadBL.ps}\\
\\
&\\
\hline
\end{tabular}
%\end{center}
\caption{Baseline extraction for the short word ``Two'', for a word with
descenders such as ``Tappan'' and for the slanted word ``Treadwell''}
\label{BASEL}
\end{figure}

\subsubsection{5.2.2 Primary features and key-letters.}
\label{SECPRIME}

The primary features are ascenders, descenders,
ascender-descenders,\break
and loops within the body of the word. (see Fig.~8)
The key-letters (Cheriet and Suen 1993) are the letters (or parts of letters) which are described by these primary features.
As these features are considered to be robust (Bouma 1971), they will be marked as the anchor points of the recognition process (Houle et al. 1993).
The goal here is not to segment the whole word in its letters but rather to find the key-letters.
First, local minima of the upper contour are found, in order to locate potential ligatures.
Although more sophisticated algorithms could be used to find potential segmentation points, we just use here the local minima as first approximation.

Once these potential ligatures are detected, the word is pre-segmented into connected components.
The key-letters are the connected components which overlap the ascender and/or descender regions.
Connected components detected as loops in the body of the word are also identified as key-letters.
Each key-letter determines the width and the location of a zone.
These zones form the input to the recognition module during the bottom-up processes.



\begin{figure}%f8
\includegraphics[width=6.5cm]{ijdar003.f8}%{primaire.ps}
\caption{Primary features. Key-letters have a black contour delimiting
letters {\it `f'}, {\it `f'}, {\it `t'}, {\it `e'} and {\it `e'}.
Letters {\it `i'} and {\it `n'} are ignored because they are not
described with primary features. They will be sought during the top-down
processes}
\label{FIGKLDEF}
\end{figure}

\subsubsection{5.2.3 Secondary features or conditionals.}
\label{SECSECOND}

Secondary features, such as b\_loop, d\_loop or t bars, have their presence attested only when they are found in combination with the primary features; for this reason they are called conditional features, as in (Lecolinet 1994).
For example, the feature d\_loop is a loop that will only be detected when an ascender is found on its right within the same zone.
Tests show that detection of secondary features increases the recognition rate by 4\% on the training
set. (see Fig.~9)


\begin{figure}%f9
\includegraphics[width=8cm]{ijdar003.f9}%{secondJ.ps}
\caption{Conditional features}
\label{FIGSECDEF}
\end{figure}

\subsubsection{5.2.4 Face-up and face-down valleys.}
\label{SECFUP}

Here, the background of the image is taken into account. (see Fig.~10)
Face-up and face-down valleys are the connected components of the background extracted between the lower and the upper contours of the word (Cheriet and Suen 1993).
These features are less stable, but will be used in the hypothesis generation, validation and insertion process to find other clues leading to the identity of the target word \mbox{({cf.},
Sect.~5.5.2)}.

\begin{figure}%f10
\fbox{\includegraphics[width=4.cm]{ijdar003.f10}}%{picJ.ps}
\caption{Face-up and face-down valleys}
\label{FIGPIC}
\end{figure}
\subsection{Architecture of the recognition model}

Our system is based on three levels of cells, hierarchically organized at feature, letter, and word levels as shown in Fig.~\ref{FIGPROCESS}.
We assume that there is a cell for each word in the pre-defined lexicon, as well as for each letter and each feature associated with a given location in the image.
Namely, there is a possibility of 32 words, 26 letters and 11 features.

\begin{figure}%f11
\includegraphics[width=3in]{ijdar003.f11}%{archiJ.ps}
\caption{Three level system}
\label{FIGPROCESS}
\end{figure}


There is a strong link between the number of zones in the image and the number of feature-cells in the first level of the system.
The same observation also applies to the number of letter-cells in the second level of the system.


Connections between adjacent levels are excitatory\footnote{As explained in (C\^ot\'e et al. 1996a, p. 306), there is no inhibition in this system as in several psycho-physiological systems because of the particular nature of cursive script which means that we are dealing with noisy and unstable information.  As in (Bozinovic and Srihari 1989), we {\it reward occurrence of events but not their absence}. Our particular way of using information is to delay the decision about the identity of the word,
and keep all the
current hints that will help the system to make a decision.  This choice is made at the price of more confusion between similar words. It is a tradeoff between refining the word selection, using reliable low level information, and accepting more candidates by being less selective, using unstable low level information. Possible solutions should not be eliminated too early in the decision process} and bi-directional, except between the feature and the letter level, where the connection is bottom-up
 only.\break
There are no connections within the same level.
This is why a word-cell may be connected to a letter-cell but not to a feature-cell.
The cells are pre-linked according to a priori knowledge.
Two lexicons link the adjacent levels of cells: a feature-letter lexicon and a letter-word lexicon.
Hence, according to these lexicons, the word-cell {\it ``two''} will be connected to the letter-cell {\it `t'} but not the word-cell {\it `f'}.
We call this letter-cell  {\it `t'}, the neighbor of the word-cell  {\it ``two''}.
Hence, the word-cell  {\it ``two''} has three neighbors: the letter-cells  {\it `t'},  {\it `w'} and  {\it `o'}.
For each word in the lexicon, there is a labelling array which links each of the word letters and each of the associated zones in the image.


\subsection{Activation states of a cell}

In this system, the cells are either active or passive, and their internal energy or {\it activation} has a value which varies between 0 and 1.

When a cell detects a stimulus, its activation increases and then it can influence its neighbors, which are the cells of the adjacent levels to which it is connected.
Hence, the activation of a cell depends not only on its internal energy, but also on its neighbors' activation.
Figure~\ref{FIGACT} presents the different activation states of a cell which are described below.
In this example, letter-cells {\it `b'} and {\it `f'} have been activated by the feature-cell ``ascender''.

% included figure ....
\begin{figure}%f12
\includegraphics[width=8.5cm]{ijdar003.f12}%{im_actJ.ps}
\caption{Activation states of a cell. Each cell is represented by a
circle which is black when the cell is active, or white when the cell is
not}
\label{FIGACT}
\end{figure}


\begin{itemize}

\item {\bf Deactivated cell}: letter-cell {\it `b'} receives a maximal initial activation.
This cell has no neighbors.
Consequently, its activation cannot be supported and its internal activation decreases until it reaches the resting level (= 0).

\item {\bf Active cell}:  letter-cell {\it `f'} has two neighbors, which gradually increase its activation until the maximal activation value is reached.

\item {\bf Inactive cell}: letter-cell {\it `o'} will stay minimal in activation because it cannot receive activation from its neighbors.
Thus, its activation will stay minimal even if it has a neighbor at the adjacent level because the activation of this neighbor is zero.
An inactive cell cannot activate a neighbor.

Letter-cell {\it `z'} is inactive.
Because this cell has no neighbors, its activation will stay at its minimum value.

\end{itemize}

\subsection{Perceptual cycles}
\label{SECPERCEPT}

Two complementary processes allow the transmission of information within the three levels of the system: bottom-up and top-down processes.
A perceptual cycle has been completed when a bottom-up process is followed by a top-down process.
During the bottom-up process, the information propagates from the lower (feature) level toward the higher (word) level, and vice versa in the top-down process.
In the latter, an implicit segmentation of the unknown word is performed based on the contextual information given by the higher level.
We describe each of the processes in the following sections.


\subsubsection{5.5.1 Bottom-up process.}
\label{SECPASC}


From the offline image of an unknown handwritten word, meaningful features such as ascenders, descenders, ascen\-der-descenders (as in letter {\it
`f'}\,), and loops are first extracted.
These form the anchors (or also the key-letters) of the image because they constitute the most stable part of the image and therefore, they will be processed in priority.

Since we have the order and relative (but not absolute) position of these key-letters in the image, we model the letter position by a zone which does not necessarily contain one letter.
Following the feature extraction, a zone is created for each key-letter.

% included figure ....
\begin{figure}%f13
\includegraphics[width=8.5cm]{ijdar003.f13}%{processA.ps}
\caption{Bottom-up process. For simplicity, we illustrate here only the
processing of the ``ascender'' of the letter {\it `l'}. Activated cells
are represented by a white background}
\label{FIGASC}
\end{figure}

Extracted features are the input to the recognition system, which will use this information to initiate the bottom-up process: the corresponding feature-cells are activated.
In the example shown in Fig.~\ref{FIGASC}, for simplicity, we only illustrate the processing of the ``ascender'' of letter {\it `l'}.
Usually, in this case, both the ascender of letter {\it `l'} and the descender of letter {\it `y'} are detected, and the bottom-up processes associated with each feature are realized in parallel for both zones.
To simplify things, we are concentrating now on the description of the bottom-up process for zone 1.
Hence, the detection of feature ``ascender'' in zone 1 triggers the activation of the feature-cell ``ascender'' in the region of the network corresponding to this zone.
The activation of the feature-cell initiates the propagation of activation toward the adjacent levels.
Hence, letter-cells corresponding to zone 1 and connected to this feature-cell ``ascender'' are also activated.

Following the same process, activated letter-cells trigger the word-cells they are related to.
At the end of the bottom-up process, some word-cells are activated and some are not.
In this example, the word-cells {\it ``only''}, {\it ``fifty''}, and
{\it ``fifteen''} are activated, but the word-cell\break
{\it ``nine''} is not.

Thus, the features initially detected in the image have initiated the activation of some word-cells which constitute some of the possible solutions in the word identification process.


\subsubsection{5.5.2 Top-down process.}
\label{SECPDES}


During the top-down process, contextual information is taken into account in two manners, {\it feedback} and {\it insertion}.


During feedback, the propagation of activation\break
spreads from the word-level to the letter-level.
The word-cells stimulate the letter-cells, following the same network connections used in the bottom-up process.
This feedback will increase the activation of letter-cells that best match the lexicon.
In Fig.~\ref{FIGDES}, the word-cells {\it ``only''}, {\it ``fifty''},
and  {\it ``fifteen''} will stimulate the letter-cells which have already contributed to their activation during the bottom-up process (these are the letter-cells {\it `b'}, {\it `d'}, {\it `f'}, {\it `h'}, {\it `k'}, {\it
`l'}, and {\it `t'} associated with zone 1).

 % included figure ....
\begin{figure}%f14
\includegraphics[width=8.5cm]{ijdar003.f14}%{processD.ps}
\caption{Top-down process. Feedback: arrows 1, 2 and 3. Insertion:
arrows 4, 5 and 6}
\label{FIGDES}
\end{figure}

The other process involved in the top-down process is insertion.
More precisely, we are talking about the hypothesis generation,
validation, and insertion process.
Again, we have simplified the diagram shown in Fig.~\ref{FIGDES}, which illustrates the insertion process.
The idea is to use contextual information given by the lexicon in order to increase the chances of recognizing the word presented to the system.

The activated word-cells generate letter hypotheses which give some hints about the identity of the unknown letters present in the image.
These hypotheses are then checked against the real image.
If the features matching the letter hypotheses are present in the unknown word image, the hypotheses are validated and the corresponding cells are activated; if not, they are rejected.

For example, in Fig.~\ref{FIGDES}, the word-cell {\it ``only''} proposes the letter {\it `n'}, the word-cell {\it ``fifty''} the letter {\it `f'}, and the word-cell {\it ``fifteen''} the letter {\it `i'}.
The hypotheses sought are {\it `n'}, {\it `f'} and {\it `i'} to the left of zone 1.
In the image, to the left of this zone, we can find a ``face-down valley'' feature which validates the presence of letter {\it `n'}, but does not accept letters {\it `f'} and {\it `i'} as possibilities.
A new zone, zone 2 in this example, is thus created and inserted on the left side of zone 1.

Following this example, we explain the above steps in more detail:

\begin{itemize}
\item {\bf Generation}: the system builds a topological representation of the input word image based on information such as:  mean width of a zone, beginning and end of a zone.
It also takes into account the estimation of the number of letters between the anchor zones based on the mean width of a zone.
Once this topology has been established, the system computes the distance between this target topology and each of the labelled word in the lexicon.
The words that are closer to this target topology are retained as word candidates to the hypotheses validation.

\vskip 4mm

\item {\bf Validation}: for each word considered as a possibility, we try to validate the retained hypotheses with the input image.
A letter in a word will be validated if its features can be found in the image.
When a letter is validated, the score associated with the corresponding word is increased.
The words which have the highest scores will participate in the insertion process.

\vskip 4mm

\item {\bf Insertion}: for each candidate word and for each validated letter within this word, a zone is created and inserted at the appropriate location in the image.
In each of these new zones, the feature-detectors corresponding to the features found in this zone are activated.
In the next cycle, these features will also contribute to the propagation of activation among the three different levels of the system.
\end{itemize}

In conclusion, at the end of the top-down process, during feedback, the activation of letter-cells associated with each zone of the image is reinforced.
During insertion, new zones are created and inserted.





\subsubsection{5.5.3 Complete cycle and saturation.}


Because the activation increases gradually over time ({cf.},  Sect.~\ref{sec-act}), the cells of the system need several perceptual cycles before they can reach an activation level high enough to decide on the identity of the unknown word.

The sequence of zones at the end of a perceptual cycle constitutes the input for the next cycle.
Hence, at the end of a perceptual cycle, hypotheses are validated and the corresponding feature-cells are activated.
These newly activated features are added to those features activated from the beginning.
This is why, in Fig.~\ref{FIGDES}, the zone 2 created and inserted beside zone 1 will trigger the activation of the feature-cell ``face-down valley'' in the region of the network associated with this zone.
The input for the next cycle will be zone 1 with its feature ``ascender'', and zone 2 with its feature ``face-down valley''.
The detection of these features initiates the activation of the feature-cell ``ascender'' and the feature-cell ``face-down valley'' in the regions of the network associated with zones 1 and 2 respectively.

After several perceptual cycles, usually between 6 and 14 cycles, the activation of a word-cell reaches its maximal value, meaning that the system has converged toward a solution.
When this happens, we say that the system saturates ({cf.},  Sect.~\ref{sec-act}).
It is then possible to establish a list of candidate words sorted in decreasing order of activation.
The words having the highest activation values among candidate words are selected as a recognition result array.


\subsection{Activation}
\label{sec-act}

%Revenir, mettre une transition
Now that we have described this system in general, we give a formal definition of activation and explain how the weights of the connections between cells are calculated.
Each cell or unit has a momentary activation $A_{i}(t)$.
The unit's activation varies between 0 and 1 in accordance with the following equation:
%
\begin{equation}
A_{i}(t + \Delta t) = (1 - \Theta)A_{i}(t) +  E_{i}(t)
\label{eq:act}
\end{equation}
%
\begin{tabular}{@{}p{9mm}@{}p{1.85cm}@{}p{5.8cm}@{}}
with:   &$A_{i}(t + \Delta t)$  &the new value of the activation
                                        of unit {\em{i}} at time $(t + \Delta t)$.\\
                &$\Theta$               &a constant for the unit's decay, set to 0.07.\\
                &$E_{i}(t)$             &the effect on unit {\em{i}} at \mbox{time {\em{t}}}
                                        due to inputs from its neighbors.
\end{tabular}

\medskip
\noindent The effect from the neighbors on unit {\em{i}} at time
{\em{t}}, $E_{i}(t)$, is represented by:
%
\begin{equation}
E_{i}(t) = n_{i}(t)(M - A_{i}(t)) \label{eq:contribution}
\end{equation}
%
\begin{tabular}{@{}p{9mm}@{}p{1.85cm}@{}p{5.8cm}@{}}
with:           &$n_{i}(t)$             &the total excitatory influences from the
                                        neighbors at time {\em{t}} on unit {\em{i}}.\\
                &$M$                    &the maximum activation level of
                                        the unit, set to 1.
\end{tabular}

\medskip
\noindent where the factor $n_{i}(t)$ is defined as:
%
\begin{equation}
n_{i}(t) = \sum_{j}\alpha_{ij}a_{j}(t) \label{eq:excitation}
\end{equation}
%
\begin{tabular}{@{}p{9mm}@{}p{1.85cm}@{}p{5.8cm}@{}}
with:           &$a_{j}(t)$             &the activation of an active
                                        \mbox{excitatory} neighbor of the unit.\\
                &$\alpha_{ij}$          &the associated weight constant.\\
&&
\end{tabular}

\noindent The factor $(M - A_{i}(t))$ modulates the contribution of the neighbors $n_{i}(t)$, to keep the input to the unit from driving it beyond some maximum.
As can be seen, when the activation of the unit has reached its maximum value (one), the effect of the input is reduced to zero.
Thus, the activation is always bounded.

The weights of the connections are not learned.
They adapt during the process according to the following formulas:
%
\begin{displaymath}%center}
\alpha_{fl} = \frac{1}{NF},~
\alpha_{lw} = {\cal F}(\Delta)_{lw}\:\frac{1}{NZ},~
\alpha_{wl} = \frac{1}{NW}
\end{displaymath}%center}

\noindent where $NF$ is the number of features found in the signal for letter L, ${\cal F}(\Delta)_{lw}$ is the position coefficient for letter L in word W (the definition follows),  $NZ$ is the number of zones found in the signal at time {\em{t}}, and $NW$ is the number of words in the lexicon containing the letter~L.
Figure~\ref{FIGFLUX} shows a general diagram of the model's behavior.
%
\begin{figure}%f15
\includegraphics[width=8.5cm]{ijdar003.f15}%{compt.ps}
\caption{Behavior of the model}
\label{FIGFLUX}
\end{figure}
\subsection{Labelling and fuzzy matching}
\label{sec-label}

During the bottom-up process, we first try to match the activated letter with the related word (letter-word lexicon), and at the right position within the word.
To do so, a labelling technique has been developed which deals with the relative order of letters and the letter's fuzzy position in a word.

The estimation of the relative letter positions is a very important parameter for successful letter labelling of each word in the lexicon.
During the labelling process, we always compare the position of the tested letter in the word with the corresponding position in the image.
The letter position in the image is relative to the word image length.

%Revenir, mettre de l'emphase

Because the number of letters in the word image is difficult to evaluate, and because an approximate position of a letter in the word image is necessary for a good labelling, an estimation of a letter width is calculated.
This estimation is obtained by projecting the lexicon on the input image.
Hence during the matching between a zone in the image and a letter in a word of the lexicon, the width of a letter varies according to the number of letters in the considered word and is known a priori.
Figure~\ref{FIGMAPPING} illustrates the mapping used.

% included figure ....
\begin{figure}%f16
\includegraphics[width=8cm]{ijdar003.f16}%{mapping.ps}
\caption{Projection of the lexicon on the input image; variable letter width}
\label{FIGMAPPING}
\end{figure}

Since the letter position in the image is not known precisely, we introduce a position coefficient (real number between 0 and 1).
When its value is 1, we consider that the letter in the word corresponds exactly to the letter in the image.
On the contrary, a 0 value means that the letter in the word does not correspond at all to the letter in the image.
Between these two limits, this coefficient varies as a fuzzy function.
One should note that this fuzzy function depends on the letter width of the image word.
Since we try to match each word of the lexicon with the input image, the fuzzy function will vary according to the length of the lexicon word candidate for labelling.
This flexible fuzzy function enables the compensation of any
distortions
that may appear in the image because its particular shape takes into account more than one letter.

Figure~\ref{FIGCOEFPOS} shows how the fuzzy matching function is superimposed on each letter candidate for a match with a corresponding zone in the image, in order to obtain the position coefficient.
In this example, an ascender and a loop have been found at relative positions of 10.2\% and 57.9\% respectively in the image of the word {\it ``ten''}.
The ascender at 10.2\% is compared with the {\it `t'} of the lexicon words {\it ``ten''} and {\it ``two''}.
The loop at 57.9\% is compared with letter {\it `e'} of the word {\it ``ten''} and letter {\it `o'} of the word {\it ``two''}.
In this latter case, the position coefficient evaluated at a position of 57.9\% has a value of 0.75, because the matching function decreases between positions 33\% and 66\% when it is centered on the letter {\it `o'} associated with the loop.


% included figure ....
\begin{figure}%f17
\includegraphics[width=7.0cm]{ijdar003.f17}%{coef_pos.ps}
\caption{Fuzzy matching. The position coefficient values are inside the
boxes. For the letter `t' in the lexicon words `ten' and `two' the
position coefficient is evaluated to 1 in both cases. All the features
detected in the image are attributed a relative position (\%)}
\label{FIGCOEFPOS}
\end{figure}

\section{Experiments and results}
\label{RESULTS}

Two types of results will be discussed in this section: qualitative and quantitative.
The former validates the behavior of the model, the latter validates the pattern recognition task performed by our system.

\subsection{Qualitative results}

After implementation of our method, results have been obtained on real images.
Examples of the outputs produced by our system are shown in Figs.~\ref{EXOUTPUT2} and \ref{EXOUTPUT1}, for the words {\it ``fifteen''} and {\it ``only''}.
The value associated with each word in the output list is an activation value.
The higher the value, the higher the likelihood that this word corresponds to the target word.

\begin{figure}%f18
\includegraphics[width=8cm]{ijdar003.f18}%{listNew.ps}
\caption{Output lists of word candidates for the word images {\it
``fifteen''}, and {\it ``only''}. ``act'' is the activation of the word,
``labels'' is the number of zones matched with the word}
\label{EXOUTPUT2}
\end{figure}


In the images of Fig.~\ref{EXOUTPUT1}d,e, the segments are the
representation of strokes and ascenders.
The loops are represented by circles.
In the images of Fig.~\ref{EXOUTPUT1}e, each zone is represented by a box.
As we can observe in Fig.~\ref{EXOUTPUT1}b, the meaningful features such as ascenders, descenders and loops have been detected and validated.


\begin{figure}%f19
\includegraphics[height=8cm]{ijdar003.f19}%{fifoutJ.ps}
\caption{Words {\it ``fifteen''}, and {\it ``only''} {\bf a} before
processing, {\bf b} after feature extraction, {\bf c} after key letter
extraction,
{\bf d} zones created after insertion process, {\bf e} zones created
after the bottom-up and top-down processes}
\label{EXOUTPUT1}
\end{figure}%
%
\begin{figure}%f20
\includegraphics*[width=8.4cm]{ijdar003.f20}%{courpdfa.eps}
\vspace*{-5mm}
\hbox to\columnwidth{{\bf ~a}\hfill {\bf ~b}\hfill}
\vspace*{-0.5mm}
\caption{\textbf{a} word activation curves; \textbf{b} letter
activation curves; for
{\it ``fifteen''}, zone 1 corresponds to letter {\it `f'}, for {\it
``only''}, zone 1 corresponds to letter {\it `l'}}
\label{FIGACTCURVES}
\end{figure}

The activation curves in Fig.~\ref{FIGACTCURVES} show the behavior of the most highly activated cells (not all the cells are represented here) involved in the recognition process of the words {\it ``fifteen''} and {\it ``only''} respectively.


In Fig.~\ref{FIGACTCURVES}a, candidate words {\it ``fifteen''} and {\it ``only''} are more highly activated because they have more letters matched than their competitors.
One should notice that {\it ``fifteen''}, {\it ``sixteen''}, {\it
``eighteen''}, and {\it ``fourteen''} belong to the same perception family, because they share the same global shape.
This is true also for the words {\it ``only''}, {\it ``forty''}, and
{\it ``fifty''}.
Hence, the activation curves for the words {\it ``forty''} and {\it ``fifty''} are overlapped.

In Fig.~\ref{FIGACTCURVES}b, letters {\it `f'} and {\it `g'} of zone 1, at the beginning of the word {\it ``fifteen''}, and the letters {\it `l'}, {\it `f'}, {\it `t'} and {\it `h'} of zone 1, in the middle of the word {\it ``only''}, are in competition, because they have a common feature, namely a descender in the first example, and an ascender in the second example respectively.
Since few words in the lexicon begin with letter {\it `g'} in the first case, letter {\it `f'} receives more activation.
In the second example, letters {\it `l'}, {\it `f'}, {\it `t'}, and {\it `h'} are in competition, but the feedback of the word-cell {\it `only'} to letter-cell {\it `l'} enables this letter to win the competition.
This fact illustrates very well the ``{\it Word Superiority Effect}'' described by our equation of activation.
Indeed, when a cell is activated, it receives more stimuli from its neighbors at adjacent levels, and therefore its activation increases.
Moreover, these results are coherent with our psycho-perceptual model because the errors made by the system mimic those observed in humans (confused words are part of a same perceptual family).

%\vfill

\subsection{Quantitative results}

\subsubsection{6.2.1 Database.}

At CENPARMI, where this research has been partly conducted, a large database has been built for a project aiming at the recognition of the
legal\break
amount of cheques (Lam et al. 1995).
This database has been created from 2500 handwritten cheques written in English, and 1900 handwritten cheques written in French.
The number of writers is estimated to be close to 800 for the English cheques, and close to 600 for the French cheques.
In this database, 7837 English words and 7135 French words are available.
Examples of some typical words found in the database are shown in Fig.~\ref{FIGSAMPLE1}.


\begin{figure}%f21
\hspace*{-2mm}
\tabcolsep 5pt
\begin{tabular}{c c}
\includegraphics[width=4cm]{ijdar003.f21}%{im_annex.ps}
&\includegraphics[width=4cm]{ijdar003.f22}%{im_annes.ps}
\\
\end{tabular}
\caption{Some word samples from the CENPARMI database}
\label{FIGSAMPLE1}
\end{figure}


We decided to experiment with this database, first because it was
already available and can be a common basis for performance evaluation
of different methods and second because of \mbox{compatibility}
advantages if this method was to be integrated into a larger framework
combining different \mbox{experts~(Suen et al. 1992)}.

\subsubsection{6.2.2 Testing conditions and parameters.}

%except those of words beginning with the letter ``T'', since this letter is described with an ascender whenever it is capital or not.

The word recognizer has been trained on a small set of 184 images, and tested on a set of 2929 images.
None of these images contain capital letters, because the current version of the system is restricted to lowercase letters.
The lexicon used for the tests includes 32 English cursive words with
3--9 letters.

Table~\ref{RECOMOT} gives the results obtained for the recognition of isolated cursive words without hypothesis generation, validation or insertion (we will discuss why in
Sect.~6.2.3).



\begin{table}%t1
\caption{Cursive word recognition results (\% correct in top {\it N}~choices)}
\label{RECOMOT}
\begin{tabular}{l l l l l }
\hline
{\it N} (\%)            &1      &2      &5      &10     \\
\hline
Training set            &76.1   &88     &91.8   &94     \\
Testing set             &73.6   &81     &89.4   &92.7   \\
\hline
\end{tabular}
\end{table}


\begin{table}%t2
\caption{Cursive word recognition results per class of word length for
the testing set (\% correct in top {\it N}~choices)}
\label{REPARTRECO}
\begin{tabular}{c l l l l }
\hline
Word length     &1      &2      &5      &10     \\
\hline
3               &66.3   &69.3   &81.4   &85.3   \\
4               &71.1   &78.9   &84.2   &86.6   \\
5               &69.8   &79.5   &86     &90.5   \\
6               &77.2   &87.5   &96     &98.2   \\
7               &79.8   &87.6   &96     &99.2   \\
8               &81.1   &90.3   &96.3   &98.9   \\
9               &69     &82.8   &96.6   &100    \\
\hline
\end{tabular}
\end{table}


As might be expected, the words described with a larger number of anchor
features are more often properly recognized. This facilitates the
detection of long words, and increases the confidence associated with
the recognition of these words as shown in Table~\ref{REPARTRECO}. On
the contrary, short words are more difficult to recognize, especially
words such as ``one'' and ``nine'', because they do not contain any
ascenders or descenders, as we can see in Table~\ref{RECOSANSEXT}. These
words are responsible for a decrease by 4\% in the recognition rates, as
we can observe in Table~\ref{RECOAVECSANS}. This is why, in these cases,
we should extract other features to improve the recognition rate.


\begin{table}%t3
\caption{Recognition results for words without extensions with the testing set}
\label{RECOSANSEXT}
\begin{tabular}{l l l l l }
\hline
Words           &1      &2      &5      &10\\
\hline
One             &51     &57.6   &60.9   &64.1\\
Six             &30.1   &34.2   &38.4   &43.8\\
Nine            &46.8   &48.1   &50.6   &57\\
Seven           &42.2   &49.4   &60.2   &71.1\\
\hline
Totals          &43.1   &48     &53.2   &59.6\\
\hline
\end{tabular}
\end{table}

\begin{table}%t4
\caption{Recognition results with the testing set with and without ``no extension words''}
\label{RECOAVECSANS}
\begin{tabular}{l l l l l }
\hline
N (\%)          &1      &2      &5      &10     \\
\hline
With            &73.6   &81     &89.4   &92.7   \\
Without         &77.4   &85.1   &94     &96.9   \\
\hline
\end{tabular}
\end{table}




When we analyse the experimental results, we observe that there are two main sources of errors.
The first one is related to pre-segmentation problems, and does not occur frequently.
The second one occurs more often, and is caused by a bad detection of the primary features.
For both cases, the information given to the system is erroneous from the beginning.
The propagation of this information during the bottom-up process leads to a bad labelling of the lexicon words.
Moreover, during the feedback process, these words will contribute to the reinforcement of bad choices.

%Revenir
These facts suggest that we should add an independent labelling mechanism based on contextual information, in order to be able to reconsider the erroneous labelling proposed by the bottom-up process.
The use of a rejection threshold may also be part of the solution.

We also realise that our primary feature detection algorithm is robust, even though these features are not always precise enough for difficult cases.


\subsubsection{6.2.3 Insertion.}
\label{INSERT}


As we can see in Table~\ref{TABINSERT}, hypothesis insertion does not necessarily increase the recognition rates for all words.


\begin{table}%t5
\caption{Results with and without insertion for the training set}
\label{TABINSERT}
\begin{tabular}{l l l l l l}
\hline
{\it N} (\%)            &1      &2      &5      &10\\
\hline
Without insertion       &76.1   &88     &91.8   &94\\
With insertion          &69     &83     &89     &94\\
\hline
\end{tabular}
\end{table}

In fact, the insertion process will improve the recognition rates only when the number of zones matched for the target word is increased.
Otherwise, a wrong word will be suggested as solution.
The following observations may explain this situation:

\begin{itemize}

\item hypothesis generation is suggested by the most highly activated word-cells.

When the target word is not in this group of words, the recognition may diverge because it is based on wrong decisions.

\item estimation of the topology is erroneous.

The topology estimation depends on the evaluation of the number of letters between the anchor zones, which is calculated from the mean width of a key-letter.
Since this measurement is not always accurate, the estimation may be erroneous.

\item features looked for during the validation process are too vague.

Consequently, almost all hypotheses will then be accepted.
This will lead to a bad hypothesis choice at the validation step, even though the target word is part of the possible word list.

\end{itemize}


Thus, the insertion process is not efficient to increase the recognition of words already badly recognized.
However, it increases the discrimination of the words which have a good activation level.
%In conclusion, insertion does not really improve the recognition of difficult cases as we would have expected.

\section{Conclusion and perspectives}
\label{CONCLU}

After an overview of our method, where we underlined the major contributions of our system and justified the choice of our architecture, we have tested the model on a training set of 184 images and a testing set of 2929 images of English cursive words from the CENPARMI database.
The recognition rates obtained for the learning set are 76\% (top choice) and 92\% (top five), and for the testing set 74\% (top choice) and 89\% (top five).
In real applications, such as mail sorting of cheque recognition, syntactic information can be used to disambiguate the recognition of the words when identifying the whole sentence.
Thus, it is reasonable to consider several choices for the recognition of each word of the sentence.
Moreover, baseline extraction is usually more accurate when considering sentences rather than isolated words.
This is especially true in case of small words such as ``one'' that does not contain ascenders nor descenders.
Finally, it can be noticed that the lexicon used for the tests contains
words
(essentially numbers) with quite a similar structure.
In sentence recognition, the syntax would help to compensate for the ambiguity relative to this type of lexicon.


We have shown that the method is operational and that it has the expected behavior ({cf.},
Figs.~\ref{EXOUTPUT2}--%
%, \ref{EXOUTPUT1} and
\ref{FIGACTCURVES}), {i.e.}, that it behaves according to the
perceptual concepts studied.
Errors made by the system are not incoherent but mimic in some manner those observed in humans because words which are confused are part of the same perceptual family.
Considering that humans recognize words in sentences by using contextual analysis, it is reasonable to think that more than one possibility is evaluated during the recognition of isolated words.

Consequently, we have validated our psycho-percep-\break
tual approach for offline recognition of isolated cursive words.
The main original issues of our model are summarized below:


\begin{enumerate}
\item An architecture based on a reading model: hierarchical, parallel, with local representation and interactive activation mechanism
\item Significant perceptual features in word recognition, such as ascenders and descenders
\item Fuzzy position concept, dealing with the location uncertainty of features and letters
%\item Outside-in labelling process which mimics the human recognition process while reading
\item Adaptability of the model to words of different\break
lengths and from different languages.
\end{enumerate}


%perspectives------------------------------------
%primitives robustes mais pas assez precises
%possibilites de changer de choix
%pas de rejet
%perspectives architecture hybride

Solutions are suggested below in order to further improve this method.
Bad feature detection may be handled by improving the primary feature detection, and by using a labelling mechanism independent of the one resulting from the bottom-up process.
Additional features could also improve the insertion module.
Moreover, the reliability of the system could be improved if rejection is considered.
Finally, a hybrid architecture could be envisaged.
It would be interesting to combine a local knowledge representation with a distributed one.
The distributed knowledge representation (neural nets with learning phase) would be used between the feature and letter levels in order to improve letter recognition, while the local knowledge representation would be used for contextual analysis between the word and letter levels (analytical approach).


%%%%%%%%%%%%%%%%%%%
% acknowledgements %
%%%%%%%%%%%%%%%%%%%

\begin{acknowledgement}
We would like to thank Professor\break
Claudie Faure and Ms.~Christine Nadal for their assistance, and IRIS,
the National Networks of Centres of Excellence of Canada, Natural
Sciences and Engineering Research of Canada, the Ministry of Education
of Quebec, the {\it Fond de d\'eveloppement acad\'emique du r\'eseau du
Qu\'ebec}, and the\break
{\it Centre de coop\'era\-tion inter-universitaire
franco-qu\'eb\'ecoise} for their financial funding.
\end{acknowledgement}



%%%%%%%%%%%%%%%%%
% bibliography  %
%%%%%%%%%%%%%%%%%

\begin{thebibliography}{88}
\bibitem{Bartnec} Bartneck N (1996)
\newblock The role of handwriting recognition in future reading systems.
\newblock In: {Proceedings of the Fifth International Workshop on Frontiers in
  Handwriting Recognition}. University of Essex, UK, pp 147--176

\bibitem{Bouma_H} Bouma H (1971)
\newblock Visual recognition of isolated lower-case letters.
\newblock {Vision Research} 11:459--474

\bibitem{Bozinov} Bozinovic RM, Srihari SH (1989)
\newblock Off-line cursive script word recognition.
\newblock {IEEE Transactions on Pattern Analysis and Machine Intelligence} 11:68--83


\bibitem{Casey_R} Casey RG, Lecolinet E (1996)
\newblock A survey of methods and strategies in character segmentation.
\newblock {IEEE Transactions on Pattern Analysis and Machine Intelligence}
18(7):690--706

\bibitem{Chen_MY} Chen MY, Kundu A (1993)
\newblock An alternative to variable duration HMM in handwritten word recognition.
\newblock In: {Proceedings of the International Workshop on Frontiers
in Handwriting Recognition}, pp~82--91

\bibitem{Cheriet} Cheriet M, Suen CY (1993)
\newblock Extraction of key letters for cursive script recognition.
\newblock {Pattern Recognition Letters} 11:1009--1017

\bibitem{Colthea} Coltheart M, Rastle K (1994)
\newblock Serial processing in reading aloud: Evidence for dual-route models of
  reading.
\newblock {J. Experimental Psychology: Human Perception and
  Performance} 20:1197--1211

\bibitem{Cote_95} C\^ot\'e M, Lecolinet E, Cheriet M, Suen CY (1995)
\newblock Building a perception based model for reading cursive script.
\newblock In: {Proceedings Third ICDAR 95, Vol. II}.
Mon\-tr\'eal, Canada, pp~898--901

\bibitem{Cote96a} C\^ot\'e M, Lecolinet E, Cheriet M, Suen CY (1996a)
\newblock Using reading models for cursive script recognition.
\newblock In: Simner ML, Leedham CG, Thomassen AJWM (eds) {Handwriting
and Drawing Research: Basic and Applied Issues}.
        IOS Press, Amsterdam, pp~299--313

\bibitem{Cote96b} C\^ot\'e M, Lecolinet E, Cheriet M, Suen CY (1996b)
\newblock Lecture automatique d'\'ecriture cursive utilisant des concepts
  perceptuels.
\newblock In: {Actes de congr\`es de l'Association canadienne-fran\c{c}aise
  pour l'avancement de la science}. Montr\'eal, Canada

\bibitem{Cote96c} C\^ot\'e M, Cheriet M, Lecolinet E, Suen CY (1996c)
\newblock D\'etec\-tion des lignes de base de mots cursifs \`a l'aide de
  l'entropie.
\newblock In: {Actes de congr\`es de l'Association canadienne-fran\c{c}aise
  pour l'avancement de la science}. Montr\'eal, Canada

\bibitem{Cote_97} C\^ot\'e M, Cheriet M, Lecolinet E, Suen CY (1997)
\newblock Automatic reading of cursive scripts using human knowledge.
\newblock In: {Proceedings Fourth ICDAR 97}. Ulm, Germany, pp~107--111

\bibitem{De_Zuni} De Zuniga CM, Humphreys GW, Evett LJ (1991)
\newblock Additive and interactive effects of repetition, degradation, and word
  frequency in reading of handwriting.
\newblock In: Besner D, Humphreys GW (eds) {Basic processes in
  reading: Visual word recognition}. Lawrence Erlbaum,
  Hillsdale, NJ, pp~10--33

\bibitem{Favata} Favata JT, Srihari SN (1992)
\newblock Recognition of general handwritten words using a hypothesis generation and reduction methodology.
\newblock In: {Proceedings of the USPS Advanced Technology
Conference}, pp~237--251

\bibitem{Forster} Forster KI (1994)
\newblock Computational modeling and elementary process analysis in visual word
  recognition.
\newblock {J. Experimental Psychology: Human Perception and
  Performance; Special Section: Modeling Visual Word Recognition}
20(6):1292--1310

\bibitem{Guillev} Guillevic D (1995)
\newblock {Unconstrained Handwriting Recognition applied to the Processing
  of Bank Cheques}.
\newblock PhD thesis, Department of Computer Science, Concordia University,
  Montr\'eal, Canada


\bibitem{Higgins} Higgins C, Bramall P (1996)
\newblock An on-line cursive script recognition system.
\newblock In: Simner ML, Leedham CG, Tho\-massen AJWM (eds)
{Handwriting and Drawing Research: Basic and Applied Issues}.
  IOS Press, Amsterdam, pp~285--298

\bibitem{Houle_G} Houle G, Radelar C, Resnick S, Bock P (1993)
\newblock Handwritten word recognition using collective learning systems theory.
\newblock  In: {Proceedings of the International Workshop on Frontiers
in Handwriting Recognition}, pp~92--101


\bibitem{Jacobs} Jacobs AM, Grainger J (1994)
\newblock Models of visual word recogni\-tion-- sampling the state of
the art.
\newblock {J. Experimental Psychology: Human Perception and
  Performance; Special Section: Modeling Visual Word Recognition} 20,
  6:1311--1334

\bibitem{Jodouin} Jodouin JF (1994)
\newblock {Les r\'eseaux de neurones}.
\newblock Herm\`es, Paris, France


\bibitem{Lam_L} Lam L, Suen CY, Guillevic D, Strathy NW, Cheriet M, Liu K, Said JN (1995)
\newblock Automatic processing of information on cheques.
\newblock In: {Proceedings of the International Conference on Systems, Man and
  Cybernetics}. Vancouver, Canada, pp~2353--2358

\bibitem{Lecolin} Lecolinet E (1994)
\newblock Cursive script recognition by backward matching.
\newblock In: Faure C, Keuss P, Lorette G, Vinter A (eds)
  {Advances in Handwriting and Drawing: A Multidisciplinary Approach}.
        Europia, Paris, pp~117--135


\bibitem{McClell} McClelland JL, Rumelhart DE (1981)
\newblock An interactive activation model of context effects in letter
  perception.
\newblock {Psychological Review} 88:375--407

\bibitem{Paap_K} Paap K, Newsome SL, McDonald JE, Schvaneveldt RW (1982)
\newblock An activation-verification model for letter and word recognition:
the
  word superiority effect.
\newblock {Psychological Review} 89:573--594

\bibitem{Rumelha} Rumelhart DE, McClelland JL (eds) (1986)
\newblock {Parallel Distributed Processing; Explorations in the
  Microstructure of Cognition, vol. 1: Foundations}.
\newblock The MIT Press, Cambridge


\bibitem{Seidenb} Seidenberg S, McClelland JL (1989)
\newblock A distributed, developmental model of word recognition and naming.
\newblock {Psychological Review} 96:523--4568

\bibitem{Suen_CY} Suen CY, Nadal C, Legault R, Mai TA, Lam L (1992)
\newblock Computer recognition of unconstrained handwritten numerals.
\newblock {Proceedings of the IEEE} 80(7):1162--1179

\bibitem{Taft_M} Taft M (1991)
\newblock {Reading and the Mental Lexicon}.
\newblock Law\-rence Erlbaum, Hillsdale, NJ

\bibitem{Taylor} Taylor I, Taylor MM (1983)
\newblock {The Psychology of Reading}, Ch. 9: Letter and Word
  Recognition. Academic Press, New York

\bibitem{Wesolko} Wesolkowski S (1996)
\newblock Cursive script recognition: a survey.
\newblock In: Simner ML, Leedham CG, Thomassen AJWM (eds)
  {Handwriting and Drawing Research: Basic and Applied Issues}.
  IOS Press, Amsterdam, pp~267--284
\end{thebibliography}

\vspace*{2.31mm}


\begin{biography}
{Myriam C\^ot\'e}
received her B. Eng. degree from {Universit\'e Laval}, Qu\'ebec, Canada
in 1989. In 1992, she obtained a M.Sc. degree in optics and photonics
from {Universit\'e de Paris XI}, France, and in 1993, a M.Sc. degree in
artificial intelligence and pattern recognition from {Universit\'e de
Paris VI}, France. In 1997, she received her Ph.D degree in
Telecommunications from {\'Ecole Nationale Sup\'erieure des
T\'el\'ecommunications}, France. She is now working as a postdoctoral
fellow at INO, Qu\'ebec, Canada. Her research
interests include pattern recognition, perception, optics and image
synthesis.
\end{biography}

\newpage

\begin{biography}
{Eric Lecolinet}
received his Ph.D degree in Computer Science from {Universit\'e Pierre et Marie Curie}, Paris, France in 1990.
He has been working on OCR and Cursive Script Recognition at Matra, France from 1987 to 1990 and at the IBM Almaden Research Center, California from 1990 to 1992.
He is currently an Associate Professor at the {\'Ecole Nationale Sup\'erieure des T\'el\'ecommunications} (ENST), Paris, France and is a member of the associated research unit of CNRS, URA 820.
His research interests include pattern recognition, artificial intelligence and human-computer
interaction.\break
Dr Lecolinet is a member of the IEEE and has published more than 30 papers on these subjects.
\end{biography}


\vspace*{-9mm}

\begin{biography}
{Mohamed Cheriet}
received his Ph.D. degree in Computer Science from {Universit\'e de Paris 6} (France) in 1988.
From 1988 to 1990, he worked as a Research Assistant at LAFORIA/CNRS laboratory.
He then joined CENPARMI at Concordia University in Montreal, where he worked as a postdoctoral fellow for two years.
He was appointed Assistant Professor in 1992 and Associate Professor in 1996 in the department of Automated Production Engineering at the {\'Ecole de Technologie Sup\'erieure de l'Universit\'e du Qu\'ebec} in Montreal.
His research focuses on image processing, pattern recognition, character recognition, text processing, handwritten documents analysis and recognition, and perception.
Dr Cheriet is a member of IEEE and an actif member at CENPARMI.
He has published over 30 technical papers in the field.
\end{biography}

\vspace*{-9mm}

\begin{biography}
{Ching Y. Suen}
joined the Department of Computer Science of Concordia University, Montreal, in 1972. Presently he is the Director of CENPARMI, the Centre for Pattern Recognition and Machine Intelligence of Concordia.
Prof. Suen is the author/editor of 11 books on subjects ranging from computer Vision and Shape recognition, Handwriting Recognition and Expert Systems, to Computational Analysis of Mandarin and Chinese.
Dr. Suen is the author of more than 250 papers on these subjects.
A fellow of the IEEE, IAPR, and the Royal Society of Canada, Dr. Suen is an Associate Editor of several journals related to Pattern Recognition.
He is the Past President of the Canadian Image Processing and Pattern Recognition Society, and the Chinese Language Computer Society.  He is Founder or Co-founder of several conferences, including Vision Interface, IWFHR, and ICDAR.
Prof. Suen is the recipient of several awards for outstanding contributions to pattern recognition, expert systems, and computational linguistics.
\end{biography}

\end{document}