Pith. sign in

REVIEW 4 major objections 5 minor 93 references

Causality and "In-the-Wild" Video-Based Person Re-ID: A Survey

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This survey argues that video-based person re-identification fails in the wild because it learns correlations, and that causal modeling—treating identity as a cause of appearance and intervening on confounders—can replace those fragile…

desk verdict A useful survey of causal ideas for video Re-ID that is undermined by untraceable performance numbers and an unsourced case study. read the letter →

arxiv 2505.20540 v2 pith:PGAE6S5G submitted 2025-05-26 cs.CV

classification cs.CV
keywords video-basedpersonre-identificationcausalinferencestructuralmodelscounterfactualreasoningdomaingeneralizationclothing-changerobustnessdisentangledrepresentationlearningsurveillanceapplications
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Video-based person re-identification models that look strong on benchmarks repeatedly fail in real deployments because they learn correlations—clothing, background, lighting—that break under new cameras, viewpoints, and outfits. This survey argues that the fix is causal: explicitly treat identity as a generative cause of appearance, model confounders with structural causal models, and train with interventions and counterfactuals that force identity predictions to stay stable when non-identity attributes change. If the reported numbers are right, the payoff is large: roughly 11.2% higher Rank-1 accuracy in cross-domain transfer, 15.3% on clothing-change datasets, and 7.8% in visible-to-infrared matching, where correlation-based systems degrade sharply. The survey organizes these efforts into a taxonomy of generative disentanglement, domain-invariant modeling, and causal transformers, reviews metrics and datasets, and concludes that the field should shift from correlation-based to causal learning. Why it matters: surveillance, retail analytics, and forensics depend on matching people across cameras, and current systems fragment identities exactly when conditions vary.

What carries the argument

