paper-with-me

Papers

OIMNet++: Prototypical Normalization and Localization-aware Learning for Person Search

2022-07-21 · SangHoon Lee, Youngmin Oh, Donghyeon Baek, Junghyup Lee, Bumsub Ham

We address the task of person search, that is, localizing and re-identifying query persons from a set of raw scene images. Recent approaches are typically built upon OIMNet, a pioneer work on person search, that learns joint person representations for performing both detection and person re-identification (reID) tasks. To obtain the representations, they extract features from pedestrian proposals, and then project them on a unit hypersphere with L2 normalization. These methods also incorporate all positive proposals, that sufficiently overlap with the ground truth, equally to learn person representations for reID. We have found that 1) the L2 normalization without considering feature distributions degenerates the discriminative power of person representations, and 2) positive proposals often also depict background clutter and person overlaps, which could encode noisy features to person representations. In this paper, we introduce OIMNet++ that addresses the aforementioned limitations. To this end, we introduce a novel normalization layer, dubbed ProtoNorm, that calibrates features from pedestrian proposals, while considering a long-tail distribution of person IDs, enabling L2 normalized person representations to be discriminative. We also propose a localization-aware feature learning scheme that encourages better-aligned proposals to contribute more in learning discriminative representations. Experimental results and analysis on standard person search benchmarks demonstrate the effectiveness of OIMNet++.

📄 PDF Abstract BibTeX arXiv:2207.10320

Code (1)

cvlab-yonsei/OIMNetPlus 공식 구현 pytorch

Tasks

Person Re-IdentificationPerson Search

Similar Papers 제목 키워드 기반

Reconciliation of Pre-trained Models and Prototypical Neural Networks in Few-shot Named Entity Recognition

2022-11-07 · Youcheng Huang, Wenqiang Lei, Jie Fu, Jiancheng Lv

Incorporating large-scale pre-trained models with the prototypical neural networks is a de-facto paradigm in few-shot named entity recognition. Existing methods, unfortunately, are not aware of the fact that embeddings f…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Self-training solutions for the ICCV 2023 GeoNet Challenge

2023-11-28 · Lijun Sheng, Zhengbo Wang, Jian Liang

GeoNet is a recently proposed domain adaptation benchmark consisting of three challenges (i.e., GeoUniDA, GeoImNet, and GeoPlaces). Each challenge contains images collected from the USA and Asia where there are huge geog…

Domain AdaptationSource-Free Domain AdaptationTransfer Learning

SEN: A Novel Feature Normalization Dissimilarity Measure for Prototypical Few-Shot Learning Networks

2020-08-01 · ECCV 2020 8 · Van Nhan Nguyen, Sigurd Løkse, Kristoffer Wickstrøm, Michael Kampffmeyer 외

In this paper, we equip Prototypical Networks (PNs) with a novel dissimilarity measure to enable discriminative feature normalization for few-shot learning. The embedding onto the hypersphere requires no direct normaliza…

Few-Shot Learning

Prototypical Learning Guided Context-Aware Segmentation Network for Few-Shot Anomaly Detection

2025-12-17 · Yuxin Jiang, Yunkang Cao, Weiming Shen arxiv

Few-shot anomaly detection (FSAD) denotes the identification of anomalies within a target category with a limited number of normal samples. Existing FSAD methods largely rely on pre-trained feature representations to det…

Anomaly Detection

Generating Person Images with Appearance-aware Pose Stylizer

2020-07-17 · Siyu Huang, Haoyi Xiong, Zhi-Qi Cheng, Qingzhong Wang 외

Generation of high-quality person images is challenging, due to the sophisticated entanglements among image factors, e.g., appearance, pose, foreground, background, local details, global structures, etc. In this paper, w…

Image Generation