Object-Centric Multi-Task Learning for Human Instances
About
Human is one of the most essential classes in visual recognition tasks such as detection, segmentation, and pose estimation. Although much effort has been put into individual tasks, multi-task learning for these three tasks has been rarely studied. In this paper, we explore a compact multi-task network architecture that maximally shares the parameters of the multiple tasks via object-centric learning. To this end, we propose a novel query design to encode the human instance information effectively, called human-centric query (HCQ). HCQ enables for the query to learn explicit and structural information of human as well such as keypoints. Besides, we utilize HCQ in prediction heads of the target tasks directly and also interweave HCQ with the deformable attention in Transformer decoders to exploit a well-learned object-centric representation. Experimental results show that the proposed multi-task network achieves comparable accuracy to state-of-the-art task-specific models in human detection, segmentation, and pose estimation task, while it consumes less computational costs.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Pose Estimation | OCHuman (test) | AP30.9 | 95 | |
| Multi-person Pose Estimation | OCHuman (val) | AP31 | 40 | |
| Instance Segmentation | OCHuman (test) | Mask AP27.3 | 38 | |
| Instance Segmentation | OCHuman (val) | Mask AP27.1 | 25 | |
| Object Detection | OCHuman (val) | mAP19.7 | 17 | |
| Object Detection | OCHuman (test) | mAP19.4 | 17 | |
| Object Detection | COCO Person 2017 (minval) | mAP56.1 | 6 | |
| Instance Segmentation | COCO Person (without small person instances) 2017 (minival) | mAP65.5 | 5 | |
| Human Pose Estimation | COCO Person (without small person instances) 2017 (minival) | mAP65.6 | 5 | |
| Instance Segmentation | COCO Person 2017 (minval) | mAP51.7 | 4 |