paper-with-me

홈 › Papers

SDCT-AuxNet$^θ$: DCT Augmented Stain Deconvolutional CNN with Auxiliary Classifier for Cancer Diagnosis

2020-05-30 · Shiv Gehlot, Anubha Gupta, Ritu Gupta

Acute lymphoblastic leukemia (ALL) is a pervasive pediatric white blood cell cancer across the globe. With the popularity of convolutional neural networks (CNNs), computer-aided diagnosis of cancer has attracted considerable attention. Such tools are easily deployable and are cost-effective. Hence, these can enable extensive coverage of cancer diagnostic facilities. However, the development of such a tool for ALL cancer was challenging so far due to the non-availability of a large training dataset. The visual similarity between the malignant and normal cells adds to the complexity of the problem. This paper discusses the recent release of a large dataset and presents a novel deep learning architecture for the classification of cell images of ALL cancer. The proposed architecture, namely, SDCT-AuxNet$^{\theta}$ is a 2-module framework that utilizes a compact CNN as the main classifier in one module and a Kernel SVM as the auxiliary classifier in the other one. While CNN classifier uses features through bilinear-pooling, spectral-averaged features are used by the auxiliary classifier. Further, this CNN is trained on the stain deconvolved quantity images in the optical density domain instead of the conventional RGB images. A novel test strategy is proposed that exploits both the classifiers for decision making using the confidence scores of their predicted class labels. Elaborate experiments have been carried out on our recently released public dataset of 15114 images of ALL cancer and healthy cells to establish the validity of the proposed methodology that is also robust to subject-level variability. A weighted F1 score of 94.8$\%$ is obtained that is best so far on this challenging dataset.

📄 PDF Abstract BibTeX arXiv:2006.00304

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDiagnostic

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Layer-Parallel Training of Residual Networks with Auxiliary-Variable Networks

2021-12-10 · Qi Sun, Hexin Dong, Zewei Chen, Jiacheng Sun 외

Gradient-based methods for the distributed training of residual networks (ResNets) typically require a forward pass of the input data, followed by back-propagating the error gradient to update model parameters, which bec…

Data Augmentation

GeoAuxNet: Towards Universal 3D Representation Learning for Multi-sensor Point Clouds

2024-03-28 · CVPR 2024 1 · Shengjun Zhang, Xin Fei, Yueqi Duan

Point clouds captured by different sensors such as RGB-D cameras and LiDAR possess non-negligible domain gaps. Most existing methods design different network architectures and train separately on point clouds from variou…

Auxiliary LearningRepresentation Learning

AuxAdapt: Stable and Efficient Test-Time Adaptation for Temporally Consistent Video Semantic Segmentation

2021-10-24 · Yizhe Zhang, Shubhankar Borse, Hong Cai, Fatih Porikli

In video segmentation, generating temporally consistent results across frames is as important as achieving frame-wise accuracy. Existing methods rely either on optical flow regularization or fine-tuning with test data to…

Optical Flow EstimationSegmentationSemantic SegmentationTest-time Adaptation+2

BOCCHI: A More Realistic and Challenging Benchmark for Local Motion Blur Detection with MSDCT-UNet

2026-07-11 · Kuan-Lin Chen, Yuan-Kang Lee, Cheng-Yuan Chiang, Jian-Jiun Ding arxiv

Local motion blur detection requires pixel-level localization of blurred regions. Existing benchmarks let models rely on gradient shortcuts that fail to transfer. We introduce BOCCHI (Blurred Objects Captured across Came…

Do You See What I Say? Generalizable Deepfake Detection based on Visual Speech Recognition

2025-11-27 · Maheswar Bora, Tashvik Dhamija, Shukesh Reddy, Baptiste Chopin 외 arxiv

Deepfake generation has witnessed remarkable progress, contributing to highly realistic generated images, videos, and audio. While technically intriguing, such progress has raised serious concerns related to the misuse o…

Visual Speech RecognitionDeepFake Detection