paper-with-me

Papers

Lightweight Object Detection: A Study Based on YOLOv7 Integrated with ShuffleNetv2 and Vision Transformer

2024-03-04 · Wenkai Gong

As mobile computing technology rapidly evolves, deploying efficient object detection algorithms on mobile devices emerges as a pivotal research area in computer vision. This study zeroes in on optimizing the YOLOv7 algorithm to boost its operational efficiency and speed on mobile platforms while ensuring high accuracy. Leveraging a synergy of advanced techniques such as Group Convolution, ShuffleNetV2, and Vision Transformer, this research has effectively minimized the model's parameter count and memory usage, streamlined the network architecture, and fortified the real-time object detection proficiency on resource-constrained devices. The experimental outcomes reveal that the refined YOLO model demonstrates exceptional performance, markedly enhancing processing velocity while sustaining superior detection accuracy.

📄 PDF Abstract BibTeX arXiv:2403.01736

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head 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$…
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…

Similar Papers 제목 키워드 기반

Fostc3net:A Lightweight YOLOv5 Based On the Network Structure Optimization

2024-03-20 · Danqing Ma, Shaojie Li, Bo Dang, Hengyi Zang 외

Transmission line detection technology is crucial for automatic monitoring and ensuring the safety of electrical facilities. The YOLOv5 series is currently one of the most advanced and widely used methods for object dete…

Line Detectionobject-detectionObject Detection

Dual-Strategy Improvement of YOLOv11n for Multi-Scale Object Detection in Remote Sensing Images

2026-03-14 · Shuaiyu Zhu, Sergey Ablameyko arxiv

Satellite remote sensing images pose significant challenges for object detection due to their high resolution, complex scenes, and large variations in target scales. To address the insufficient detection accuracy of the …

Object Detection

Real-Time Tea Leaf Disease Detection Using Deep Learning-Based Models

2024-12-20 · International Conference on Computer and Information Technology (ICCIT) 2024 12 · Swapnil Sharma Sarker, Ashiqul Islam, Raufun Talukder Raktim, Sanjana Akter Roshni 외

Tea leaf diseases pose a significant threat to crop productivity, highlighting the need for efficient and accurate detection methods. The lack of cost-effective, lightweight models for deployment on end devices limits re…

Computational Efficiencyobject-detectionObject Detection

DroneScan-YOLO: Redundancy-Aware Lightweight Detection for Tiny Objects in UAV Imagery

2026-04-14 · Yann V. Bellec arxiv

Aerial object detection in UAV imagery presents unique challenges due to the high prevalence of tiny objects, adverse environmental conditions, and strict computational constraints. Standard YOLO-based detectors fail to …

Object Detection

Facial Expression Recognition with YOLOv11 and YOLOv12: A Comparative Study

2025-11-14 · Umma Aymon, Nur Shazwani Kamarudin, Ahmad Fakhri Ab. Nasir arxiv

Facial Expression Recognition remains a challenging task, especially in unconstrained, real-world environments. This study investigates the performance of two lightweight models, YOLOv11n and YOLOv12n, which are the nano…

Facial Expression RecognitionObject Detection