This is a page that curates AI-related papers published worldwide. All content here is summarized using Google Gemini and operated on a non-profit basis. Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.
Following the Clues: Experiments on Person Re-ID using Cross-Modal Intelligence
Created by
Haebom
Author
Robert Aufschl ager, Youssef Shoeb, Azarm Nowzad, Michael Heigl, Fabian Bally, Martin Schramm
Outline
This paper addresses the issue that street-level image data released as open data plays a crucial role in the advancement of autonomous driving systems and AI research, but poses significant privacy risks due to personally identifiable information (PII). In particular, the existence of PII beyond biometric information such as faces is a concern. In this paper, we present cRID, a novel cross-modal framework that combines large-scale vision-language models, graph attention networks, and representation learning. cRID focuses on identifying and leveraging interpretable features to detect semantically meaningful PII beyond low-level appearance cues. Experimental results demonstrate improved performance, especially on a practical cross-dataset Re-ID scenario from Market-1501 to CUHK03-np (Detected), highlighting the practicality of the framework. The code is available at https://github.com/RAufschlaeger/cRID .