paper-with-me

Papers

Synthesizing Efficient Data with Diffusion Models for Person Re-Identification Pre-Training

2024-06-10 · Ke Niu, Haiyang Yu, Xuelin Qian, Teng Fu, Bin Li, xiangyang xue

Existing person re-identification (Re-ID) methods principally deploy the ImageNet-1K dataset for model initialization, which inevitably results in sub-optimal situations due to the large domain gap. One of the key challenges is that building large-scale person Re-ID datasets is time-consuming. Some previous efforts address this problem by collecting person images from the internet e.g., LUPerson, but it struggles to learn from unlabeled, uncontrollable, and noisy data. In this paper, we present a novel paradigm Diffusion-ReID to efficiently augment and generate diverse images based on known identities without requiring any cost of data collection and annotation. Technically, this paradigm unfolds in two stages: generation and filtering. During the generation stage, we propose Language Prompts Enhancement (LPE) to ensure the ID consistency between the input image sequence and the generated images. In the diffusion process, we propose a Diversity Injection (DI) module to increase attribute diversity. In order to make the generated data have higher quality, we apply a Re-ID confidence threshold filter to further remove the low-quality images. Benefiting from our proposed paradigm, we first create a new large-scale person Re-ID dataset Diff-Person, which consists of over 777K images from 5,183 identities. Next, we build a stronger person Re-ID backbone pre-trained on our Diff-Person. Extensive experiments are conducted on four person Re-ID benchmarks in six widely used settings. Compared with other pre-training and self-supervised competitors, our approach shows significant superiority.

📄 PDF Abstract BibTeX arXiv:2406.06045

Code (1)

keniu042/diffusion-reid 공식 구현

Tasks

AttributeDiversityPerson Re-Identification

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

GaitProtector: Impersonation-Driven Gait De-Identification via Training-Free Diffusion Latent Optimization

2026-05-12 · Huiran Duan, Qian Zhou, Zhongliang Guo, Junhao Dong 외 arxiv

Conventional gait de-identification methods often encounter an inherent trade-off: they either provide insufficient identity suppression or introduce spatiotemporal distortions that impede structure-sensitive downstream …

Gait Recognition

Camera-Conditioned Stable Feature Generation for Isolated Camera Supervised Person Re-IDentification

2022-03-29 · CVPR 2022 1 · Chao Wu, Wenhang Ge, AnCong Wu, Xiaobin Chang

To learn camera-view invariant features for person Re-IDentification (Re-ID), the cross-camera image pairs of each person play an important role. However, such cross-view training samples could be unavailable under the I…

Person Re-Identification

Pose-Normalized Image Generation for Person Re-identification

2017-12-06 · ECCV 2018 9 · Xuelin Qian, Yanwei Fu, Tao Xiang, Wenxuan Wang 외

Person Re-identification (re-id) faces two major challenges: the lack of cross-view paired training data and learning discriminative identity-sensitive and view-invariant features in the presence of large pose variations…

Generative Adversarial NetworkImage GenerationPerson Re-IdentificationTransfer Learning

Training Data Attribution for Diffusion Models

2023-06-03 · Zheng Dai, David K Gifford

Diffusion models have become increasingly popular for synthesizing high-quality samples based on training datasets. However, given the oftentimes enormous sizes of the training datasets, it is difficult to assess how tra…

Leveraging Prior Knowledge of Diffusion Model for Person Search

2025-10-02 · Giyeol Kim, Sooyoung Yang, Jihyong Oh, Myungjoo Kang 외 arxiv

Person search aims to jointly perform person detection and re-identification by localizing and identifying a query person within a gallery of uncropped scene images. Existing methods predominantly utilize ImageNet pre-tr…

Person Search