paper-with-me

Papers

Point-to-Region Loss for Semi-Supervised Point-Based Crowd Counting

2025-05-28 · CVPR 2025 1 · Wei Lin, Chenyang Zhao, Antoni B. Chan

Point detection has been developed to locate pedestrians in crowded scenes by training a counter through a point-to-point (P2P) supervision scheme. Despite its excellent localization and counting performance, training a point-based counter still faces challenges concerning annotation labor: hundreds to thousands of points are required to annotate a single sample capturing a dense crowd. In this paper, we integrate point-based methods into a semi-supervised counting framework based on pseudo-labeling, enabling the training of a counter with only a few annotated samples supplemented by a large volume of pseudo-labeled data. However, during implementation, the training encounters issues as the confidence for pseudo-labels fails to be propagated to background pixels via the P2P. To tackle this challenge, we devise a point-specific activation map (PSAM) to visually interpret the phenomena occurring during the ill-posed training. Observations from the PSAM suggest that the feature map is excessively activated by the loss for unlabeled data, causing the decoder to misinterpret these over-activations as pedestrians. To mitigate this issue, we propose a point-to-region (P2R) scheme to substitute P2P, which segments out local regions rather than detects a point corresponding to a pedestrian for supervision. Consequently, pixels in the local region can share the same confidence with the corresponding pseudo points. Experimental results in both semi-supervised counting and unsupervised domain adaptation highlight the advantages of our method, illustrating P2R can resolve issues identified in PSAM. The code is available at https://github.com/Elin24/P2RLoss.

📄 PDF Abstract BibTeX arXiv:2505.21943

Code (1)

elin24/p2rloss 공식 구현 pytorch

Tasks

Crowd CountingDomain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Density-Guided Semi-Supervised 3D Semantic Segmentation with Dual-Space Hardness Sampling

2024-01-01 · CVPR 2024 1 · Jianan Li, Qiulei Dong

Densely annotating the large-scale point clouds is laborious. To alleviate the annotation burden contrastive learning has attracted increasing attention for tackling semi-supervised 3D semantic segmentation. However …

3D Semantic SegmentationContrastive LearningSemantic Segmentation

Local Clustering with Mean Teacher for Semi-supervised Learning

2020-04-20 · Zexi Chen, Benjamin Dutton, Bharathkumar Ramachandra, Tianfu Wu 외

The Mean Teacher (MT) model of Tarvainen and Valpola has shown favorable performance on several semi-supervised benchmark datasets. MT maintains a teacher model's weights as the exponential moving average of a student mo…

Clustering

Semi-Supervised Learning with Variational Bayesian Inference and Maximum Uncertainty Regularization

2020-12-03 · Kien Do, Truyen Tran, Svetha Venkatesh

We propose two generic methods for improving semi-supervised learning (SSL). The first integrates weight perturbation (WP) into existing "consistency regularization" (CR) based methods. We implement WP by leveraging vari…

Bayesian Inference

Guided Point Contrastive Learning for Semi-supervised Point Cloud Semantic Segmentation

2021-10-15 · ICCV 2021 10 · Li Jiang, Shaoshuai Shi, Zhuotao Tian, Xin Lai 외

Rapid progress in 3D semantic segmentation is inseparable from the advances of deep network models, which highly rely on large-scale annotated data for training. To address the high cost and challenges of 3D point-level …

3D Semantic SegmentationContrastive LearningPseudo LabelSemantic Segmentation

Just a Few Points Are All You Need for Multi-View Stereo: A Novel Semi-Supervised Learning Method for Multi-View Stereo

2021-01-01 · ICCV 2021 10 · Taekyung Kim, Jaehoon Choi, Seokeon Choi, Dongki Jung 외

While learning-based multi-view stereo (MVS) methods have recently shown successful performances in quality and efficiency, limited MVS data hampers generalization to unseen environments. A simple solution is to gene…

3D ReconstructionAll