CVMay 12, 2022

Bi-level Alignment for Cross-Domain Crowd Counting

arXiv:2205.05844v132 citationsh-index: 137Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of annotation scarcity in crowd counting for computer vision applications, offering a more efficient and simple method compared to prior approaches.

The paper tackles the problem of reducing reliance on manual annotations in crowd density estimation by proposing a bi-level alignment framework for unsupervised domain adaptation from synthetic to real data, achieving state-of-the-art performance on five real-world benchmarks with significant improvements.

Recently, crowd density estimation has received increasing attention. The main challenge for this task is to achieve high-quality manual annotations on a large amount of training data. To avoid reliance on such annotations, previous works apply unsupervised domain adaptation (UDA) techniques by transferring knowledge learned from easily accessible synthetic data to real-world datasets. However, current state-of-the-art methods either rely on external data for training an auxiliary task or apply an expensive coarse-to-fine estimation. In this work, we aim to develop a new adversarial learning based method, which is simple and efficient to apply. To reduce the domain gap between the synthetic and real data, we design a bi-level alignment framework (BLA) consisting of (1) task-driven data alignment and (2) fine-grained feature alignment. In contrast to previous domain augmentation methods, we introduce AutoML to search for an optimal transform on source, which well serves for the downstream task. On the other hand, we do fine-grained alignment for foreground and background separately to alleviate the alignment difficulty. We evaluate our approach on five real-world crowd counting benchmarks, where we outperform existing approaches by a large margin. Also, our approach is simple, easy to implement and efficient to apply. The code is publicly available at https://github.com/Yankeegsj/BLA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes