• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

基于欧几里得距离保特征降维的高效行人再识别

Euclidean-Distance-Preserved Feature Reduction for efficient person re-identification.

机构信息

School of Electronic and Computer Engineering, Peking University, China.

Beijing Jiaotong University, China.

出版信息

Neural Netw. 2024 Dec;180:106572. doi: 10.1016/j.neunet.2024.106572. Epub 2024 Aug 8.

DOI:10.1016/j.neunet.2024.106572
PMID:39173200
Abstract

Person Re-identification (Re-ID) aims to match person images across non-overlapping cameras. The existing approaches formulate this task as fine-grained representation learning with deep neural networks, which involves extracting image features using a deep convolutional network, followed by mapping the features into a discriminative space through another smaller network, in order to make full use of all possible cues. However, recent Re-ID methods that strive to capture every cue and make the space more discriminative have resulted in longer features, ranging from 1024 to 14336, leading to higher time (distance computation) and space (feature storage) complexities. There are two potential solutions: reduction-after-training methods (such as Principal Component Analysis and Linear Discriminant Analysis) and reduction-during-training methods (such as 1 × 1 Convolution). The former utilizes a statistical approach aiming for a global optimum but lacking end-to-end optimization of large data and deep neural networks. The latter lacks theoretical guarantees and may be vulnerable to training noise such as dataset noise or initialization seed. To address these limitations, we propose a method called Euclidean-Distance-Preserving Feature Reduction (EDPFR) that combines the strengths of both reduction-after-training and reduction-during-training methods. EDPFR first formulates the feature reduction process as a matrix decomposition and derives a condition to preserve the Euclidean distance between features, thus ensuring accuracy in theory. Furthermore, the method integrates the matrix decomposition process into a deep neural network to enable end-to-end optimization and batch training, while maintaining the theoretical guarantee. The result of the EDPFR is a reduction of the feature dimensions from f and f to f and f, while preserving their Euclidean distance, i.e.L(f,f)=L(f,f). In addition to its Euclidean-Distance-Preserving capability, EDPFR also features a novel feature-level distillation loss. One of the main challenges in knowledge distillation is dimension mismatch. While previous distillation losses, usually project the mismatched features to matched class-level, spatial-level, or similarity-level spaces, this can result in a loss of information and decrease the flexibility and efficiency of distillation. Our proposed feature-level distillation leverages the benefits of the Euclidean-Distance-Preserving property and performs distillation directly in the feature space, resulting in a more flexible and efficient approach. Extensive on three Re-ID datasets, Market-1501, DukeMTMC-reID and MSMT demonstrate the effectiveness of our proposed Euclidean-Distance-Preserving Feature Reduction.

摘要

行人再识别(Re-ID)旨在跨非重叠相机匹配行人图像。现有的方法将此任务表述为使用深度神经网络进行细粒度表示学习,其中包括使用深度卷积网络提取图像特征,然后通过另一个较小的网络将特征映射到判别空间,以充分利用所有可能的线索。然而,最近的 Re-ID 方法努力捕捉每个线索并使空间更具判别力,导致特征更长,范围从 1024 到 14336,从而导致更高的时间(距离计算)和空间(特征存储)复杂度。有两种潜在的解决方案:训练后减少方法(如主成分分析和线性判别分析)和训练中减少方法(如 1×1 卷积)。前者利用统计方法,旨在实现全局最优,但缺乏对大数据和深度神经网络的端到端优化。后者缺乏理论保证,并且可能容易受到训练噪声的影响,例如数据集噪声或初始化种子。为了解决这些限制,我们提出了一种名为“欧几里得距离保持特征减少(EDPFR)”的方法,该方法结合了训练后减少和训练中减少方法的优势。EDPFR 首先将特征减少过程表述为矩阵分解,并推导出保持特征之间欧几里得距离的条件,从而在理论上保证准确性。此外,该方法将矩阵分解过程集成到深度神经网络中,实现端到端优化和批量训练,同时保持理论保证。EDPFR 的结果是将特征维度从 f 和 f 减少到 f 和 f,同时保持它们的欧几里得距离,即 L(f,f)=L(f,f)。除了具有欧几里得距离保持能力外,EDPFR 还具有新颖的特征级蒸馏损失。知识蒸馏的主要挑战之一是维度不匹配。虽然以前的蒸馏损失通常将不匹配的特征投影到匹配的类别级、空间级或相似性级别的空间中,但这可能会导致信息丢失,并降低蒸馏的灵活性和效率。我们提出的特征级蒸馏利用了欧几里得距离保持特性的优势,并直接在特征空间中进行蒸馏,从而提供了一种更灵活、更高效的方法。在三个 Re-ID 数据集 Market-1501、DukeMTMC-reID 和 MSMT 上的广泛实验表明,我们提出的欧几里得距离保持特征减少方法是有效的。

