CVNov 29, 2019

Color inference from semantic labeling for person search in videos

arXiv:1911.13114v21 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate and explainable color labeling in person search systems, though it appears incremental by building on semantic segmentation with a novel method.

The paper tackled the problem of improving color label accuracy for person search by handling the high variability of human perception, achieving a precision of 80.4% on datasets like PCN.

We propose an explainable model to generate semantic color labels for person search. In this context, persons are described from their semantic parts, such as hat, shirt, etc. Person search consists in looking for people based on these descriptions. In this work, we aim to improve the accuracy of color labels for people. Our goal is to handle the high variability of human perception. Existing solutions are based on hand-crafted features or learnt features that are not explainable. Moreover most of them only focus on a limited set of colors. We propose a method based on binary search trees and a large peer-labelled color name dataset. This allows us to synthesize the human perception of colors. Using semantic segmentation and our color labeling method, we label segments of pedestrians with their associated colors. We evaluate our solution on person search on datasets such as PCN, and show a precision as high as 80.4%.

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