<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Surrogate_data_testing</id>
	<title>Surrogate data testing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Surrogate_data_testing"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Surrogate_data_testing&amp;action=history"/>
	<updated>2026-08-19T22:13:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Surrogate_data_testing&amp;diff=27492&amp;oldid=prev</id>
		<title>en&gt;Rjwilmsi: journal cites, added 2 PMIDs using AWB (9711)</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Surrogate_data_testing&amp;diff=27492&amp;oldid=prev"/>
		<updated>2013-11-24T14:11:47Z</updated>

		<summary type="html">&lt;p&gt;journal cites, added 2 PMIDs using &lt;a href=&quot;/w/index.php?title=Testwiki:AWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Testwiki:AWB (page does not exist)&quot;&gt;AWB&lt;/a&gt; (9711)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Orphan|date=November 2013}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Geometric feature learning&amp;#039;&amp;#039;&amp;#039; is a technique combining [[machine learning]] and [[computer vision]] to solve visual tasks. The main goal of this method is to find a set of representative features of geometric form to represent an object by collecting geometric features from images and learning them using efficient [[machine learning]] methods. Humans solve visual tasks and can give fast response to the environment by extracting perceptual information from what they see. Researchers simulate humans&amp;#039; ability of recognizing objects to solve computer vision problems. For example, M. Mata et al.(2002) &amp;lt;ref&amp;gt;M. Mata and J. M. Armingol and A. De La Escalera and M. A. Salichs, &amp;quot;Learning visual landmarks for mobile robot navigation&amp;quot;, In Proceedings of the 15th World congress of the International Federation of Automatic Control, 2002&amp;lt;/ref&amp;gt; applied feature learning techniques to the [[mobile robot navigation]] tasks in order to avoid obstacles. They used [[genetic algorithms]] for learning features and recognizing objects (figures). Geometric feature learning methods can not only solve recognition problems but also predict subsequent actions by analyzing a set of sequencial input sensory images, usually some extracting features of images. Through learning, some hypothesis of the next action are given and according the probability of each hypothesis give a most probable action. This technique is widely used in the area of [[artificial intelligence]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Geometric feature learning methods extract distinctive geometric features from images. Geometric features are features of objects constructed by a set of geometric elements like points, lines, curves or surfaces. These features can be corner features, edge features, Blobs, Ridges, salient points image texture and so on, which can be detected by [[feature detection]] methods.&lt;br /&gt;
