Collaborative Enhancement Network for Low-quality Multi-spectral Vehicle Re-identification
Aihua Zheng, Yongqi Sun, Zi Wang, Chenglong Li, Jin Tang
TL;DR
The paper tackles low-quality multi-spectral vehicle ReID by introducing CoEN, a framework that builds a fused proxy from RGB, NIR, and TIR spectra using a Proxy Generator, then dynamically ranks spectrum quality with a Dynamic Quality Sort Module to select a high-quality primary spectrum. It couples primary-based and proxy-based enhancement in a Collaborative Enhancement Module to recover missing cues and align multi-spectral features, supervised by joint identity and triplet losses. Empirical results on WMVeID863, RGBNT100, and MSVR310 show CoEN outperforms state-of-the-art methods, with notable gains in mAP and Rank-1, and ablations confirm the contributions of PG, DQSM, and CEM. The approach offers robust cross-spectral fusion under varying spectral quality and demonstrates strong potential for real-world, all-weather vehicle re-identification scenarios.
Abstract
The performance of multi-spectral vehicle Re-identification (ReID) is significantly degraded when some important discriminative cues in visible, near infrared and thermal infrared spectra are lost. Existing methods generate or enhance missing details in low-quality spectra data using the high-quality one, generally called the primary spectrum, but how to justify the primary spectrum is a challenging problem. In addition, when the quality of the primary spectrum is low, the enhancement effect would be greatly degraded, thus limiting the performance of multi-spectral vehicle ReID. To address these problems, we propose the Collaborative Enhancement Network (CoEN), which generates a high-quality proxy from all spectra data and leverages it to supervise the selection of primary spectrum and enhance all spectra features in a collaborative manner, for robust multi-spectral vehicle ReID. First, to integrate the rich cues from all spectra data, we design the Proxy Generator (PG) to progressively aggregate multi-spectral features. Second, we design the Dynamic Quality Sort Module (DQSM), which sorts all spectra data by measuring their correlations with the proxy, to accurately select the primary spectra with the highest correlation. Finally, we design the Collaborative Enhancement Module (CEM) to effectively compensate for missing contents of all spectra by collaborating the primary spectra and the proxy, thereby mitigating the impact of low-quality primary spectra. Extensive experiments on three benchmark datasets are conducted to validate the efficacy of the proposed approach against other multi-spectral vehicle ReID methods. The codes will be released at https://github.com/yongqisun/CoEN.
