REVIEW 2 major objections 5 minor 1 cited by
DeMo: Decoupled Feature-Based Mixture of Experts for Multi-Modal Object Re-Identification
T0 review · 2 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Multi-modal object re-identification improves by decoupling features and weighting them with attention-triggered experts.
desk verdict Solid empirical ReID paper with careful ablations; the decoupling mechanism is plausible but unverified, and the paper deserves a serious referee. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Three components carry the method. PIFE pools patch tokens and concatenates them with the class token of a vision transformer to get multi-granularity modality features. HDM uses seven learnable query tokens, one per modality or pair of modalities, with multi-head cross-attention over keys built from the corresponding tokens, producing seven decoupled features. ATMoE treats each decoupled feature as an expert, computes attention weights from a reduced query and stacked keys, splits each expert output into multiple heads, scales each chunk, and concatenates the results; the final feature concatenates all weighted experts and the PIFE features.
What would settle it
Measure pairwise cosine similarity or mutual information between the seven decoupled outputs on RGBNT201 after training; if the unimodal-specific and bimodal-shared streams remain highly correlated with each other, the claimed decoupling is not actually separating the information.
Extended reading notes
Core claim
DeMo claims that multi-modal object re-identification is best served not by fusing raw modality features but by first separating each modality's unique cues from cues shared with one or both other modalities, then letting a multi-head attention mechanism weight the seven resulting streams per instance. With a CLIP backbone, this reaches 79.0 mAP / 82.3 Rank-1 on RGBNT201, 86.2 / 97.6 on RGBNT100, and 49.2 / 59.8 on MSVR310, and remains competitive when one or more modalities are missing. The paper also reports that the gains come with only a modest parameter and FLOP increase over its baseline.
Load-bearing premise
The load-bearing premise is that the seven decoupled features are truly non-overlapping, because no loss in the paper enforces orthogonality or diversity among them.
Editorial extensions
If this is right
- DeMo achieves the highest reported mAP and Rank-1 on RGBNT201, RGBNT100, and MSVR310 among the compared methods, with both ViT and CLIP backbones.
- The framework stays competitive when one or two modalities are missing, suggesting it can tolerate sensor failure or occlusion.
- The extra modules add less than 13MB of parameters and about 0.8G FLOPs over the baseline, indicating the improvement is not from brute-force capacity.
- Dynamic attention weights vary across instances and heads, consistent with the claim that the model adapts to changing imaging quality.
Reading between the lines
- If the decoupling is real, then adding an explicit orthogonality or mutual-information penalty between the seven streams should push the reported numbers higher rather than degrade them; the paper currently does not train with such a penalty.
- The same attention-triggered gating could be lifted to other multi-modal retrieval settings beyond RGB-NIR-TIR, including visible-infrared person ReID or multi-sensor vehicle identification with more than three modalities.
- The claim that HDM prevents interference would be more directly tested by checking whether the unimodal-specific streams alone, without ATMoE, already outperform fused baselines; the paper's ablations combine HDM with downstream weighting.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes DeMo, a framework for multi-modal object Re-identification (RGB, NIR, TIR) that combines a Patch-Integrated Feature Extractor (PIFE), a Hierarchical Decoupling Module (HDM), and an Attention-Triggered Mixture of Experts (ATMoE). The authors report state-of-the-art results on RGBNT201 (79.0 mAP / 82.3 Rank-1), RGBNT100 (86.2 / 97.6), and MSVR310 (49.2 / 59.8) with a CLIP backbone, and they report consistent improvements over a baseline in ablations (Table 5), as well as robustness in missing-modality settings (Tables 3 and 4). The central claimed mechanism is that HDM decouples multi-modal features into non-overlapping modality-specific, bimodal-shared, and trimodal-shared streams, and that ATMoE adaptively weights these streams to handle dynamic imaging quality.
Significance. If the results hold, DeMo is a strong empirical contribution to multi-modal object ReID. The ablations are systematic and show that each proposed module (PIFE, HDM, ATMoE) contributes positively on RGBNT201, and the method achieves substantial gains over prior work, especially on the smaller MSVR310 dataset. The paper includes a parameter-efficiency analysis and a released codebase, which helps reproducibility. The main weakness is that the headline mechanistic claim of non-overlapping decoupling is not quantitatively verified; the empirical gains could plausibly arise from added capacity rather than genuine feature separation. The missing-modality experiments are also underspecified, making them difficult to reproduce or interpret fairly against methods with explicit reconstruction modules.
major comments (2)
- [Hierarchical Decoupling Module (Eqs. 3-8)] The paper's central claim that HDM produces non-overlapping decoupled features is not supported by quantitative evidence. The seven outputs are obtained by cross-attention over key sets that share tokens (e.g., K_RN and K_RNT both contain RGB and NIR tokens), and the overall loss in Eq. (17) contains no orthogonality, diversity, or mutual-information term to enforce separation. The only supporting evidence is Fig. 5, a qualitative activation-map example. The authors should either add a quantitative decoupling-quality evaluation (e.g., pairwise cosine similarity or centered kernel alignment among the D features on held-out data, or a comparison with an explicitly decoupled variant that includes a separation loss) or soften the language from 'non-overlapping' to 'hierarchically separated' throughout the abstract and introduction, since the empirical gains may partly arise from the extra capacity of seven cross-attention heads rather than from a genuine non-overlap property.
- [Multi-modal Object ReID with Missing Modalities (Tables 3, 4)] The missing-modality experiments are not reproducible because the manuscript never specifies the input representation for absent modalities. The model is trained on complete triples, but Tables 3 and 4 evaluate with one or two modalities missing; the text does not state whether missing inputs are zeroed, replaced by a learned mask token, or the corresponding tokens are dropped. Without this information, the comparison with TOP-ReID (which uses explicit reconstruction modules) is difficult to interpret. The authors should describe the exact input construction and the training/evaluation protocol for these settings.
minor comments (5)
- [Eq. (15)] In Eq. (15), the chunked expert outputs are written as E_R^h in R^{Np×c}, but the expert output E_R in Eq. (14) is a vector in R^C; the chunks should be in R^c (or the dimension accordingly clarified).
- [Eq. (17) and Table 5] The notation L_g([f_R, f_N, f_T]) is ambiguous: it is unclear whether the loss is applied to the concatenated vector of the three modality features or to each modality branch separately. Please clarify the training objective.
- [Throughout] Several typos and grammatical errors should be fixed, e.g., 'porposed' in Related Work, 'machanism' in Table 6 and the supplementary text, and 'Beseides' in supplementary Section B.
- [Figure 5 and Section 'Activation Maps of Decoupled Features'] The sentence 'D_RN highlights areas that differ from those in D_R and D_N, which are shared between IR and IN' is unclear; the intended meaning of 'IR' and 'IN' should be clarified.
- [Supplementary Figs. 7 and 8] The paper fixes the number of attention heads to H=4, but on RGBNT100 and MSVR310 the reported best configurations use H=32 and H=16 respectively. A brief justification for the fixed H=4 (e.g., robustness, consistency, or avoiding overfitting) would help readers assess the sensitivity of the main results.
Circularity Check
No significant circularity: the central results are direct held-out benchmark evaluations, not fits disguised as predictions; self-citations and hyperparameter choices are not load-bearing.
full rationale
The paper's contribution is empirical: DeMo is trained on standard training splits and evaluated on held-out test splits of RGBNT201, RGBNT100, and MSVR310, with reported mAP/Rank-1 scores obtained at inference time. The architecture equations (1)-(17) define a feed-forward pipeline; no equation is defined in terms of the target metric, and no reported number is reconstructed from a fitted parameter by construction. Ablations in Tables 5, 8-11, and 14 compare adding or removing modules and alternative structures, which is standard empirical validation. The choice of 4 attention heads is made after ablations and then applied uniformly across datasets; this is benchmark tuning or a mild overfitting risk, not a circular derivation. The mechanistic claim that HDM produces 'non-overlapping' decoupled features is not enforced by an orthogonality or diversity loss, and the visual evidence in Figures 5 and 10 is indirect; however, this is a weakness in the strength of the mechanism claim, not a circularity, because the cross-attention construction does not define the claimed non-overlap as its own output. The paper cites prior works by overlapping authors, including TOP-ReID and Magic Tokens, but these citations are used as related work, comparison baselines, and motivation; they do not supply a uniqueness theorem or externally forced ansatz that makes the DeMo design circular. Missing-modality robustness in Tables 3-4 is also evaluated on test data. Overall, no load-bearing step reduces to its own inputs; the low score reflects only minor self-citation and hyperparameter selection concerns.
Assumptions & free parameters
free parameters (3)
- ATMoE multi-head count H =
4
- Training hyperparameters =
learning rate 3.5e-4, encoder learning rate 5e-6, 50 epochs, batch sizes 64/128
- Pooling method in PIFE =
Average pooling
assumptions (5)
- ad hoc to paper Cross-attention with separately initialized learnable queries yields non-overlapping modality-specific, bimodal-shared, and trimodal-shared features without any explicit decoupling constraint.
- domain assumption A single pretrained ViT or CLIP encoder can serve as the visual backbone for RGB, NIR, and TIR inputs after light fine-tuning.
- ad hoc to paper Attention weights computed from decoupled features reflect the momentary quality of each modality, so weighting by them improves retrieval.
- ad hoc to paper The network can produce useful features when one or two input modalities are absent even though no missing-modality module is described.
- domain assumption Standard supervised re-identification losses, label-smoothing cross-entropy plus triplet loss, are sufficient to train the decoupling and gating modules.
Cite this review
Pith. "Pith review of DeMo: Decoupled Feature-Based Mixture of Experts for Multi-Modal Object Re-Identification." pith.science (2026). https://pith.science/paper/TFSJP5YM
@misc{pith2026241210650,
author = {Pith},
title = {Pith review of: DeMo: Decoupled Feature-Based Mixture of Experts for Multi-Modal Object Re-Identification},
year = {2026},
howpublished = {\url{https://pith.science/paper/TFSJP5YM}},
note = {Machine review of arXiv:2412.10650}
}
read the original abstract
Multi-modal object Re-IDentification (ReID) aims to retrieve specific objects by combining complementary information from multiple modalities. Existing multi-modal object ReID methods primarily focus on the fusion of heterogeneous features. However, they often overlook the dynamic quality changes in multi-modal imaging. In addition, the shared information between different modalities can weaken modality-specific information. To address these issues, we propose a novel feature learning framework called DeMo for multi-modal object ReID, which adaptively balances decoupled features using a mixture of experts. To be specific, we first deploy a Patch-Integrated Feature Extractor (PIFE) to extract multi-granularity and multi-modal features. Then, we introduce a Hierarchical Decoupling Module (HDM) to decouple multi-modal features into non-overlapping forms, preserving the modality uniqueness and increasing the feature diversity. Finally, we propose an Attention-Triggered Mixture of Experts (ATMoE), which replaces traditional gating with dynamic attention weights derived from decoupled features. With these modules, our DeMo can generate more robust multi-modal features. Extensive experiments on three multi-modal object ReID benchmarks fully verify the effectiveness of our methods. The source code is available at https://github.com/924973292/DeMo.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 1 Pith paper
-
Modality Unified Attack for Omni-Modality Person Re-Identification
Modality-specific adversarial generators trained with metric disruption, simulated cross-modal, and collaborative multi-modal losses transfer to black-box single-, cross-, and multi-modality person re-id models, reach...
Reference graph
Works this paper leans on
-
[1]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block FUNCTION init.state.consts #0 'before.a...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Ba, J. L.; Kiros, J. R.; and Hinton, G. E. 2016. Layer normalization. arXiv preprint arXiv:1607.06450
arXiv 2016
-
[4]
Cai, W.; Jiang, J.; Wang, F.; Tang, J.; Kim, S.; and Huang, J. 2024. A Survey on Mixture of Experts. arXiv preprint arXiv:2407.06204
arXiv 2024
-
[5]
M.; and Xiang, T
Chang, X.; Hospedales, T. M.; and Xiang, T. 2018. Multi-level factorisation net for person re-identification. In CVPR, 2109--2118
2018
-
[6]
Chen, L.; Sun, R.; Yu, Y.; Du, Y.; and Zhang, X. 2024. Visible thermal person re-identification via multi-branch modality residual complementary learning. IVC, 105201
work page 2024
-
[7]
Chen, Y.; and Wang, L. 2024. eMoE-Tracker: Environmental MoE-based Transformer for Robust Event-guided Object Tracking. arXiv preprint arXiv:2406.20024
arXiv 2024
-
[8]
Chowdhury, M. N. R.; Zhang, S.; Wang, M.; Liu, S.; and Chen, P.-Y. 2023. Patch-level routing in mixture-of-experts is provably sample-efficient for convolutional neural networks. In ICML, 6074--6114
work page 2023
Show all 65 references
-
[9]
Crawford, J.; Yin, H.; McDermott, L.; and Cummings, D. 2023. UniCat: Crafting a Stronger Fusion Baseline for Multimodal Re-Identification. arXiv preprint arXiv:2310.18812
2023 arXiv
-
[10]
Dai, D.; Deng, C.; Zhao, C.; Xu, R.; Gao, H.; Chen, D.; Li, J.; Zeng, W.; Yu, X.; Wu, Y.; et al. 2024. Deepseekmoe: Towards ultimate expert specialization in mixture-of-experts language models. arXiv preprint arXiv:2401.06066
2024 arXiv
-
[11]
Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. 2020. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:2010.11929
2020 arXiv
-
[12]
Gui, Y.; Chen, M.; Su, Y.; Luo, G.; and Yang, Y. 2024. EEGMamba: Bidirectional State Space Models with Mixture of Experts for EEG Classification. arXiv preprint arXiv:2407.20254
2024 arXiv
-
[13]
Guo, J.; Zhang, X.; Liu, Z.; and Wang, Y. 2022. Generative and attentive fusion for multi-spectral vehicle re-identification. In ICSP, 1565--1572
2022
-
[14]
He, Q.; Lu, Z.; Wang, Z.; and Hu, H. 2023. Graph-Based Progressive Fusion Network for Multi-Modality Vehicle Re-Identification. TITS, 1--17
2023
-
[15]
He, S.; Luo, H.; Wang, P.; Wang, F.; Li, H.; and Jiang, W. 2021. Transreid: Transformer-based object re-identification. In ICCV, 15013--15022
2021
-
[16]
Hendrycks, D.; and Gimpel, K. 2016. Gaussian error linear units (gelus). arXiv preprint arXiv:1606.08415
2016 arXiv
-
[17]
Hermans, A.; Beyer, L.; and Leibe, B. 2017. In defense of the triplet loss for person re-identification. arXiv preprint arXiv:1703.07737
2017 arXiv
-
[18]
Hwang, C.; Cui, W.; Xiong, Y.; Yang, Z.; Liu, Z.; Hu, H.; Wang, Z.; Salas, R.; Jose, J.; Ram, P.; et al. 2023. Tutel: Adaptive mixture-of-experts at scale. MLS, 5: 269--287
2023
-
[19]
Ioffe, S.; and Szegedy, C. 2015. Batch normalization: Accelerating deep network training by reducing internal covariate shift. In ICML, 448--456. pmlr
2015
-
[20]
A.; Jordan, M
Jacobs, R. A.; Jordan, M. I.; Nowlan, S. J.; and Hinton, G. E. 1991. Adaptive mixtures of local experts. Neural computation, 3(1): 79--87
1991
-
[21]
Kuang, Z.; Zhang, H.; Cheng, L.; Liu, Y.; Huang, Y.; and Ding, X. 2024. Unity in Diversity: Multi-expert Knowledge Confrontation and Collaboration for Generalizable Vehicle Re-identification. arXiv preprint arXiv:2407.07351
2024 arXiv
-
[22]
Li, H.; Li, C.; Zhu, X.; Zheng, A.; and Luo, B. 2020. Multi-spectral vehicle re-identification: A challenge. In AAAI, volume 34, 11345--11353
2020
-
[23]
Li, W.; Zhu, X.; and Gong, S. 2018. Harmonious attention network for person re-identification. In CVPR, 2285--2294
2018
-
[24]
Li, X.; Li, Q.; Liang, F.; and Wang, W. 2023. Multi-granularity pseudo-label collaboration for unsupervised person re-identification. CVIU, 227: 103616
2023
-
[25]
Li, Y.; Jiang, S.; Hu, B.; Wang, L.; Zhong, W.; Luo, W.; Ma, L.; and Zhang, M. 2024. Uni-MoE: Scaling Unified Multimodal LLMs with Mixture of Experts. arXiv preprint arXiv:2405.11273
2024 arXiv
-
[26]
Lin, B.; Tang, Z.; Ye, Y.; Cui, J.; Zhu, B.; Jin, P.; Zhang, J.; Ning, M.; and Yuan, L. 2024. Moe-llava: Mixture of experts for large vision-language models. arXiv preprint arXiv:2401.15947
2024 arXiv
-
[27]
Liu, T.; Liu, H.; Shang, F.; Yu, L.; Han, T.; and Wan, L. 2024 a . Completed Feature Disentanglement Learning for Multimodal MRIs Analysis. arXiv preprint arXiv:2407.04916
2024 arXiv
-
[28]
Liu, X.; Yu, C.; Zhang, P.; and Lu, H. 2023. Deeply coupled convolution--transformer with spatial--temporal complementary learning for video-based person re-identification. TNNLS
2023
-
[29]
Liu, X.; Zhang, P.; Yu, C.; Lu, H.; and Yang, X. 2021. Watching you: Global-guided reciprocal learning for video-based person re-identification. In CVPR, 13334--13343
2021
-
[30]
Liu, X.; Zhang, P.; Yu, C.; Qian, X.; Yang, X.; and Lu, H. 2024 b . A video is worth three views: Trigeminal transformers for video-based person re-identification. TITS
2024
-
[31]
Lu, H.; Zou, X.; and Zhang, P. 2023. Learning progressive modality-shared transformers for effective visible-infrared person re-identification. In AAAI, volume 37, 1835--1843
2023
-
[32]
Luo, H.; Gu, Y.; Liao, X.; Lai, S.; and Jiang, W. 2019. Bag of tricks and a strong baseline for deep person re-identification. In CVPRW, 1487--1495
2019
-
[33]
Pan, W.; Huang, L.; Liang, J.; Hong, L.; and Zhu, J. 2023. Progressively Hybrid Transformer for Multi-Modal Vehicle Re-Identification. Sensors, 23(9): 4206
2023
-
[34]
Qian, X.; Fu, Y.; Jiang, Y.-G.; Xiang, T.; and Xue, X. 2017. Multi-scale deep learning architectures for person re-identification. In ICCV, 5399--5408
2017
-
[35]
Radenovi \'c , F.; Tolias, G.; and Chum, O. 2018. Fine-tuning CNN image retrieval with no human annotation. TPAMI, 41(7): 1655--1668
2018
-
[36]
W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al
Radford, A.; Kim, J. W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. 2021. Learning transferable visual models from natural language supervision. In ICML, 8748--8763. PMLR
2021
-
[37]
Rao, Y.; Chen, G.; Lu, J.; and Zhou, J. 2021. Counterfactual attention learning for fine-grained visual categorization and re-identification. In ICCV, 1025--1034
2021
-
[38]
Shi, J.; Yin, X.; Chen, Y.; Zhang, Y.; Zhang, Z.; Xie, Y.; and Qu, Y. 2024 a . Multi-Memory Matching for Unsupervised Visible-Infrared Person Re-Identification. arXiv preprint arXiv:2401.06825
2024 arXiv
-
[39]
Shi, J.; Yin, X.; Zhang, Y.; Xie, Y.; Qu, Y.; et al. 2024 b . Learning commonality, divergence and variety for unsupervised visible-infrared person re-identification. In The Thirty-eighth Annual Conference on Neural Information Processing Systems
2024
-
[40]
Shi, J.; Zhang, Y.; Yin, X.; Xie, Y.; Zhang, Z.; Fan, J.; Shi, Z.; and Qu, Y. 2023. Dual pseudo-labels interactive self-training for semi-supervised visible-infrared person re-identification. In ICCV, 11218--11228
2023
-
[41]
Sun, Y.; Zheng, L.; Yang, Y.; Tian, Q.; and Wang, S. 2018. Beyond part models: Person retrieval with refined part pooling (and a strong convolutional baseline). In ECCV, 480--496
2018
-
[42]
Szegedy, C.; Vanhoucke, V.; Ioffe, S.; Shlens, J.; and Wojna, Z. 2016. Rethinking the inception architecture for computer vision. In CVPR, 2818--2826
2016
-
[43]
Van der Maaten, L.; and Hinton, G. 2008. Visualizing data using t-SNE. JMLR, 9(11)
2008
-
[44]
N.; Kaiser, .; and Polosukhin, I
Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A. N.; Kaiser, .; and Polosukhin, I. 2017. Attention is all you need. NeurIPS, 30
2017
-
[45]
Wang, Y.; Liu, X.; Zhang, P.; Lu, H.; Tu, Z.; and Lu, H. 2023. TOP-ReID: Multi-spectral Object Re-Identification with Token Permutation. arXiv preprint arXiv:2312.09612
2023 arXiv
-
[46]
Wang, Y.; Zhang, P.; Wang, D.; and Lu, H. 2024 a . Other tokens matter: Exploring global and local features of Vision Transformers for Object Re-Identification. CVIU, 244: 104030
2024
-
[47]
Wang, Z.; Huang, H.; Zheng, A.; and He, R. 2024 b . Heterogeneous Test-Time Training for Multi-Modal Person Re-identification. In AAAI, volume 38, 5850--5858
2024
-
[48]
Wang, Z.; Li, C.; Zheng, A.; He, R.; and Tang, J. 2022. Interact, embed, and enlarge: Boosting modality-specific representations for multi-modal person re-identification. In AAAI, volume 36, 2633--2641
2022
-
[49]
Wei, S.; Luo, Y.; Wang, Y.; and Luo, C. 2024. Robust Multimodal Learning via Representation Decoupling. arXiv preprint arXiv:2407.04458
2024 arXiv
-
[50]
Wu, D.; Liu, Z.; Chen, Z.; Gan, S.; Tan, K.; Wan, Q.; and Wang, Y. 2025. LRMM: Low rank multi-scale multi-modal fusion for person re-identification based on RGB-NI-TI. ESWA, 263: 125716
2025
-
[51]
Xu, B.; Liang, J.; He, L.; and Sun, Z. 2022. Mimic embedding via adaptive aggregation: Learning generalizable person re-identification. In ECCV, 372--388. Springer
2022
-
[52]
Yang, B.; Chen, J.; and Ye, M. 2023. Towards Grand Unified Representation Learning for Unsupervised Visible-Infrared Person Re-Identification. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 11069--11079
2023
-
[53]
Yang, B.; Chen, J.; and Ye, M. 2024. Shallow-Deep Collaborative Learning for Unsupervised Visible-Infrared Person Re-Identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 16870--16879
2024
-
[54]
Ye, M.; Shen, J.; Lin, G.; Xiang, T.; Shao, L.; and Hoi, S. C. 2021. Deep learning for person re-identification: A survey and outlook. TPAMI, 44(6): 2872--2893
2021
-
[55]
Yin, H.; Li, J.; Schiller, E.; McDermott, L.; and Cummings, D. 2023. GraFT: Gradual Fusion Transformer for Multimodal Re-Identification. arXiv preprint arXiv:2310.16856
2023 arXiv
-
[56]
Yu, C.; Liu, X.; Wang, Y.; Zhang, P.; and Lu, H. 2024 a . TF-CLIP: Learning text-free CLIP for video-based person re-identification. In AAAI, volume 38, 6764--6772
2024
-
[57]
Yu, Z.; Huang, Z.; Hou, M.; Pei, J.; Yan, Y.; Liu, Y.; and Sun, D. 2024 b . Representation Selective Coupling via Token Sparsification for Multi-Spectral Object Re-Identification. TCSVT
2024
-
[58]
Zhang, G.; Zhang, P.; Qi, J.; and Lu, H. 2021. Hat: Hierarchical aggregation transformers for person re-identification. In ACM MM, 516--525
2021
-
[59]
Zhang, P.; Wang, Y.; Liu, Y.; Tu, Z.; and Lu, H. 2024 a . Magic tokens: Select diverse tokens for multi-modal object re-identification. In CVPR, 17117--17126
2024
-
[60]
Zhang, Q.; Wei, Y.; Han, Z.; Fu, H.; Peng, X.; Deng, C.; Hu, Q.; Xu, C.; Wen, J.; Hu, D.; et al. 2024 b . Multimodal fusion on low-quality data: A comprehensive survey. arXiv preprint arXiv:2404.18947
2024 arXiv
-
[61]
Zheng, A.; He, Z.; Wang, Z.; Li, C.; and Tang, J. 2023. Dynamic Enhancement Network for Partial Multi-modality Person Re-identification. arXiv preprint arXiv:2305.15762
2023 arXiv
-
[62]
Zheng, A.; Wang, Z.; Chen, Z.; Li, C.; and Tang, J. 2021. Robust multi-modality person re-identification. In AAAI, volume 35, 3529--3537
2021
-
[63]
Zheng, A.; Zhu, X.; Ma, Z.; Li, C.; Tang, J.; and Ma, J. 2022. Multi-spectral vehicle re-identification with cross-directional consistency network and a high-quality benchmark. arXiv preprint arXiv:2208.00632
2022 arXiv
-
[64]
Zhong, Z.; Zheng, L.; Kang, G.; Li, S.; and Yang, Y. 2020. Random erasing data augmentation. In AAAI, volume 34, 13001--13008
2020
-
[65]
Zhou, K.; Yang, Y.; Cavallaro, A.; and Xiang, T. 2019. Omni-scale feature learning for person re-identification. In ICCV, 3702--3712
2019
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.