paper-with-me

Papers

Learning Binary and Sparse Permutation-Invariant Representations for Fast and Memory Efficient Whole Slide Image Search

2022-08-29 · Sobhan Hemati, Shivam Kalra, Morteza Babaie, H. R. Tizhoosh

Learning suitable Whole slide images (WSIs) representations for efficient retrieval systems is a non-trivial task. The WSI embeddings obtained from current methods are in Euclidean space not ideal for efficient WSI retrieval. Furthermore, most of the current methods require high GPU memory due to the simultaneous processing of multiple sets of patches. To address these challenges, we propose a novel framework for learning binary and sparse WSI representations utilizing a deep generative modelling and the Fisher Vector. We introduce new loss functions for learning sparse and binary permutation-invariant WSI representations that employ instance-based training achieving better memory efficiency. The learned WSI representations are validated on The Cancer Genomic Atlas (TCGA) and Liver-Kidney-Stomach (LKS) datasets. The proposed method outperforms Yottixel (a recent search engine for histopathology images) both in terms of retrieval accuracy and speed. Further, we achieve competitive performance against SOTA on the public benchmark LKS dataset for WSI classification.

📄 PDF Abstract BibTeX arXiv:2208.13653

Code (0)

등록된 구현이 없습니다.

Tasks

GPUImage RetrievalRetrievalwhole slide images

Similar Papers 제목 키워드 기반

Invariant embedding for graph classification

2019-08-18 · ICML 2019 8 · Alexis Galland, Marc Lelarge

Learning on graphs requires a graph feature representation able to discriminate among different graphs while being amenable to fast computation. The graph isomorphism problem tells us that fast representation of graphs i…

ClassificationGeneral ClassificationGraph ClassificationGraph Embedding

Learning Representations of Sets through Optimized Permutations

2018-12-10 · ICLR 2019 5 · Yan Zhang, Jonathon Hare, Adam Prügel-Bennett

Representations of sets are challenging to learn because operations on sets should be permutation-invariant. To this end, we propose a Permutation-Optimisation module that learns how to permute a set end-to-end. The perm…

General ClassificationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

PIT: Optimization of Dynamic Sparse Deep Learning Models via Permutation Invariant Transformation

2023-01-26 · Ningxin Zheng, Huiqiang Jiang, Quanlu Zhang, Zhenhua Han 외

Dynamic sparsity, where the sparsity patterns are unknown until runtime, poses a significant challenge to deep learning. The state-of-the-art sparsity-aware deep learning solutions are restricted to pre-defined, static s…

Deep LearningGPU

Towards Neural Sparse Linear Solvers

2022-03-14 · Luca Grementieri, Paolo Galeone

Large sparse symmetric linear systems appear in several branches of science and engineering thanks to the widespread use of the finite element method (FEM). The fastest sparse linear solvers available implement hybrid it…

GPUGraph Neural Network

BinaryConnect: Training Deep Neural Networks with binary weights during propagations

2015-11-02 · NeurIPS 2015 12 · Matthieu Courbariaux, Yoshua Bengio, Jean-Pierre David

Deep Neural Networks (DNN) have achieved state-of-the-art results in a wide range of tasks, with the best results obtained with large training sets and large models. In the past, GPUs enabled these breakthroughs because …