paper-with-me

Papers

Vision Transformers for Weakly-Supervised Microorganism Enumeration

2024-12-03 · Javier Ureña Santiago, Thomas Ströhle, Antonio Rodríguez-Sánchez, Ruth Breu

Microorganism enumeration is an essential task in many applications, such as assessing contamination levels or ensuring health standards when evaluating surface cleanliness. However, it's traditionally performed by human-supervised methods that often require manual counting, making it tedious and time-consuming. Previous research suggests automating this task using computer vision and machine learning methods, primarily through instance segmentation or density estimation techniques. This study conducts a comparative analysis of vision transformers (ViTs) for weakly-supervised counting in microorganism enumeration, contrasting them with traditional architectures such as ResNet and investigating ViT-based models such as TransCrowd. We trained different versions of ViTs as the architectural backbone for feature extraction using four microbiology datasets to determine potential new approaches for total microorganism enumeration in images. Results indicate that while ResNets perform better overall, ViTs performance demonstrates competent results across all datasets, opening up promising lines of research in microorganism enumeration. This comparative study contributes to the field of microbial image analysis by presenting innovative approaches to the recurring challenge of microorganism enumeration and by highlighting the capabilities of ViTs in the task of regression counting.

📄 PDF Abstract BibTeX arXiv:2412.02250

Code (2)

JavierUrenaPhDProjects/artificial_fluorescent_dataset 공식 구현
JavierUrenaPhDProjects/vits_for_WSC 공식 구현 pytorch

Tasks

Density EstimationInstance SegmentationObject CountingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

A State-of-the-art Survey of Object Detection Techniques in Microorganism Image Analysis: From Classical Methods to Deep Learning Approaches

2021-05-07 · Pingli Ma, Chen Li, Md Mamunur Rahaman, YuDong Yao 외

Microorganisms play a vital role in human life. Therefore, microorganism detection is of great significance to human beings. However, the traditional manual microscopic detection methods have the disadvantages of long de…

object-detectionObject Detection

A Comparison for Patch-level Classification of Deep Learning Methods on Transparent Environmental Microorganism Images: from Convolutional Neural Networks to Visual Transformers

2021-06-22 · Hechen Yang, Chen Li, Jinghua Zhang, Peng Zhao 외

Nowadays, analysis of Transparent Environmental Microorganism Images (T-EM images) in the field of computer vision has gradually become a new and interesting spot. This paper compares different deep learning classificati…

WegFormer: Transformers for Weakly Supervised Semantic Segmentation

2022-03-16 · Chunmeng Liu, Enze Xie, Wenjia Wang, Wenhai Wang 외

Although convolutional neural networks (CNNs) have achieved remarkable progress in weakly supervised semantic segmentation (WSSS), the effective receptive field of CNN is insufficient to capture global context informatio…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Transformers in Action: Weakly Supervised Action Segmentation

2022-01-14 · John Ridley, Huseyin Coskun, David Joseph Tan, Nassir Navab 외

The video action segmentation task is regularly explored under weaker forms of supervision, such as transcript supervision, where a list of actions is easier to obtain than dense frame-wise labels. In this formulation, t…

Action Segmentation

Upsampling DINOv2 features for unsupervised vision tasks and weakly supervised materials segmentation

2024-10-20 · Ronan Docherty, Antonis Vamvakeros, Samuel J. Cooper

The features of self-supervised vision transformers (ViTs) contain strong semantic and positional information relevant to downstream tasks like object localization and segmentation. Recent works combine these features wi…

Clusteringgraph partitioningObject LocalizationProperty Prediction+2