Skip to main content
QUICK REVIEW

[논문 리뷰] Group-aware Label Transfer for Domain Adaptive Person Re-identification

Kecheng Zheng, Wu Liu|arXiv (Cornell University)|2021. 03. 23.
Video Surveillance and Tracking Methods참고 문헌 32인용 수 17
한 줄 요약

이 논문은 최적화 운반 기반 레이블 전이와 그룹 인식 전략을 통한 온라인 상호 보완적 개선을 가능하게 하는 새로운 방법인 그룹 인식 레이블 전이(Glut)를 제안한다. 이는 비지도 도메인 적응(person re-identification)에 적용되며, 온라인 상호 보완적 개선을 통해 허위 레이블과 표현 학습을 동시에 향상시킨다. GLT는 최첨단 성능을 달성하여 Duke→Market에서 92.2%의 상위-1 정확도, Market→Duke에서 82.0%의 정확도로 비지도 학습과 지도 학습 간 격차를 줄였다.

ABSTRACT

Unsupervised Domain Adaptive (UDA) person re-identification (ReID) aims at adapting the model trained on a labeled source-domain dataset to a target-domain dataset without any further annotations. Most successful UDA-ReID approaches combine clustering-based pseudo-label prediction with representation learning and perform the two steps in an alternating fashion. However, offline interaction between these two steps may allow noisy pseudo labels to substantially hinder the capability of the model. In this paper, we propose a Group-aware Label Transfer (GLT) algorithm, which enables the online interaction and mutual promotion of pseudo-label prediction and representation learning. Specifically, a label transfer algorithm simultaneously uses pseudo labels to train the data while refining the pseudo labels as an online clustering algorithm. It treats the online label refinery problem as an optimal transport problem, which explores the minimum cost for assigning M samples to N pseudo labels. More importantly, we introduce a group-aware strategy to assign implicit attribute group IDs to samples. The combination of the online label refining algorithm and the group-aware strategy can better correct the noisy pseudo label in an online fashion and narrow down the search space of the target identity. The effectiveness of the proposed GLT is demonstrated by the experimental results (Rank-1 accuracy) for Market1501$ o$DukeMTMC (82.0\%) and DukeMTMC$ o$Market1501 (92.2\%), remarkably closing the gap between unsupervised and supervised performance on person re-identification.

연구 동기 및 목표

  • 비지도 도메인 적응(UDA)에서의 노이즈가 많은 허위 레이블 문제를 해결함으로써, 도메인 간 일반화 성능 향상을 도모한다.
  • 기존의 오프라인, 반복적인 허위 레이블링 및 클러스터링의 한계를 극복하기 위해, 허위 레이블 예측과 표현 학습 간 실시간 상호작용을 가능하게 한다.
  • 그룹 인식 클러스터링 전략을 통해 암묵적인 속성 기반 그룹 ID를 도입함으로써, 타겟 아이덴티티 매칭의 탐색 공간을 줄인다.
  • 목표 인스턴스 메모리 백과 가중 대비 손실을 통합하여 특징 표현을 향상시키고, 모델의 강건성과 정확도를 높인다.
  • 훈련 중 동적으로 허위 레이블을 개선함으로써, 지도 학습과 비지도 학습 간 성능 격차를 최소화한다.

제안 방법

  • 온라인 허위 레이블 개선을 최적화 운반 문제로 설정하여, Sinkhorn-Knopp 알고리즘을 사용해 M개의 타겟 샘플을 N개의 허위 레이블에 할당하는 데 드는 비용을 최소화한다.
  • 암묵적인 속성 기반 그룹 ID를 샘플에 할당하는 그룹 인식 전략을 도입하여, 수동 주석 없이 다중 해상도 클러스터링을 가능하게 한다.
  • 레이블 전이 메커니즘과 그룹 인식 클러스터링을 결합하여, 훈련 중 실시간으로 노이즈가 많은 허위 레이블을 개선함으로써, 반복적으로 레이블 품질을 향상시킨다.
  • 전역 양성 및 음성 샘플을 탐색하는 데 도움이 되는 목표 인스턴스 메모리 백과 가중 대비 손실을 설계하여 특징 표현을 향상시킨다.
  • 트리플릿 손실과 가중 대비 손실을 통합하여 임bedding 공간 내 특징의 분류 능력과 일반화 성능을 향상시킨다.
  • 표현 학습과 온라인 레이블 개선을 동시에 최적화하는 통합 목표 함수를 사용해 모델을 엔드 투 엔드로 훈련한다.
Figure 1: Illustration of conventional methods and our group-aware label transfer method. In our method, each instance is assigned to multiple prototypes with different granularity for generating multi-group pseudo labels, and then its noisy multi-group pseudo labels are online refined. By learning
Figure 1: Illustration of conventional methods and our group-aware label transfer method. In our method, each instance is assigned to multiple prototypes with different granularity for generating multi-group pseudo labels, and then its noisy multi-group pseudo labels are online refined. By learning

실험 결과

연구 질문

  • RQ1온라인 상호작용적 허위 레이블 개선은 비지도 사람 재식별에서 도메인 적응 성능을 어떻게 향상시키는가?
  • RQ2암묵적인 속성 기반 그룹 ID를 포함한 그룹 인식 클러스터링은 탐색 공간을 얼마나 줄이고, 아이덴티티 예측 정확도를 얼마나 향상시키는가?
  • RQ3최적화 운반 기반 레이블 전이는 기존의 오프라인 클러스터링에 비해 강건성과 수렴 속도 측면에서 뛰어나다고 할 수 있는가?
  • RQ4지표 레이블이 없는 상황에서, 메모리 백과 가중 대비 손실을 통합하면 특징 표현은 어떻게 향상되는가?
  • RQ5그룹 인식 레이블링과 온라인 레이블 개선의 조합은 지도 학습과 비지도 학습 간 성능 격차를 어떻게 줄이는가?

주요 결과

  • GLT는 Duke→Market ReID 벤치마크에서 92.2%의 상위-1 정확도를 달성하여, 지도 학습 성능(94.1% 상위-1)에 근접한 성과를 보였다.
  • Market→Duke 벤치마크에서는 82.0%의 상위-1 정확도를 기록하여 도메인 이동에 대한 강력한 일반화 능력을 입증했다.
  • 절단 분석 결과, 그룹 인식 레이블 전이만으로도 베이스라인 대비 상위-1 정확도가 11.3% 향상되었으며, 그 효과를 입증했다.
  • 레이블 전이와 목표 인스턴스 메모리 백에 가중 대비 손실을 통합하면, Duke→Market에서 상위-1 정확도가 88.1%에서 89.0%로 상승했다.
  • 트리플릿 손실과 가중 대비 손실을 모두 포함할 경우, Duke→Market에서 mAP가 3.2% 향상되었고, Market→Duke에서는 2.1% 향상되어 상호 보완적 이점을 보였다.
  • 트리플릿 손실 또는 가중 대비 손실을 제거할 경우, mAP가 각각 2.6%와 2.8% 감소하여, 이들이 성능 향상에 결정적인 역할을 한다는 점을 확인했다.
Figure 2: Illustration of our group-aware label transfer framework (GLT), where the group-aware label transfer and the ReID model are alternately optimized to improve each other towards the final objective of accurate person re-ID. In the model pre-training stage, we pre-train the network using sour
Figure 2: Illustration of our group-aware label transfer framework (GLT), where the group-aware label transfer and the ReID model are alternately optimized to improve each other towards the final objective of accurate person re-ID. In the model pre-training stage, we pre-train the network using sour

더 나은 연구,지금 바로 시작하세요

논문 읽기부터 검토까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.