MLCVApr 2, 2015

The Approximation of the Dissimilarity Projection

arXiv:1504.00593v119 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific challenge in neuroimaging by enabling machine learning on tractography data, but it is incremental as it builds on existing dissimilarity representation techniques.

The authors tackled the problem of representing brain tractography data, which consists of variable-length streamlines, in a vectorial space for machine learning by proposing a dissimilarity representation based on distances to prototypes. They investigated the approximation quality under different prototype selection policies and sizes, and introduced a scalable approximation method for fast and accurate dissimilarity computations.

Diffusion magnetic resonance imaging (dMRI) data allow to reconstruct the 3D pathways of axons within the white matter of the brain as a tractography. The analysis of tractographies has drawn attention from the machine learning and pattern recognition communities providing novel challenges such as finding an appropriate representation space for the data. Many of the current learning algorithms require the input to be from a vectorial space. This requirement contrasts with the intrinsic nature of the tractography because its basic elements, called streamlines or tracks, have different lengths and different number of points and for this reason they cannot be directly represented in a common vectorial space. In this work we propose the adoption of the dissimilarity representation which is an Euclidean embedding technique defined by selecting a set of streamlines called prototypes and then mapping any new streamline to the vector of distances from prototypes. We investigate the degree of approximation of this projection under different prototype selection policies and prototype set sizes in order to characterise its use on tractography data. Additionally we propose the use of a scalable approximation of the most effective prototype selection policy that provides fast and accurate dissimilarity approximations of complete tractographies.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes