Skip to main content

Showing 1–14 of 14 results for author: Rymarczyk, D

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

    cs.CV cs.AI cs.LG

    LucidPPN: Unambiguous Prototypical Parts Network for User-centric Interpretable Computer Vision

    Authors: Mateusz Pach, Dawid Rymarczyk, Koryna Lewandowska, Jacek Tabor, Bartosz Zieliński

    Abstract: Prototypical parts networks combine the power of deep learning with the explainability of case-based reasoning to make accurate, interpretable decisions. They follow the this looks like that reasoning, representing each prototypical part with patches from training images. However, a single image patch comprises multiple visual features, such as color, shape, and texture, making it difficult for us… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

    Comments: Work in the review process. The code will be available upon acceptance

  2. arXiv:2311.15335  [pdf, other

    cs.LG cs.AI cs.CV

    Token Recycling for Efficient Sequential Inference with Vision Transformers

    Authors: Jan Olszewski, Dawid Rymarczyk, Piotr Wójcik, Mateusz Pach, Bartosz Zieliński

    Abstract: Vision Transformers (ViTs) overpass Convolutional Neural Networks in processing incomplete inputs because they do not require the imputation of missing values. Therefore, ViTs are well suited for sequential decision-making, e.g. in the Active Visual Exploration problem. However, they are computationally inefficient because they perform a full forward pass each time a piece of new sequential inform… ▽ More

    Submitted 26 November, 2023; originally announced November 2023.

    Comments: The code will be released upon acceptance

  3. arXiv:2308.08162  [pdf, other

    cs.CV cs.AI cs.LG

    Interpretability Benchmark for Evaluating Spatial Misalignment of Prototypical Parts Explanations

    Authors: Mikołaj Sacha, Bartosz Jura, Dawid Rymarczyk, Łukasz Struski, Jacek Tabor, Bartosz Zieliński

    Abstract: Prototypical parts-based networks are becoming increasingly popular due to their faithful self-explanations. However, their similarity maps are calculated in the penultimate network layer. Therefore, the receptive field of the prototype activation region often depends on parts of the image outside this region, which can lead to misleading interpretations. We name this undesired behavior a spatial… ▽ More

    Submitted 16 August, 2023; originally announced August 2023.

    Comments: Under review. Code will be release upon acceptance

  4. arXiv:2306.10535  [pdf, other

    eess.IV cs.CV cs.LG

    ProMIL: Probabilistic Multiple Instance Learning for Medical Imaging

    Authors: Łukasz Struski, Dawid Rymarczyk, Arkadiusz Lewicki, Robert Sabiniewicz, Jacek Tabor, Bartosz Zieliński

    Abstract: Multiple Instance Learning (MIL) is a weakly-supervised problem in which one label is assigned to the whole bag of instances. An important class of MIL models is instance-based, where we first classify instances and then aggregate those predictions to obtain a bag label. The most common MIL model is when we consider a bag as positive if at least one of its instances has a positive label. However,… ▽ More

    Submitted 12 March, 2024; v1 submitted 18 June, 2023; originally announced June 2023.

    Comments: Accepted Paper to European Conference on Artificial Intelligence (ECAI 2023)

  5. arXiv:2303.07811  [pdf, other

    cs.LG cs.AI cs.CV

    ICICLE: Interpretable Class Incremental Continual Learning

    Authors: Dawid Rymarczyk, Joost van de Weijer, Bartosz Zieliński, Bartłomiej Twardowski

    Abstract: Continual learning enables incremental learning of new tasks without forgetting those previously learned, resulting in positive knowledge transfer that can enhance performance on both new and old tasks. However, continual learning poses new challenges for interpretability, as the rationale behind model predictions may change over time, leading to interpretability concept drift. We address this pro… ▽ More

    Submitted 31 July, 2023; v1 submitted 14 March, 2023; originally announced March 2023.

    Comments: Accepted to ICCV 2023

  6. arXiv:2301.12276  [pdf, other

    cs.CV

    ProtoSeg: Interpretable Semantic Segmentation with Prototypical Parts

    Authors: Mikołaj Sacha, Dawid Rymarczyk, Łukasz Struski, Jacek Tabor, Bartosz Zieliński

    Abstract: We introduce ProtoSeg, a novel model for interpretable semantic image segmentation, which constructs its predictions using similar patches from the training set. To achieve accuracy comparable to baseline methods, we adapt the mechanism of prototypical parts and introduce a diversity loss function that increases the variety of prototypes within each class. We show that ProtoSeg discovers semantic… ▽ More

    Submitted 28 January, 2023; originally announced January 2023.

    Journal ref: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2023, pp. 1481-1492

  7. arXiv:2210.03745  [pdf, other

    q-bio.QM cs.AI cs.LG

    ProGReST: Prototypical Graph Regression Soft Trees for Molecular Property Prediction

    Authors: Dawid Rymarczyk, Daniel Dobrowolski, Tomasz Danel

    Abstract: In this work, we propose the novel Prototypical Graph Regression Self-explainable Trees (ProGReST) model, which combines prototype learning, soft decision trees, and Graph Neural Networks. In contrast to other works, our model can be used to address various challenging tasks, including compound property prediction. In ProGReST, the rationale is obtained along with prediction due to the model's bui… ▽ More

    Submitted 27 December, 2022; v1 submitted 7 October, 2022; originally announced October 2022.

    Comments: Accepted to SDM2023

  8. arXiv:2112.02902  [pdf, other

    cs.CV cs.AI cs.LG

    Interpretable Image Classification with Differentiable Prototypes Assignment

    Authors: Dawid Rymarczyk, Łukasz Struski, Michał Górszczak, Koryna Lewandowska, Jacek Tabor, Bartosz Zieliński

    Abstract: We introduce ProtoPool, an interpretable image classification model with a pool of prototypes shared by the classes. The training is more straightforward than in the existing methods because it does not require the pruning stage. It is obtained by introducing a fully differentiable assignment of prototypes to particular classes. Moreover, we introduce a novel focal similarity function to focus the… ▽ More

    Submitted 5 September, 2022; v1 submitted 6 December, 2021; originally announced December 2021.

    Comments: Accepted to ECCV 2022

  9. arXiv:2108.10612  [pdf, other

    cs.LG cs.AI cs.CV

    ProtoMIL: Multiple Instance Learning with Prototypical Parts for Whole-Slide Image Classification

    Authors: Dawid Rymarczyk, Adam Pardyl, Jarosław Kraus, Aneta Kaczyńska, Marek Skomorowski, Bartosz Zieliński

    Abstract: Multiple Instance Learning (MIL) gains popularity in many real-life machine learning applications due to its weakly supervised nature. However, the corresponding effort on explaining MIL lags behind, and it is usually limited to presenting instances of a bag that are crucial for a particular prediction. In this paper, we fill this gap by introducing ProtoMIL, a novel self-explainable MIL method in… ▽ More

    Submitted 6 September, 2022; v1 submitted 24 August, 2021; originally announced August 2021.

    Comments: Accepted to ECML PKDD 2022

  10. arXiv:2012.01189  [pdf, other

    cs.CV cs.AI

    Classifying bacteria clones using attention-based deep multiple instance learning interpreted by persistence homology

    Authors: Adriana Borowa, Dawid Rymarczyk, Dorota Ochońska, Monika Brzychczy-Włoch, Bartosz Zieliński

    Abstract: In this work, we analyze if it is possible to distinguish between different clones of the same bacteria species (Klebsiella pneumoniae) based only on microscopic images. It is a challenging task, previously considered impossible due to the high clones similarity. For this purpose, we apply a multi-step algorithm with attention-based multiple instance learning. Except for obtaining accuracy at the… ▽ More

    Submitted 23 July, 2021; v1 submitted 2 December, 2020; originally announced December 2020.

    Comments: Published at the International Joint Conferences on Neural Networks

    Journal ref: 978-0-7381-3366-9/21, 2021

  11. arXiv:2011.14340  [pdf, other

    cs.CV cs.AI cs.LG

    ProtoPShare: Prototype Sharing for Interpretable Image Classification and Similarity Discovery

    Authors: Dawid Rymarczyk, Łukasz Struski, Jacek Tabor, Bartosz Zieliński

    Abstract: In this paper, we introduce ProtoPShare, a self-explained method that incorporates the paradigm of prototypical parts to explain its predictions. The main novelty of the ProtoPShare is its ability to efficiently share prototypical parts between the classes thanks to our data-dependent merge-pruning. Moreover, the prototypes are more consistent and the model is more robust to image perturbations th… ▽ More

    Submitted 29 November, 2020; originally announced November 2020.

  12. arXiv:2005.12991  [pdf, other

    cs.LG cs.CV stat.ML

    Kernel Self-Attention in Deep Multiple Instance Learning

    Authors: Dawid Rymarczyk, Adriana Borowa, Jacek Tabor, Bartosz Zieliński

    Abstract: Not all supervised learning problems are described by a pair of a fixed-size input tensor and a label. In some cases, especially in medical image analysis, a label corresponds to a bag of instances (e.g. image patches), and to classify such bag, aggregation of information from all of the instances is needed. There have been several attempts to create a model working with a bag of instances, howeve… ▽ More

    Submitted 5 March, 2021; v1 submitted 25 May, 2020; originally announced May 2020.

    Comments: https://openaccess.thecvf.com/content/WACV2021/papers/Rymarczyk_Kernel_Self-Attention_for_Weakly-Supervised_Image_Classification_Using_Deep_Multiple_Instance_WACV_2021_paper.pdf

  13. Deep learning approach to describe and classify fungi microscopic images

    Authors: Bartosz Zieliński, Agnieszka Sroka-Oleksiak, Dawid Rymarczyk, Adam Piekarczyk, Monika Brzychczy-Włoch

    Abstract: Preliminary diagnosis of fungal infections can rely on microscopic examination. However, in many cases, it does not allow unambiguous identification of the species by microbiologist due to their visual similarity. Therefore, it is usually necessary to use additional biochemical tests. That involves additional costs and extends the identification process up to 10 days. Such a delay in the implement… ▽ More

    Submitted 24 May, 2020; originally announced May 2020.

    Report number: MIDL/2020/ExtendedAbstract/AEhp_Cqq-h

  14. Deep learning approach to description and classification of fungi microscopic images

    Authors: Bartosz Zieliński, Agnieszka Sroka-Oleksiak, Dawid Rymarczyk, Adam Piekarczyk, Monika Brzychczy-Włoch

    Abstract: Diagnosis of fungal infections can rely on microscopic examination, however, in many cases, it does not allow unambiguous identification of the species due to their visual similarity. Therefore, it is usually necessary to use additional biochemical tests. That involves additional costs and extends the identification process up to 10 days. Such a delay in the implementation of targeted treatment is… ▽ More

    Submitted 28 January, 2020; v1 submitted 22 June, 2019; originally announced June 2019.