paper-with-me

Papers

Mimic Embedding via Adaptive Aggregation: Learning Generalizable Person Re-identification

2021-12-16 · Boqiang Xu, Jian Liang, Lingxiao He, Zhenan Sun

Domain generalizable (DG) person re-identification (ReID) aims to test across unseen domains without access to the target domain data at training time, which is a realistic but challenging problem. In contrast to methods assuming an identical model for different domains, Mixture of Experts (MoE) exploits multiple domain-specific networks for leveraging complementary information between domains, obtaining impressive results. However, prior MoE-based DG ReID methods suffer from a large model size with the increase of the number of source domains, and most of them overlook the exploitation of domain-invariant characteristics. To handle the two issues above, this paper presents a new approach called Mimic Embedding via adapTive Aggregation (META) for DG person ReID. To avoid the large model size, experts in META do not adopt a branch network for each source domain but share all the parameters except for the batch normalization layers. Besides multiple experts, META leverages Instance Normalization (IN) and introduces it into a global branch to pursue invariant features across domains. Meanwhile, META considers the relevance of an unseen target sample and source domains via normalization statistics and develops an aggregation module to adaptively integrate multiple experts for mimicking unseen target domain. Benefiting from a proposed consistency loss and an episodic training algorithm, META is expected to mimic embedding for a truly unseen target domain. Extensive experiments verify that META surpasses state-of-the-art DG person ReID methods by a large margin. Our code is available at https://github.com/xbq1994/META.

📄 PDF Abstract BibTeX arXiv:2112.08684

Code (1)

xbq1994/meta 공식 구현 pytorch

Tasks

Generalizable Person Re-identificationMixture-of-ExpertsPerson Re-IdentificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Model Generalization on Text Attribute Graphs: Principles with Large Language Models

2025-02-17 · Haoyu Wang, Shikun Liu, Rongzhe Wei, Pan Li

Large language models (LLMs) have recently been introduced to graph learning, aiming to extend their zero-shot generalization success to tasks where labeled graph data is scarce. Among these applications, inference over …

AttributeGraph LearningTAGZero-shot Generalization

FedPrism: Adaptive Personalized Federated Learning under Non-IID Data

2026-03-09 · Prakash Kumbhakar, Shrey Srivastava, Haroon R Lone arxiv

Federated Learning (FL) suffers significant performance degradation in real-world deployments characterized by moderate to extreme statistical heterogeneity (non-IID client data). While global aggregation strategies prom…

Personalized Federated Learning

Far From Sight, Far From Mind: Inverse Distance Weighting for Graph Federated Recommendation

2025-07-02 · Aymen Rayane Khouas, Mohamed Reda Bouadjenek, Hakim Hacid, Sunil Aryal arxiv

Graph federated recommendation systems offer a privacy-preserving alternative to traditional centralized recommendation architectures, which often raise concerns about data security. While federated learning enables pers…

Recommendation SystemsFederated Learning

Adaptive Cross-Domain Learning for Generalizable Person Re-Identification

2022-10-23 · ECCV 2022 10 · Pengyi Zhang, Huanzhang Dou, Yunlong Yu, Xi Li

Domain Generalizable Person Re-Identification (DG-ReID) is a more practical ReID task that is trained from multiple source domains and tested on the unseen target domains. Most existing methods are challenged for dealing…

Generalizable Person Re-identificationPerson Re-IdentificationUnsupervised Domain Adaptation

The Adaptation Paradox: Agency vs. Mimicry in Companion Chatbots

2025-09-16 · T. James Brandt, Cecilia Xi Wang arxiv

Generative AI powers a growing wave of companion chatbots, yet principles for fostering genuine connection remain unsettled. We test two routes: visible user authorship versus covert language-style mimicry. In a preregis…