SearcharxivSearch

arXiv subjects

Nicolas Guigui

Publications and source records attributed to Nicolas Guigui.

9 recordsLinked to original sources

Label-free subcellular 3D imaging of oocytes and embryos via reflection matrix microscopy

Non-invasive morphological assessment is the cornerstone of oocyte and embryo selection in assisted reproductive technology, yet clinical practice remains limited by two-dimensional, qualitative microscopy. While three-dimensional (3D) fluorescence imaging provides cellular insights, its inherent phototoxicity precludes routine clinical use. Conversely, existing label-free modalities fail to resolve subcellular structures in thick specimens due to two distinct physical barriers: large-scale refractive index heterogeneities, such as the cumulus cells surrounding oocytes, that induce severe aberrations; and short-scale fluctuations, primarily from cytoplasmic lipids, that generate a multiple scattering ``fog''. Here, we report an ultra-fast Reflection Matrix Imaging (RMI) platform designed to overcome these depth and resolution limits. By capturing the back-scattered electromagnetic field for a set of plane-wave illuminations at multiple wavelengths, we record a multi-spectral reflection matrix. From this matrix, we leverage digital adaptive focusing algorithms to computationally compensate for sample-induced aberrations while realigning forward multiple scattering trajectories with the single-scattering contribution. This approach enables label-free 3D visualization of oocytes and blastocysts with an unprecedented subcellular resolution of 300 nm throughout the entire specimen volume. We demonstrate the reliable identification of germinal vesicles and nuclear status in stages previously inaccessible to conventional optics, including imaging through dense cumulus cells. Our method provides a powerful, non-invasive tool for objective grading across all pre-implantation stages, potentially transforming decision-making in clinical IVF.

physics.optics

Multi-Spectral Reflection Matrix for Ultra-Fast 3D Label-Free Microscopy

Label-free microscopy exploits light scattering to obtain a three-dimensional image of biological tissues. However, light propagation is affected by aberrations and multiple scattering, which drastically degrade the image quality and limit the penetration depth. Multi-conjugate adaptive optics and time-gated matrix approaches have been developed to compensate for aberrations but the associated frame rate is extremely limited for 3D imaging. Here we develop a multi-spectral matrix approach to solve these fundamental problems. Based on a sparse illumination scheme and an interferometric measurement of the reflected wave-field at multiple wavelengths, the focusing process can be optimized in post-processing for any voxel by addressing independently each frequency component of the reflection matrix. A proof-of-concept experiment demonstrates the three-dimensional image of an opaque human cornea over a 0.1 mm$^3$-field-of-view at a 290 nm-resolution and a 1 Hz-frame rate. This work paves the way towards a fully-digital microscope allowing real-time, in-vivo, quantitative and deep inspection of tissues.

physics.optics

ICLR 2021 Challenge for Computational Geometry & Topology: Design and Results

This paper presents the computational challenge on differential geometry and topology that happened within the ICLR 2021 workshop "Geometric and Topological Representation Learning". The competition asked participants to provide creative contributions to the fields of computational geometry and topology through the open-source repositories Geomstats and Giotto-TDA. The challenge attracted 16 teams in its two month duration. This paper describes the design of the challenge and summarizes its main findings.

cs.CG

Parallel Transport on Kendall Shape Spaces

Kendall shape spaces are a widely used framework for the statistical analysis of shape data arising from many domains, often requiring the parallel transport as a tool to normalise time series data or transport gradient in optimisation procedures. We present an implementation of the pole ladder, an algorithm to compute parallel transport based on geodesic parallelograms and compare it to methods by integration of the parallel transport ordinary differential equation.

math.DG

A reduced parallel transport equation on Lie Groups with a left-invariant metric

This paper presents a derivation of the parallel transport equation expressed in the Lie algebra of a Lie group endowed with a left-invariant metric.The use of this equation is exemplified on the group of rigid body motions SE(3), using basic numerical integration schemes, and compared to the pole ladder algorithm. This results in a stable and efficient implementation of parallel transport. The implementation leverages the python package geomstats and is available online.

math.DG

Cardiac Motion Modeling with Parallel Transport and Shape Splines

In cases of pressure or volume overload, probing cardiac function may be difficult because of the interactions between shape and deformations.In this work, we use the LDDMM framework and parallel transport to estimate and reorient deformations of the right ventricle. We then propose a normalization procedure for the amplitude of the deformation, and a second-order spline model to represent the full cardiac contraction. The method is applied to 3D meshes of the right ventricle extracted from echocardiographic sequences of 314 patients divided into three disease categories and a control group. We find significant differences between pathologies in the model parameters, revealing insights into the dynamics of each disease.

cs.CV

Numerical Accuracy of Ladder Schemes for Parallel Transport on Manifolds

Parallel transport is a fundamental tool to perform statistics on Rie-mannian manifolds. Since closed formulae don't exist in general, practitioners often have to resort to numerical schemes. Ladder methods are a popular class of algorithms that rely on iterative constructions of geodesic parallelograms. And yet, the literature lacks a clear analysis of their convergence performance. In this work, we give Taylor approximations of the elementary constructions of Schild's ladder and the pole ladder with respect to the Riemann curvature of the underlying space. We then prove that these methods can be iterated to converge with quadratic speed, even when geodesics are approximated by numerical schemes. We also contribute a new link between Schild's ladder and the Fanning Scheme which explains why the latter naturally converges only linearly. The extra computational cost of ladder methods is thus easily compensated by a drastic reduction of the number of steps needed to achieve the requested accuracy. Illustrations on the 2-sphere, the space of symmetric positive definite matrices and the special Euclidean group show that the theoretical errors we have established are measured with a high accuracy in practice. The special Euclidean group with an anisotropic left-invariant metric is of particular interest as it is a tractable example of a non-symmetric space in general , which reduces to a Riemannian symmetric space in a particular case. As a secondary contribution, we compute the covariant derivative of the curvature in this space.

math.DG

Classifying histograms of medical data using information geometry of beta distributions

In this paper, we use tools of information geometry to compare, average and classify histograms. Beta distributions are fitted to the histograms and the corresponding Fisher information geometry is used for comparison. We show that this geometry is negatively curved, which guarantees uniqueness of the notion of mean, and makes it suitable to classify histograms through the popular K-means algorithm. We illustrate the use of these geometric tools in supervised and unsupervised classification procedures of two medical data-sets, cardiac shape deformations for the detection of pulmonary hypertension and brain cortical thickness for the diagnosis of Alzheimer's disease.

stat.ML

Geomstats: A Python Package for Riemannian Geometry in Machine Learning

We introduce Geomstats, an open-source Python toolbox for computations and statistics on nonlinear manifolds, such as hyperbolic spaces, spaces of symmetric positive definite matrices, Lie groups of transformations, and many more. We provide object-oriented and extensively unit-tested implementations. Among others, manifolds come equipped with families of Riemannian metrics, with associated exponential and logarithmic maps, geodesics and parallel transport. Statistics and learning algorithms provide methods for estimation, clustering and dimension reduction on manifolds. All associated operations are vectorized for batch computation and provide support for different execution backends, namely NumPy, PyTorch and TensorFlow, enabling GPU acceleration. This paper presents the package, compares it with related libraries and provides relevant code examples. We show that Geomstats provides reliable building blocks to foster research in differential geometry and statistics, and to democratize the use of Riemannian geometry in machine learning applications. The source code is freely available under the MIT license at \url{geomstats.ai}.

cs.LG