Grigory Osipov

LG
4papers
119citations
Novelty40%
AI Score22

4 Papers

CVMay 27, 2021
How saccadic vision might help with theinterpretability of deep networks

Iana Sereda, Grigory Osipov

We describe how some problems (interpretability,lack of object-orientedness) of modern deep networks potentiallycould be solved by adapting a biologically plausible saccadicmechanism of perception. A sketch of such a saccadic visionmodel is proposed. Proof of concept experimental results areprovided to support the proposed approach.

LGDec 1, 2020
Problems of representation of electrocardiograms in convolutional neural networks

Iana Sereda, Sergey Alekseev, Aleksandra Koneva et al.

Using electrocardiograms as an example, we demonstrate the characteristic problems that arise when modeling one-dimensional signals containing inaccurate repeating pattern by means of standard convolutional networks. We show that these problems are systemic in nature. They are due to how convolutional networks work with composite objects, parts of which are not fixed rigidly, but have significant mobility. We also demonstrate some counterintuitive effects related to generalization in deep networks.

SPJan 14, 2020
Deep Learning for ECG Segmentation

Viktor Moskalenko, Nikolai Zolotykh, Grigory Osipov

We propose an algorithm for electrocardiogram (ECG) segmentation using a UNet-like full-convolutional neural network. The algorithm receives an arbitrary sampling rate ECG signal as an input, and gives a list of onsets and offsets of P and T waves and QRS complexes as output. Our method of segmentation differs from others in speed, a small number of parameters and a good generalization: it is adaptive to different sampling rates and it is generalized to various types of ECG monitors. The proposed approach is superior to other state-of-the-art segmentation methods in terms of quality. In particular, F1-measures for detection of onsets and offsets of P and T waves and for QRS-complexes are at least 97.8%, 99.5%, and 99.9%, respectively.

LGDec 26, 2018
ECG Segmentation by Neural Networks: Errors and Correction

Iana Sereda, Sergey Alekseev, Aleksandra Koneva et al.

In this study we examined the question of how error correction occurs in an ensemble of deep convolutional networks, trained for an important applied problem: segmentation of Electrocardiograms(ECG). We also explore the possibility of using the information about ensemble errors to evaluate a quality of data representation, built by the network. This possibility arises from the effect of distillation of outliers, which was demonstarted for the ensemble, described in this paper.