paper-with-me

Papers

Adaptive Aspect Ratios with Patch-Mixup-ViT-based Vehicle ReID

2024-11-09 · Mei Qiu, Lauren Ann Christopher, Stanley Chien, Lingxi Li

Vision Transformers (ViTs) have shown exceptional performance in vehicle re-identification (ReID) tasks. However, non-square aspect ratios of image or video inputs can negatively impact re-identification accuracy. To address this challenge, we propose a novel, human perception driven, and general ViT-based ReID framework that fuses models trained on various aspect ratios. Our key contributions are threefold: (i) We analyze the impact of aspect ratios on performance using the VeRi-776 and VehicleID datasets, providing guidance for input settings based on the distribution of original image aspect ratios. (ii) We introduce patch-wise mixup strategy during ViT patchification (guided by spatial attention scores) and implement uneven stride for better alignment with object aspect ratios. (iii) We propose a dynamic feature fusion ReID network to enhance model robustness. Our method outperforms state-of-the-art transformer-based approaches on both datasets, with only a minimal increase in inference time per image.

📄 PDF Abstract BibTeX arXiv:2411.06297

Code (1)

qiumei1101/adaptive_ar_pm_transreid 공식 구현 pytorch

Tasks

Vehicle Re-Identification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Study on Aspect Ratio Variability toward Robustness of Vision Transformer-based Vehicle Re-identification

2024-07-10 · Mei Qiu, Lauren Christopher, Lingxi Li

Vision Transformers (ViTs) have excelled in vehicle re-identification (ReID) tasks. However, non-square aspect ratios of image or video input might significantly affect the re-identification performance. To address this …

Vehicle Re-Identification

$S^{2}$-FracMix: Label-Preserving Self-Saliency Mixup Augmentation

2026-06-24 · Khawar Islam, Arif Mahmood, Xin Jin, Naveed Akhtar arxiv

Data augmentation is known to improve generalization of deep visual models. Recent methods favor mixup strategies that generate interpolated samples to improve model performance. However, these techniques not only incur …

Transfer LearningData AugmentationObject Detection

Image Aesthetics Prediction Using Multiple Patches Preserving the Original Aspect Ratio of Contents

2020-07-05 · Lijie Wang, Xueting Wang, Toshihiko Yamasaki

The spread of social networking services has created an increasing demand for selecting, editing, and generating impressive images. This trend increases the importance of evaluating image aesthetics as a complementary fu…

Prediction

Mixup Model Merge: Enhancing Model Merging Performance through Randomized Linear Interpolation

2025-02-21 · Yue Zhou, Yi Chang, Yuan Wu

Model merging integrates the parameters of multiple models into a unified model, combining their diverse capabilities. Existing model merging methods are often constrained by fixed parameter merging ratios. In this study…

Adversarial RobustnessData Augmentationmodel

Patch-level Neighborhood Interpolation: A General and Effective Graph-based Regularization Strategy

2019-11-21 · Ke Sun, Bing Yu, Zhouchen Lin, Zhanxing Zhu

Regularization plays a crucial role in machine learning models, especially for deep neural networks. The existing regularization techniques mainly rely on the i.i.d. assumption and only consider the knowledge from the cu…

Computational Efficiency