paper-with-me

Papers

Transformer Assisted Convolutional Network for Cell Instance Segmentation

2021-10-05 · Deepanshu Pandey, Pradyumna Gupta, Sumit Bhattacharya, Aman Sinha, Rohit Agarwal

Region proposal based methods like R-CNN and Faster R-CNN models have proven to be extremely successful in object detection and segmentation tasks. Recently, Transformers have also gained popularity in the domain of Computer Vision, and are being utilised to improve the performance of conventional models. In this paper, we present a relatively new transformer based approach to enhance the performance of the conventional convolutional feature extractor in the existing region proposal based methods. Our approach merges the convolutional feature maps with transformer-based token embeddings by applying a projection operation similar to self-attention in transformers. The results of our experiments show that transformer assisted feature extractor achieves a significant improvement in mIoU (mean Intersection over Union) scores compared to vanilla convolutional backbone.

📄 PDF Abstract BibTeX arXiv:2110.02270

Code (1)

dsciitism/segpc-2021 공식 구현 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionRegion ProposalSemantic Segmentation

Methods 이 논문이 사용한 방법론

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$…
RoIPool 설명 없음
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…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

IAUNet: Instance-Aware U-Net

2025-08-03 · Yaroslav Prytula, Illia Tsiporenko, Ali Zeynalli, Dmytro Fishman arxiv

Instance segmentation is critical in biomedical imaging to accurately distinguish individual objects like cells, which often overlap and vary in size. Recent query-based methods, where object queries guide segmentation, …

Medical Image SegmentationInstance SegmentationCell Segmentation

CellViT: Vision Transformers for Precise Cell Segmentation and Classification

2023-06-27 · Fabian Hörst, Moritz Rempe, Lukas Heine, Constantin Seibold 외

Nuclei detection and segmentation in hematoxylin and eosin-stained (H&E) tissue images are important clinical tasks and crucial for a wide range of applications. However, it is a challenging task due to nuclei variances …

Cell DetectionCell SegmentationClassificationInstance Segmentation+3

Enforcing Morphological Information in Fully Convolutional Networks to Improve Cell Instance Segmentation in Fluorescence Microscopy Images

2021-06-10 · Willard Zamora-Cardenas, Mauro Mendez, Saul Calderon-Ramirez, Martin Vargas 외

Cell instance segmentation in fluorescence microscopy images is becoming essential for cancer dynamics and prognosis. Data extracted from cancer dynamics allows to understand and accurately model different metabolic proc…

Cell TrackingInstance SegmentationPrognosisSegmentation+1

Attention-Based Transformers for Instance Segmentation of Cells in Microstructures

2020-11-19 · Tim Prangemeier, Christoph Reich, Heinz Koeppl

Detecting and segmenting object instances is a common task in biomedical applications. Examples range from detecting lesions on functional magnetic resonance images, to the detection of tumours in histopathological image…

Cell DetectionCell SegmentationExperimental DesignInstance Segmentation+2

Instance Segmentation of Multiple Myeloma Cells via Hybrid Task Cascade

2021-07-20 · MICCAI Workshop COMPAY 2021 9 · Anonymous

Multiple Myeloma (MM) is a blood cancer that develops when plasma cells expand abnormally in the bone marrow. Early detection of MM is beneficial for accurate treatment in time and draws increasing recognition. There are…

Cell DetectionDiagnosticInstance SegmentationSegmentation+1