paper-with-me

Papers

Transformation Invariant Cancerous Tissue Classification Using Spatially Transformed DenseNet

2022-04-23 · Omar Mahdi, Ali Bou Nassif

In this work, we introduce a spatially transformed DenseNet architecture for transformation invariant classification of cancer tissue. Our architecture increases the accuracy of the base DenseNet architecture while adding the ability to operate in a transformation invariant way while simultaneously being simpler than other models that try to provide some form of invariance.

📄 PDF Abstract BibTeX arXiv:2204.11066

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
BASE 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Gene expression modelling across multiple cell-lines with MapReduce

2015-07-21 · David M. Budden, Edmund J. Crampin

With the wealth of high-throughput sequencing data generated by recent large-scale consortia, predictive gene expression modelling has become an important tool for integrative analysis of transcriptomic and epigenetic da…

Computational Efficiency

Whole-Sample Mapping of Cancerous and Benign Tissue Properties

2019-07-23 · Lydia Neary-Zajiczek, Clara Essmann, Neil Clancy, Aiman Haider 외

Structural and mechanical differences between cancerous and healthy tissue give rise to variations in macroscopic properties such as visual appearance and elastic modulus that show promise as signatures for early cancer …

ClusteringImage Registration

Detecting Breast Cancer using a Compressive Sensing Unmixing Algorithm

2016-10-28 · Richard Obermeier, Jose Angel Martinez-Lorenzo

Traditional breast cancer imaging methods using microwave Nearfield Radar Imaging (NRI) seek to recover the complex permittivity of the tissues at each voxel in the imaging region. This approach is suboptimal, in that it…

Compressive Sensing

Histopathological Image Classification based on Self-Supervised Vision Transformer and Weak Labels

2022-10-17 · Ahmet Gokberk Gul, Oezdemir Cetin, Christoph Reich, Tim Prangemeier 외

Whole Slide Image (WSI) analysis is a powerful method to facilitate the diagnosis of cancer in tissue samples. Automating this diagnosis poses various issues, most notably caused by the immense image resolution and limit…

Histopathological Image Classificationimage-classificationImage ClassificationMultiple Instance Learning

DeepCancer: Detecting Cancer through Gene Expressions via Deep Generative Learning

2016-12-09 · Rajendra Rana Bhat, Vivek Viswanath, Xiaolin Li

Transcriptional profiling on microarrays to obtain gene expressions has been used to facilitate cancer diagnosis. We propose a deep generative machine learning architecture (called DeepCancer) that learn features from un…

BIG-bench Machine LearningGeneral Classification