Lecture 5 Flashcards

1
Q

Methods to quantify segmentation performances

A
  • ROC analysis
  • F-measure
  • JSC
  • DSC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sensitivity

A

True positive rate:

TPR=TP/(TP+FN)

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

Specificity

A

True negative rate:

TNR = TN/(TN+FP)

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

ROC analysis

A

Plot of the TPR vs the FPR (1-specificity) of a method as a function of its free parameters.
The higher the area under the curve, the better

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

Precision vs accuracy

A

High accuracy implies that the mean of repeated estimates has low bias
High precision implies that the variance of repeated estimates is low.

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

True postive, true negative, false positive and false negative

A
  • True positive: TP=intersection S&T
  • True negative: TN=Intersection Sc and Tc
  • False positive: FP = intersection S and Tc
  • False negative: FN=intersection Sc and T
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

F-measure

A

F= 2(RP)/(R+P)

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

JSC

A

Fraction of teh union of the segmented object and the true object that is correctly segmented:
JSC=Intersec(S&T)/Union(S&T)=TP/(FP+TP+FN)

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

DSC

A

Fraction of the segmented oject set joined with the true object set that is correctly segmented:
DSC=2Intersec(S&T)/(S+T)=2TP/(FP+2TP+FN)

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

Basic measures to quantify binary object properties

A
  • Position: Center of mass as an estimate of object position
  • Area: count pixels
  • Perimeter
  • Moments: m= sumover x sumover y((x^p * y^q)I(x,y))
  • Orientation: second order moments analysis
  • Major &minor axes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Perimeter

A

Boundary chain code analysis to estimate object parameter

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

Major & minor axes

A

For a matrix that is real, symmetric and positive, the eigenvalues are positive real valued, the eignevectors u are orthogonal.
Major axis: U2/sq(lambda2) *2

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

Advanced measures to quantify binary object shape

A
  • Eccentricity
  • Circularity
  • Convex hull
  • Convex defiency
  • Curvature measures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Eccentricity

A

How much a conic section varies from being circular. Circle has eccentricity zero.
E=major axis length/minor axis length= sqrt(lambda1/lambda2)

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

Circularity

A

C=4piA/P^2
with P=2pir as the circle perimeter
C=1 for circles

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

Convex hull

A

object is convex if the straight line between any two point in the object is contained in object.
Concave hull is the smallest convex set that contains the object

17
Q

Convex deficiency

A

Set difference betwee the convex hull and the object

18
Q

Curvature measures

A

Boundary is parametrized as C=[x(s),y(s)]
Tangent is the rate of change of the difection. The higher the curvature, the smaller the radius.
Convex parts have positive curvatures, concave negative.

19
Q

Measures to quantify image intensities and structures

A
  • Histogram based properties
  • Gradient tensor analysis
  • Orientation
  • Anistropy
20
Q

Histogram based properties

A

from the normalized histogram you can figure out the mean, mode, median, moments, variance, skewness, kurtosis, engergy and entropy

21
Q

Gradient tensor analysis

A

Can create local gradient scales which form gradient vectors towards largest distance.
Gradient tensor S:
Ix^2 IxIy
IxIy Iy^2
-> [s1 s2] * [lambda1 0 [s1^T
0 lambda2] s2^T]

22
Q

Orientation

A

&=(1/2)arctan(2Ix*Iy/(Ix^2-Iy^2)

23
Q

Anisotropy

A

Alpha=(lambda1-lambda2)/(lambda1+lambda2)

24
Q

Quantitative colocalization measures

A

Degree to which different species of objects are present in the same spatial locations.
Co-occurence: Counting number of common spatial locations
Correlation: Computing relationship between intensity distributions
- Pearson
- Manders

25
Q

Pearson’s

A

rp=sum(I1(x,y)-avr(I1)I2(x,y)avr(I2)/sqt sum(I1(x,y)-avr(I1))* sum(I2(x,y)*avr(I2))
rp=1 perfectly related
rp=0 perfectly unrelated
rp=-1 perfectly inversely related
It is the measure for which the cloud of dots looks like a line

26
Q

Manders’

A

rm=Sum(I1(x,y)I2(x,y))/sqrt(sum(I1^2))sum(I2^2))
Better for asymmetric images
Manders tells us about The colocaliazation

27
Q

Limitations

A
  • Constrained to the level dictated by the microscop PSF
  • Intermediate color shows only if probes have similar intensities
  • Subjective
  • Infeasible for large numbers of images
  • Sumbersome in 3D
  • Colocalization does not imply physical interactions and more experiments need to be done
28
Q

Guidelines

A
  • Optimize microscope settings -> use confocal microscopy and sample at Nyquist rate
  • Optimize probe selection -> minize bleed throug
  • Optimize signal information -> reduce noise & exclude irrelevant pixels
29
Q

Sources of error Image analysis

A
  • Imperfections in the biological sample preparation
  • Imperfections in the image acquistion process
  • Imperfections in the image processing methods
30
Q

Precision

A

Positive predictive value:

P = TP/(TP+FP)

31
Q

Recall

A

Sensitivity: Fraction of true object that is correctly segmented
R=TP/(TP+FN)

32
Q

Total bending energy

A

B=integral over c(k^2)ds

Total absolute curvature: K=integral over c(k)ds

33
Q

Fourier analysis

A

Estimate object contour roughness:
Er=sum(Zn^2)/sum(Zn^2)
First is fraction of high frequency components
Second is sum over all frequency fourier components.