paper-with-me

Papers

Affine-Consistent Transformer for Multi-Class Cell Nuclei Detection

2023-10-22 · ICCV 2023 1 · Junjia Huang, Haofeng Li, Xiang Wan, Guanbin Li

Multi-class cell nuclei detection is a fundamental prerequisite in the diagnosis of histopathology. It is critical to efficiently locate and identify cells with diverse morphology and distributions in digital pathological images. Most existing methods take complex intermediate representations as learning targets and rely on inflexible post-refinements while paying less attention to various cell density and fields of view. In this paper, we propose a novel Affine-Consistent Transformer (AC-Former), which directly yields a sequence of nucleus positions and is trained collaboratively through two sub-networks, a global and a local network. The local branch learns to infer distorted input images of smaller scales while the global network outputs the large-scale predictions as extra supervision signals. We further introduce an Adaptive Affine Transformer (AAT) module, which can automatically learn the key spatial transformations to warp original images for local network training. The AAT module works by learning to capture the transformed image regions that are more valuable for training the model. Experimental results demonstrate that the proposed method significantly outperforms existing state-of-the-art algorithms on various benchmarks.

📄 PDF Abstract BibTeX arXiv:2310.14154

Code (1)

lhaof/acformer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Position-Wise Feed-Forward Layer 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Affine Transformable Unmanned Ground Vehicle

2026-02-07 · Aron Mathias, Mohammad Ghufran, Jack Hughes, Hossein Rastgoftar arxiv

This paper develops the proof of concept for a novel affine transformable unmanned ground vehicle (ATUGV) with the capability of safe and aggressive deformation while carrying multiple payloads. The ATUGV is a multi-body…

Dependency Parsing Across the Resource Spectrum: Evaluating Architectures on High and Low-Resource Languages

2026-05-04 · Kevin Guan, Happy Buzaaba, Christiane Fellbaum arxiv

Transformer-based models achieve state-of-the-art dependency parsing for high-resource languages, yet their advantage over simpler architectures in low-resource settings remains poorly understood. We evaluate four parser…

Dependency Parsing

Orientation selectivity properties for the affine Gaussian derivative and the affine Gabor models for visual receptive fields

2023-04-24 · Tony Lindeberg

This paper presents a theoretical analysis of the orientation selectivity of simple and complex cells that can be well modelled by the generalized Gaussian derivative model for visual receptive fields, with the purely sp…

Affine Medical Image Registration with Coarse-to-Fine Vision Transformer

2022-03-29 · CVPR 2022 1 · Tony C. W. Mok, Albert C. S. Chung

Affine registration is indispensable in a comprehensive medical image registration pipeline. However, only a few studies focus on fast and robust affine registration algorithms. Most of these studies utilize convolutiona…

Image RegistrationMedical Image RegistrationTemplate Matching

Affine-Scaled Attention: Towards Flexible and Stable Transformer Attention

2026-02-26 · Jeongin Bae, Baeseong Park, Gunho Park, Minsub Kim 외 arxiv

Transformer attention is typically implemented using softmax normalization, which enforces attention weights with unit sum normalization. While effective in many settings, this constraint can limit flexibility in control…