Lecture 6 Flashcards

1
Q

Particle tracking

A

Hard to analyse moving and reshaping object in motion

  • thresholding
  • Gaussian PSF model fitting (best)
  • Laplacean of Gaussian filtering (LoG)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cell tracking

A
  • Intensity thresholdign
  • Watershed segmentation
  • Active contour fitting
  • Level set segmentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Popular methods for particle tracking

A
  • Detection

- Linking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Detection

A
  • Thresholding
  • Centroid callculation
  • Least-squares Gaussian fitting
  • LoG filtering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Linking

A
  • Nearest-neighbor searching
  • Multiple hypothesis tracking
  • Interacting multiple models
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Centroid calculation

A

In the LS Gaussian fitting
Least squares: S(x0,y0)=sum[I(x,y)-G(x-x0,y-y0)]^2. This is the Gaussian centered at (x0,y0) with sigma to approximate PSF. If you take derivative and set it to zero you can find it in postion x or y.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Least-squares Gaussian fitting

A

Wide Field Fluorescence Microscopy: sigma=0.21lambda/NA
Laser Scanning Confocal Fluorescence Microscopy: sigma=0.16
lambda/NA.
Take the Gaussian image profile and find the best fit. For each position you compute the difference between intensity adn Gaussian approach. If there is a nice match, the difference is very smalln The squared value is very small. So we want to minimize the PSF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Nearest neighbor searching

A

Connects the dots to the nearest neightbour in the next frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Multiple hypothesis tracking

A

All possible connections ro new pixels are stored and remembered. In the end, you created a network and you want to find the most low-cost route, usually shortest route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Interacting multiple models

A

Combine NNS and MHT: predict beforehand what you think the route is going to be and make decision of the next pixel based on that prediction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Measures and approaches to quantify dynamics

A
  • Traveled distances
  • Speed measures
  • Mean-squared displacement
  • Kymograph analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Traveled distances

A

done with mean squared displacement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Speed measures

A

done with kymograph analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Mean-squared displacement

A

Distance between track points d(pi,pj)=abs(pi-pj)

For a given time lag t: MSD(t)=sum(d^2(pi,pi+t))/(N-t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Kymograph analysis

A

Time and space are integrated in one image. This way you can calculate the speed: v=dx/dy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Popular methods for cell tracking

A
  • Segmentation

- Linking (same as in particle tracking)

17
Q

Segmentation

A
  • Thresholding
  • Watershed segmentation
  • Active contours
  • level sets
18
Q

Watershed segmentation

A
19
Q

Active contours

A

Hard to do when there is cell division, because the contour then also has to split

20
Q

Level sets

A

Useful for cell division

21
Q

Gaussian fitting RMSE

A

RMSE=sqrt(((s^2+(a^2/12))/N)+(8pis^4b^2/(a^2N^2))

s-spotsize (larger gives bad fit)
a-pixelsize (Small pixels, more accurate)
b-background noise (more noise, bad fit)
N-number of photons from spot (more photons, more accurate)

22
Q

Bayesian estimation based tracking

A

Computing the degree of belief in the object state by taking into account all available evidence up to the current time point.
- Predict: Prior=transitionposterior
- Update: Posterior=likelihood
prior
Posterior-most likely previous position knowing all past images
Transition-predicted transformation Function, like the likelihood.

23
Q

Pure diffusion

A

MSD(t)=4Dt

D=b/4

24
Q

Directed motion with perhaps a diffusion component.

A

Dynamics equation: “MSD” (t)=4Dt+(vt)^2 (quadratic equation).
that D=b/4 and v=√c