The central machinery is the Structural Causal Model (SCM), a directed graph whose nodes are identity, appearance, and confounders such as clothing, background, camera, and occlusion, and whose edges encode the generative statement that identity causes appearance. The load-bearing operation is the intervention, typically written $P(\mathrm{ID} \mid do(\mathrm{Clothing}=c)) = \sum_z P(\mathrm{ID} \mid \mathrm{Clothing}=c, Z=z)P(Z=z)$, which removes the backdoor paths that let clothing or background masquerade as identity. Training then uses counterfactual generation $X' = f(I, D')$ (same identity, altered domain) plus a consistency loss $\mathcal{L}_{\text{causal}} = d(f_{\mathrm{ID}}(A), f_{\mathrm{ID}}(A'))$, and adversarial identity shuffling in IS-GAN, to enforce invariance. DIR-ReID and UCT apply the same machinery to domain features and visible-infrared modality shifts.

What would settle it

Re-run the cited methods under their original protocols: train DIR-ReID on Market-1501 and evaluate on DukeMTMC-ReID to check whether the cross-domain Rank-1 gain over the non-causal baseline is about 11.2%; train the identity-shuffling GAN on DeepChange to check whether the clothing-change Rank-1 gain is about 15.3%; and run UCT on SYSU-MM01 to check for about 7.8% over DIR-ReID and IS-GAN. Also inspect reference [86] and the IS-GAN references to see whether the shopping mall deployment and the identity-shuffling results actually appear there; if the numbers do not reproduce or the sources do not contain them, the survey's central quantitative claim is unsupported.

Watch

Extended reading notes

Core claim

The paper's central claim is that the brittleness of video Re-ID is structural: models trained to minimize $P(Y \mid X)$ on curated tracklets will always exploit spurious cues, so benchmark success does not transfer to the wild. Causal Re-ID addresses this by building a structural causal model in which Identity causes Appearance and confounders such as clothing, background, camera, and occlusion also act on appearance, then applying interventions to block those confounder paths. The paper surveys three families of implementation: DIR-ReID's domain-feature intervention for cross-domain generalization, IS-GAN's identity-shuffling generative disentanglement for appearance change, and the UCT causal transformer for cross-modality matching. It reports concrete gains for these models and concludes that real-world robustness, fairness, interpretability, and privacy all improve when identity is learned as a cause rather than a correlation.

Load-bearing premise

The survey's quantitative case rests on the accuracy and traceability of specific gains attributed to DIR-ReID, IS-GAN, and UCT (11.2%, 15.3%, and 7.8% Rank-1) and on the reality of the Section 5.2 European shopping mall deployment with its 67% to 89% accuracy figures; if those numbers are wrong or cannot be traced to reproducible experiments, the central argument loses most of its force.

Editorial extensions

If this is right

  • If the causal claim is right, a Re-ID model trained with clothing and background interventions should keep its identity embedding stable when a person changes outfits, and Rank-1 accuracy on clothing-change benchmarks such as DeepChange should rise by roughly 15%.
  • Cross-domain and cross-modality evaluations (e.g., Market-1501 to DukeMTMC, visible to infrared on SYSU-MM01) should show gains near the reported 11.2% and 7.8% over correlation-based baselines.
  • Evaluation practice should widen beyond CMC and mAP to include counterfactual consistency, causal saliency ranking, and intervention-based score shift, because those metrics directly test whether a model is using identity causes rather than shortcuts.
  • Deployments that replace correlation-based trackers with causal disentanglement models should see fewer identity switches across camera transitions, as in the reported retail deployment where cross-camera accuracy rose from 67% to 89%.
  • A shift to causal Re-ID would also change the field's stated goals: fairness by intervening on protected attributes, privacy by learning minimal identity representations, and interpretability through counterfactual explanations become part of the standard design.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A reader wanting to build on the survey will need to locate the original protocols for the headline numbers: the paper does not give the split or measurement setup behind the 11.2%, 15.3%, and 7.8% gains, and the reference cited for IS-GAN is the STMN paper, not the identity-shuffling GAN.
  • If the causal framing is doing real work, then a model that literally swaps clothing or background during training should recover most of the reported gains even without a formal SCM; if it does, the causal vocabulary may be a useful scaffold for a data-augmentation effect rather than a separate mechanism.
  • A natural next experiment the paper does not run is to compare counterfactual positive pairs against standard augmentations in a self-supervised pretraining loop on DeepChange or a similar clothing-change benchmark, and measure whether the intervention-style pairs give the out-of-domain gains the survey anticipates.
  • The retail deployment claim is checkable: if a public or independently licensed retail dataset reproduces the 67%-to-89% jump when switching from a correlation baseline to a body-shape-and-gait causal model, that would turn the survey's strongest anecdote into a transferable result.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper is a survey of causal methods for video-based person re-identification (Re-ID). It proposes a taxonomy of causal approaches (generative disentanglement, domain-invariant modeling, causal transformers), reviews datasets and evaluation metrics, and argues that causal models outperform correlation-based methods, with specific quantitative claims such as +11.2% Rank-1 for DIR-ReID, +15.3% on DeepChange for IS-GAN, and +7.8% for UCT. It also presents a real-world shopping mall deployment case study and concludes by advocating a paradigm shift from correlation to causation. The paper is structured as an expository review rather than a technical contribution.

Significance. If the quantitative claims were substantiated, the survey would provide a useful systematic overview of an emerging subfield and a strong argument for causal methods. The paper does offer a broad taxonomy, a compilation of datasets, and a discussion of causal concepts, which are of some value. However, the load-bearing empirical evidence is unverifiable: the cited references do not contain the claimed methods or results. The central thesis—that causal interventions yield substantial practical gains—is therefore unsupported, making the paper's significance contingent on unverifiable assertions.

major comments (4)
  1. [4.2 (also 3.1, 5.1, 9)] The central quantitative claims of the survey are not traceable to the cited literature. Section 4.2 attributes to DIR-ReID [5] a Rank-1 of 75.2% on Market-1501→DukeMTMC-ReID and a +11.2% improvement over non-causal baselines, but reference [5] (Zhang et al., "Learning Domain Invariant Representations for Generalizable Person Re-Identification") is an image-based domain-generalization method that does not present causal interventions and does not report these figures. Section 4.2 attributes to IS-GAN [18] a +15.3% Rank-1 improvement on DeepChange, but reference [18] is Eom et al."s "Video-based Person Re-identification with Spatial and Temporal Memory Networks" (STMN), not an "Identity Shuffle GAN" and not a clothing-change model. Section 3.1 additionally claims a +15.7% improvement under occlusion for IS-GAN, again citing [18]. Section 4.2 attributes to UCT [15] a 62.7% Rank-1 on SYSU-MM01 and a +7.8% improvement, but reference [15] (Yuan et al.) is an image-based visible-infrared method named "Unbiased Feature Learning with Causal Intervention for Visible-Infrared Person Re-identification", not the "Unbiased Causal Transformer" described in the text, and the numbers are not reported there. Because the conclusion (Section 9) rests its paradigm-shift argument on these specific gains, the failure of traceability undermines the paper's central claim.
  2. [5.2] Section 5.2 describes a "large European shopping mall deployment" in which replacing a correlation-based system with a causal DIR-ReID model improved cross-camera re-identification accuracy from 67% to 89% and jacket-removal cases from 51% to 83%. The text cites references [5,86,91,92,93,43,48,94], but none of these is a case study of this mall deployment: [5] is the image-based DIR-ReID paper, [86] is a general retail open-world Re-ID paper, [91] is a community-college surveillance case study, [92] is about multi-resolution Re-ID, [93] is about edge computing, and [43] is about causal intervention for clothes-changing Re-ID without this deployment. No measurement protocol, dataset split, or system description is provided. This unsourced empirical narrative is presented as fact and is load-bearing for the survey's practicality claims.
  3. [4 (overall taxonomy; Table 5)] The survey's scope is internally inconsistent: it uses the term "causal video-based person Re-ID" but applies it to methods that are not video-based. DIR-ReID operates on single images, and UCT is an image-based visible-infrared method. Table 5, the summary of recent video-based Re-ID methods, contains no causal video method other than STMN (which is not causal), while Table 4 lists DIR-ReID, IS-GAN, DCR-ReID, and UCT as causal methods despite not satisfying the video-based definition. The absence of explicit inclusion criteria for "causal video-based Re-ID" makes the taxonomy ambiguous and undermines the survey's central organizational claim.
  4. [7 (also 8)] Section 7 states as facts that compression and hardware optimizations introduce accuracy trade-offs of 5-15%, demographic error rate disparities reach 23%, privacy-preserving methods drop accuracy by 10-15%, and real-world deployments suffer 30-40% accuracy drops, with none of these figures cited. Section 8 similarly presents unsourced projections (e.g., 60% computation reduction, 20x throughput, 70-80% labelled-data reduction, 8-12% out-of-domain gains, 15-20% multimodal reliability improvements). In a survey, these quantitative statements require references; without them they appear invented and compound the traceability problem already present in Sections 4 and 5.
minor comments (5)
  1. [Header / metadata] The header "Journal Not Specified" and the line "Submitted toJournal Not Specified for possible open access publication" indicate that the manuscript has not been processed by an actual journal; the authors should provide the publication venue or remove the placeholder.
  2. [2.2 and throughout] There are inconsistencies in capitalization and spelling, such as "video-based person Re-ID" versus "video-based person Re-ID" and "Labratory" in the affiliation; a careful proofreading pass is needed.
  3. [3.1, Figure 4 caption] The Figure 4 caption states that the violin plot shows 32% versus 8% "not as experimental values", but the surrounding text cites performance improvements (e.g., +11.2%) without clarifying which numbers are illustrative and which are empirical; the distinction should be made explicit.
  4. [References] Reference [24] (Wang et al., "Causal disentanglement for semantics-aware intent learning in recommendation") is about recommender systems, not person Re-ID; citing it in the context of causal disentanglement for Re-ID is inappropriate and weakens the survey's credibility.
  5. [3.2, SCM definition] The formal definition of an SCM as a tuple G = (V, E) is incomplete; a structural causal model normally includes exogenous variables, structural equations, and a distribution over exogenous noise, which are not mentioned.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the survey's causal claims rest on external citations (even if some are misattributed), not on the authors' own work or on a self-referential derivation.

full rationale

This is a survey, not a derivation, so the circularity burden is low. The central claim—that causal methods improve video-based Re-ID—is supported by citations to external works ([5], [15], [18], [42]) and by standard SCM formulas quoted from Pearl, Peters, and Schölkopf. The only self-citations are P-DESTRE [62] and DetReIDX [71], which appear solely as dataset entries in Table 3 and are not used as evidence for the causal-improvement thesis. The causal equations in Section 3 are textbook definitions, not fitted values or predictions. The illustrative counterfactual example in Section 3.4 is explicitly pedagogical. The quantitative gains reported (+11.2%, +15.3%, +7.8%) and the Section 5.2 deployment anecdote are not traceable to the cited sources and appear to involve misattributed references; however, unsupported or inaccurate evidence is not circularity. Under the rule that circularity requires quoting a specific reduction, a fit renamed as a prediction, or a load-bearing self-citation, no such step exists here. Score 1 reflects the minor, non-load-bearing presence of author-affiliated datasets in the survey's benchmark listing, not any circular derivation.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

This survey makes no quantitative derivation, so there are no fitted free parameters and no invented entities. The evidentiary weight rests on unverified premises: the accuracy of the reported improvement percentages, the reality of the shopping mall deployment, and the feasibility of causal disentanglement in the reviewed architectures.

assumptions (3)
  • domain assumption The reviewed methods (DIR-ReID, IS-GAN, UCT) actually implement causal reasoning and the reported gains are accurately attributed to the cited papers.
    Section 4.2 and the conclusion rely on these numbers to justify the paradigm shift; the survey does not provide the original evaluation tables, and IS-GAN's citations point to unrelated papers.
  • domain assumption The Section 5.2 shopping mall deployment occurred as described.
    The case study gives precise figures (67%, 89%, 51%, 83%, 28%) without naming the mall, the operator, the dataset, or a report.
  • domain assumption Causal disentanglement can isolate identity-specific features in practice.
    The entire survey assumes that separating identity from confounders is achievable by the reviewed architectures, which is an open research question noted in the causal representation learning literature (e.g., Locatello et al., ref [22]).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Causality and "In-the-Wild" Video-Based Person Re-ID: A Survey." pith.science (2026). https://pith.science/paper/PGAE6S5G

@misc{pith2026250520540,
  author       = {Pith},
  title        = {Pith review of: Causality and "In-the-Wild" Video-Based Person Re-ID: A Survey},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/PGAE6S5G}},
  note         = {Machine review of arXiv:2505.20540}
}
read the original abstract

