paper-with-me

Papers

Anchor-Free Person Search

2021-03-22 · CVPR 2021 1 · Yichao Yan, Jinpeng Li, Jie Qin, Song Bai, Shengcai Liao, Li Liu, Fan Zhu, Ling Shao

Person search aims to simultaneously localize and identify a query person from realistic, uncropped images, which can be regarded as the unified task of pedestrian detection and person re-identification (re-id). Most existing works employ two-stage detectors like Faster-RCNN, yielding encouraging accuracy but with high computational overhead. In this work, we present the Feature-Aligned Person Search Network (AlignPS), the first anchor-free framework to efficiently tackle this challenging task. AlignPS explicitly addresses the major challenges, which we summarize as the misalignment issues in different levels (i.e., scale, region, and task), when accommodating an anchor-free detector for this task. More specifically, we propose an aligned feature aggregation module to generate more discriminative and robust feature embeddings by following a "re-id first" principle. Such a simple design directly improves the baseline anchor-free model on CUHK-SYSU by more than 20% in mAP. Moreover, AlignPS outperforms state-of-the-art two-stage methods, with a higher speed. Code is available at https://github.com/daodaofr/AlignPS

📄 PDF Abstract BibTeX arXiv:2103.11617

Code (1)

daodaofr/AlignPS 공식 구현 pytorch

Tasks

Pedestrian DetectionPerson Re-IdentificationPerson Search

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…

Similar Papers 제목 키워드 기반

Efficient Person Search: An Anchor-Free Approach

2021-09-01 · Yichao Yan, Jinpeng Li, Jie Qin, Shengcai Liao 외

Person search aims to simultaneously localize and identify a query person from realistic, uncropped images. To achieve this goal, state-of-the-art models typically add a re-id branch upon two-stage detectors like Faster …

Person Search

Head and Body: Unified Detector and Graph Network for Person Search in Media

2021-11-27 · Xiujun Shu, Yusheng Tao, Ruizhi Qiao, Bo Ke 외

Person search in media has seen increasing potential in Internet applications, such as video clipping and character collection. This task is common but overlooked by previous person search works which focus on surveillan…

Person Search

Movie Weaver: Tuning-Free Multi-Concept Video Personalization with Anchored Prompts

2025-02-04 · CVPR 2025 1 · Feng Liang, Haoyu Ma, Zecheng He, Tingbo Hou 외

Video personalization, which generates customized videos using reference images, has gained significant attention. However, prior methods typically focus on single-concept personalization, limiting broader applications t…

Ocean: Object-aware Anchor-free Tracking

2020-06-18 · ECCV 2020 8 · Zhipeng Zhang, Houwen Peng, Jianlong Fu, Bing Li 외

Anchor-based Siamese trackers have achieved remarkable advancements in accuracy, yet the further improvement is restricted by the lagged tracking robustness. We find the underlying reason is that the regression network i…

ObjectVideo Object TrackingVisual Object Tracking

Adapted Center and Scale Prediction: More Stable and More Accurate

2020-02-20 · Wenhao Wang

Pedestrian detection benefits from deep learning technology and gains rapid development in recent years. Most of detectors follow general object detection frame, i.e. default boxes and two-stage process. Recently, anchor…

object-detectionObject DetectionPedestrian Detection