Transformer Assisted Convolutional Network for Cell Instance Segmentation
Deepanshu Pandey, Pradyumna Gupta, Sumit Bhattacharya, Aman Sinha,, Rohit Agarwal

TL;DR
This paper introduces a transformer-assisted convolutional network that enhances feature extraction in region proposal methods, leading to improved segmentation performance in object detection tasks.
Contribution
It presents a novel approach combining transformers with convolutional feature maps to boost segmentation accuracy in existing models.
Findings
Significant improvement in mIoU scores over traditional convolutional backbones.
Effective merging of transformer embeddings with convolutional features.
Enhanced performance in cell instance segmentation tasks.
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Advanced Image and Video Retrieval Techniques
MethodsSoftmax · RoIPool · Convolution · Region Proposal Network · Faster R-CNN
