paper-with-me

홈 › Papers

Mitigate Domain Shift by Primary-Auxiliary Objectives Association for Generalizing Person ReID

2023-10-24 · Qilei Li, Shaogang Gong

While deep learning has significantly improved ReID model accuracy under the independent and identical distribution (IID) assumption, it has also become clear that such models degrade notably when applied to an unseen novel domain due to unpredictable/unknown domain shift. Contemporary domain generalization (DG) ReID models struggle in learning domain-invariant representation solely through training on an instance classification objective. We consider that a deep learning model is heavily influenced and therefore biased towards domain-specific characteristics, e.g., background clutter, scale and viewpoint variations, limiting the generalizability of the learned model, and hypothesize that the pedestrians are domain invariant owning they share the same structural characteristics. To enable the ReID model to be less domain-specific from these pure pedestrians, we introduce a method that guides model learning of the primary ReID instance classification objective by a concurrent auxiliary learning objective on weakly labeled pedestrian saliency detection. To solve the problem of conflicting optimization criteria in the model parameter space between the two learning objectives, we introduce a Primary-Auxiliary Objectives Association (PAOA) mechanism to calibrate the loss gradients of the auxiliary task towards the primary learning task gradients. Benefiting from the harmonious multitask learning design, our model can be extended with the recent test-time diagram to form the PAOA+, which performs on-the-fly optimization against the auxiliary objective in order to maximize the model's generative capacity in the test target domain. Experiments demonstrate the superiority of the proposed PAOA model.

📄 PDF Abstract BibTeX arXiv:2310.15913

Code (0)

등록된 구현이 없습니다.

Tasks

Auxiliary LearningDomain GeneralizationSaliency DetectionUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Fast Adaptation for Human Pose Estimation via Meta-Optimization

2024-01-01 · CVPR 2024 1 · Shengxiang Hu, Huaijiang Sun, Bin Li, Dong Wei 외

Domain shift is a challenge for supervised human pose estimation where the source data and target data come from different distributions. This is why pose estimation methods generally perform worse on the test set th…

Auxiliary LearningImage InpaintingMeta-LearningPose Estimation+2

Generating Auxiliary Tasks with Reinforcement Learning

2025-10-27 · Judah Goldfeder, Matthew So, Hod Lipson arxiv

Auxiliary Learning (AL) is a form of multi-task learning in which a model trains on auxiliary tasks to boost performance on a primary objective. While AL has improved generalization across domains such as navigation, ima…

Reinforcement LearningImage ClassificationMulti-Task Learning

Objective Matters: Fine-Tuning Objectives Shape Safety, Robustness, and Persona Drift

2026-01-19 · Daniel Vennemeyer, Punya Syon Pandey, Phan Anh Duong, Michael Umeokoli 외 arxiv

Fine-tuning LLMs on benign data can still degrade alignment and adversarial robustness, yet direct analysis of the role of fine-tuning objectives in shaping these safety outcomes remain limited. We present a controlled c…

Adversarial Robustness

Stabilizing Open-Set Test-Time Adaptation via Primary-Auxiliary Filtering and Knowledge-Integrated Prediction

2025-08-26 · Byung-Joon Lee, Jin-Seop Lee, Jee-Hyong Lee arxiv

Deep neural networks demonstrate strong performance under aligned training-test distributions. However, real-world test data often exhibit domain shifts. Test-Time Adaptation (TTA) addresses this challenge by adapting th…

Test-time Adaptation

Your Classifier can Secretly Suffice Multi-Source Domain Adaptation

2021-03-20 · NeurIPS 2020 12 · Naveen Venkat, Jogendra Nath Kundu, Durgesh Kumar Singh, Ambareesh Revanur 외

Multi-Source Domain Adaptation (MSDA) deals with the transfer of task knowledge from multiple labeled source domains to an unlabeled target domain, under a domain-shift. Existing methods aim to minimize this domain-shift…

Domain AdaptationMulti-Source Unsupervised Domain Adaptation