TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/LeYOLO, New Scalable and Efficient CNN Architecture for Ob...

LeYOLO, New Scalable and Efficient CNN Architecture for Object Detection

Lilian Hollard, Lucas Mohimont, Nathalie Gaveau, Luiz-Angelo Steffenel

2024-06-20object-detectionObject Detection
PaperPDFCode(official)

Abstract

Computational efficiency in deep neural networks is critical for object detection, especially as newer models prioritize speed over efficient computation (FLOP). This evolution has somewhat left behind embedded and mobile-oriented AI object detection applications. In this paper, we focus on design choices of neural network architectures for efficient object detection computation based on FLOP and propose several optimizations to enhance the efficiency of YOLO-based models. Firstly, we introduce an efficient backbone scaling inspired by inverted bottlenecks and theoretical insights from the Information Bottleneck principle. Secondly, we present the Fast Pyramidal Architecture Network (FPAN), designed to facilitate fast multiscale feature sharing while reducing computational resources. Lastly, we propose a Decoupled Network-in-Network (DNiN) detection head engineered to deliver rapid yet lightweight computations for classification and regression tasks. Building upon these optimizations and leveraging more efficient backbones, this paper contributes to a new scaling paradigm for object detection and YOLO-centric models called LeYOLO. Our contribution consistently outperforms existing models in various resource constraints, achieving unprecedented accuracy and flop ratio. Notably, LeYOLO-Small achieves a competitive mAP score of 38.2% on the COCOval with just 4.5 FLOP(G), representing a 42% reduction in computational load compared to the latest state-of-the-art YOLOv9-Tiny model while achieving similar accuracy. Our novel model family achieves a FLOP-to-accuracy ratio previously unattained, offering scalability that spans from ultra-low neural network configurations (< 1 GFLOP) to efficient yet demanding object detection setups (> 4 GFLOPs) with 25.2, 31.3, 35.2, 38.2, 39.3 and 41 mAP for 0.66, 1.47, 2.53, 4.51, 5.8 and 8.4 FLOP(G).

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devGFLOPs8.4LeYOLO (Large@768)
Object DetectionCOCO test-devParams (M)2.4LeYOLO (Large@768)
Object DetectionCOCO test-devbox mAP41LeYOLO (Large@768)
Object DetectionCOCO test-devGFLOPs5.8LeYOLO (Medium@640)
Object DetectionCOCO test-devbox mAP39.3LeYOLO (Medium@640)
Object DetectionCOCO test-devGFLOPs4.51LeYOLO (Small@640)
Object DetectionCOCO test-devParams (M)1.9LeYOLO (Small@640)
Object DetectionCOCO test-devbox mAP38.2LeYOLO (Small@640)
3DCOCO test-devGFLOPs8.4LeYOLO (Large@768)
3DCOCO test-devParams (M)2.4LeYOLO (Large@768)
3DCOCO test-devbox mAP41LeYOLO (Large@768)
3DCOCO test-devGFLOPs5.8LeYOLO (Medium@640)
3DCOCO test-devbox mAP39.3LeYOLO (Medium@640)
3DCOCO test-devGFLOPs4.51LeYOLO (Small@640)
3DCOCO test-devParams (M)1.9LeYOLO (Small@640)
3DCOCO test-devbox mAP38.2LeYOLO (Small@640)
2D ClassificationCOCO test-devGFLOPs8.4LeYOLO (Large@768)
2D ClassificationCOCO test-devParams (M)2.4LeYOLO (Large@768)
2D ClassificationCOCO test-devbox mAP41LeYOLO (Large@768)
2D ClassificationCOCO test-devGFLOPs5.8LeYOLO (Medium@640)
2D ClassificationCOCO test-devbox mAP39.3LeYOLO (Medium@640)
2D ClassificationCOCO test-devGFLOPs4.51LeYOLO (Small@640)
2D ClassificationCOCO test-devParams (M)1.9LeYOLO (Small@640)
2D ClassificationCOCO test-devbox mAP38.2LeYOLO (Small@640)
2D Object DetectionCOCO test-devGFLOPs8.4LeYOLO (Large@768)
2D Object DetectionCOCO test-devParams (M)2.4LeYOLO (Large@768)
2D Object DetectionCOCO test-devbox mAP41LeYOLO (Large@768)
2D Object DetectionCOCO test-devGFLOPs5.8LeYOLO (Medium@640)
2D Object DetectionCOCO test-devbox mAP39.3LeYOLO (Medium@640)
2D Object DetectionCOCO test-devGFLOPs4.51LeYOLO (Small@640)
2D Object DetectionCOCO test-devParams (M)1.9LeYOLO (Small@640)
2D Object DetectionCOCO test-devbox mAP38.2LeYOLO (Small@640)
16kCOCO test-devGFLOPs8.4LeYOLO (Large@768)
16kCOCO test-devParams (M)2.4LeYOLO (Large@768)
16kCOCO test-devbox mAP41LeYOLO (Large@768)
16kCOCO test-devGFLOPs5.8LeYOLO (Medium@640)
16kCOCO test-devbox mAP39.3LeYOLO (Medium@640)
16kCOCO test-devGFLOPs4.51LeYOLO (Small@640)
16kCOCO test-devParams (M)1.9LeYOLO (Small@640)
16kCOCO test-devbox mAP38.2LeYOLO (Small@640)

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07