scispace - formally typeset
Search or ask a question
Author

Ching Y. Suen

Bio: Ching Y. Suen is an academic researcher from Concordia University. The author has contributed to research in topics: Handwriting recognition & Feature extraction. The author has an hindex of 65, co-authored 511 publications receiving 23594 citations. Previous affiliations of Ching Y. Suen include École de technologie supérieure & Concordia University Wisconsin.


Papers
More filters
Journal ArticleDOI
TL;DR: Comments collected from an experiment conducted with a group of human experts specialized in unconstrained handwritten numeral recognition are analyzed and a tool is being built which will manage the information and give results of analyses to help distinguish the different confusing styles of writing.

18 citations

Journal ArticleDOI
TL;DR: This work proposes a distance-based local binary pattern (DLBP) descriptor, a part-based pedestrian representation, and a novel CI_DLBP descriptor, which unifies the color intensity and DLBP by learning the joint distributions of the DLBP and color intensity at each channel.
Abstract: Matching pedestrians across disjoint camera views is a challenging task, since their observations are separated in time and space and their appearances may vary considerably. Recently, some approaches of matching pedestrians have been proposed. However, these approaches either used too complex representations or only considered the color information and discarded the spatial structural information of the pedestrian. In order to describe the spatial structural information in color space, we propose a distance-based local binary pattern (DLBP) descriptor. Besides the spatial structural information, the color itself namely its intensity value is also an important feature in matching pedestrians across disjoint camera views. In order to effectively combine these two kinds of information, we further propose a novel CI_DLBP descriptor, which unifies the color intensity and DLBP by learning the joint distributions (2-D histograms) of the DLBP and color intensity at each channel. In addition, different from the previous approaches in which the pedestrians matching is based on their whole bodies, we develop a part-based pedestrian representation because the color density and spatial structural information between the upper outer garment and the lower garment worn by the pedestrian is usually different. Experimental results on challenging realistic scenarios and VIPeR dataset validate the proposed DLBP operator, the CI_DLBP descriptor, and the part-based pedestrian representation for pedestrian matching across disjoint camera views. Compared with existing methods based on color information, this new CI_DLBP approach performs better.

18 citations

Proceedings ArticleDOI
25 Aug 1996
TL;DR: A new and effective approach is presented that detects the existence of line segments and eliminates them with the challenge of preserving the valuable information that intersects these line segments with the use of a dynamic structuring element.
Abstract: In most document analysis and recognition systems, straight lines are considered as one of the basic elements that should be located and eliminated to simplify the process of document analysis and recognition. The superposition or the intersection of different objects of interest found in the same area makes the process of detecting and extracting these line segments a non-trivial task to pursue, especially, if the method should preserve the valuable objects of interest that intersect with these lines. In this paper, we present a new and effective approach that detects the existence of line segments and eliminates them with the challenge of preserving the valuable information that intersects these line segments. The new approach makes use of the well-known morphological processing technique of the closing operation, that uses a fixed structuring element, towards the use of a dynamic structuring element. The purpose of the new dynamic structuring element is to detect and preserve the valuable objects intersecting the line segments that should be eliminated regardless of the different orientations with which the objects intersect these line segments.

18 citations

Proceedings ArticleDOI
01 Dec 2010
TL;DR: This paper presents an advanced age-determination technique that combines holistic and local features derived from an image of the face that yields the highest accuracy rates in overall meanabsolute error (MAE), mean absolute error per decade of life (MAe/D), and cumulative match score.
Abstract: This paper presents an advanced age-determination technique that combines holistic and local features derived from an image of the face. A 30×1 Active Appearance Model (AAM) linear encoding of each face is produced to work as holistic features. Meanwhile, local features are extracted by using Local Ternary Patterns (LTP). These combined features are used to classify faces into one of two age groups (age-classification). An age-determination function is then constructed for each age group in accordance with physiological growth periods for humans — pre-adult (youth) and adult. Compared to published results, this method yields the highest accuracy rates in overall mean absolute error (MAE), mean absolute error per decade of life (MAE/D), and cumulative match score.

18 citations

Proceedings ArticleDOI
03 Dec 2010
TL;DR: This work proposes to deploy a region-based active contour model to segment an unideal iris image with intensity inhomogeneity and uses an iterative algorithm, called the Modified Contribution- Selection Algorithm (MCSA), to select a subset of informative features without compromising the recognition rate.
Abstract: We process the unideal iris images that are acquired in an unconstrained situation and are affected severely by gaze deviations, eyelid and eyelash occlusions, non uniform intensities, motion blurs, reflections, etc. The proposed unideal iris recognition algorithm has two novelties as compared to the previous works; firstly, we propose to deploy a region-based active contour model to segment an unideal iris image with intensity inhomogeneity; Secondly, an iterative algorithm, called the Modified Contribution- Selection Algorithm (MCSA), is used in the context of coalitional game theory to select a subset of informative features without compromising the recognition rate. The verification performance of the proposed scheme is validated using the UBIRIS Version 1, the ICE 2005, and the WVU Unideal datasets.

18 citations


