paper-with-me

홈 › Papers

Evaluating Cell Type Inference in Vision Language Models Under Varying Visual Context

2025-06-15 · Samarth Singhal, Sandeep Singhal

Vision-Language Models (VLMs) have rapidly advanced alongside Large Language Models (LLMs). This study evaluates the capabilities of prominent generative VLMs, such as GPT-4.1 and Gemini 2.5 Pro, accessed via APIs, for histopathology image classification tasks, including cell typing. Using diverse datasets from public and private sources, we apply zero-shot and one-shot prompting methods to assess VLM performance, comparing them against custom-trained Convolutional Neural Networks (CNNs). Our findings demonstrate that while one-shot prompting significantly improves VLM performance over zero-shot ($p \approx 1.005 \times 10^{-5}$ based on Kappa scores), these general-purpose VLMs currently underperform supervised CNNs on most tasks. This work underscores both the promise and limitations of applying current VLMs to specialized domains like pathology via in-context learning. All code and instructions for reproducing the study can be accessed from the repository https://www.github.com/a12dongithub/VLMCCE.

📄 PDF Abstract BibTeX arXiv:2506.12683

Code (1)

a12dongithub/vlmcce 공식 구현 pytorch

Tasks

image-classificationImage ClassificationIn-Context Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

scMIR: a vision-language foundation model for single-cell light microscopy image representation

2026-07-21 · Yifan Shang, Jiahui Tan, Xiangxiang Zeng, Renjie Zhou arxiv

Single-cell light microscopy images have become an important data source for characterizing cell phenotypes, but their complexity and heterogeneity pose challenges to high-throughput automated analysis. Existing represen…

Representation LearningImage Reconstruction

Objectively Evaluating the Reliability of Cell Type Annotation Using LLM-Based Strategies

2024-09-24 · Wenjin Ye, Yuanchen Ma, Junkai Xiang, Hongjie Liang 외

Reliability in cell type annotation is challenging in single-cell RNA-sequencing data analysis because both expert-driven and automated methods can be biased or constrained by their training data, especially for novel or…

Language ModelingLanguage ModellingLarge Language Model

Impact of L1 Batch Normalization on Analog Noise Resistant Property of Deep Learning Models

2022-05-07 · Omobayode Fagbohungbe, Lijun Qian

Analog hardware has become a popular choice for machine learning on resource-constrained devices recently due to its fast execution and energy efficiency. However, the inherent presence of noise in analog hardware and th…

Vocal Bursts Type Prediction

Combining Microscopy Data and Metadata for Reconstruction of Cellular Traction Forces Using a Hybrid Vision Transformer-U-Net

2026-03-11 · Yunfei Huang, Elena Van der Vorst, Alexander Richard, Benedikt Sabass arxiv

Traction force microscopy (TFM) is a widely used technique for quantifying the forces that cells exert on their surrounding extracellular matrix. Although deep learning methods have recently been applied to TFM data anal…

Statistical inference of the rates of cell proliferation and phenotypic switching in cancer

2023-06-13 · Einar Bjarki Gunnarsson, Jasmine Foo, Kevin Leder

Recent evidence suggests that nongenetic (epigenetic) mechanisms play an important role at all stages of cancer evolution. In many cancers, these mechanisms have been observed to induce dynamic switching between two or m…