Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Definition

Related articles

annotation

the process of carefully drawing a digital outline around an object using annotation tools

How-to annotate an image?

anchor point

a bending point to modify the outline of an annotation or region of interest

How-to annotate an image?

background

background is the definition of an area where no sample/specimen is visiblehttps://kmlvision.atlassian.net/wiki/spaces/KB/pages/3202252814

How-to draw a ROI?

bounding box

a rectangular outline of an object of interest, defining its coordinates and serving as a point of reference for object detection

Algorithm Training Types

confusion matrix

a table chart used to evaluate the performance of a computer vision AI algorithm, where the actual observations are compared to those of the AI model. The matrix offers an overview of correct and incorrect predictions made by the model. The table lists the four values needed for calculating performance statistics: (1) true positives, (2) false positives, (3) true negatives, and (4) false negatives. A well-performing algorithm should have higher values along the main diagonal of the confusion matrix (true-positive to true-negative) and low values on the other positions (false-positive to false-negative).

How-to understand quantitative results?

...

Name

Definition

Related articles

false-positives

a detection error where the algorithm falsely registers the presence of an object

How-to improve algorithm training results?

false-negatives

a detection error where the algorithm falsely registers the absence of an object

How-to improve algorithm training results?

ground truth

the annotations in the input image data done by the user. The deep learning model is trained to target morphological structures in novel image data, similar to the ground truth annotations.How-to understand quantitative results?

https://kmlvision.atlassian.net/wiki/spaces/KB/pages/3205070870

image classification

a computer vision task for categorizing groups of pixels or vectors within a given image

Algorithm Training Types

instance correctness

a metric that gives you information about the ability of the algorithm to correctly detect and label instances in the process of instance segmentation. Instance correctness relies on contour information to estimate the presence of an overlay of annotated and predicted instances.

How to understand instance segmentation qualitative results?

\uD83C\uDDF1 L-O

Name

Definition

Related articles

label, labeling, label category

a label is a verbal categorization assigned to an object in a particular image upon annotating the object

How-to annotate an image?

multichannel images

images that consist of different channels taken under different laser light conditions that are stacked one above another

How-to upload images?

multidimensional microscopy images

images visualizing the dynamics of cellular structures in space and through time. These can be three-dimensional (3D), four-dimensional (4D), multichannel or time-series images etc. Multidimensional images are acquired with optical sectioning techniques or laser-scanning microscopy techniques, time-lapse or multifocal-planes recordings. Such images contain additional layers of information on cell movements, structural dynamics, multichannel spectrums and wave-lengths.

How-to analyze time-series images?

object detection

a computer vision task for identifying objects within a digital image

Algorithm Training Types

...

Name

Definition

Related articles

pixel correctness

a metric that gives you information about the ability of the algorithm to correctly detect and label instances in the process of instance segmentation. Pixel correctness relies on pixel-level information to estimate the presence of an overlay of annotated and predicted instances.

How to understand instance segmentation qualitative results?

predicted areas

areas within an image assigned to a particular label

How-to understand quantitative results?

predicted pixel label

the label the AI-algorithm assigns a pixel to. This means each pixel in an image is assigned a class label from a predefined set. In other words, the “predicted pixel label“ is the label the AI-algorithm assigned to a specific pixel.

How-to understand quantitative results?

random split

the process of letting the platform decide which images are used for training and which ones for validation.

Introduction into IKOSA AI

RGB images

images that consist of 3 channels: red, green and blue.

How to manage multichannel images?

semantic segmentation

a computer vision task for segmenting an image through assigning a label to each pixel within.

Algorithm Training Types

...