相似文献

1
Euclidean-Distance-Preserved Feature Reduction for efficient person re-identification.基于欧几里得距离保特征降维的高效行人再识别
Neural Netw. 2024 Dec;180:106572. doi: 10.1016/j.neunet.2024.106572. Epub 2024 Aug 8.
2
Bit-Scalable Deep Hashing With Regularized Similarity Learning for Image Retrieval and Person Re-Identification.基于正则化相似性学习的位可扩展深度哈希用于图像检索和人员再识别。
IEEE Trans Image Process. 2015 Dec;24(12):4766-79. doi: 10.1109/TIP.2015.2467315. Epub 2015 Aug 11.
3
Unsupervised Person Re-Identification by Deep Asymmetric Metric Embedding.基于深度非对称度量嵌入的无监督行人再识别。
IEEE Trans Pattern Anal Mach Intell. 2020 Apr;42(4):956-973. doi: 10.1109/TPAMI.2018.2886878. Epub 2018 Dec 14.
4
Bidirectional Interaction Network for Person Re-Identification.双向交互网络的人像再识别。
IEEE Trans Image Process. 2021;30:1935-1948. doi: 10.1109/TIP.2021.3049943. Epub 2021 Jan 20.
5
Flexible Body Partition-Based Adversarial Learning for Visible Infrared Person Re-Identification.基于柔性体分区的可见光红外行人再识别对抗学习
IEEE Trans Neural Netw Learn Syst. 2022 Sep;33(9):4676-4687. doi: 10.1109/TNNLS.2021.3059713. Epub 2022 Aug 31.
6
A Multi-Attention Approach for Person Re-Identification Using Deep Learning.基于深度学习的多注意力机制行人再识别方法。
Sensors (Basel). 2023 Apr 2;23(7):3678. doi: 10.3390/s23073678.
7
Unsupervised Person Re-Identification with Attention-Guided Fine-Grained Features and Symmetric Contrast Learning.无监督的基于注意力引导的细粒度特征和对称对比学习的行人再识别。
Sensors (Basel). 2022 Sep 15;22(18):6978. doi: 10.3390/s22186978.
8
Deep Learning for Person Re-Identification: A Survey and Outlook.用于行人重识别的深度学习:综述与展望
IEEE Trans Pattern Anal Mach Intell. 2022 Jun;44(6):2872-2893. doi: 10.1109/TPAMI.2021.3054775. Epub 2022 May 5.
9
Leader-Based Multi-Scale Attention Deep Architecture for Person Re-Identification.基于领导者的多尺度注意深度架构的行人再识别。
IEEE Trans Pattern Anal Mach Intell. 2020 Feb;42(2):371-385. doi: 10.1109/TPAMI.2019.2928294. Epub 2019 Jul 15.
10
Learning Sparse and Identity-Preserved Hidden Attributes for Person Re-Identification.学习稀疏和身份保留的隐式属性进行人像再识别。
IEEE Trans Image Process. 2020;29(1):2013-2025. doi: 10.1109/TIP.2019.2946975. Epub 2019 Oct 17.

引用本文的文献

1
NFEmbed: modeling nitrogenase activity via classification and regression with pretrained protein embeddings.NFEmbed:通过使用预训练蛋白质嵌入进行分类和回归来模拟固氮酶活性。
Bioinform Adv. 2025 Aug 23;5(1):vbaf204. doi: 10.1093/bioadv/vbaf204. eCollection 2025.
2
An effective approach for fault diagnosis: Conflict management and BBA generation.一种有效的故障诊断方法:冲突管理与基本信度分配生成
PLoS One. 2025 Jun 5;20(6):e0324603. doi: 10.1371/journal.pone.0324603. eCollection 2025.
3
Carmna: classification and regression models for nitrogenase activity based on a pretrained large protein language model.
卡尔姆纳:基于预训练大型蛋白质语言模型的固氮酶活性分类与回归模型
Brief Bioinform. 2025 Mar 4;26(2). doi: 10.1093/bib/bbaf197.