paper-with-me

Papers

Cluster-to-Conquer: A Framework for End-to-End Multi-Instance Learning for Whole Slide Image Classification

2021-03-19 · Yash Sharma, Aman Shrivastava, Lubaina Ehsan, Christopher A. Moskaluk, Sana Syed, Donald E. Brown

In recent years, the availability of digitized Whole Slide Images (WSIs) has enabled the use of deep learning-based computer vision techniques for automated disease diagnosis. However, WSIs present unique computational and algorithmic challenges. WSIs are gigapixel-sized ($\sim$100K pixels), making them infeasible to be used directly for training deep neural networks. Also, often only slide-level labels are available for training as detailed annotations are tedious and can be time-consuming for experts. Approaches using multiple-instance learning (MIL) frameworks have been shown to overcome these challenges. Current state-of-the-art approaches divide the learning framework into two decoupled parts: a convolutional neural network (CNN) for encoding the patches followed by an independent aggregation approach for slide-level prediction. In this approach, the aggregation step has no bearing on the representations learned by the CNN encoder. We have proposed an end-to-end framework that clusters the patches from a WSI into ${k}$-groups, samples ${k}'$ patches from each group for training, and uses an adaptive attention mechanism for slide level prediction; Cluster-to-Conquer (C2C). We have demonstrated that dividing a WSI into clusters can improve the model training by exposing it to diverse discriminative features extracted from the patches. We regularized the clustering mechanism by introducing a KL-divergence loss between the attention weights of patches in a cluster and the uniform distribution. The framework is optimized end-to-end on slide-level cross-entropy, patch-level cross-entropy, and KL-divergence loss (Implementation: https://github.com/YashSharma/C2C).

📄 PDF Abstract BibTeX arXiv:2103.10626

Code (1)

YashSharma/C2C 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMultiple Instance Learningwhole slide images

Similar Papers 제목 키워드 기반

Divide and Conquer for Single-Frame Temporal Action Localization

2021-01-01 · ICCV 2021 10 · Chen Ju, Peisen Zhao, Siheng Chen, Ya zhang 외

Single-frame temporal action localization (STAL) aims to localize actions in untrimmed videos with only one timestamp annotation for each action instance. Existing methods adopt the one-stage framework but couple the…

Action LocalizationTemporal Action Localization

$DC^2$: A Divide-and-conquer Algorithm for Large-scale Kernel Learning with Application to Clustering

2019-11-16 · Ke Alexander Wang, Xinran Bian, Pan Liu, Donghui Yan

Divide-and-conquer is a general strategy to deal with large scale problems. It is typically applied to generate ensemble instances, which potentially limits the problem size it can handle. Additionally, the data are ofte…

Clustering

Divide and Conquer: 3D Point Cloud Instance Segmentation With Point-Wise Binarization

2022-07-22 · ICCV 2023 1 · Weiguang Zhao, Yuyao Yan, Chaolong Yang, Jianan Ye 외

Instance segmentation on point clouds is crucially important for 3D scene understanding. Most SOTAs adopt distance clustering, which is typically effective but does not perform well in segmenting adjacent objects with th…

3D Instance Segmentation3D Object DetectionBinarizationClustering+2

Cluster-Level Sparse Multi-Instance Learning for Whole-Slide Images

2025-09-14 · Yuedi Zhang, Zhixiang Xia, Guosheng Yin, Bin Liu arxiv

Multi-Instance Learning (MIL) is pivotal for analyzing complex, weakly labeled datasets, such as whole-slide images (WSIs) in computational pathology, where bags comprise unordered collections of instances with sparse di…

Learning to Segment the Tail

2020-04-02 · CVPR 2020 6 · Xinting Hu, Yi Jiang, Kaihua Tang, Jingyuan Chen 외

Real-world visual recognition requires handling the extreme sample imbalance in large-scale long-tailed data. We propose a "divide&conquer" strategy for the challenging LVIS task: divide the whole data into balanced part…

Few-Shot LearningIncremental Learning