Video-based person re-identification (Re-ID) remains brittle in real-world deployments despite impressive benchmark performance. Most existing models rely on superficial correlations such as clothing, background, or lighting that fail to generalize across domains, viewpoints, and temporal variations. This survey examines the emerging role of causal reasoning as a principled alternative to traditional correlation-based approaches in video-based Re-ID. We provide a structured and critical analysis of methods that leverage structural causal models, interventions, and counterfactual reasoning to isolate identity-specific features from confounding factors. The survey is organized around a novel taxonomy of causal Re-ID methods that spans generative disentanglement, domain-invariant modeling, and causal transformers. We review current evaluation metrics and introduce causal-specific robustness measures. In addition, we assess practical challenges of scalability, fairness, interpretability, and privacy that must be addressed for real-world adoption. Finally, we identify open problems and outline future research directions that integrate causal modeling with efficient architectures and self-supervised learning. This survey aims to establish a coherent foundation for causal video-based person Re-ID and to catalyze the next phase of research in this rapidly evolving domain.

Figures

Figures reproduced from arXiv: 2505.20540 by the authors.

Figure 1
Figure 1. Why video-based person Re-ID is hard. The same individual appears under six nuisance factors—viewpoint, lighting, rain blur, pose, clothing change, and accessory occlusion—illustrating the need for causal disentanglement rather than correlation-driven learning. As illustrated in [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Benefits of Causal Disentanglement in Video-Based Person Re-ID. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Traditional video-based person Re-ID pipeline. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Correlation versus causation in Re-ID. This figure contrasts a correlation based model whose heatmap (top right) overwhelmingly highlights the backpack and surrounding background with a causation based model whose heatmap (bottom right) instead focuses on the upper bac…
Figure 5
Figure 5. Figure 5: Comparing Correlation vs. Causation in Re-ID. [PITH_FULL_IMAGE:figures/full_fig_p012_5.png]
Figure 6
Figure 6. Figure 6: Structural Causal Models (SCMs) for Re-ID. The person’s Identity influences their visual Appearance, which the video-based person Re-ID model uses to make a Prediction (identity match). However, confounding factors such as Camera (viewpoint/background), Clothing (attir…
Figure 7
Figure 7. Figure 7: Counterfactual clothing intervention analysis. [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: Memory and Attention Mechanisms for Disentanglement. [PITH_FULL_IMAGE:figures/full_fig_p020_8.png]
Figure 9
Figure 9. Figure 9: A disentanglement-based video-based person Re-ID pipeline incorporating causal interven￾tion. The input video frames pass through a Feature Encoder to extract representations. These are then separated into distinct latent factors via dedicated branches – an Identity Fe…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

93 extracted references · 55 canonical work pages

  1. [5]

    Learning Domain Invariant Representations for Generalizable Person Re-Identification

    Zhang, Y.F.; Zhang, Z.; Li, D.; Jia, Z.; Wang, L.; Tan, T. Learning Domain Invariant Repre- sentations for Generalizable Person Re-Identification. arXiv preprint arXiv:2103.15890 2021. https://doi.org/10.48550/arXiv.2103.15890

  2. [18]

    Video-based Person Re-identification with Spatial and Temporal Memory Networks

    Eom, C.; Lee, G.; Lee, J.; Ham, B. Video-based Person Re-identification with Spatial and Temporal Memory Networks. Technical report, 2021. https://doi.org/10.1109/ICCV48922.202 1.01182

  3. [15]

    Unbiased Feature Learning with Causal Intervention for Visible- Infrared Person Re-identification

    Yuan, B.; Lu, J.; You, S.; Bao, B.K. Unbiased Feature Learning with Causal Intervention for Visible- Infrared Person Re-identification. ACM Transactions on Multimedia Computing, Communications, and Applications 2024. https://doi.org/10.1145/3674737

  4. [86]

    Person detection and re-identification in open-world settings of retail stores and public spaces

    Brkljaˇ c, B.; Brkljaˇ c, M. Person detection and re-identification in open-world settings of retail stores and public spaces. arXiv preprint arXiv:2505.00772 2025. https://doi.org/10.48550/arXiv. 2505.00772

  5. [91]

    Real-World Community-in-the-Loop Smart Video Surveillance -- A Case Study at a Community College

    Yao, S.; Ardabili, B.; Pazho, A.; Noghre, G.; Neff, C.; Tabkhi, H. Real-World Community-in- the-Loop Smart Video Surveillance – A Case Study at a Community College. arXiv preprint arXiv:2303.12934 2023. https://doi.org/10.48550/arXiv.2303.12934

  6. [92]

    https://doi.org/10.1109/CVPR.2017.499

  7. [93]

    Google Coral-based edge computing person reidentification using human parsing combined with analytical method

    Gabdullin, N.; Raskovalov, A. Google Coral-based edge computing person reidentification using human parsing combined with analytical method. arXiv preprint arXiv:2209.11024 2022. https://doi.org/10.48550/arXiv.2209.11024

  8. [43]

    Clothes-invariant feature learning by causal intervention for clothes-changing person re-identification

    Li, X.; Lu, Y.; Liu, B.; Hou, Y.; Liu, Y.; Chu, Q.; Ouyang, W.; Yu, N. Clothes-invariant feature learning by causal intervention for clothes-changing person re-identification. arXiv preprint arXiv:2305.06145 2023. https://doi.org/10.48550/arXiv.2305.06145

Show all 93 references
  1. [1]

    Where-and-When to Look: Deep Siamese Attention Networks for Video-based Person Re-identification

    Wu, L.; Wang, Y.; Gao, J.; Li, X. Where-and-When to Look: Deep Siamese Attention Networks for Video-based Person Re-identification. arXiv preprint arXiv:1808.01911 2018. https://doi.org/ 10.48550/arXiv.1808.01911

  2. [2]

    ReMamba: a hybrid CNN- Mamba aggregation network for visible-infrared person re-identification

    Geng, H.; Peng, J.; Yang, W.; Chen, D.; Lv, H.; Li, G.; Shao, Y. ReMamba: a hybrid CNN- Mamba aggregation network for visible-infrared person re-identification. Scientific Reports 2024. https://doi.org/10.1038/s41598-024-80766-8

  3. [3]

    Jointly Attentive Spatial-Temporal Pooling Networks for Video-based Person Re-Identification

    Xu, S.; Cheng, Y.; Gu, K.; Yang, Y.; Chang, S.; Zhou, P . Jointly Attentive Spatial-Temporal Pooling Networks for Video-based Person Re-Identification. arXiv preprint arXiv:1708.02286

  4. [6]

    A video is worth three views: Trigeminal transformers for video-based person re-identification

    Liu, X.; Zhang, P .; Yu, C.; Lu, H.; Qian, X.; Yang, X. A video is worth three views: Trigeminal transformers for video-based person re-identification. arXiv preprint arXiv:2104.01745 2021. https://doi.org/10.48550/arXiv.2104.01745

  5. [7]

    Good is Bad: Causality Inspired Cloth-debiasing for Cloth-changing Person Re-identification

    Yang, Z.; Lin, M.; Zhong, X.; Wu, Y.; Wang, Z. Good is Bad: Causality Inspired Cloth-debiasing for Cloth-changing Person Re-identification. Technical report, 2024. https://doi.org/10.1109/ CVPR52729.2023.00148

  6. [8]

    Appearance-preserving 3D convolution for video-based person re-identification

    Gu, X.; Chang, H.; Ma, B.; Zhang, H.; Chen, X. Appearance-preserving 3D convolution for video-based person re-identification. arXiv preprint arXiv:2007.08434 2020. https://doi.org/10.4 8550/arXiv.2007.08434. Version May 29, 2025 submitted to Journal Not Specified 27 of 31

  7. [9]

    Video-based Person Re-identification via 3D Convolutional Networks and Non-local Attention

    Liao, X.; He, L.; Yang, Z.; Zhang, C. Video-based Person Re-identification via 3D Convolutional Networks and Non-local Attention. arXiv preprint arXiv:1807.05073 2018. https://doi.org/10.4 8550/arXiv.1807.05073

  8. [10]

    Style Normalization and Restitution for Generaliz- able Person Re-identification

    Jin, X.; Lan, C.; Zeng, W.; Chen, Z.; Zhang, L. Style Normalization and Restitution for Generaliz- able Person Re-identification. Technical report, 2020. https://doi.org/10.1109/CVPR42600.202 0.00321

  9. [11]

    Causality: Models, Reasoning, and Inference ; Cambridge University Press, 2009

    Pearl, J. Causality: Models, Reasoning, and Inference ; Cambridge University Press, 2009. https: //doi.org/10.1017/CBO9780511803161

  10. [12]

    Elements of Causal Inference: Foundations and Learning Algorithms; 2017

    Peters, J.; Janzing, D.; Schlkopf, B. Elements of Causal Inference: Foundations and Learning Algorithms; 2017. https://doi.org/10.5555/3202377

  11. [13]

    Towards Causal Representation Learning

    Schölkopf, B.; Locatello, F.; Bauer, S.; Ke, N.; Kalchbrenner, N.; Goyal, A.; Bengio, Y. Towards Causal Representation Learning. arXiv preprint arXiv:2102.11107 2021. https://doi.org/10.485 50/arXiv.2102.11107

  12. [14]

    DIVA: Domain invariant variational autoen- coders

    Ilse, M.; Tomczak, J.M.; Louizos, C.; Welling, M. DIVA: Domain invariant variational autoen- coders. Proceedings of Machine Learning Research (PMLR) 2021. https://doi.org/10.48550/arXiv. 1905.10427

  13. [16]

    https://doi.org/10.1145/3501714.3501743

    Bareinboim, E.; Correa, J.; Ibeling, D.; Icard, T., On Pearl’s Hierarchy and the Foundations of Causal Inference; 2022. https://doi.org/10.1145/3501714.3501743

  14. [17]

    Diversity Regularized Spatiotemporal Attention for Video-based Person Re-identification

    Li, S.; Bak, S.; Carr, P .; Wang, X. Diversity Regularized Spatiotemporal Attention for Video-based Person Re-identification. Technical report, 2018. https://doi.org/10.48550/arXiv.1803.09882

  15. [19]

    Revisiting Temporal Modeling for Video-based Person ReID

    Gao, J.; Nevatia, R. Revisiting Temporal Modeling for Video-based Person ReID. arXiv preprint arXiv:1805.02104 2018. https://doi.org/10.48550/arXiv.1805.02104

  16. [20]

    Eliminating Background-bias for Robust Person Re-identification

    Tian, M.; Yi, S.; Li, H.; Li, S.; Zhang, X.; Shi, J.; Yan, J.; Wang, X. Eliminating Background-bias for Robust Person Re-identification. Technical report, 2018. https://doi.org/10.1109/CVPR.2018.0 0607

  17. [21]

    Learning Disentangled Representation Implicitly via Transformer for Occluded Person Re-Identification

    Jia, M.; Cheng, X.; Lu, S.; Zhang, J. Learning Disentangled Representation Implicitly via Transformer for Occluded Person Re-Identification. arXiv preprint arXiv:2107.02380 2021. https://doi.org/10.48550/arXiv.2107.02380

  18. [22]

    Challenging common assumptions in the unsupervised learning of disentangled representations

    Locatello, F.; Bauer, S.; Lucic, M.; Rätsch, G.; Gelly, S.; Schölkopf, B.; Bachem, O. Challenging common assumptions in the unsupervised learning of disentangled representations. Technical report, 2019. https://doi.org/10.48550/arXiv.1811.12359

  19. [24]

    Causal disentanglement for semantics-aware intent learning in recommendation

    Wang, X.; Li, Q.; Yu, D.; Cui, P .; Wang, Z.; Xu, G. Causal disentanglement for semantics-aware intent learning in recommendation. arXiv preprint arXiv:2202.02576 2022. https://doi.org/10.4 8550/arXiv.2202.02576

  20. [25]

    Deeply-coupled convolution-transformer with spatial- temporal complementary learning for video-based person re-identification

    Liu, X.; Yu, C.; Zhang, P .; Lu, H. Deeply-coupled convolution-transformer with spatial- temporal complementary learning for video-based person re-identification. arXiv preprint arXiv:2304.14122 2023. https://doi.org/10.48550/arXiv.2304.14122

  21. [26]

    Person Re-Identification by Local Maximal Occurrence Representation and Metric Learning

    Liao, S.; Hu, Y.; Zhu, X.; Li, S.Z. Person Re-Identification by Local Maximal Occurrence Representation and Metric Learning. In Proceedings of the Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 2197–2206

  22. [27]

    Improving Person Re- Identification by Attribute and Identity Learning

    Lin, J.; Zheng, L.; Zheng, Z.; Li, Y.; Wang, S.; Yang, Y.; Tian, Q. Improving Person Re- Identification by Attribute and Identity Learning. In Proceedings of the Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017, pp. 2839–2848

  23. [28]

    Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization

    Tang, C.; Wu, P .; Xu, T.; Song, Y.Z.; Lin, L.; Bai, X.; Liu, X.; Tian, Q. Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization. In Version May 29, 2025 submitted to Journal Not Specified 28 of 31 Proceedings of the Proc...

  24. [29]

    Person Re-Identification by Mid-Level Attribute and Part-Based Convolutional Neural Network

    Zhang, Y.; Shen, L.; Zhang, Y.; Zheng, L.; Tian, Q. Person Re-Identification by Mid-Level Attribute and Part-Based Convolutional Neural Network. In Proceedings of the Proceedings of the 35th International Conference on Machine Learning (ICML), 2018, pp. 7232–7241

  25. [30]

    GaitSet: Regard Gait as a Set for Cross-View Gait Recognition

    Chao, H.; He, Y.; Zhang, J.; Feng, J.; Huang, J. GaitSet: Regard Gait as a Set for Cross-View Gait Recognition. In Proceedings of the Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), 2019, pp. 8126–8133

  26. [31]

    A Feature-Based Approach to People Re- Identification Using Skeleton Keypoints

    Munaro, M.; Ghidoni, S.; Dizmen, D.T.; Menegatti, E. A Feature-Based Approach to People Re- Identification Using Skeleton Keypoints. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), 2014, pp. 423–430

  27. [32]

    Hierarchical Gaussian Descriptor for Person Re-Identification

    Matsukawa, T.; Okabe, T.; Suzuki, E.; Sato, Y. Hierarchical Gaussian Descriptor for Person Re-Identification. In Proceedings of the Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016, pp. 1363–1372

  28. [33]

    Pose-Driven Deep Convolutional Model for Person Re-Identification

    Su, C.; Li, J.; Zhang, S.; Xing, J.; Gao, W.; Tian, Q. Pose-Driven Deep Convolutional Model for Person Re-Identification. In Proceedings of the Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2017, pp. 3960–3969

  29. [35]

    Re-identification in urban scenarios: A review of tools and methods

    Oliveira, H.; Machado, J.; Tavares, J. Re-identification in urban scenarios: A review of tools and methods. Applied Sciences (Switzerland) 2024. https://doi.org/10.3390/app112210809

  30. [36]

    https://doi.org/10.1007/978-3-319-16199-0_10

    Khamis, S.; Kuo, C.H.; Singh, V .; Shet, V .; Davis, L., Joint Learning for Attribute-Consistent Person Re-Identification; 2015. https://doi.org/10.1007/978-3-319-16199-0_10

  31. [37]

    In Defense of the Triplet Loss for Person Re-Identification

    Hermans, A.; Beyer, L.; Leibe, B. In Defense of the Triplet Loss for Person Re-Identification. arXiv preprint arXiv:1703.07737 2017. https://doi.org/10.48550/arXiv.1703.07737

  32. [38]

    Person Re-Identification via Recurrent Feature Aggregation

    Yan, Y.; Ni, B.; Song, Z.; Ma, C.; Yan, Y.; Yang, X. Person Re-Identification via Recurrent Feature Aggregation. arXiv preprint arXiv:1701.06351 2017. https://doi.org/10.48550/arXiv.1701.06351

  33. [40]

    Attribute-aware identity-hard triplet loss for video-based person re-identification

    Chen, Z.; Li, A.; Jiang, S.; Wang, Y. Attribute-aware identity-hard triplet loss for video-based person re-identification. arXiv preprint arXiv:2006.07597 2020. https://doi.org/10.48550/arXiv. 2006.07597

  34. [41]

    Video Person Re-identification using Attribute-enhanced Features

    Chai, T.; Chen, Z.; Li, A.; Chen, J.; Mei, X.; Wang, Y. Video Person Re-identification using Attribute-enhanced Features. arXiv preprint arXiv:2108.06946 2021. https://doi.org/10.48550 /arXiv.2108.06946

  35. [42]

    DeepChange: A long-term person re-identification benchmark with clothes change

    Xu, P .; Zhu, X. DeepChange: A long-term person re-identification benchmark with clothes change. Technical report, 2024. https://doi.org/10.48550/arXiv.2105.14685

  36. [44]

    HOTA: A Higher Order Metric for Evaluating Multi-object Tracking

    Luiten, J.; Osep, A.; Dendorfer, P .; Torr, P .; Geiger, A.; Leal-Taixé, L.; Leibe, B. HOTA: A Higher Order Metric for Evaluating Multi-object Tracking. International Journal of Computer Vision 2021. https://doi.org/10.1007/s11263-020-01375-2

  37. [45]

    Robustly Disentangled Causal Mechanisms: Validating Deep Representations for Interventional Robustness

    Suter, R.; Miladinovi´ c, D.; Schölkopf, B.; Bauer, S. Robustly Disentangled Causal Mechanisms: Validating Deep Representations for Interventional Robustness. Technical report, 2019. https: //doi.org/10.48550/arXiv.1811.00007

  38. [46]

    Consistent counterfactuals for deep models

    Black, E.; Wang, Z.; Fredrikson, M.; Datta, A. Consistent counterfactuals for deep models. arXiv preprint arXiv:2110.03109 2021. https://doi.org/10.48550/arXiv.2110.03109

  39. [47]

    Identifying Re-identification Challenges: Past, Current and Future Trends

    Qian, Y.; Barthelemy, J.; Karuppiah, E.; Perez, P . Identifying Re-identification Challenges: Past, Current and Future Trends. SN Computer Science 2024. https://doi.org/10.1007/s42979-024-0 3271-9

  40. [48]

    Enabling Open-Set Person Re-Identification for Real-World Scenarios

    Alkanat, T.; Bondarev, E.; De With, P . Enabling Open-Set Person Re-Identification for Real-World Scenarios. Journal of Image and Graphics 2020. https://doi.org/10.18178/joig.8.2.26-36

  41. [49]

    Mars: A video benchmark for large-scale person re-identification

    Zheng, L.; Bie, Z.; Sun, Y.; Wang, J.; Su, C.; Wang, S.; Tian, Q. Mars: A video benchmark for large-scale person re-identification. 2016. https://doi.org/10.1007/978-3-319-46466-4_52. Version May 29, 2025 submitted to Journal Not Specified 29 of 31

  42. [50]

    Performance Measures and a Data Set for Multi-Target, Multi-Camera Tracking

    Ristani, E.; Solera, F.; Zou, R.; Cucchiara, R.; Tomasi, C. Performance Measures and a Data Set for Multi-Target, Multi-Camera Tracking. arXiv preprint arXiv:1609.01775 2016. https: //doi.org/10.48550/arXiv.1609.01775

  43. [51]

    RGB-Infrared Cross-Modality Person Re- identification

    Wu, A.; Zheng, W.S.; Yu, H.X.; Gong, S.; Lai, J. RGB-Infrared Cross-Modality Person Re- identification. 2017. https://doi.org/10.1109/ICCV .2017.575

  44. [52]

    A two-stream hybrid convolution-transformer network architecture for clothing-change person re-identification

    Wu, J.; Huang, Y.; Gao, M.; Gao, Z.; Zhao, J.; Zhang, H.; Zhang, A. A two-stream hybrid convolution-transformer network architecture for clothing-change person re-identification. IEEE Transactions on Multimedia 2023. https://doi.org/10.1109/TMM.2023.3331569

  45. [53]

    Heterogeneous feature-aware Transformer- CNN coupling network for person re-identification

    Li, Y.; Lian, G.; Zhang, W.; Ma, G.; Ren, J.; Yang, J. Heterogeneous feature-aware Transformer- CNN coupling network for person re-identification. PeerJ Computer Science 2022. https: //doi.org/10.7717/peerj-cs.1098

  46. [54]

    Global-Local Temporal Representations For Video Person Re-Identification

    Li, J.; Wang, J.; Tian, Q.; Gao, W.; Zhang, S. Global-Local Temporal Representations For Video Person Re-Identification. arXiv preprint arXiv:1908.10049 2019. https://doi.org/10.48550/arXiv. 1908.10049

  47. [55]

    Do Not Disturb Me: Person Re-identification Under the Interference of Other Pedestrians

    Zhao, S.; Gao, C.; Zhang, J.; Cheng, H.; Han, C.; Jiang, X.; Guo, X.; Zheng, W.S.; Sang, N.; Sun, X. Do Not Disturb Me: Person Re-identification Under the Interference of Other Pedestrians. arXiv preprint arXiv:2008.06963 2020. https://doi.org/10.48550/arXiv.2008.06963

  48. [56]

    Counterfactual attention learning for fine-grained visual categorization and re-identification

    Rao, Y.; Chen, G.; Lu, J.; Zhou, J. Counterfactual attention learning for fine-grained visual categorization and re-identification. arXiv preprint arXiv:2108.08728 2021. https://doi.org/10.4 8550/arXiv.2108.08728

  49. [57]

    Counterfactual attention alignment for visible-infrared cross-modality person re-identification

    Sun, Z.; Zhao, F. Counterfactual attention alignment for visible-infrared cross-modality person re-identification. Pattern Recognition Letters 2023. https://doi.org/10.1016/j.patrec.2023.03.008

  50. [58]

    Person Re-Identification by Descriptive and Discriminative Classification

    Hirzer, M.; Beleznai, C.; Roth, P .; Bischof, H. Person Re-Identification by Descriptive and Discriminative Classification. 2011. https://doi.org/10.1007/978-3-642-21227-7_9

  51. [59]

    LNCS 8692 - Person Re-identification by Video Ranking

    Wang, T.; Gong, S.; Zhu, X.; Wang, S. LNCS 8692 - Person Re-identification by Video Ranking. Technical report, 2014. https://doi.org/10.1007/978-3-319-10593-2_45

  52. [60]

    Deep learning for person re-identification: A survey and outlook

    Ye, M.; Shen, J.; Lin, G.; Xiang, T.; Shao, L.; Hoi, S. Deep learning for person re-identification: A survey and outlook. IEEE Transactions on Pattern Analysis and Machine Intelligence 2021. https://doi.org/10.1109/TPAMI.2021.3054775

  53. [61]

    Human Re-Identification with a Robot Thermal Camera using Entropy- based Sampling

    Cosar, S.; Bellotto, N. Human Re-Identification with a Robot Thermal Camera using Entropy- based Sampling. Journal of Intelligent & Robotic Systems 2019. https://doi.org/10.1007/s10846-0 19-01026-w

  54. [62]

    The P-DESTRE: A Fully Annotated Dataset for Pedestrian Detection, Tracking, Re-Identification and Search from Aerial Devices

    Kumar, S.; Yaghoubi, E.; Das, A.; Harish, B.; Proença, H. The P-DESTRE: A Fully Annotated Dataset for Pedestrian Detection, Tracking, Re-Identification and Search from Aerial Devices. arXiv preprint arXiv:2004.02782 2020. https://doi.org/10.48550/arXiv.2004.02782

  55. [63]

    Fine-Grained Person Re-identification

    Yin, J.; Wu, A.; Zheng, W. Fine-Grained Person Re-identification. International Journal of Computer Vision 2020. https://doi.org/10.1007/s11263-019-01259-0

  56. [64]

    People Tracking and Re-Identifying in Distributed Contexts: PoseTReID Framework and Dataset

    Siv, R.; Mancas, M.; Sreng, S.; Chhun, S.; Gosselin, B. People Tracking and Re-Identifying in Distributed Contexts: PoseTReID Framework and Dataset. 2020. https://doi.org/10.1109/ ICITEE49829.2020.9271712

  57. [65]

    Learning Person Re-identification Models from Videos with Weak Supervision

    Wang, X.; Paul, S.; Raychaudhuri, D.; Liu, M.; Wang, Y.; Roy-Chowdhury, A. Learning Person Re-identification Models from Videos with Weak Supervision. arXiv preprint arXiv:2007.10631

  58. [66]

    LLVIP: A Visible-infrared Paired Dataset for Low-light Vision

    Jia, X.; Zhu, C.; Li, M.; Tang, W.; Liu, S.; Zhou, W. LLVIP: A Visible-infrared Paired Dataset for Low-light Vision. arXiv preprint arXiv:2108.10831 2021. https://doi.org/10.48550/arXiv.2108.1 0831

  59. [67]

    Video-Based Visible-Infrared Person Re-Identification With Auxiliary Samples

    Du, Y.; Lei, C.; Zhao, Z.; Dong, Y.; Su, F. Video-Based Visible-Infrared Person Re-Identification With Auxiliary Samples. IEEE Transactions on Information Forensics and Security 2024. https: //doi.org/10.1109/TIFS.2023.3337972

  60. [68]

    Attribute-driven feature disentangling and temporal aggregation for video person re-identification

    Zhao, Y.; Shen, X.; Jin, Z.; Lu, H.; Hua, X.S. Attribute-driven feature disentangling and temporal aggregation for video person re-identification. Technical report, 2020. https://doi.org/10.1109/ CVPR.2019.00505

  61. [69]

    Unsupervised Domain Adaptation Through Synthesis For Person Re-Identification

    Xiang, S.; Fu, Y.; You, G.; Liu, T. Unsupervised Domain Adaptation Through Synthesis For Person Re-Identification. 2020. https://doi.org/10.1109/ICME46284.2020.9102822. Version May 29, 2025 submitted to Journal Not Specified 30 of 31

  62. [70]

    Cross-Platform Video Person ReID: A New Benchmark Dataset and Adaptation Approach

    Zhang, S.; Luo, W.; Cheng, D.; Yang, Q.; Ran, L.; Xing, Y.; Zhang, Y. Cross-Platform Video Person ReID: A New Benchmark Dataset and Adaptation Approach. 2024. https://doi.org/10 .1007/978-3-031-73383-3_16

  63. [71]

    DetReIDX: A stress-test dataset for real-world UAV-based person recognition

    Hambarde, K.A.; Mbongo, N.; MP , P .K.; Mekewad, S.; Fernandes, C.; Silahtaro˘ glu, G.; Nithya, A.; Wasnik, P .; Rashidunnabi, M.; Samale, P .; et al. DetReIDX: A stress-test dataset for real-world UAV-based person recognition. arXiv preprint arXiv:2505.04793 2025. https://doi...

  64. [72]

    AG-VPReID: A Challenging Large-Scale Benchmark for Aerial-Ground Video-based Person Re-Identification

    Nguyen, H.; Nguyen, K.; Pemasiri, A.; Liu, F.; Sridharan, S.; Fookes, C. AG-VPReID: A Challenging Large-Scale Benchmark for Aerial-Ground Video-based Person Re-Identification. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)2025. https:/...

  65. [73]

    Review of causal discovery methods based on graphical models

    Glymour, C.; Zhang, K.; Spirtes, P . Review of causal discovery methods based on graphical models. Frontiers in Genetics 2019. https://doi.org/10.3389/fgene.2019.00524

  66. [74]

    DCR-ReID: Deep component reconstruction for cloth-changing person re-identification

    Cui, Z.; Zhou, J.; Peng, Y.; Zhang, S.; Wang, Y. DCR-ReID: Deep component reconstruction for cloth-changing person re-identification. IEEE Transactions on Circuits and Systems for Video Technology 2023. https://doi.org/10.1109/TCSVT.2023.3241988

  67. [76]

    Pyramid Spatial-Temporal Aggregation for Video-based Person Re-Identification

    Wang, Y.; Zhang, P .; Gao, S.; Geng, X.; Lu, H.; Wang, D. Pyramid Spatial-Temporal Aggregation for Video-based Person Re-Identification. Technical report, 2021. https://doi.org/10.1109/ ICCV48922.2021.01181

  68. [77]

    CMTR: Cross-modality transformer for visible-infrared person re-identification

    Liang, T.; Jin, Y.; Gao, Y.; Liu, W.; Feng, S.; Wang, T.; Li, Y. CMTR: Cross-modality transformer for visible-infrared person re-identification. IEEE Transactions on Multimedia 2021. https: //doi.org/10.48550/arXiv.2110.08994

  69. [78]

    CrossViT-ReID: Cross-Attention Vision Transformer for Occluded Cloth-Changing Person Re-Identification

    Nguyen, V .; Mantini, P .; Shah, S. CrossViT-ReID: Cross-Attention Vision Transformer for Occluded Cloth-Changing Person Re-Identification. 2024. https://doi.org/10.1007/978-981-96 -0885-0_3

  70. [79]

    Nystromformer based cross-modality transformer for visible-infrared person re-identification

    Mishra, R.; Mondal, A.; Mathew, J. Nystromformer based cross-modality transformer for visible-infrared person re-identification. Scientific Reports 2025. https://doi.org/10.1038/s415 98-025-01226-5

  71. [80]

    Channel-shuffled transformers for cross- modality person re-identification in video

    Kasantikul, R.; Kusakunniran, W.; Wu, Q.; Wang, Z. Channel-shuffled transformers for cross- modality person re-identification in video. Scientific Reports 2025. https://doi.org/10.1038/s4 1598-025-00063-w

  72. [81]

    Temporal Correlation Vision Transformer for Video Person Re-Identification

    Wu, P .; Wang, L.; Zhou, S.; Hua, G.; Sun, C. Temporal Correlation Vision Transformer for Video Person Re-Identification. Technical report, 2024. https://doi.org/10.1609/aaai.v38i6.28424

  73. [82]

    CausalGAN: Learning causal implicit generative models with adversarial training

    Kocaoglu, M.; Snyder, C.; Dimakis, A.G.; Vishwanath, S. CausalGAN: Learning causal implicit generative models with adversarial training. arXiv preprint arXiv:1709.02023 2017. https: //doi.org/10.48550/arXiv.1709.02023

  74. [83]

    Pose-guided counterfactual inference for occluded person re-identification

    Chen, Y.; Yang, Y.; Liu, W.; Huang, Y.; Li, J. Pose-guided counterfactual inference for occluded person re-identification. Image and Vision Computing 2022. https://doi.org/10.1016/j.imavis.20 22.104587

  75. [84]

    Dualistic Disentangled Meta-Learning Model for Generalizable Person Re-Identification

    Sun, J.; Li, Y.; Chen, L.; Chen, H.; Wang, M. Dualistic Disentangled Meta-Learning Model for Generalizable Person Re-Identification. IEEE Transactions on Information Forensics and Security

  76. [85]

    Privacy-Enhancing Person Re-Identification Framework - A Dual-Stage Approach

    Kansal, K.; Wong, Y.; Kankanhalli, M. Privacy-Enhancing Person Re-Identification Framework - A Dual-Stage Approach. Technical report, 2024. https://doi.org/10.1109/WACV57701.2024.00 835

  77. [87]

    STA: Spatial-Temporal Attention for Large-Scale Video-based Person Re-Identification

    Fu, Y.; Wang, X.; Wei, Y.; Huang, T. STA: Spatial-Temporal Attention for Large-Scale Video-based Person Re-Identification. arXiv preprint arXiv:1811.04129 2018. https://doi.org/10.48550/arXiv. 1811.04129. Version May 29, 2025 submitted to Journal Not Specified 31 of 31

  78. [88]

    Quality Aware Network for Set to Set Recognition

    Liu, Y.; Yan, J.; Ouyang, W. Quality Aware Network for Set to Set Recognition. Technical report,

  79. [89]

    Keypoint Message Passing for Video-based Person Re-Identification

    Chen, D.; Doering, A.; Zhang, S.; Yang, J.; Gall, J.; Schiele, B. Keypoint Message Passing for Video-based Person Re-Identification. arXiv preprint arXiv:2111.08279 2021. https://doi.org/10 .48550/arXiv.2111.08279

  80. [90]

    VID-Trans-ReID: Enhanced Video Transformers for Person Re- identification

    Alsehaim, A.; Breckon, T. VID-Trans-ReID: Enhanced Video Transformers for Person Re- identification. Technical report, 2022

  81. [94]

    Real-Time People Re-Identification and Tracking for Autonomous Platforms Using a Trajectory Prediction-Based Approach

    Ghit, ˘ a, A.; Florea, A. Real-Time People Re-Identification and Tracking for Autonomous Platforms Using a Trajectory Prediction-Based Approach. Sensors 2022. https://doi.org/10.3390/s22155 856. Disclaimer/Publisher’s Note: The statements, opinions and data contained in all pu...

  82. [96]

    Resource Aware Person Re-identification across Multiple Resolutions

    Wang, Y.; Wang, L.; You, Y.; Zou, X.; Chen, V .; Li, S.; Huang, G.; Hariharan, B.; Weinberger, K. Resource Aware Person Re-identification across Multiple Resolutions. arXiv preprint arXiv:1805.08805 2018. https://doi.org/10.48550/arXiv.1805.08805

  83. [2017]

    https://doi.org/10.48550/arXiv.1708.02286

  84. [2020]

    https://doi.org/10.48550/arXiv.2007.10631

  85. [2024]

    https://doi.org/10.1109/TIFS.2024.3516540

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.