SOM Neural Network for Particle Tracking Velocimetry

Slides:



Advertisements
Similar presentations
3D Measurements by PIV  PIV is 2D measurement 2 velocity components: out-of-plane velocity is lost; 2D plane: unable to get velocity in a 3D volume. 
Advertisements

SPEED AND VELOCITY NOTES
Science Physics Definition Test. What is the definition of 1.Scalar 2.Vector 3.Uniform acceleration 4.Velocity 5.Mass 6.Weight 7.Gravitational field 8.Gravitational.
Motion in One Dimension Average Versus Instantaneous.
Lecture 12 Self-organizing maps of Kohonen RBF-networks
Self Organizing Maps (SOM) Unsupervised Learning.
Artificial Neural Networks Dr. Abdul Basit Siddiqui Assistant Professor FURC.
Smoothed Particle Hydrodynamics (SPH) Fluid dynamics The fluid is represented by a particle system Some particle properties are determined by taking an.
Particle Image Velocimetry 2 and Particle Tracking Velocimetry
Kinematics Kinematics is the branch of physics that describes the motion of points, bodies (objects) and systems of bodies (groups of objects) without.
Projectiles Horizontal Projection Horizontally: Vertically: Vertical acceleration g  9.8 To investigate the motion of a projectile, its horizontal and.
Section 2 Acceleration.  Students will learned about  Describing acceleration  Apply kinematic equations to calculate distance, time, or velocity under.
Chapter 8 – Geographic Information Analysis O’Sullivan and Unwin “ Describing and Analyzing Fields” By: Scott Clobes.
Distance is the space between two points, commonly measured in metres (m). Distances between two points can depend on the path taken. Time (t) is the duration.
Chapter 10 Rotational Motion.
Chapter 3 Describing Motion.
1 Lesson 1: Physics 150 / 215 Describing Motion Basic Terms & Units of measurement –distance & displacement –speed & velocity –acceleration Analyzing Motion.
Motion in One Dimension Velocity. Motion – A change in position Motion.
What is Physics? It is the scientific study of matter and energy and their interaction with one another. Energy can take the form of light, electricity,
Science Starter! With a partner, review: - Homework 2 (Conversions and Dimensional Analysis worksheet)
Representing Motion Chapter 2. Important Terms Scalar: quantities, such as temperature or distance, that are just numbers without any direction (magnitude)
Motion - Terminology. Scalar A scalar quantity is a quantity that requires only a magnitude (size) and appropriate units for its full description. Examples.
Kinematics Motion Day 1. Frame of Reference The object or point from which movement is determined A. Movement is relative to an object that appears stationary.
Kinematics Kinematics is the branch of physics that describes the motion of points, bodies (objects) and systems of bodies (groups of objects) without.
 The Big Thrill Section 4.1. Roller Coaster Fun  When did Kris’ expression change?
