Skip to main content

Showing 1–12 of 12 results for author: Demidov, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.19814  [pdf, other

    cs.CV

    Extract More from Less: Efficient Fine-Grained Visual Recognition in Low-Data Regimes

    Authors: Dmitry Demidov, Abduragim Shtanchaev, Mihail Mihaylov, Mohammad Almansoori

    Abstract: The emerging task of fine-grained image classification in low-data regimes assumes the presence of low inter-class variance and large intra-class variation along with a highly limited amount of training samples per class. However, traditional ways of separately dealing with fine-grained categorisation and extremely scarce data may be inefficient under both these harsh conditions presented together… ▽ More

    Submitted 28 June, 2024; originally announced June 2024.

    Comments: Main paper and Appendices

  2. Distilling Local Texture Features for Colorectal Tissue Classification in Low Data Regimes

    Authors: Dmitry Demidov, Roba Al Majzoub, Amandeep Kumar, Fahad Khan

    Abstract: Multi-class colorectal tissue classification is a challenging problem that is typically addressed in a setting, where it is assumed that ample amounts of training data is available. However, manual annotation of fine-grained colorectal tissue samples of multiple classes, especially the rare ones like stromal tumor and anal cancer is laborious and expensive. To address this, we propose a knowledge… ▽ More

    Submitted 2 January, 2024; originally announced January 2024.

    Journal ref: Machine Learning in Medical Imaging (MLMI) 2023

  3. Salient Mask-Guided Vision Transformer for Fine-Grained Classification

    Authors: Dmitry Demidov, Muhammad Hamza Sharif, Aliakbar Abdurahimov, Hisham Cholakkal, Fahad Shahbaz Khan

    Abstract: Fine-grained visual classification (FGVC) is a challenging computer vision problem, where the task is to automatically recognise objects from subordinate categories. One of its main difficulties is capturing the most discriminative inter-class variances among visually similar classes. Recently, methods with Vision Transformer (ViT) have demonstrated noticeable achievements in FGVC, generally by em… ▽ More

    Submitted 11 May, 2023; originally announced May 2023.

    Comments: Accepted by VISAPP 2023 (Best Student Paper Award)

    Journal ref: VISAPP 2023

  4. arXiv:2211.15479  [pdf, other

    cs.CV

    Object Detection in Aerial Imagery

    Authors: Dmitry Demidov, Rushali Grandhe, Salem AlMarri

    Abstract: Object detection in natural images has achieved remarkable results over the years. However, a similar progress has not yet been observed in aerial object detection due to several challenges, such as high resolution images, instances scale variation, class imbalance etc. We show the performance of two-stage, one-stage and attention based object detectors on the iSAID dataset. Furthermore, we descri… ▽ More

    Submitted 15 November, 2022; originally announced November 2022.

    Comments: Technical report

  5. arXiv:2202.09056  [pdf, other

    cs.MS math.NA

    Efficient solution of 3D elasticity problems with smoothed aggregation algebraic multigrid and block arithmetics

    Authors: Denis Demidov

    Abstract: Efficient solution of 3D elasticity problems is an important part of many industrial and scientific applications. Smoothed aggregation algebraic multigrid using rigid body modes for the tentative prolongation operator construction is an efficient and robust choice for the solution of linear systems arising from the discretization of elasticity equations. The system matrices on every level of the m… ▽ More

    Submitted 18 February, 2022; originally announced February 2022.

    Comments: 10 pages, 2 figures

    MSC Class: 35-04; 65-04; 65Y05; 65Y10; 65Y15; 97N80

  6. arXiv:2108.02054  [pdf, ps, other

    cs.MS

    Partial Reuse AMG Setup Cost Amortization Strategy for the Solution of Non-Steady State Problems

    Authors: D. E. Demidov

    Abstract: The partial reuse algebraic multigrid (AMG) setup cost amortization strategy is presented for the solution of non-steady state problems. The transfer operators are reused from the previous time steps, and the system matrices and the smoother operators are rebuilt on each of the AMG hierarchy levels. It is shown on the example of modelling a two-fluid dam break scenario that the strategy may decrea… ▽ More

    Submitted 4 August, 2021; originally announced August 2021.

    MSC Class: 35-04; 65-04; 65Y05; 65Y10; 65Y15; 97N80

  7. arXiv:2006.06052  [pdf, other

    cs.MS cs.DC cs.DS physics.flu-dyn

    Accelerating linear solvers for Stokes problems with C++ metaprogramming

    Authors: Denis Demidov, Lin Mu, Bin Wang

    Abstract: The efficient solution of large sparse saddle point systems is very important in computational fluid mechanics. The discontinuous Galerkin finite element methods have become increasingly popular for incompressible flow problems but their application is limited due to high computational cost. We describe the C++ programming techniques that may help to accelerate linear solvers for such problems. Th… ▽ More

    Submitted 22 December, 2020; v1 submitted 10 June, 2020; originally announced June 2020.

    MSC Class: 35-04; 65-04; 65Y05; 65Y10; 65Y15; 97N80

  8. arXiv:1902.07920  [pdf, other

    cs.SI physics.soc-ph q-fin.GN

    What is the central bank of Wikipedia?

    Authors: Denis Demidov, Klaus M. Frahm, Dima L. Shepelyansky

    Abstract: We analyze the influence and interactions of 60 largest world banks for 195 world countries using the reduced Google matrix algorithm for the English Wikipedia network with 5 416 537 articles. While the top asset rank positions are taken by the banks of China, with China Industrial and Commercial Bank of China at the first place, we show that the network influence is dominated by USA banks with Go… ▽ More

    Submitted 21 February, 2019; originally announced February 2019.

    Journal ref: Physica A 542, 123199 (2020)

  9. AMGCL: an Efficient, Flexible, and Extensible Algebraic Multigrid Implementation

    Authors: Denis Demidov

    Abstract: The paper presents AMGCL -- an opensource C++ library implementing the algebraic multigrid method (AMG) for solution of large sparse linear systems of equations, usually arising from discretization of partial differential equations on an unstructured grid. The library supports both shared and distributed memory computation, allows to utilize modern massively parallel processors via OpenMP, OpenCL,… ▽ More

    Submitted 14 November, 2018; originally announced November 2018.

    MSC Class: 35-04; 65-04; 65Y05; 65Y10; 65Y15; 97N80

  10. arXiv:1710.03940  [pdf, other

    cs.DC cs.MS math.NA

    Subdomain Deflation Combined with Local AMG: a Case Study Using AMGCL Library

    Authors: Denis Demidov, Riccardo Rossi

    Abstract: The paper proposes a combination of the subdomain deflation method and local algebraic multigrid as a scalable distributed memory preconditioner that is able to solve large linear systems of equations. The implementation of the algorithm is made available for the community as part of an open source AMGCL library. The solution targets both homogeneous (CPU-only) and heterogeneous (CPU/GPU) systems,… ▽ More

    Submitted 26 October, 2018; v1 submitted 11 October, 2017; originally announced October 2017.

    Comments: 21 pages, 7 figures

    ACM Class: D.1.3; G.1.0; G.1.8

  11. arXiv:1704.05392  [pdf

    cs.AI

    Synergy of all-purpose static solver and temporal reasoning tools in dynamic integrated expert systems

    Authors: Galina Rybina, Alexey Mozgachev, Dmitry Demidov

    Abstract: The paper discusses scientific and technological problems of dynamic integrated expert systems development. Extensions of problem-oriented methodology for dynamic integrated expert systems development are considered. Attention is paid to the temporal knowledge representation and processing.

    Submitted 16 April, 2017; originally announced April 2017.

    Comments: 8 pages, 3 figures

    Journal ref: "Informatsionno-izmeritelnye i upravlyayushchie sistemy" (Information-measuring and Control Systems) no.8, vol.12, 2014. pp 27-33. ISSN 2070-0814

  12. arXiv:1212.6326  [pdf, other

    cs.MS cs.DC physics.comp-ph

    Programming CUDA and OpenCL: A Case Study Using Modern C++ Libraries

    Authors: Denis Demidov, Karsten Ahnert, Karl Rupp, Peter Gottschling

    Abstract: We present a comparison of several modern C++ libraries providing high-level interfaces for programming multi- and many-core architectures on top of CUDA or OpenCL. The comparison focuses on the solution of ordinary differential equations and is based on odeint, a framework for the solution of systems of ordinary differential equations. Odeint is designed in a very flexible way and may be easily a… ▽ More

    Submitted 26 April, 2013; v1 submitted 27 December, 2012; originally announced December 2012.

    Comments: 21 pages, 4 figures, submitted to SIAM Journal of Scientific Computing and accepted