paper-with-me

Papers

Point-Query Quadtree for Crowd Counting, Localization, and More

2023-08-26 · ICCV 2023 1 · Chengxin Liu, Hao Lu, Zhiguo Cao, Tongliang Liu

We show that crowd counting can be viewed as a decomposable point querying process. This formulation enables arbitrary points as input and jointly reasons whether the points are crowd and where they locate. The querying processing, however, raises an underlying problem on the number of necessary querying points. Too few imply underestimation; too many increase computational overhead. To address this dilemma, we introduce a decomposable structure, i.e., the point-query quadtree, and propose a new counting model, termed Point quEry Transformer (PET). PET implements decomposable point querying via data-dependent quadtree splitting, where each querying point could split into four new points when necessary, thus enabling dynamic processing of sparse and dense regions. Such a querying process yields an intuitive, universal modeling of crowd as both the input and output are interpretable and steerable. We demonstrate the applications of PET on a number of crowd-related tasks, including fully-supervised crowd counting and localization, partial annotation learning, and point annotation refinement, and also report state-of-the-art performance. For the first time, we show that a single counting model can address multiple crowd-related tasks across different learning paradigms. Code is available at https://github.com/cxliu0/PET.

📄 PDF Abstract BibTeX arXiv:2308.13814

Code (1)

cxliu0/pet 공식 구현 pytorch

Tasks

Crowd Counting

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$…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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…

Similar Papers 제목 키워드 기반

Dense Point Prediction: A Simple Baseline for Crowd Counting and Localization

2021-04-26 · Yi Wang, Xinyu Hou, Lap-Pui Chau

In this paper, we propose a simple yet effective crowd counting and localization network named SCALNet. Unlike most existing works that separate the counting and localization tasks, we consider those tasks as a pixel-wis…

Crowd Counting

Multiscale Crowd Counting and Localization By Multitask Point Supervision

2022-02-21 · Mohsen Zand, Haleh Damirchi, Andrew Farley, Mahdiyar Molahasani 외

We propose a multitask approach for crowd counting and person localization in a unified framework. As the detection and localization tasks are well-correlated and can be jointly tackled, our model benefits from a multita…

Crowd Counting

Consistent-Point: Consistent Pseudo-Points for Semi-Supervised Crowd Counting and Localization

2025-03-16 · Yuda Zou, Zelong Liu, Yuliang Gu, Bo Du 외

Crowd counting and localization are important in applications such as public security and traffic management. Existing methods have achieved impressive results thanks to extensive laborious annotations. This paper propos…

Crowd CountingManagement

Crowd Counting and Individual Localization Using Pseudo Square Label

2024-05-13 · IEEE Access 2024 5 · Jihye Ryu, Kwangho Song

Recent work in crowd counting focuses on counting over detected individuals rather than estimating the number of people in the image. However, existing crowd localization methods directly detect the head point or region …

Crowd Counting

Rethinking Counting and Localization in Crowds:A Purely Point-Based Framework

2021-07-27 · Qingyu Song, Changan Wang, Zhengkai Jiang, Yabiao Wang 외

Localizing individuals in crowds is more in accordance with the practical demands of subsequent high-level crowd analysis tasks than simply counting. However, existing localization based methods relying on intermediate r…

Crowd Counting