Cited by
More filters
Journal ArticleDOI
01 Jan 1998
TL;DR: In this article, a graph transformer network (GTN) is proposed for handwritten character recognition, which can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters.
Abstract: Multilayer neural networks trained with the back-propagation algorithm constitute the best example of a successful gradient based learning technique. Given an appropriate network architecture, gradient-based learning algorithms can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters, with minimal preprocessing. This paper reviews various methods applied to handwritten character recognition and compares them on a standard handwritten digit recognition task. Convolutional neural networks, which are specifically designed to deal with the variability of 2D shapes, are shown to outperform all other techniques. Real-life document recognition systems are composed of multiple modules including field extraction, segmentation recognition, and language modeling. A new learning paradigm, called graph transformer networks (GTN), allows such multimodule systems to be trained globally using gradient-based methods so as to minimize an overall performance measure. Two systems for online handwriting recognition are described. Experiments demonstrate the advantage of global training, and the flexibility of graph transformer networks. A graph transformer network for reading a bank cheque is also described. It uses convolutional neural network character recognizers combined with global training techniques to provide record accuracy on business and personal cheques. It is deployed commercially and reads several million cheques per day.

42,067 citations

Journal ArticleDOI
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
Abstract: Machine Learning is the study of methods for programming computers to learn. Computers are applied to a wide range of tasks, and for most of these it is relatively easy for programmers to design and implement the necessary software. However, there are many tasks for which this is difficult or impossible. These can be divided into four general categories. First, there are problems for which there exist no human experts. For example, in modern automated manufacturing facilities, there is a need to predict machine failures before they occur by analyzing sensor readings. Because the machines are new, there are no human experts who can be interviewed by a programmer to provide the knowledge necessary to build a computer system. A machine learning system can study recorded data and subsequent machine failures and learn prediction rules. Second, there are problems where human experts exist, but where they are unable to explain their expertise. This is the case in many perceptual tasks, such as speech recognition, hand-writing recognition, and natural language understanding. Virtually all humans exhibit expert-level abilities on these tasks, but none of them can describe the detailed steps that they follow as they perform them. Fortunately, humans can provide machines with examples of the inputs and correct outputs for these tasks, so machine learning algorithms can learn to map the inputs to the outputs. Third, there are problems where phenomena are changing rapidly. In finance, for example, people would like to predict the future behavior of the stock market, of consumer purchases, or of exchange rates. These behaviors change frequently, so that even if a programmer could construct a good predictive computer program, it would need to be rewritten frequently. A learning program can relieve the programmer of this burden by constantly modifying and tuning a set of learned prediction rules. Fourth, there are applications that need to be customized for each computer user separately. Consider, for example, a program to filter unwanted electronic mail messages. Different users will need different filters. It is unreasonable to expect each user to program his or her own rules, and it is infeasible to provide every user with a software engineer to keep the rules up-to-date. A machine learning system can learn which mail messages the user rejects and maintain the filtering rules automatically. Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis. Statistics focuses on understanding the phenomena that have generated the data, often with the goal of testing different hypotheses about those phenomena. Data mining seeks to find patterns in the data that are understandable by people. Psychological studies of human learning aspire to understand the mechanisms underlying the various learning behaviors exhibited by people (concept learning, skill acquisition, strategy change, etc.).

13,246 citations

Journal ArticleDOI
TL;DR: The objective of this review paper is to summarize and compare some of the well-known methods used in various stages of a pattern recognition system and identify research topics and applications which are at the forefront of this exciting and challenging field.
Abstract: The primary goal of pattern recognition is supervised or unsupervised classification. Among the various frameworks in which pattern recognition has been traditionally formulated, the statistical approach has been most intensively studied and used in practice. More recently, neural network techniques and methods imported from statistical learning theory have been receiving increasing attention. The design of a recognition system requires careful attention to the following issues: definition of pattern classes, sensing environment, pattern representation, feature extraction and selection, cluster analysis, classifier design and learning, selection of training and test samples, and performance evaluation. In spite of almost 50 years of research and development in this field, the general problem of recognizing complex patterns with arbitrary orientation, location, and scale remains unsolved. New and emerging applications, such as data mining, web searching, retrieval of multimedia data, face recognition, and cursive handwriting recognition, require robust and efficient pattern recognition techniques. The objective of this review paper is to summarize and compare some of the well-known methods used in various stages of a pattern recognition system and identify research topics and applications which are at the forefront of this exciting and challenging field.

6,527 citations

Journal ArticleDOI
TL;DR: A common theoretical framework for combining classifiers which use distinct pattern representations is developed and it is shown that many existing schemes can be considered as special cases of compound classification where all the pattern representations are used jointly to make a decision.
Abstract: We develop a common theoretical framework for combining classifiers which use distinct pattern representations and show that many existing schemes can be considered as special cases of compound classification where all the pattern representations are used jointly to make a decision. An experimental comparison of various classifier combination schemes demonstrates that the combination rule developed under the most restrictive assumptions-the sum rule-outperforms other classifier combinations schemes. A sensitivity analysis of the various schemes to estimation errors is carried out to show that this finding can be justified theoretically.

5,670 citations

Book
01 Jan 1996
TL;DR: Professor Ripley brings together two crucial ideas in pattern recognition; statistical methods and machine learning via neural networks in this self-contained account.
Abstract: From the Publisher: Pattern recognition has long been studied in relation to many different (and mainly unrelated) applications, such as remote sensing, computer vision, space research, and medical imaging. In this book Professor Ripley brings together two crucial ideas in pattern recognition; statistical methods and machine learning via neural networks. Unifying principles are brought to the fore, and the author gives an overview of the state of the subject. Many examples are included to illustrate real problems in pattern recognition and how to overcome them.This is a self-contained account, ideal both as an introduction for non-specialists readers, and also as a handbook for the more expert reader.

5,632 citations