paper-with-me

홈 › Papers

Reduced Deep Convolutional Activation Features (R-DeCAF) in Histopathology Images to Improve the Classification Performance for Breast Cancer Diagnosis

2023-01-05 · Bahareh Morovati, Reza Lashgari, Mojtaba Hajihasani, Hasti Shabani

Breast cancer is the second most common cancer among women worldwide. Diagnosis of breast cancer by the pathologists is a time-consuming procedure and subjective. Computer aided diagnosis frameworks are utilized to relieve pathologist workload by classifying the data automatically, in which deep convolutional neural networks (CNNs) are effective solutions. The features extracted from activation layer of pre-trained CNNs are called deep convolutional activation features (DeCAF). In this paper, we have analyzed that all DeCAF features are not necessarily led to a higher accuracy in the classification task and dimension reduction plays an important role. Therefore, different dimension reduction methods are applied to achieve an effective combination of features by capturing the essence of DeCAF features. To this purpose, we have proposed reduced deep convolutional activation features (R-DeCAF). In this framework, pre-trained CNNs such as AlexNet, VGG-16 and VGG-19 are utilized in transfer learning mode as feature extractors. DeCAF features are extracted from the first fully connected layer of the mentioned CNNs and support vector machine has been used for binary classification. Among linear and nonlinear dimensionality reduction algorithms, linear approaches such as principal component analysis (PCA) represent a better combination among deep features and lead to a higher accuracy in the classification task using small number of features considering specific amount of cumulative explained variance (CEV) of features. The proposed method is validated using experimental BreakHis dataset. Comprehensive results show improvement in the classification accuracy up to 4.3% with less computational time. Best achieved accuracy is 91.13% for 400x data with feature vector size (FVS) of 23 and CEV equals to 0.15 using pre-trained AlexNet as feature extractor and PCA as feature reduction algorithm.

📄 PDF Abstract BibTeX arXiv:2301.01931

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationDimensionality ReductionTransfer Learning

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
VGG-19 설명 없음

Similar Papers 제목 키워드 기반

DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition

2013-10-06 · Jeff Donahue, Yangqing Jia, Oriol Vinyals, Judy Hoffman 외

We evaluate whether features extracted from the activation of a deep convolutional network trained in a fully supervised fashion on a large, fixed set of object recognition tasks can be re-purposed to novel generic tasks…

ClusteringDomain AdaptationObject RecognitionScene Recognition+1

Network Comparison Study of Deep Activation Feature Discriminability with Novel Objects

2022-02-08 · Michael Karnes, Alper Yilmaz

Feature extraction has always been a critical component of the computer vision field. More recently, state-of-the-art computer visions algorithms have incorporated Deep Neural Networks (DNN) in feature extracting roles, …

ObjectObject TrackingVisual Object Tracking

DeCaFA: Deep Convolutional Cascade for Face Alignment In The Wild

2019-04-04 · ICCV 2019 10 · Arnaud Dapogny, Kévin Bailly, Matthieu Cord

Face Alignment is an active computer vision domain, that consists in localizing a number of facial landmarks that vary across datasets. State-of-the-art face alignment methods either consist in end-to-end regression, or …

Face Alignment

A Deeper Look at Dataset Bias

2015-05-06 · Tatiana Tommasi, Novi Patricia, Barbara Caputo, Tinne Tuytelaars

The presence of a bias in each image data collection has recently attracted a lot of attention in the computer vision community showing the limits in generalization of any learning method trained on a specific dataset. A…

Decaf: Data Distribution Decompose Attack against Federated Learning

2024-05-24 · Zhiyang Dai, Chunyi Zhou, Anmin Fu

In contrast to prevalent Federated Learning (FL) privacy inference techniques such as generative adversarial networks attacks, membership inference attacks, property inference attacks, and model inversion attacks, we dev…

Federated Learning