&lt;br /&gt;
===Geometric features===&lt;br /&gt;
;Primitive features&lt;br /&gt;
* Corners: Corners is a very simple but significant feature of objects. Especially, Complexe objects usually have different corner features with each other. Corners of an object can be extracted by using the technique, calling [[Corner detection]]. Cho and Dunn &amp;lt;ref&amp;gt;Cho, K., and Dunn, S.M &amp;quot;Learning shape classes&amp;quot;. IEEE Transformations on Pattern Analysis and Machine Intelligence 16,9(1994), 882-888&amp;lt;/ref&amp;gt; used a different way to define a corner by the distance and angle between two straight line segments. This is a new way by defining features as a parameterized composition of several components.&lt;br /&gt;
* Edges: Edges are one dimensional structure features of an image. They represent the boundary of different image regions. The outline of an object can be easily detected by finding the edge using the technique of [[edge detection]].&lt;br /&gt;
* Blobs: Blobs represent regions of images, which can be detected using [[blob detection]] method.&lt;br /&gt;
* Ridges: From a practical viewpoint, a ridge can be thought of as a one-dimensional curve that represents an axis of symmetry. Ridges detection method-see [[ridge detection]]&lt;br /&gt;
* salient points-see [[Kadir–Brady saliency detector]]&lt;br /&gt;
* [[image texture]]&lt;br /&gt;
; Compound features&amp;lt;ref&amp;gt;Justus H Piater, &amp;quot;Visual feature learning&amp;quot; (January 1, 2001). Electronic Doctoral Dissertations for UMass Amherst. Paper AAI3000331.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Geometric composition&lt;br /&gt;
Geometric component feature is a combination of several primitive features and it always consists more than 2 primitive features like edges, corners or blobs. Extracting geometric feature vector at location x can be computed according to the reference point, which is shown below: &lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle\ x_{i}=x_{i-1}+\sigma _{i-1}d_{i}\begin{bmatrix}&lt;br /&gt;
\cos (\theta _{i-1}+\phi _{i})\\ &lt;br /&gt;
\sin (\theta _{i-1}+\phi _{i})&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle\  \theta_{i}=\theta _{i-1}+\Delta \theta _{i} &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle\ \sigma _{i}=\sigma _{i-1}\Delta \sigma  _{i} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
x means the location of the location of features, &amp;lt;math&amp;gt;\textstyle \theta&amp;lt;/math&amp;gt; means the orientation, &amp;lt;math&amp;gt;\textstyle\sigma &amp;lt;/math&amp;gt; means the intrinsic scale. &lt;br /&gt;
*Boolean Composition&lt;br /&gt;
Boolean compound feature consists of two sub-features which can be primitive features or compound features. There are two type of boolean features: conjunctive feature whose value is the product of two sub-features and disjunctive features whose value is the maximum of the two sub-features.&lt;br /&gt;
&lt;br /&gt;
===Feature space===&lt;br /&gt;
Feature space was firstly considered in computer vision area by Segen.&amp;lt;ref&amp;gt;Segen, J., Learning graph models of shape. In Proceeding of the 5th International Conference on Machine Learning(Ann Arbor, June 12–14, 1988), J.  Larid, Ed., Morgan Kaufmann&amp;lt;/ref&amp;gt; He used multilevel graph to represent the geometric relations of local features.&lt;br /&gt;
&lt;br /&gt;
===Learning algorithms===&lt;br /&gt;
There are many learning algorithms which can be applied to learn to find [[distinctive features]] of objects in an image. Learning can be incremental, meaning that the object classes can be added at any time.&lt;br /&gt;
&lt;br /&gt;
===Geometric feature extraction methods===&lt;br /&gt;
*[[Corner detection]]&lt;br /&gt;
*[[Curve fitting]]&lt;br /&gt;
*[[Edge detection]]&lt;br /&gt;
*Global structure extraction&lt;br /&gt;
*Feature histograms&lt;br /&gt;
*[[Line detection]]&lt;br /&gt;
*[[Connected-component labeling]]&lt;br /&gt;
*[[Image texture]]&lt;br /&gt;
*[[Motion estimation]]&lt;br /&gt;
&lt;br /&gt;
== Feature learning algorithm==&lt;br /&gt;
1.Acquire a new training image &amp;quot;I&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
2.According to the recognition algorithm, evaluate the result. If the result is true, new object classes are recognised.&lt;br /&gt;
*recognition algorithm&lt;br /&gt;
The key point of recognition algorithm is to find the most distinctive features among all features of all classes. So using below equation to maximise the feature &amp;lt;math&amp;gt;\textstyle\ f_{max} &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle\ I_{max}=\underset{f}{max}\underset{C}{max}I(C, F_{f}) &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle\ I(C, F_{f})=-\underset{C}{\sum }\underset{F_{f}}{\sum }BEL(F_{f},C)\log \frac{BEL(C,F_{f})}{BEL(F_{f})BEL(C)}&amp;lt;/math&amp;gt;&lt;br /&gt;
Measure the value of a feature in images, &amp;lt;math&amp;gt;\textstyle\ f_{max} &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\textstyle\ f_{f_{max}}&amp;lt;/math&amp;gt;,  and localise a feature: &lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle\  f_{f_{(p)}}(I)=\underset{x\in I}{max}f_{f_{(p)}}(x) &amp;lt;/math&amp;gt;&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textstyle f_{f_{(p)}}(x) &amp;lt;/math&amp;gt; is defined as &lt;br /&gt;
&amp;lt;math&amp;gt;\textstyle f_{f_{(p)}}(I)=max\left \{ 0, \frac{f(p)^T)f(x)}{\left \| f(p) \right \|\left \| f(x) \right \|} \right \}&amp;lt;/math&amp;gt; &lt;br /&gt;
*evaluation&lt;br /&gt;
After recognise the features, the results should be evaluated to determine whether the classes can be recognised, There are five evaluation categories of recognition results: correct, wrong, ambiguous, confused and ignorant. When the evaluation is correct, add a new training image and train it. If the recognition failed, the feature nodes should be maximise their distinctive power which is defined by the Kolmogorov-Smirno distance (KSD). &lt;br /&gt;
:&amp;lt;math&amp;gt;\textstyle KSD_{a,b}(X)=\underset{\alpha }{max}\left | cdf(\alpha |a) -cdf(\alpha |b)\right |&amp;lt;/math&amp;gt;&lt;br /&gt;
3.Feature learning algorithm&lt;br /&gt;
After a feature is recognised, it should be applied to [[Bayesian network]] to recognise the image, using the feature learning algorithm to test. &lt;br /&gt;
*The main purpose of feature learning algorithm is to find a new feature from sample image to test whether the classes are recognised or not. Two cases should be consider: Searching for new feature of true class and wrong class from sample image respectively. If new feature of true class is detected and the of wrong class is not recognised, then the class is recognised and the algorithm should terminate. If feature of true class is not detected and of false class is detected in the sample image, false class should be prevented from being recognised and the feature should be removed from Bayesian network.&lt;br /&gt;
* Using Bayesian network to realise the test process&lt;br /&gt;
&lt;br /&gt;
== PAC model based feature learning algorithm ==&lt;br /&gt;
&lt;br /&gt;
===Learning framework===&lt;br /&gt;
probably approximately correct (PAC) model was applied by D. Roth (2002) to solve computer vision problem by developing a distribution-free learning theory based on this model.&amp;lt;ref&amp;gt;D. Roth, M-H. Yang, and N. Ahuja. Learning to recognise three-demensional objects. Neural Computation, 14(5): 1071–1104, 2002.&amp;lt;/ref&amp;gt; This theory heavily relied on the development of feature-effient learning approach. The goal of this algorithm is to learn an object represented by some geometric features in an image. The input is a [[feature vector]] and the output is 1 which means successfully detect the object or 0 otherwise. The main point of this learning approach is collecting representative elements which can represent the object through a function and testing by recognising an object from image to find the representation with high probability. &lt;br /&gt;
The learning algorithm aims to predict whether the learned target concept &amp;lt;math&amp;gt;\textstyle f_{T}(X)&amp;lt;/math&amp;gt; is belongs to a class, where X is the instance space consists with parameters and then test whether the prediction is correct.&lt;br /&gt;
&lt;br /&gt;
===Evaluation framework===&lt;br /&gt;
After learning features, there should be some evaluation algorithms to evaluate the learning algorithms. D. Roth applied two learning algorithms:&lt;br /&gt;
;1.Sparse Network of Winnows(SNoW) system&lt;br /&gt;
* SNoW-Train&lt;br /&gt;
**Initial step: initial the set of features &amp;lt;math&amp;gt;\textstyle F_{t}=\phi &amp;lt;/math&amp;gt; which linked to target t for all &amp;lt;math&amp;gt;\textstyle  t\in T&amp;lt;/math&amp;gt;. T is a set of object targets whose elements are &amp;lt;math&amp;gt;\textstyle  t_{1}&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;\textstyle  t_{k}&amp;lt;/math&amp;gt;&lt;br /&gt;
**If each target object in set T belongs to a list of active features, link feature to target and set initial weight at the same time.&lt;br /&gt;
**Evaluate the targets : compare targets &amp;lt;math&amp;gt;\textstyle \underset{i\in e}{\sum }w_{i}^{t}&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;\textstyle \theta_{t} &amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\textstyle w_{i}^{t} &amp;lt;/math&amp;gt; is the weight on one position connecting the features i to target t. \theta_{t} is the threshold for the target not t.&lt;br /&gt;
**Update weight according to the result of evaluation. There are two cases: predicted positive on negative example (&amp;lt;math&amp;gt;\textstyle \underset{i\in e}{\sum }w_{i}^{t}&amp;gt;\theta_{t}&amp;lt;/math&amp;gt; and targets are not in the list of active features) and predicted negative on positive example(&amp;lt;math&amp;gt;\textstyle \underset{i\in e}{\sum }w_{i}^{t}\leq \theta_{t}&amp;lt;/math&amp;gt; and targets are in the list of active features).&lt;br /&gt;
* SNoW-Evaluation&lt;br /&gt;
**Evaluate the each target using same function as introduced above&lt;br /&gt;
**Prediction: Make a decision to select the dominant active target node.&lt;br /&gt;
;2. [[support vector machines]]&lt;br /&gt;
The main purpose of SVM is to find a [[hyperplane]] to separate the set of samples &amp;lt;math&amp;gt;\textstyle (x_{i},y_{i})&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;\textstyle x_{i}&amp;lt;/math&amp;gt; is an input vector which is a selection of features &amp;lt;math&amp;gt;\textstyle x\in R^{N}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\textstyle y_{i}&amp;lt;/math&amp;gt; is the label of &amp;lt;math&amp;gt;\textstyle x_{i}&amp;lt;/math&amp;gt;. The hyperplane has the following form:&lt;br /&gt;
&amp;lt;math&amp;gt;\textstyle f(x)=sgn\left ( \sum_{i=1}^{l}y_{i}\alpha _{i}\cdot k(x,x_{i})+b \right )=\left\{\begin{matrix}&lt;br /&gt;
1, positive\; inputs\\ &lt;br /&gt;
-1, negative\; inputs&lt;br /&gt;
\end{matrix}\right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\textstyle k(x,x_{i})=\phi (x)\cdot \phi (x_{i})&amp;lt;/math&amp;gt; is a kernel function&lt;br /&gt;
&lt;br /&gt;
Both algorithms separate training data by finding a linear function.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
*Landmarks learning for topological navigation&amp;lt;ref&amp;gt;M. Mata, J. M. Armingol, Learning Visual Landmarks for Mobile Robot Navigation, Division of Systems Engineering and Automation, Madrid, Spain, 2002&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Simulation of detecting object process of human vision behaviour&amp;lt;ref&amp;gt;I. A. Rybak, BMV:  Behavioral Model of Visual Perception and Recognition, Human Vision, Visual Processing, and Digital Display IV&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Learning self-generated action &amp;lt;ref&amp;gt;P. Fitzpatrick, G. Metta, L. Natale, S. Rao, and G. Sandini, “Learning About Objects Through Action - Initial Steps Towards Artificial Cognition,” in IEEE Int. Conf on Robotics and Automation, 2003, pp. 3140–3145.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Vehicle tracking&amp;lt;ref&amp;gt;J.M.Ferryman,A.D.Worrall,andS.J.Maybank.Learning enhanced 3d models for vehicle tracking. In Proc. of the British Machine Vision Conference, 1998&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;!--- See http://en.Wikipedia.org/wiki/Wikipedia:Footnotes on how to create references using &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags which will then appear here automatically --&amp;gt;&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- Categories ---&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Feature detection]]&lt;br /&gt;
[[Category:Applications of computer vision]]&lt;/div&gt;</summary>
		<author><name>en&gt;Rjwilmsi</name></author>
	</entry>
</feed>