paper-with-me

홈 › Papers

Image-Based Vehicle Classification by Synergizing Features from Supervised and Self-Supervised Learning Paradigms

2023-02-01 · Shihan Ma, Jidong J. Yang

This paper introduces a novel approach to leverage features learned from both supervised and self-supervised paradigms, to improve image classification tasks, specifically for vehicle classification. Two state-of-the-art self-supervised learning methods, DINO and data2vec, were evaluated and compared for their representation learning of vehicle images. The former contrasts local and global views while the latter uses masked prediction on multi-layered representations. In the latter case, supervised learning is employed to finetune a pretrained YOLOR object detector for detecting vehicle wheels, from which definitive wheel positional features are retrieved. The representations learned from these self-supervised learning methods were combined with the wheel positional features for the vehicle classification task. Particularly, a random wheel masking strategy was utilized to finetune the previously learned representations in harmony with the wheel positional features during the training of the classifier. Our experiments show that the data2vec-distilled representations, which are consistent with our wheel masking strategy, outperformed the DINO counterpart, resulting in a celebrated Top-1 classification accuracy of 97.2% for classifying the 13 vehicle classes defined by the Federal Highway Administration.

📄 PDF Abstract BibTeX arXiv:2302.00648

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Synergizing Unsupervised and Supervised Learning: A Hybrid Approach for Accurate Natural Language Task Modeling

2024-06-03 · Wrick Talukdar, Anjanava Biswas

While supervised learning models have shown remarkable performance in various natural language processing (NLP) tasks, their success heavily relies on the availability of large-scale labeled datasets, which can be costly…

Language Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Towards Infant Sleep-Optimized Driving: Synergizing Wearable and Vehicle Sensing in Intelligent Cruise Control

2025-06-06 · Ruitao Chen, Mozhang Guo, Jinge Li

Automated driving (AD) has substantially improved vehicle safety and driving comfort, but their impact on passenger well-being, particularly infant sleep, is not sufficiently studied. Sudden acceleration, abrupt braking,…

Reinforcement Learning (RL)Sleep Quality

Unsupervised Vehicle Re-Identification via Self-supervised Metric Learning using Feature Dictionary

2021-03-03 · Jongmin Yu, Hyeontaek Oh

The key challenge of unsupervised vehicle re-identification (Re-ID) is learning discriminative features from unlabelled vehicle images. Numerous methods using domain adaptation have achieved outstanding performance, but …

Domain AdaptationMetric LearningTripletUnsupervised Vehicle Re-Identification+1

Improving Representation Learning for Histopathologic Images with Cluster Constraints

2023-10-18 · ICCV 2023 1 · Weiyi Wu, Chongyang Gao, Joseph DiPalma, Soroush Vosoughi 외

Recent advances in whole-slide image (WSI) scanners and computational capabilities have significantly propelled the application of artificial intelligence in histopathology slide analysis. While these strides are promisi…

ClusteringRepresentation LearningSelf-Supervised Learning

Drive as You Speak: Enabling Human-Like Interaction with Large Language Models in Autonomous Vehicles

2023-09-19 · Can Cui, Yunsheng Ma, Xu Cao, Wenqian Ye 외

The future of autonomous vehicles lies in the convergence of human-centric design and advanced AI capabilities. Autonomous vehicles of the future will not only transport passengers but also interact and adapt to their de…

Autonomous DrivingAutonomous VehiclesDecision Making