paper-with-me

홈 › Papers

Strength in Diversity: Multi-Branch Representation Learning for Vehicle Re-Identification

2023-10-02 · Eurico Almeida, Bruno Silva, Jorge Batista

This paper presents an efficient and lightweight multi-branch deep architecture to improve vehicle re-identification (V-ReID). While most V-ReID work uses a combination of complex multi-branch architectures to extract robust and diversified embeddings towards re-identification, we advocate that simple and lightweight architectures can be designed to fulfill the Re-ID task without compromising performance. We propose a combination of Grouped-convolution and Loss-Branch-Split strategies to design a multi-branch architecture that improve feature diversity and feature discriminability. We combine a ResNet50 global branch architecture with a BotNet self-attention branch architecture, both designed within a Loss-Branch-Split (LBS) strategy. We argue that specialized loss-branch-splitting helps to improve re-identification tasks by generating specialized re-identification features. A lightweight solution using grouped convolution is also proposed to mimic the learning of loss-splitting into multiple embeddings while significantly reducing the model size. In addition, we designed an improved solution to leverage additional metadata, such as camera ID and pose information, that uses 97% less parameters, further improving re-identification performance. In comparison to state-of-the-art (SoTA) methods, our approach outperforms competing solutions in Veri-776 by achieving 85.6% mAP and 97.7% CMC1 and obtains competitive results in Veri-Wild with 88.1% mAP and 96.3% CMC1. Overall, our work provides important insights into improving vehicle re-identification and presents a strong basis for other retrieval tasks. Our code is available at the https://github.com/videturfortuna/vehicle_reid_itsc2023.

📄 PDF Abstract BibTeX arXiv:2310.01129

Code (1)

videturfortuna/vehicle_reid_itsc2023 공식 구현 pytorch

Tasks

DiversityRepresentation LearningVehicle Re-Identification

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…

Similar Papers 제목 키워드 기반

Graph-Enhanced Dual-Stream Feature Fusion with Pre-Trained Model for Acoustic Traffic Monitoring

2024-12-26 · Shitong Fan, Feiyang Xiao, Wenbo Wang, Shuhan Qi 외

Microphone array techniques are widely used in sound source localization and smart city acoustic-based traffic monitoring, but these applications face significant challenges due to the scarcity of labeled real-world traf…

Graph AttentionSound Source Localization

Instance and Pair-Aware Dynamic Networks for Re-Identification

2021-03-09 · Bingliang Jiao, Xin Tan, Jinghao Zhou, Lu Yang 외

Re-identification (ReID) is to identify the same instance across different cameras. Existing ReID methods mostly utilize alignment-based or attention-based strategies to generate effective feature representations. Howeve…

Vehicle Detection of Multi-source Remote Sensing Data Using Active Fine-tuning Network

2020-07-16 · Xin Wu, Wei Li, Danfeng Hong, Jiaojiao Tian 외

Vehicle detection in remote sensing images has attracted increasing interest in recent years. However, its detection ability is limited due to lack of well-annotated samples, especially in densely crowded scenes. Further…

Transfer Learningvehicle detection

Optimal Solutions for the Moving Target Vehicle Routing Problem via Branch-and-Price with Relaxed Continuity

2026-02-28 · Anoop Bhat, Geordan Gutow, Zhongqiang Ren, Sivakumar Rathinam 외 arxiv

The Moving Target Vehicle Routing Problem (MT-VRP) seeks trajectories for several agents that intercept a set of moving targets, subject to speed, time window, and capacity constraints. We introduce an exact algorithm, B…

Generating Out-Of-Distribution Scenarios Using Language Models

2024-11-25 · Erfan Aasi, Phat Nguyen, Shiva Sreeram, Guy Rosman 외

The deployment of autonomous vehicles controlled by machine learning techniques requires extensive testing in diverse real-world environments, robust handling of edge cases and out-of-distribution scenarios, and comprehe…

Autonomous DrivingAutonomous VehiclesCommon Sense ReasoningNavigate+1