
The Transductive SVM (TSVM) is an interesting
version of the SVM, which uses transductive inference.
In this case, the TSVM attempts to find the hyperplane
and the labels of the test data that maximize the
margin with minimum error. Thus, the label of the
test data is obtained in one step. Vapnik [1] proposed
this formulation to reinforce the classifier on the test
set by adding the minimization of the error on the
test set during the training process. This formula-
tion has been used elsewhere recently for training
semi-supervised SVMs.
Applications
The SVM is a powerful classifier which has been used
successfully in many pattern recognition problems,
and it has also been shown to perform well in
biometrics recognition applications. For example, in
[11], an iris recognition system for human identifica-
tion has been proposed, in which the extracted iris
features are fed into an SVM for classification. The
experimental results show that the performance of
the SVM as a classifier is far better than the perfor-
mance of a classifier based on the artificial neural
network. In another example, Yao et al. [12], in a
fingerprint classification application, used recursive
neural networks to extract a set of distributed features
of the fingerprint which can be integrated into the
SVM. Many other SVM applications, like handwriting
recognition [8, 13], can be found at www.clopinet.
com/isabelle/Projects/SVM/applist.html.
Related Entries
▶ Classifier
▶ Generalization
▶ Structural Risk
▶ Training
References
1. Vapnik, V.N.: Statistical learning theory. Wiley, New York (1998)
2. Boser, B.M.E., Guyon, I., Vapnik, V.: A training algorithm for
optimal margin classifiers. In: Proceedings of Fifth Annual
Workshop on Computational Learing Theory, pp. 144–152
(1992)
3. Scholkopf, B., Smola, A.J.: Learning with Kernels. MIT Press,
Cambridge, MA (2002)
4. Cristianini, N., Shawe-Taylor, J.: An Introduction to Support
Vector Machines. Cambridge Universit y Press (2000)
5. Joachims, T.: Making large-scale support vector machine
learning practical. In: Scholkopf, Burges, Smola (eds.) Advances
in Kernel Methods: Support Vector Machines. MIT Press,
Cambridge, MA (1998)
6. Chapelle, O., Vapnik, V.: Model selection for support vector
machines. Advances in Neural Information Processing Systems
(1999)
7. Ayat, N.E., Cheriet, M., Suen, C.Y.: Automatic Model Selection
for the Optimization of the SVM kernels. Pattern Recognit.
38(10), 1733–1745 (2005)
8. Adankon, M.M., Cheriet, M.: Optimizing Resources in Model
Selection for Support Vector Machines. Pattern Recognit. 40(3),
953–963 (2007)
9. Adankon, M.M., Cheriet, M.: New formulation of svm
for model selection. In: IEEE International Joint Conference
in Neural Networks 2006, pp. 3566–3573. Vancouver, BC
(2006)
10. Suykens, J.A.K., Van Gestel, T., De Brabanter, J., De Moor, B.,
Vandewalle, J.: Least Squares Support Vector Machines. World
Scientific, Singapore (2002)
11. Roy, K., Bhattacharya, P.: Iris recognition using support vector
machine. In: APR International Conference on Biometric
Authentication (ICBA), Hong Kong, January 2006. Springer
Lecture Note Series in Computer Science (LNCS), pp. (3882)
486–492 (2006)
12. Yao, Y., Marcialis, G.L., Pontil, M., Frasconi, P., Rolib, F.:
Combining flat and structured representations for fingerprint
classification with recursive neural networks and support vector
machines. Pattern Recognit. 36(2), 397–406 (2003)
13. Matic, N., Guyon, I., Denker, J., Vapnik, V.: Writer adaptation
for on-line handwritten character recognition. In: IEEE
Second International Conference on Pattern Recognition and
Document Analysis, pp. 187–191. Tsukuba, Japan (1993)
Surface Curvature
Measurements of the curvature of a surface are com-
monly used in 3D biometrics. The normal curvature on
a point p on the surface is defined as the curvature of
the curve that is formed by the intersection of the
surface w ith the plane containing the normal vector
and one of the tangent vectors at p. Thus the normal
curvature is a function of the tangent vector direction.
The minimum and maximum values of this function
are the principal curvatures k1 and k2 of the surface
1308
S
Surface Curvature