CVMar 6, 2023

UniHCP: A Unified Model for Human-Centric Perceptions

arXiv:2303.02936v486 citationsh-index: 98
AI Analysis

This work addresses the need for efficient and versatile models in industrial visual applications by unifying multiple human-centric tasks, though it is incremental in building on existing vision transformer architectures.

The authors tackled the problem of developing a general-purpose model for various human-centric perception tasks by proposing UniHCP, a unified model that outperformed strong baselines and achieved new state-of-the-art results on tasks like human parsing (69.8 mIoU on CIHP) and person re-identification (90.3 mAP on Market1501).

Human-centric perceptions (e.g., pose estimation, human parsing, pedestrian detection, person re-identification, etc.) play a key role in industrial applications of visual models. While specific human-centric tasks have their own relevant semantic aspect to focus on, they also share the same underlying semantic structure of the human body. However, few works have attempted to exploit such homogeneity and design a general-propose model for human-centric tasks. In this work, we revisit a broad range of human-centric tasks and unify them in a minimalist manner. We propose UniHCP, a Unified Model for Human-Centric Perceptions, which unifies a wide range of human-centric tasks in a simplified end-to-end manner with the plain vision transformer architecture. With large-scale joint training on 33 human-centric datasets, UniHCP can outperform strong baselines on several in-domain and downstream tasks by direct evaluation. When adapted to a specific task, UniHCP achieves new SOTAs on a wide range of human-centric tasks, e.g., 69.8 mIoU on CIHP for human parsing, 86.18 mA on PA-100K for attribute prediction, 90.3 mAP on Market1501 for ReID, and 85.8 JI on CrowdHuman for pedestrian detection, performing better than specialized models tailored for each task.

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