Particle Image Velocimetry Demo Outline (For reference) ‏ Topic NumberTopic NamePage Type 1Flow of PIVAnimated page.
Resolve the vector into x & y components 40.0 m/s at 45 o SoW.
Kinematics Descriptions of Motion aka “Kinematics” time ( t ) position (d)  displacement (  d) velocity (v) acceleration (a)
Physics Chapter 3 Describing Motion. 3.1 Picturing Motion Motion diagram Operational definition Particle model 3.2 Where and When Coordinate systems Scalar/Vector.
READ PAGES Physics Homework. Terms used to describe Physical Quantities Scalar quantities are numbers without any direction Vector quantities that.
One Dimensional Motion Review. Motion In One Dimension Simplest type of motion We set the frame of reference – Example, when we set the origin in a coordinate.
Motion Notes. Key Terms 1)Motion: 2)Reference point: The state in which one object’s distance from another is changing. A place or object used for comparison.
Motion. Introduction We use the word ‘rest’ very often. For example, when someone is doing no work or lying on the bed, we often say that the person is.
Motion in One Dimension - velocity. Motion – A change in position Motion.
CSC321: Neural Networks Lecture 9: Speeding up the Learning
Data Mining, Neural Network and Genetic Programming
Distance, displacement, speed, velocity, solving equations
To introduce Kinematics
Today we will: Use different acceleration equations to solve for displacement, final velocity, initial velocity, and time. Begin review for test.
Velocity.
Physics definitions.
Describing Motion.
Motion AS Physics Speed and Velocity Acceleration
What is Motion?.
Chapter 2 Objectives Describe motion in terms of changing velocity.
Speed Pages 220 – 223.
Bellwork What is reference point?.
Graphing Motion Walk Around
Motion in 1D, Vectors and Velocity
Acceleration A measure of how quickly the velocity of something is changing. It can be positive if the object is speeding up or negative if it is slowing.
MOTION IN A STRAIGHT LINE GRAPHICALLY
Find the velocity of a particle with the given position function
Distance vs. Displacement
Unit 1: Learning Target 1.3 Differentiate between speed (a scalar quantity) and velocity (a vector quantity)
Ch. 11: Motion 11.1: Distance and Displacement
MOTION IN A STRAIGHT LINE GRAPHICALLY
#13 Speed and Momentum. #13 Speed and Momentum.
12.6: Vector Magnitude & Distance
Elementary Mechanics of Fluids Lab # 3 FLOW VISUALIZATION
Describing Motion with Words
Speed, velocity and acceleration
MOTION IN A STRAIGHT LINE GRAPHICALLY
Elementary Mechanics of Fluids Lab # 3 FLOW VISUALIZATION
Find the set of points (x, y) such that F(x, y) = 0 if F(x, y) = (r - 4)x, {image} , and r = |x|
Speed Velocity Acceleration
Speed and Velocity What is speed?
Artificial Neural Networks
DVTA Jeff Ikner Physics.
Presentation transcript:

SOM Neural Network for Particle Tracking Velocimetry Aifeng Yao

What is Particle Tracking Velocimetry? PIV is a method for measuring a 2D velocity vector map of a flow field at an instant in time by matching the images of small suspended seeding particles in the flow taken in a small time interval. Particle tracking One of the first equations people learn, perhaps without realising it, is It is simply a mathematical way of expressing the practical point that, if you know how fast you are travelling and the time you use for the journey, you can work out the distance travelled. Any one of the three parameters can of course be calculated if you know the other two, simply by rearranging the equation. Hence, if you can measure the distance an element of a fluid travels in a known time interval, then you can calculate the speed of the flow field using the simple equation In cross-correlation PIV, we know the direction as well as the magnitude of displacements, so we use two vector quantities. That is, where v is the velocity vector (what we want to find) d is the displacement vector (what we measure) t is the time interval (what we know) Frame 1 Frame 2 displacement Velocity = How to match the particle images? time interval

SOM for Particle Tacking Neural Network Structure Position vector xi Weight vector wi Sub-network 1 i=1,2,…,N Sub-network 2 Weights vector Wj Position vector Xj j=1,2,…,M

SOM Neural Network Implementation (1) 1. Weight initialization, wi=xi, Wj=Xj (i=1,2,…,N, j=1,2,…,M) 2. Competition between neurons within radius Dmax wisub-network 2, for Wj-wiDmax (j=1,2,…,M) Euclidean distance dij=Wj-wi, min{dij}winner Wc Awarding winner and its neighbors Wk= Wk +c(wi-Wc), c=  for neurons Xc-XkR (neighbors) (accumulation) 0 otherwise Wjsub-network 1, for wi-WjDmax (i=1,2,…,N) Repeat competition and awarding

SOM Neural Network Implementation (2) 3. Updating weights for both sub-networks wi=wi+ wi (i=1,2,…,N) Wj=Wj+ Wj (j=1,2,…,M) 4. Decreasing neighborhood radius R R=R*Rcoef Increasing  =*coef 5. Repeat step 2 to step 4 nearest neighbor matching winner= Wj-wc  for j=1,2,…,M

Result (1) Shear flow constant gradient Ratio=254/254=1.0 Erroneous matching=7 Net ratio =247/254 =0.97

Results (2) rotational flows with out-of-plane particles 20/200 matching = 171/180=0.95 Mismatch= 20 Net ratio=0.84

Conclusions and Suggestion SOM alg. works well in Particle Tracking Velocimetry; Extension to real experimental scenarios, # of particles, unmatchable particles, Comparison to other alg. used in PTV, accuracy and speed.