Abstract
Spatiotemporal tracking of tracer particles or objects of interest can reveal localized behaviors in biological and physical systems. However, existing tracking algorithms are most effective for relatively low numbers of particles that undergo displacements smaller than their typical interparticle separation distance. Here, we demonstrate a single particle tracking algorithm to reconstruct large complex motion fields with large particle numbers, orders of magnitude larger than previously tractably resolvable, thus opening the door for attaining very high Nyquist spatial frequency motion recovery in the images. Our key innovations are feature vectors that encode nearest neighbor positions, a rigorous outlier removal scheme, and an iterative deformation warping scheme. We test this technique for its accuracy and computational efficacy using synthetically and experimentally generated 3D particle images, including non-affine deformation fields in soft materials, complex fluid flows, and cell-generated deformations. We augment this algorithm with additional particle information (e.g., color, size, or shape) to further enhance tracking accuracy for high gradient and large displacement fields. These applications demonstrate that this versatile technique can rapidly track unprecedented numbers of particles to resolve large and complex motion fields in 2D and 3D images, particularly when spatial correlations exist.
Introduction
Comprehensive tracking of tracer particle trajectories can elucidate complex behaviors in soft materials, fluid flows, and biological motion by resolving local inhomogeneities in space and time. For instance, the displacement of fiducial markers embedded within a solid or fluid medium can reveal local microrheological properties1–7, cell-generated deformations within a soft biomaterial8–18, or turbulent flows utilized for biological propulsion19–21. Moreover, directly tracking biological objects of interest such as single molecules22–24, viruses and bacteria25–29, and motile cells30–33 can reveal collective phenomena and heterogeneous phenotypes. However, particle tracking is computationally expensive and requires careful optimization of imaging conditions and thus remains highly challenging. The unambiguous resolution of particle motion typically requires displacements smaller than half of the interparticle spacing, often necessitating frequent time-lapse imaging34,35. Consequently, existing algorithms are inefficient when tracking large numbers of particles (tens of thousands or more) undergoing large motion over an extended duration or many image frames. New tracking algorithms exhibiting ultrahigh efficiency and accuracy based on computer vision techniques are necessary for extreme motion fields in physical and biological systems.
Single particle tracking (SPT) methods are typically based on a two step process: 1) particle positions are identified at each time frame, then 2) particle positions are linked together into trajectories over consecutive frames. Particles can be reliably localized with sub-pixel accuracy in both 2D and 3D images using Gaussian fitting methods36–38 based either on a nonlinear least squared criterion or maximum likelihood estimator, or the radial symmetry method39,40. Once located, the particles can be tracked using approaches including nearest neighbor search, relaxation methods41,42, feature vector based methods12,34, and more classical minimization of a specific motion cost function43,44 using the sum of squared distances across time points. These methods accurately track particles subjected to small motion fields. However, tracking large particle motions presents a significant challenge due to the uncertainty of assigning new positions to identical particles. Moreover, they are not computationally efficient when tracking large numbers of particles undergoing large amplitude motion fields. Although some application-specific algorithms can capture large displacements45, these methods require inference of a priori knowledge of the underpinning physics behind the motion and thus are not readily adaptable to general motion fields of unknown character.
Complex motion fields can also be measured using correlation-based methods like digital image correlation (DIC) or particle image velocimetry (PIV), which do not require explicit information about particle positions. These correlation-based image subset matching methods are widely used46,47, but the inherent averaging nature of subset-matching schemes smooths out high frequency information48–50, and are computationally expensive since mathematical operations are applied across the entire 2D image or 3D volume51,52. Instead, SPT reconstructs a complex deformation field based on the spatially discretized motion of tracer particles. To resolve high spatial frequency information, high particle seeding densities are necessary. According to the Nyquist criterion, SPT methods have a theoretical spatial frequency recovery limit with the smallest resolvable wavelength twice the interparticle separation distance11. Increasing the overall particle seeding density reduces the interparticle separation, which then limits the relative displacements that can be accurately and efficiently resolved using existing algorithms. This establishes a tradeoff whereby higher particle densities permit high spatial resolution but lower particle densities are needed to resolve large displacements. These issues are expected to worsen as camera sensors increase in size, allowing greater numbers of particles within a given field of view.
Here, we present a new particle tracking scheme called Topology-based Particle Tracking (T-PT) to address the challenges of current SPT methods in reconstructing complex, large motion fields with high computational efficiency and spatial resolution. Our approach utilizes feature vectors that encode nearest neighbor positions, a rigorous outlier removal scheme, and an iterative deformation warping scheme51. T-PT is designed to perform optimally for motion fields that exhibit some spatial correlations, although it can also be employed to track purely random motions. We demonstrate that our general purpose method accurately tracks a large number of particles undergoing large and high spatial gradient displacements with high computational efficiency. By including descriptive, multi-attribute information about the particles, e.g. particle color, size or shape, in addition to their geometric position, we show that the displacement resolution of our technique can be significantly enhanced for more accurate detection of large motion fields. Furthermore, we characterize the performance and versatility of our algorithm using a combination of simulated and experimental images, including non-affine deformations of soft materials, complex fluid flows, and cell-generated substrate deformations.
Results
Particle Tracking Using Feature Vectors with Relative Neighbor Positions
Topology-based Particle Tracking (T-PT) utilizes feature vectors in a three-step algorithm (Fig. 1). First, particles centers are localized. Second, particles are linked between consecutive image frames using a new particle descriptor (feature vector), which encodes the spatial positions of their nearest neighbor particles for each time frame. Third, particles in consecutive time frames are compared using an iterative warping scheme to track large particle motions in time51. These three steps will be described in greater detail using a conceptual example of particles displaced by a 3D motion field.
The first step in most tracking schemes is the detection and localization of particle centers within each image (Fig. 1). We utilize image thresholding based on a user-specified cutoff to segment particle voxels from background voxels in the images. The particle centroids are then rapidly localized with sub-voxel accuracy using the radial symmetry method39,40.
The second step associates the particle positions in the reference (t = to) and deformed volumes (t = to + 1) with a “particle descriptor” or feature vector, based on the relative spatial positions of their nearest-neighbor particles (Fig. 1). This step defines a unique local particle signature based on the topological arrangement of randomly located neighbors, which aids in linking consecutive particle positions in time. For each particle, the positions of n nearest neighbor particles are stored. A spherical shell with a radius equal to the distance of the farthest particle from the particle of interest is then created around each particle. This spherical shell is further divided into k concentric shells of equal volume. Each of the concentric shells is further split into eight octants using the basis vectors in the reference volume, dividing the space around the particle of interest into 8k bins. The relative positions of the n neighboring particles is encoded into the particle descriptor by binning these particles into the 8k bins. The design of this feature descriptor is advantageous since it encodes the relative spatial positions of neighboring particles. This allows these particles sufficient freedom to rearrange during deformation while retaining a similar feature descriptor, since particles tend to remain within the same bin.
Particle positions are linked together in time by partitioning the reference (t = to) and the deformed (t = to + 1) volumes into subsets. The particles are linked one-to-one from the reference image subset to the corresponding deformed image subset such that a chosen particle pair has the minimum L2 particle descriptor distance. The algorithm enforces one-to-one particle linking conditions by discarding any particle links which are not bijective. An outlier removal procedure on particle links then eliminates potential false links. We utilize the neighborhood similarity test, which evaluates whether a particle linkage is plausible based on whether at least p of q neighbors are conserved between the reference and deformed volumes, in addition to the universal median test53, which removes potential outliers by eliminating particle displacements above a user-defined value based on the normalized residual of the median neighbor particle displacement. The links verified by these two tests are stored as successful particle matches.
The third step in our algorithm uses an iterative deformation warping (IDM) scheme to accurately and efficiently track large and complex particle displacements51. IDM resolves any general nonlinear deformation by iteratively warping the reference and deformed images using a linearized displacement field until they converge to the same final configuration. The technique is adapted to deform particle positions in the reference and deformed images until the particle positions coincide. In addition to improving the large particle displacement recovery process, IDM also improves the similarity of particle descriptors in the reference and deformed volumes, further enhancing the accuracy of particle linking. The whole process of the particle matching and deformation warping is iteratively performed on decreasing subset sizes from 256 to 16 voxels to reduce the overall search region until the convergence criteria is fulfilled. The detailed description of various steps in the algorithm can be found in the Methods section and Supplementary Note 7.
Tracking Accuracy and Efficiency in Resolving Complex Motion Fields
The performance of our T-PT algorithm was evaluated by synthetically generating a 3D volume of 512 × 512 × 192 voxels, with a signal-to-noise ratio (SNr) of 25, that contained 50,000 randomly distributed, identically-sized spherical particles with a particle density of 9.94 × 10−4 particles/voxel3 (Supplementary Figure 1). These voxel intensities were further sampled from a Poisson distribution in order to simulate shot noise during experimental image acquisition.
To generate the deformed volume, the particles were then displaced by a sinusoidal field of linearly decreasing amplitude and spatial wavelength from 200 to 10 voxels (Fig. 2a). The complexity of the displacement field arises because it has both a region of large displacement and high spatial frequency motion. To quantify the displacement magnitude between an image pair, the displacement parameter d is defined as the ratio of maximum displacement magnitude |umax| to mean interparticle separation distance ro, i.e., . For the particle seeding density shown in the images, the particle separation distance is ro = 6.217 voxels. For “small” displacements of d < 0.5, a nearest neighbor search will be sufficient to track all particles, assuming a uniform volumetric particle distribution. However, accurate particle tracking becomes challenging for d > 0.5, as the true particle link is not necessarily the nearest neighboring particle in the local neighbor search. Thus, we evaluated the performance of this algorithm and other current SPT techniques as a function of increasing d for the prescribed displacement field (Fig. 2a). In particular, we considered three available methods, Legant et al.’s feature-vector based tracking method12,15, Jaqaman et al.’s linear assignment problem (LAP)-based algorithm24 implemented in TrackMate54, and a feature-vector-based relaxation method (FVRM)34.
The algorithm performance was evaluated using positive and false positive linkages as the displacement parameter (d) was systematically varied. The recovery ratio ηr is defined as the ratio of the total number of detected particle links found by the algorithm to the total number of existing particle links in between an image pair (Fig. 2b). For d < 1.5, T-PT, FVRM, and TrackMate exhibit very high recovery ratios ηr ~ 1. As d increases further, the recovery ratio remains nearly unity for T-PT and Trackmate out to d ~ 2.7, while FVRM decreases to ηr ~ 0.9. Legant et al.’s method has the lowest ηr, which also decreases with increasing d. The mismatch ratio ηm is the ratio of false particle links found by the algorithm to the total number of particle links detected by the algorithm. T-PT does not find any false-positive links ηm ~ 0 for d < 1.5, but increases to a maximum of ηm ~ 6 × 10−3 for d = 2.7. For FVRM, ηm ~ 9 × 10−3 for d = 0.3, which increases roughly exponentially up to ηm ~10−1 for d = 2.7. Finally, Legant et al.’s method remains roughly constant at ηm ~ 10−2 over this range of d, while TrackMate increases from ηm ~ 10−2 at d = 0.3 to ηm ~ 0.6 at d = 2.7. Overall, these metrics indicate that T-PT enables accurate tracking at high particle densities even for motion fields with very large displacement information.
In addition to tracking large deformations, the number of particles that can be efficiently tracked must be considered. Tracking a significant number of particles (~104) undergoing large deformations, i.e., d > 0.5 can be prohibitively expensive, particularly for large numbers of time-lapse images. The computational efficiency as a function of the total number of tracked particles was evaluated using the same displacement field as before (Fig. 2a, d = 2.1). For all algorithms, the execution time is small for low particle densities and increases significantly with the number of particles (Fig. 2d). For high seeding densities, our T-PT has the fastest execution time, tracking 105 particles in 215.3 seconds. This is approximately 10 times faster than Legant et al.’s method, which is the second fastest method. As shown in Fig. 2d, for the given motion field our T-PT’s execution time approximately scales as O(n1.08), where n is the number of particles in the images.
At present and to the best of our knowledge, the only motion tracking techniques that perform similarly for large particle numbers are correlation-based methods. However, correlation-based methods tend to underresolve high spatial frequency motion content due to the intrinsic averaging nature of their subset-based image matching routines. To show this effect, we considered a sinusoidal displacement field with a magnitude of 0.1 voxels with a linearly decreasing spatial frequency from 100 to 10 voxels. This displacement field is prescribed to an image of size 512 × 512 × 192 voxels embedded with 50,000 particles and a SNr of 25. We compare the prescribed displacement field against the high spatial frequency displacement content recovered by T-PT and fast iterative digital volume correlation (FIDVC)51, a correlation based method (Fig. 2e). FIDVC progressively underpredicts the true displacement magnitude with increasing spatial frequency and fails to recover the highest spatial frequency displacement content. In comparison, T-PT recovers the high spatial frequency motion but has a larger standard deviation in its resolved motion field than FIDVC, since T-PT does not any employ intrinsic spatial averaging or noise suppression calculations. T-PT also showed a significant speed improvement over the correlation based FIDVC method, as T-PT and FIDVC measured the displacements in 45.2 seconds and 391.3 seconds, respectively.
Recent advancements in camera sensor technology have enabled larger fields of view, allowing more particles to be imaged per field of view. For instance, EMCCD cameras typically have sensor sizes of 512 × 512 pixels (0.26 MPx) or better. The first-order estimate for the Nyquist spatial resolution of the recovered motion field is twice the mean interparticle spacing. To resolve a motion field at Nyquist spatial resolution of 16 pixels, corresponding to a resolution of a single particle by four pixels in each dimension, approximately ~103 particles must be tracked for a single 512 × 512 pixel 2D image, but ~2 × 104 particles must be tracked in a 512 × 512 × 192 voxel 3D volume (Fig. 2f; details in Supplementary Note 2). Existing particle tracking algorithms exhibit adequate performance for 104 particles (Fig. 2d). Yet recent developments in sCMOS camera technology with sensor sizes of 2048 × 2048 pixels (4.2 MPx), corresponding to tracking 3 × 105 particles per 3D volume (2048 × 2048 × 192 voxels), which becomes impractical for existing algorithms (Fig. 2f). Future research may use even greater camera resolution, requiring larger numbers of particles to be tracked, perhaps 106 or more. The efficient performance of this algorithm for large displacements and high particle numbers is thus highly promising for emerging imaging technologies. Moreover, it should be noted that this algorithm is parallelized and parallel computing could be utilized to further reduce execution time, if needed.
We have also compared the performance of T-PT to resolve random particle motion against other SPT algorithms (Supplementary Note 5). TrackMate, followed by T-PT, had the most accurate tracking performance. The execution time of T-PT was at least an order of magnitude faster than the second fastest method, and T-PT and TrackMate had similar particle tracking accuracy for small random particle motion (d < 0.25). Thus, T-PT is preferable for applications involving a high number of particles undergoing small random motion. In addition, we evaluated the performance of T-PT for time-lapse data where particles randomly appeared and disappeared between image frames, which simulates experiments where particles merge and split (Supplementary Note 6). T-PT achieved a ηr ~ 0.98 and ηm ~ 7 × 10−5 between image frame 0 and image frame 5 for 10% of particles randomly seeded and removed in each image frame. T-PT showed that it could accurately track particles over time-lapse images even when a large fraction of particles appeared and disappeared between image frames.
Large Deformation Tracking in Non-Affine Soft Materials and Fluid Flows
To highlight the versatility of our T-PT algorithm, we chose two examples of potential interest to the biological and physical sciences communities. The first example examines the reconstruction capability of our technique to accurately capture both affine and non-affine motion fields in an idealized soft material undergoing a nominally applied homogeneous shear deformation (Fig. 3a–d). The second example investigates the resolution capability of T-PT to recover a complex, interacting fluid flow field across a stack of periodically-spaced cylinders at Reynolds number Re = 10,000 (Fig. 4a–f). These examples are simulated using synthetically produced images from analytically (example 1) and computationally (example 2) derived motion fields.
Particle tracking microrheology in soft materials enables resolution of non-affine deformations due to inhomogeneities in network architecture or enthalpic deformations of structural components (i.e. semiflexible or rigid polymers), which cannot be elucidated using bulk rheology55. We synthetically generate a 3D image set of 512 × 512 × 192 voxels seeded with 50,000 particles undergoing a nominal shear (γ) deformation of 10%. Onto this homogeneous deformation, we superimpose random displacement vectors to create a non-affine displacement field as might occur in fibrous materials such as collagen or fibrin (Fig. 3a). The regularly spaced bands in displacement contours measured by T-PT (Fig. 3b) indicate that it recovered the affine, finite (γ = 0.1) homogeneous shear displacement field accurately. The uneven and jagged border between the bands arises from the non-affinity in particle displacements. The 3D image pair was generated with a SNr of 25 and T-PT reconstructed the displacement field with a mean absolute displacement error of 0.145 ± 0.825 voxels. Concurrently, T-PT resolved most of the non-affine displacement components of the prescribed displacement field, as seen in the histogram of the superimposed non-affine displacement in Fig. 3c. Similarly, Fig. 3d visualizes the randomness in the prescribed non-affine displacement field in a subset of the 3D images, showing that T-PT resolves most of the non-affine displacement components. T-PT tracked the particles in the images with a recovery ratio of 0.922 and a mismatch ratio of 0.0184, indicating high accuracy in resolving the prescribed non-affine shear motion field. T-PT maintained similar accuracy across various applied shear deformations as the extent of non-affinity was varied (Supplementary Note 4).
Experimental fluid dynamics is another research area that commonly employs various SPT techniques to reconstruct complex velocity fields by tracking fiducial particles within the fluid flow. Examples include measuring fluid flow fields around bats19, jellyfish20, or bacteria29. The motion fields are usually recovered either by particle image velocimetry (PIV) or particle tracking velocimetry (PTV) methods. As a correlation based technique, PIV has limited capability in capturing high spatial gradient flow fields56 (Fig. 2e). PTV can improve the spatial resolution of the measured flow field56,57, but two-frame PTV techniques are limited to small particle displacements42. PTV techniques usually require multi-frame information to resolve large particle displacements57, which imposes experimental challenges.
To show T-PT’s ability to recover large and high spatial gradient displacement data encountered in an unsteady, complex flow field between two image frames, we simulate a 2D flow around a stack of periodically spaced cylinders in COMSOL (Fig. 4a). The numerical simulation details are described in the Methods section. The flow passing between the cylinders creates a complex motion field of varying spatial frequencies, with large displacements (peak value of 1.42 times the mean particle-spacing) as well as steep gradients (peak value of 2.9) (Fig. 4b). At a particular time, the displacement field is extracted from the simulation and prescribed to a synthetic 2D particle image pair. The displacement field is then reconstructed from the particle motion using T-PT and FIDIC51 (Fig. 4c,e) and compared with the original displacement field (Fig. 4d,f). The errors for T-PT are mostly localized around the cylinder borders mainly because of scattered data interpolation scheme limitations. The error contribution in the recovered displacement field from the particle mismatch is relatively small as the mismatch ratio was 1.33 × 10−4. T-PT and FIDIC resolve the displacement field with a mean absolute error of 0.0325 ± 0.147 pixels and 0.0387 ± 0.133 pixels, respectively. The particles were tracked with a recovery ratio of 0.965, showing T-PT’s ability to accurately resolve the complex displacement field imposed. The computational times for T-PT and FIDIC to resolve the displacements were 76.1 seconds and 81.6 seconds, respectively.
Improved Tracking Accuracy Using Multi-Attribute Particles
Accurate reconstruction of complex, high spatial frequency displacement content requires high particle seeding densities to reduce the Nyquist limit. However, increasing particle seeding density reduces the interparticle separation distance, and thus challenges the ability of state-of-the-art tracking algorithms, including our own, to resolve very large deformations. Thus, a tradeoff exists between resolving large deformations and recovering high spatial frequency displacement information. While T-PT can accurately track large displacements, its recovery ratio, as with other SPT techniques, decreases dramatically as the imposed displacements become too large. To improve the tracking performance of our T-PT algorithm for these larger displacements, we enhanced T-PT by taking advantage of any additional particle information available beyond spatial positioning. For example, such multi-attribute information can include the particle fluorescent emission wavelength (color), size or shape, et cetera. To benchmark the performance increase of utilizing multi-attribute particle information we synthetically generated a volumetric image pair of size 512 × 512 × 192 voxels seeded with 60,000 identical particles. Next, we augment the monodispersed solution of particles by prescribing one additional distinguishing attribute to a 10,000 particles subset and another attribute to the remaining 50,000 particles, creating two particle groups with low and high seeding densities (Fig. 5a). Experimentally, as we show later, particles of different colors or different sizes are used. The dual-attribute synthetic particle images are prescribed the original displacement field from Fig. 2a. The particles at low seeding density have larger interparticle spacing, and thus will provide higher accuracy in resolving large displacements at low spatial frequency, whereas the high seeding density particles with small interparticle spacing provide the best estimate in the high spatial frequency content recovery process. We first track the particles at low seeding densities to resolve large deformations with low spatial frequency content in the applied motion field. Then, we use the iterative deformation warping scheme51 to deform the positions of all particles, including the ones at the high seeding densities according to this field. Finally, particles at the high densities are accurately tracked to recover the high spatial frequency and displacement gradient content. Multi-color particles have been previously used to increase the spatial resolution of the motion field measurement11. Now, our approach uses multi-attribute particles to resolve large displacement content at high spatial resolution, and thus provides a more general methodology for including any distinguishing particle characteristics in addition to color and position.
The inclusion of a single additional attribute improves the tracking capability of the T-PT algorithm significantly, with the most improvement seen in the recovery ratio, ηr (Fig. 5b). For d < 2, ηr is comparable for identical and dual-attribute particle tracking. Nevertheless, for d > 3, the demonstrated dual-attribute particle tracking permits higher recovery ratios, reaching ηr = 0.75 at d = 4.5, roughly 50% better than monodispersed particles. The mismatch ratio ηm is roughly consistent for dual-attribute and identical particle tracking with varying d (Fig. 5c). The details of the outlier removal scheme explains this trend. This step removes false particle matches, hence controlling the mismatch ratio. Since the outlier removal scheme is unmodified between identical particle and dual-attribute cases, both have similar mismatch ratios. This conceptual example uses color as a multi-attribute property, but the feature descriptor can straightforwardly be used with any other particle property.
Improved Resolution of Cell-Generated Substrate Deformations
Finally, we analyze experimental images of cell-generated deformations using our T-PT algorithm. Adherent mammalian cells use focal adhesions to apply highly localized forces to soft biomaterial substrates, causing displacements with large magnitudes and steep gradients16,58,59. To reconstruct this complex motion field accurately, particle tracking algorithms capable of high spatial resolution are required60. Our experimental system consists of a fluorescently-labeled breast cancer cell (MDA-MB-231, metastatic breast adenocarcinoma stably transfected with a green fluorescent protein) adherent to a collagen-I conjugated soft polyacrylamide (PA) gel (stiffness ≈1.5 kPa) (Fig. 6a). Two sets of polystyrene microspheres with distinct size and fluorescent label are embedded within the PA gel. 2 μm blue tracer particles are injected at a low seeding density of 1.01 × 10−5 particles/voxel (Fig. 6b) and 1 μm red particles are injected at a high seeding density of 6.38 × 10−4 particles/voxel (Fig. 6c). The dual-attribute particles, as described earlier, help T-PT to recover both the large and high gradient displacement content. A 3D volumetric image pair of size 512 × 512 × 101 voxels was recorded via a standard confocal microscope (see Methods), and our 3D T-PT algorithm tracked the particles in the images to recover the displacement within the PA substrate.
The breast cancer cell exhibited an elongated, spindle-like morphology representative of a mesenchymal morphology in sparsely plated culture conditions61. In particular, near the trailing edge (Fig. 6d, left), the adhesive contact is associated with a relatively sharp spatial gradient deformation (, where ξ is the distance to the pseudopod tip) (Fig. 6e,f). These localized large deformations are typically observed near adhesive and focal contacts in various adherent cell types16,58,59. The T-PT surface displacement field along the cell body can be compared with the feature-vector based relaxation method (FVRM)34, another state-of-the-art SPT technique used to measure cell-generated deformations18. In general, both methods yield similar displacement field estimates. However, in comparison to T-PT, FVRM under-predicted the peak displacement magnitude by 15% (Fig. 6g). Behind the trailing edge along the cell body axis (ξ ~ 40), both T-PT and FVRM yield comparable displacement magnitudes of ~1 μm at a displacement gradient magnitude of 0.09. Near the pseudopod, at ξ = 0, FVRM underestimates the magnitude of the displacement field by ~1 μm relative to T-PT. Moreover, ahead of the trailing edge at ξ < 0, T-PT resolved a higher gradient magnitude of 0.15 compared to 0.12 using FVRM. These results indicate that T-PT better recovers large deformations and high gradient displacements. T-PT recovered the displacement field with an SNr of 48. We calculated the displacement SNr as the ratio of peak particle displacement magnitude (3.7) to the noise floor of the particle displacement (0.077). Furthermore, T-PT tracked 11,247 beads inside the image pair in 27.67 seconds, which is approximately 15 times faster than FVRM (Fig. 6h). The accuracy and efficiency of tracking particles with T-PT is promising for traction force microscopy applications, among others. The accuracy and computational efficiency advancement of our T-PT method will become more pronounced with higher native image resolution and higher particle seeding densities for resolving motion fields at very high Nyquist spatial resolution (Fig. 1e,g).
Discussion
T-PT is a new feature-vector-based particle tracking algorithm for large displacements and particle numbers that uses feature descriptors that encode the relative spatial positions of neighboring particles. This approach improves on existing tracking algorithms by incorporating this newly developed feature descriptor, rigorous outlier removal schemes, and an iterative deformation warping method51. This algorithm was evaluated computationally using a frequency-varying sinusoidal displacement field, a model soft material with affine and non-affine deformations, and a spatially heterogeneous fluid flow through a periodic array of cylinders. This algorithm was applied to reconstruct 3D cell-generated substrate deformations of a mesenchymal cancer cell. We show that this algorithm exhibits greatly improved performance relative to existing algorithms, with high recovery ratios for large displacement information, mismatch ratios that are over an order of magnitude smaller, and computational efficiency at least an order of magnitude faster. This performance can be further augmented for large displacements through multi-attribute particles, which encode additional information about each particle. We show a 50% improvement in recovery ratio utilizing two types of particles with different colors, at low and high seeding densities. In principle, this algorithm could also be improved using orthogonal features such as additional colors, particle sizes, shapes, etc.
We envision that T-PT can be generalized more broadly to other physical and biological systems of interest. First, we have demonstrated T-PT for three-dimensional volumes, but it can be utilized similarly for two-dimensional images. Second, T-PT has been used to track particle motion based on two consecutive time steps, but an extension to multi-time point tracking is straightforward. With time-lapse data, multi-frame particle trajectories can increase accuracy by predicting particle positions in successive frames. This information, in conjunction with the iterative deformation warping, reduces the particle search region enhancing the overall tracking performance. Third, our particle tracking scheme can be extended to track any feature or object, if it can be detected and localized within the images. This is also an inherent, and important, limitation of T-PT: it requires particles or other detectable features to be localized within each image for subsequent tracking. In that regard, correlation-based methods are advantageous, as they only need random intensity speckle patterns within the input images. T-PT also makes use of the randomness of the relative particle positions to track the particles and therefore is not optimized for regularly arranged particles or particle lattices. Finally, T-PT is optimized for large numbers of particles, so tracking performance is similar to current SPT techniques for small numbers of particles. It should be noted that T-PT leverages spatial correlations in particle motion to efficiently resolve large displacements. Thus, T-PT enables large performance improvements for directed motion and affine displacements, but can also resolve random and non-affine dynamics.
Single particle tracking algorithms are widely used in biological and physical research and have seen many advances over the past recent years62. Nevertheless, existing particle tracking algorithms are challenged by large and complex motion fields with high particle seeding densities. We address this technology gap using feature vectors and an iterative deformation warping scheme, which enable high accuracy in recovering large displacement content, high computational efficacy and the use of multi-attribute particle characteristics. Future microscopy applications may use increasingly large particle numbers. For instance, superresolution microscopy techniques circumvent the diffraction-limited point-spread function, which limited both the spatial resolution of the motion field and the particle seeding density58. New structured illumination techniques could conceivably resolve extremely high particle seeding densities with separations below the spatial resolution limit. Simultaneously, increases in camera sensor size could result in unprecedented numbers of particles in the field of view, necessitating high computational efficiency to track the motion field at very high Nyquist spatial frequency. The algorithm demonstrated here is highly promising to meet these emerging technical challenges for ultrahigh resolution light microscopy. Overall, we envision that T-PT will provide the community with a robust, fast and flexible means of tracking complex, two and three dimensional motion fields.
Methods
Simulated 3D particle images
The performance of our T-PT algorithm is characterized using a pair of synthetically generated volumetric images of size 512 × 512 × 192 voxels (Supplementary Figure 1). In each reference volume (t = to), unless otherwise stated, 50,000 spherical beads are randomly seeded using a 3D Gaussian intensity profile as an approximation for the optical system’s actual point spread function (PSF). The PSF with amplitude A and standard deviation σ is expressed as
1 |
The PSF with a standard deviation σ = 1 approximates a spherical particle in the image, with a diameter equal to about 5 voxels (Supplementary Figure 2). To avoid particle overlap in the images, a Poisson disc sampling algorithm is used to seed particles in the images with a minimum separation distance between particles equal to the particle diameter. The particle position in the deformed image is calculated via the imposed displacement field, and the spherical particles are similarly seeded at these positions in the deformed image. To generate the simulated images for each signal-to-noise ratio (SNr), we scale the image intensity such that the peak image intensity is equal to the SNr squared. Then each voxel intensity is replaced by a random number drawn from a Poisson’s distribution with its mean equal to the original intensity.
T-PT algorithm
Particle Detection and Center Localization
The first step in our T-PT algorithm focuses on proper particle detection and center localization using the previously published subpixel-accurate radial symmetry method39,40. First, the image is converted into a binary image using a user-defined threshold value, such that only the central region of the particle is segmented as several bright voxels, and the adjacent particle voxels are separated by at least one dark voxel. In the binary image, the simply-connected regions of bright pixels, corresponding to the particle, are computed. Based on the expected particle size, a minimum and maximum number of voxels dependent on the particle size are used to identify connected components of the particles in the image and eliminate noise or multiply-connected particles. This step essentially serves as a user-defined exclusion rule.
Next, an estimate of the particle’s center is constructed from a basic centroid calculation of each of the selected connected components. Then the radial symmetry method is employed using a greyscale image subset around the voxel-level estimate of the particle’s center to compute the actual center position with subpixel accuracy. The particle detection scheme is fully user-configurable to accommodate most commonly used geometric shapes, not just spherical and circular ones.
Particle Linking
T-PT is a feature-vector based particle tracking method, which utilizes the randomness of the particle locations to create a particle-descriptor based on the spatial positions of neighboring particles. The particles are linked between two image frames such that each particle pair has the smallest L2 particle descriptor distance. The particle descriptor and particle linking process is described in the Results section. To remove false particle links produced during the particle matching step, T-PT utilizes the similarity of neighborhood test and a displacement outlier removal scheme. The similarity of neighborhood test uses the idea that when a particle moves between image frames, it should be surrounded by some of the same neighboring particles. To assure neighborhood similarity, the condition that at least p out of q nearest neighboring particles are the same from the reference and deformed frames needs to be satisfied. The image dimensionality, displacement field, and particle seeding density dictate appropriate values for p and q. In our studies, p = 2 and q = 5 perform well for a variety of displacement fields and particle seeding densities in our 3D images. Additionally, displacements computed from each particle link are analyzed using the universal median test53 to remove potential outliers. The links verified by these two tests are converted to successful particle matches.
Iterative Deformation Warping
T-PT uses the iterative deformation warping scheme51 to track large motion fields as shown in Fig. 1. Let the particle positions in the reference and deformed images in the kth iteration of deformation warping be and , respectively. From matched particle pairs, the displacement field at matched particle positions in the reference image is calculated as . This displacement field is linearly interpolated to all particle positions xi and yi as for the kth iteration of deformation warping. The particle positions in the reference and deformed frames are updated in the kth + 1 iteration step as
2 |
The particle matching and iterative deformation warping scheme are then iteratively used to track particles on decreasing image subset sizes until the convergence criteria are achieved.
As a final step, the displacements from the tracked particles are interpolated to predict the positions of untracked particles in the reference frame within a user-defined search radius. If a single particle is found within the search radius, and is verified by the earlier outlier removal schemes, the particle pair is added to the list of successful particle matches. This final step improves the recovery ratio of the T-PT algorithm.
Implementation
A parallelized version of our T-PT algorithm is implemented in Matlab 2017a, and this algorithm is freely available on our Github page (https://github.com/FranckLab/).
Hardware
All computations for execution time estimates for the various algorithms were performed on a PC with an Intel i7 6700 K clocked at 4.0 GHz and 32 GB of memory.
Simulation of non-affine shear deformation
The non-affine shear deformation is generated by applying a homogeneous simple shear deformation of 10% nominal shearing strain along the x-y direction of a volumetric image of size 512 × 512 × 192 voxels as shown in Fig. 4c. Superimposed on the affine displacement field, is a non-affine displacement field of a normal distribution with a mean of zero and a standard deviation of 0.75 voxels along the x, y and z directions. The displacement field was prescribed to the 50,000 particles randomly seeded into synthetically generated images.
CFD simulation of fluid flow around cylinders
A 2D fluid flow around a stack of periodically-spaced cylinders is simulated using COMSOL Multiphysics 5.2 (Burlington, MA, USA) (Fig. 4f). The computations were performed using the single-phase, time-dependent (unsteady) laminar flow physics module. We use a smoothed step function to ramp up the inlet velocity to 1 m.s−1. The fluid is modeled as incompressible with a density of 1 kg.m−3 and dynamic viscosity of 1 × 10−4 kg.m−1.s−1. The Eulerian mesh is produced using Comsol’s physics-controlled mesh sequence type with element size set to extremely fine, resulting in a final mesh of 80,638 domain elements and 1078 boundary elements. The fluid displacement field from Comsol model is prescribed to 45,000 particles randomly embedded in a synthetically generated image pair of size 2048 × 2048 pixels.
Experimental Method
Preparation of Polyacrylamide Substrates
Soft polyacrylamide (PA) gels were prepared as previously described by Toyjanova et al.17. in 24-well glass bottom plates (Cellvis, P24-1.5H-N). Each well was activated via treatment with 0.5% (v/v) of (3-aminopropyl)triethoxysilane (Sigma Aldrich) in ethanol, followed by 0.5% glutaraldehyde (Polysciences, Inc) in deionized water. Hydrophobic cover glass (12 mm diameter, Fisher Scientific) was also prepared by dipping in a solution of 97% (v/v) hexanes (Fisher Scientific), 2.5% (v/v) (tridecafluoro-1,1,2,2-tetrahydrooctyl)-triethoxysilane (Gelest), and 0.5% (v/v) glacial acetic acid (Sigma Aldrich), which was allowed to dry at room temperature. Next, a PA gel solution was prepared using 3% acrylamide (40% w/v, BioRad) and 0.2% N,N-methylene-bisacrylamide (2% w/v, BioRad) to yield a gel with final stiffness of ~1.5 kPa17. Two different color fluorescent beads were also incorporated into the PA gel solution to improve tracking by using multi-attribute particles for T-PT. Carboxylate modified microspheres (FluoSpheres) were added at a final concentration of 14% and 2%, for 1.0 μm diameter red fluorescent (580/605 nm) and 2.0 μm diameter blue-green fluorescent (430/465 nm) beads, respectively. We used beads of different sizes due to the lack of availability of both color beads at 1.0 μm diameter. In experiments, we utilized only the color to differentiate between the beads. Next, 12 μL of PA gel solution was pipetted into the activated glass well and flattened with the hydrophobic round cover glass to yield a PA gel of ~70 μm in thickness. The PA solution was allowed to completely gel (30 minutes) before removal of the hydrophobic coverslip. Gels were kept hydrated in phosphate buffered saline (1X PBS) prior to functionalization for cell studies.
Functionalization of Polyacrylamide Substrates for Cell Adhesion
To facilitate cell adhesion to PA gels, the bifunctional crosslinker sulfo-SANPAH was deposited onto the gel surface, enabling subsequent collagen I conjugation. PBS was removed from the PA gels in 24-well plates and a solution of 1 mg.mL−1 sulfo-SANPAH (ThermoFisher Scientific) in deionized water was added on top of each gel to yield 25 μg.cm−2 sulfo-SANPAH. Next, the plate was exposed to UV light for 15 minutes for photoactivation of the crosslinker, the darkened sulfo-SANPAH solution was removed, and the process was repeated for a second coating of sulfo-SANPAH. After the second deposition, sulfo-SANPAH was removed and the wells were washed several times in 1X PBS to remove unreacted sulfo-SANPAH. PA gels were then incubated with a dilute solution of rat tail collagen I (Fisher Scientific) in 0.02 N acetic acid overnight at 4°C, to yield a final protein coating of 5 μg.cm−2. The next day, PA gels were washed twice with 1X PBS to remove residual collagen I and acetic acid.
3D Traction Force Microscopy with Breast Cancer Cells
Human metastatic breast adenocarcinoma cells (MDA-MB-231) were used for TFM studies. MDA-MB-231 cells with cytoplasmic green-fluorescent protein (GFP) expression were a generous gift from S. Javaid and D. Haber from the Massachusetts General Hospital. Cells were cultured in growth media containing Dulbecco’s Modified Eagle’s medium (DMEM) with L-glutamine, 4.5 g.L−1 glucose, sodium pyruvate (Fisher Scientific, MT-10-013-CV) and supplemented with 10% fetal bovine serum and 1% penicillin/streptomycin (Fisher Scientific). Cells were maintained at 37°C and 5% CO2 in a humidified incubator. The 24-well plates with collagen I coated soft PA gels were equilibrated with 500 μL MDA-MB-231 growth medium for 30 minutes at 37 °C. Media was aspirated from the wells and MDA-MB-231 GFP-cytoplasm cells were seeded onto PA gels at a density of 3,125 cells cm−2 in a total volume of 1 mL of media per well. Cells were allowed to settle and adhere overnight prior to time-lapse fluorescence microscopy. Cells and PA gels were imaged using a Nikon AR-1 confocal system mounted on a Ti-Eclipse inverted optical microscope controlled by NIS-Elements Nikon Software with a S Plan Fluor ELWD 20 × Ph1 ADM objective (NA = 0.45; Nikon). The blue beads, cells and red beads were excited using lasers of wavelength 405 nm, 488 nm and 561 nm, respectively. A confocal image stack of 512 × 512 × 101 voxels (321.9 × 321.9 × 60.0 μm3) with a z-step of 0.60 μm was recorded every 30 minutes for 2 hours, and cells were maintained at 37°C throughout the experiment via an incubated microscope chamber and thermocouple. After the final time-point of live imaging, media was aspirated, 1X PBS was added to wash the wells, and 0.05% Trypsin (Fisher Scientific) was added to dissociate cell-matrix attachments. Once cells were fully detached from the PA gels, a final z-stack was acquired as a stress-free reference image for comparison to cell-based PA gel deformation and extraction of TFM measurements.
Electronic supplementary material
Acknowledgements
We acknowledge funding from the National Institute of Environmental Health Sciences (T32-ES007272), the National Institute of General Medical Sciences (P30-GM110759), the National Cancer Institute (R21-CA212932), the National Science Foundation (DGE 1058262), and the Office of Naval Research (Dr. Tim Bentley, N000141712644). We wish to thank S. Javaid and D. A. Haber (Massachusetts General Hospital) for the gift of MDA-MB-231 cell line stably transfected with cytoplasmic GFP, M. S. Hall for providing code for FVRM and W. R. Legant for providing his particle tracking code.
Author Contributions
M.P. and C.F. conceived the study. M.P. implemented particle tracking code and simulations with assistance from A.K.L. M.P. and S.E.L. performed experiments. M.P., I.Y.W. and C.F. wrote the paper with feedback from S.E.L. and A.K.L. All authors reviewed the results and commented on the manuscript.
Competing Interests
The authors declare no competing interests.
Footnotes
Electronic supplementary material
Supplementary information accompanies this paper at 10.1038/s41598-018-23488-y.
Publisher's note: Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Contributor Information
Mohak Patel, Email: mohak_patel@brown.edu.
Christian Franck, Email: franck@brown.edu.
References
- 1.Mason T, Weitz D. Optical measurements of frequency-dependent linear viscoelastic moduli of complex fluids. Phys Rev Lett. 1995;74:1250–1253. doi: 10.1103/PhysRevLett.74.1250. [DOI] [PubMed] [Google Scholar]
- 2.Gittes F, Schnurr B, Olmsted PD, MacKintosh FC, Schmidt CF. Microscopic viscoelasticity: Shear moduli of soft materials determined from thermal fluctuations. Phys. Rev. Lett. 1997;79:3286–3289. doi: 10.1103/PhysRevLett.79.3286. [DOI] [Google Scholar]
- 3.Crocker JC, et al. Two-point microrheology of inhomogeneous soft materials. Phys. Rev. Lett. 2000;85:888–891. doi: 10.1103/PhysRevLett.85.888. [DOI] [PubMed] [Google Scholar]
- 4.Wong IY, et al. Anomalous diffusion probes microstructure dynamics of entangled F-actin networks. Physical Review Letters. 2004;92:178101. doi: 10.1103/PhysRevLett.92.178101. [DOI] [PubMed] [Google Scholar]
- 5.Hoffman BD, Massiera G, Van Citters KM, Crocker JC. The consensus mechanics of cultured mammalian cells. Proceedings of the National Academy of Sciences. 2006;103:10259–10264. doi: 10.1073/pnas.0510348103. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Mizuno D, Tardin C, Schmidt CF, MacKintosh FC. Nonequilibrium mechanics of active cytoskeletal networks. Science. 2007;315:370–373. doi: 10.1126/science.1134404. [DOI] [PubMed] [Google Scholar]
- 7.Guo M, et al. Probing the stochastic, motor-driven properties of the cytoplasm using force spectrum microscopy. Cell. 2014;158:822–832. doi: 10.1016/j.cell.2014.06.051. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Dembo M, Wang YL. Stresses at the cell-to-substrate interface during locomotion of fibroblasts. Biophys J. 1999;76:2307–2316. doi: 10.1016/S0006-3495(99)77386-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Butler, J. P., Tolic′-Nørrelykke, I. M., Fabry, B. & Fredberg, J. J. Traction fields, moments, and strain energy that cells exert on their surroundings. AJP: Cell Physiology282, C595–C605 (2002). [DOI] [PubMed]
- 10.Del Álamo JC, et al. Spatio-temporal analysis of eukaryotic cell motility by improved force cytometry. Proc Natl Acad Sci USA. 2007;104:13343–13348. doi: 10.1073/pnas.0705815104. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Sabass B, Gardel ML, Waterman CM, Schwarz US. High resolution traction force microscopy based on experimental and computational advances. Biophysical journal. 2008;94:207–220. doi: 10.1529/biophysj.107.113670. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Legant WR, et al. Measurement of mechanical tractions exerted by cells in three-dimensional matrices. Nature Methods. 2010;7:969–971. doi: 10.1038/nmeth.1531. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Stout DA, et al. Mean deformation metrics for quantifying 3d cell–matrix interactions without requiring information about matrix material properties. Proceedings of the National Academy of Sciences. 2016;113:2898–2903. doi: 10.1073/pnas.1510935113. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Plotnikov SV, Pasapera AM, Sabass B, Waterman CM. Force Fluctuations within Focal Adhesions Mediate ECM-Rigidity Sensing to Guide Directed Cell Migration. Cell. 2012;151:1513–1527. doi: 10.1016/j.cell.2012.11.034. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Legant WR, et al. Multidimensional traction force microscopy reveals out-of-plane rotational moments about focal adhesions. Proceedings of the National Academy of Sciences. 2013;110:881–886. doi: 10.1073/pnas.1207997110. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Toyjanova J, et al. High resolution, large deformation 3d traction force microscopy. PLOS ONE. 2014;9:e90976. doi: 10.1371/journal.pone.0090976. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Toyjanova J, Flores-Cortez E, Reichner JS, Franck C. Matrix confinement plays a pivotal role in regulating neutrophil-generated tractions, speed, and integrin utilization. Journal of Biological Chemistry. 2015;290:3752–3763. doi: 10.1074/jbc.M114.619643. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Hall MS, et al. Fibrous nonlinear elasticity enables positive mechanical feedback between cells and ecms. Proceedings of the National Academy of Sciences. 2016;113:14043–14048. doi: 10.1073/pnas.1613058113. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Hubel TY, Hristov NI, Swartz SM, Breuer KS. Time-resolved wake structure and kinematics of bat flight. Experiments in Fluids. 2009;46:933. doi: 10.1007/s00348-009-0624-7. [DOI] [Google Scholar]
- 20.Nawroth JC, et al. A tissue-engineered jellyfish with biomimetic propulsion. Nature Biotechnology. 2012;30:792–797. doi: 10.1038/nbt.2269. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Ardekani, R. et al. Three-dimensional tracking and behaviour monitoring of multiple fruit flies. Journal of The Royal Society Interface rsif20120547 (2012). [DOI] [PMC free article] [PubMed]
- 22.Manley S, et al. High-density mapping of single-molecule trajectories with photoactivated localization microscopy. Nature Methods. 2008;5:155–157. doi: 10.1038/nmeth.1176. [DOI] [PubMed] [Google Scholar]
- 23.Saxton MJ, Jacobson K. Single-particle tracking: applications to membrane dynamics. Annual review of biophysics and biomolecular structure. 1997;26:373–399. doi: 10.1146/annurev.biophys.26.1.373. [DOI] [PubMed] [Google Scholar]
- 24.Jaqaman K, et al. Robust single-particle tracking in live-cell time-lapse sequences. Nature Methods. 2008;5:695–702. doi: 10.1038/nmeth.1237. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.van der Schaar HM, et al. Dissecting the cell entry pathway of dengue virus by single-particle tracking in living cells. PLoS pathogens. 2008;4:e1000244. doi: 10.1371/journal.ppat.1000244. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Ewers H, et al. Single-particle tracking of murine polyoma virus-like particles on live cells and artificial membranes. Proceedings of the National Academy of Sciences of the United States of America. 2005;102:15110–15115. doi: 10.1073/pnas.0504407102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Brandenburg B, Zhuang X. Virus trafficking–learning from single-virus tracking. Nature Reviews Microbiology. 2007;5:197. doi: 10.1038/nrmicro1615. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Wu M, Roberts JW, Kim S, Koch DL, DeLisa MP. Collective bacterial dynamics revealed using a three-dimensional population-scale defocused particle tracking technique. Applied and environmental microbiology. 2006;72:4987–4994. doi: 10.1128/AEM.00158-06. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Drescher K, Dunkel J, Cisneros LH, Ganguly S, Goldstein RE. Fluid dynamics and noise in bacterial cell–cell and cell–surface scattering. Proceedings of the National Academy of Sciences. 2011;108:10940–10945. doi: 10.1073/pnas.1019079108. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Meijering E, et al. Methods for cell and particle tracking. Methods in Enzymology. 2012;504:183–200. doi: 10.1016/B978-0-12-391857-4.00009-4. [DOI] [PubMed] [Google Scholar]
- 31.Ng MR, Besser A, Danuser G, Brugge JS. Substrate stiffness regulates cadherin-dependent collective migration through myosin-II contractility. The Journal of Cell Biology. 2012;199:545–563. doi: 10.1083/jcb.201207148. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Wong IY, et al. Collective and individual migration following the epithelial-mesenchymal transition. Nature Materials. 2014;13:1063–1071. doi: 10.1038/nmat4062. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Gamboa Castro M, Leggett SE, Wong IY. Clustering and jamming in epithelial-mesenchymal co-cultures. Soft Matter. 2016;12:8327–8337. doi: 10.1039/C6SM01287F. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Feng X, Hall MS, Wu M, Hui C-Y. An adaptive algorithm for tracking 3d bead displacements: application in biological experiments. Measurement Science and Technology. 2014;25:055701. doi: 10.1088/0957-0233/25/5/055701. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Boltyanskiy R, Merrill JW, Dufresne ER. Tracking particles with large displacements using energy minimization. Soft Matter. 2017;13:2201–2206. doi: 10.1039/C6SM02011A. [DOI] [PubMed] [Google Scholar]
- 36.Small A, Stahlheber S. Fluorophore localization algorithms for super-resolution microscopy. Nature Methods. 2014;11:267–279. doi: 10.1038/nmeth.2844. [DOI] [PubMed] [Google Scholar]
- 37.Abraham AV, Ram S, Chao J, Ward E, Ober RJ. Quantitative study of single molecule location estimation techniques. Optics Express. 2009;17:23352–23373. doi: 10.1364/OE.17.023352. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Cheezum MK, Walker WF, Guilford WH. Quantitative comparison of algorithms for tracking single fluorescent particles. Biophysical Journal. 2001;81:2378–2388. doi: 10.1016/S0006-3495(01)75884-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Parthasarathy R. Rapid, accurate particle tracking by calculation of radial symmetry centers. Nature Methods. 2012;9:724–726. doi: 10.1038/nmeth.2071. [DOI] [PubMed] [Google Scholar]
- 40.Liu, S.-L. et al. Fast and high-accuracy localization for three-dimensional single-particle tracking. Scientific Reports3 (2013). [DOI] [PMC free article] [PubMed]
- 41.Ohmi K, Li H-Y. Particle-tracking velocimetry with new algorithms. Measurement Science and Technology. 2000;11:603. doi: 10.1088/0957-0233/11/6/303. [DOI] [Google Scholar]
- 42.Pereira F, Stüer H, Graff EC, Gharib M. Two-frame 3d particle tracking. Measurement Science and Technology. 2006;17:1680. doi: 10.1088/0957-0233/17/7/006. [DOI] [Google Scholar]
- 43.Sbalzarini IF, Koumoutsakos P. Feature point tracking and trajectory analysis for video imaging in cell biology. Journal of Structural Biology. 2005;151:182–195. doi: 10.1016/j.jsb.2005.06.002. [DOI] [PubMed] [Google Scholar]
- 44.Crocker JC, Grier DG. Methods of digital video microscopy for colloidal studies. Journal of Colloid and Interface Science. 1996;179:298–310. doi: 10.1006/jcis.1996.0217. [DOI] [Google Scholar]
- 45.Ouellette NT, Xu H, Bodenschatz E. A quantitative study of three-dimensional lagrangian particle tracking algorithms. Experiments in Fluids. 2006;40:301–313. doi: 10.1007/s00348-005-0068-7. [DOI] [Google Scholar]
- 46.Pan B, Qian K, Xie H, Asundi A. Two-dimensional digital image correlation for in-plane displacement and strain measurement: a review. Measurement Science and Technology. 2009;20:062001. doi: 10.1088/0957-0233/20/6/062001. [DOI] [Google Scholar]
- 47.Sutton, M. A., Orteu, J. J. & Schreier, H. Image correlation for shape, motion and deformation measurements: basic concepts, theory and applications (Springer Science & Business Media, 2009).
- 48.Schrijer, F. F. & Scarano, F. On the stabilization and spatial resolution of iterative piv interrogation. In 13th International Symposium on Applications of Laser Techniques to Fluid Mechanics, Lisbon, Portugal (2006).
- 49.Nogueira J, Lecuona A, Rodriguez P. Local field correction piv: on the increase of accuracy of digital piv systems. Experiments in Fluids. 1999;27:107–116. doi: 10.1007/s003480050335. [DOI] [Google Scholar]
- 50.Schanz D, Gesemann S, Schröder A. Shake-the-box: Lagrangian particle tracking at high particle image densities. Experiments in Fluids. 2016;57:70. doi: 10.1007/s00348-016-2157-1. [DOI] [Google Scholar]
- 51.Bar-Kochba E, Toyjanova J, Andrews E, Kim K-S, Franck C. A fast iterative digital volume correlation algorithm for large deformations. Experimental Mechanics. 2015;55:261–274. doi: 10.1007/s11340-014-9874-2. [DOI] [Google Scholar]
- 52.Gates M, Lambros J, Heath M. Towards high performance digital volume correlation. Experimental Mechanics. 2011;51:491–507. doi: 10.1007/s11340-010-9445-0. [DOI] [Google Scholar]
- 53.Westerweel J, Scarano F. Universal outlier detection for piv data. Experiments in Fluids. 2005;39:1096–1100. doi: 10.1007/s00348-005-0016-6. [DOI] [Google Scholar]
- 54.Tinevez J-Y, et al. Trackmate: An open and extensible platform for single-particle tracking. Methods. 2017;115:80–90. doi: 10.1016/j.ymeth.2016.09.016. [DOI] [PubMed] [Google Scholar]
- 55.Wen Q, Basu A, Janmey PA, Yodh AG. Non-affine deformations in polymer hydrogels. Soft Matter. 2012;8:8039–8049. doi: 10.1039/c2sm25364j. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56.Kähler CJ, Scharnowski S, Cierpka C. On the resolution limit of digital particle image velocimetry. Experiments in Fluids. 2012;52:1629–1639. doi: 10.1007/s00348-012-1280-x. [DOI] [Google Scholar]
- 57.Cierpka C, Lütke B, Kähler CJ. Higher order multi-frame particle tracking velocimetry. Experiments in Fluids. 2013;54:1533. doi: 10.1007/s00348-013-1533-3. [DOI] [Google Scholar]
- 58.Colin-York H, et al. Super-resolved traction force microscopy (stfm) Nano Letters. 2016;16:2633–2638. doi: 10.1021/acs.nanolett.6b00273. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 59.Plotnikov, S. V., Sabass, B., Schwarz, U. S. & Waterman, C. M. High-resolution traction force microscopy. In Methods in cell biology, vol. 123, 367–394 (Elsevier, 2014). [DOI] [PMC free article] [PubMed]
- 60.Hall MS, et al. Toward single cell traction microscopy within 3d collagen matrices. Experimental Cell Research. 2013;319:2396–2408. doi: 10.1016/j.yexcr.2013.06.009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61.Sarrió D, et al. Epithelial-mesenchymal transition in breast cancer relates to the basal-like phenotype. Cancer Research. 2008;68:989–997. doi: 10.1158/0008-5472.CAN-07-2017. [DOI] [PubMed] [Google Scholar]
- 62.Chenouard N, et al. Objective comparison of particle tracking methods. Nature Methods. 2014;11:281. doi: 10.1038/nmeth.2808. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.