Source author record

Viktor V. Nikitin

Viktor V. Nikitin appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
2topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

Quantitative analysis of dynamic CT imaging of methane-hydrate formation with a hybrid machine learning approach

Fast multi-phase processes in methane hydrate-bearing samples are challenging for micro-CT quantitative study because of complex tomographic data analysis involving time-consuming segmentation procedures. This is due to the sample multi-scale structure changing in time, low X-ray attenuation and phase contrast between solid and fluid materials, as well as large amount of data acquired during dynamic processes. We propose a hybrid approach for automatic segmentation of tomographic data from time-resolved imaging of methane gas-hydrate formation in sandy granular media. First, we use an optimized 3D U-net neural network to perform segmentation of mineral grains that are characterized by low contrast to the surrounding pore brine-saturated phases. Then, we perform statistical clustering based on the Gaussian mixture model for separating the pore-space phases that are characterized by gray-level instabilities caused by dynamic processes during hydrate formation. The proposed approach was used for segmenting several hundred gigabytes of data acquired during an in-situ tomographic experiment at a synchrotron. Automatic segmentation allowed for studying properties of the hydrate growth in pores, as well as dynamic processes such as the incremental pore-brine flow and redistribution.

preprint2015arXiv

Fast algorithms and efficient GPU implementations for the Radon transform and the back-projection operator represented as convolution operators

The Radon transform and its adjoint, the back-projection operator, can both be expressed as convolutions in log-polar coordinates. Hence, fast algorithms for the application of the operators can be constructed by using FFT, if data is resampled at log-polar coordinates. Radon data is typically measured on an equally spaced grid in polar coordinates, and reconstructions are represented (as images) in Cartesian coordinates. Therefore, in addition to FFT, several steps of interpolation have to be conducted in order to apply the Radon transform and the back-projection operator by means of convolutions. Both the interpolation and the FFT operations can be efficiently implemented on Graphical Processor Units (GPUs). For the interpolation, it is possible to make use of the fact that linear interpolation is hard-wired on GPUs, meaning that it has the same computational cost as direct memory access. Cubic order interpolation schemes can be constructed by combining linear interpolation steps which provides important computation speedup. We provide details about how the Radon transform and the back-projection can be implemented efficiently as convolution operators on GPUs. For large data sizes, speedups of about 10 times are obtained in relation to the computational times of other software packages based on GPU implementations of the Radon transform and the back-projection operator. Moreover, speedups of more than a 1000 times are obtained against the CPU-implementations provided in the MATLAB image processing toolbox.