REVIEW 28 cited by
YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
For years, the YOLO series has been the de facto industry-level standard for efficient object detection. The YOLO community has prospered overwhelmingly to enrich its use in a multitude of hardware platforms and abundant scenarios. In this technical report, we strive to push its limits to the next level, stepping forward with an unwavering mindset for industry application. Considering the diverse requirements for speed and accuracy in the real environment, we extensively examine the up-to-date object detection advancements either from industry or academia. Specifically, we heavily assimilate ideas from recent network design, training strategies, testing techniques, quantization, and optimization methods. On top of this, we integrate our thoughts and practice to build a suite of deployment-ready networks at various scales to accommodate diversified use cases. With the generous permission of YOLO authors, we name it YOLOv6. We also express our warm welcome to users and contributors for further enhancement. For a glimpse of performance, our YOLOv6-N hits 35.9% AP on the COCO dataset at a throughput of 1234 FPS on an NVIDIA Tesla T4 GPU. YOLOv6-S strikes 43.5% AP at 495 FPS, outperforming other mainstream detectors at the same scale~(YOLOv5-S, YOLOX-S, and PPYOLOE-S). Our quantized version of YOLOv6-S even brings a new state-of-the-art 43.3% AP at 869 FPS. Furthermore, YOLOv6-M/L also achieves better accuracy performance (i.e., 49.5%/52.3%) than other detectors with a similar inference speed. We carefully conducted experiments to validate the effectiveness of each component. Our code is made available at https://github.com/meituan/YOLOv6.
Forward citations
Cited by 28 Pith papers
-
Learning Where to Embed: Noise-Aware Positional Embedding for Query Retrieval in Small-Object Detection
HELP uses heatmap-guided positional embeddings and a gradient mask to suppress background noise in queries, enabling efficient small-object detection with fewer decoder layers and parameters.
-
WUTDet: A 100K-Scale Ship Detection Dataset and Benchmarks with Dense Small Objects
WUTDet is a 100K-image ship detection dataset with benchmarks indicating Transformer models outperform CNN and Mamba architectures in accuracy and small-object detection for complex maritime environments.
-
Gaze-DETR: Top-Down Guidance Through Priority Maps for Infrared Weak-Small UAV Detection with DETR
Supervising a pre-localization priority map, whether from boxes, real gaze, or transferred pseudo-gaze, improves infrared weak-small UAV detection over DINO-DETR.
-
Zero-Shot Learning in Industrial Scenarios: New Large-Scale Benchmark, Challenges and Baseline
Presents MMIO benchmark and RTVP method achieving state-of-the-art 42.2% AP in zero-shot industrial defect detection.
-
Unification of Closed-Open Industrial Detection Scenarios: New Large-Scale Benchmarks,Challenges and Baselines
Presents MMIOC-1M benchmark with 1M+ samples across 14 super-categories and RTVPNet with domain projection, sparse sampling, and bidirectional interaction, claiming SOTA on MMIOC-1M, LVIS, and COCO.
-
Small Object Detection in Industrial Recycling: A New Dataset and YOLO Performance Evaluation
Releases a recycling-specific dataset of >10k images and evaluates YOLO variants on small dense overlapping objects with augmentation and anomaly detection.
-
Hippocampus-DETR: An Explicit Memory Object Detection Framework Based on Hippocampus Modeling
Hippocampus-DETR integrates a hippocampal memory network (HipNet) into DETR to simulate brain subregions for pattern separation, completion, and improved detection accuracy plus generalization.
-
Progressive Pixel-Neighborhood Deformable Cross-Attention for Multispectral Object Detection
PNAFusion proposes pixel-neighborhood cross-attention and adaptive deformable alignment integrated progressively to boost efficiency and accuracy in multispectral object detection.
-
Image Quality Enhancement and Detection of Small and Dense Objects in Industrial Recycling Processes
A new industrial recycling dataset and benchmark show YOLOv8-x and YOLO11-x as top detectors, and a small denoising and super-resolution network (DDSRNet) improves noisy image quality.
-
Multi-Representation Adapter with Neural Architecture Search for Efficient Range-Doppler Radar Object Detection
A YOLOv8-based detector with a multi-representation heatmap/grayscale adapter branch and one-shot NAS reports new SOTA mAP@50 of 71.9 (RADDet) and 57.1 (CARRADA).
-
Global Modeling Matters: A Fast, Lightweight and Effective Baseline for Efficient Image Restoration
A pyramid wavelet-Fourier network with a global-FFT token mixer outperforms prior restoration models on seven tasks while reducing parameters, FLOPs and inference time.
-
Attention from Above: A Multimodal Model for Drone-Based Object Localization
Swapping YOLO-World's C2f backbone blocks for attention-based A2C2f blocks raises mAP@0.5 from 32.5 to 35.2 on VisDrone, according to the paper's Table 2—which its own conclusions contradict.
-
An Intelligent-Cloud Edge Multimodal Interaction System for Robots
A cloud-edge robot system combined a CBAM/DIoU-enhanced YOLO11n gesture detector with LLM/VLM agents, reporting 95–98.9% precision and 82–95% task success on small, validation-based evaluations.
-
Structure-Guided Mixed Masked Pretraining and Spatial Continuity Regularization for Printed Circuit Board Defect Detection
A new PCB defect detection method using structure-guided masked pretraining and spatial continuity regularization achieves 85.5% mAP0.5 on the DsPCBSD+ dataset.
-
Edge Deep Learning in Computer Vision and Medical Diagnostics: A Comprehensive Survey
A comprehensive survey of edge deep learning in computer vision and medical diagnostics that presents a novel categorization of hardware platforms by performance and usage scenarios.
-
Real-Time Frame- and Event-based Object Detection with Spiking Neural Networks on Edge Neuromorphic Hardware: Design, Deployment and Benchmark
SNNs deployed on Loihi 2 achieve real-time object detection with the lowest dynamic energy per inference and recover 87-100% of ANN accuracy via distillation-aware training.
-
Learning to count small and clustered objects with application to bacterial colonies
ACFamNet Pro reaches 9.64% mean normalized absolute error on bacterial colony images under 5-fold cross-validation, beating FamNet by 12.71%.
-
YOLO-Master: MOE-Accelerated with Specialized Transformers for Enhanced Real-time Detection
YOLO-Master inserts a sparse Mixture-of-Experts block into a YOLO backbone, reporting 42.4% COCO AP at 1.62 ms, +0.8 AP and 18% faster than YOLOv13-N.
-
LiM-YOLO: Less is More with Pyramid Level Shift for Ship Detection in Optical Remote Sensing
Shifting the YOLOv9 detection pyramid from strides 8-16-32 to 4-8-16 improves ship detection accuracy while cutting parameters by 64%.
-
All You Need for Object Detection: From Pixels, Points, and Prompts to Next-Gen Fusion and Multimodal LLMs/VLMs in Autonomous Vehicles
A survey synthesizing sensor fusion strategies, AV datasets, and emerging LLM/VLM-powered object detection pipelines for autonomous vehicles.
-
OD-VIRAT: A Large-Scale Benchmark for Object Detection in Realistic Surveillance Environments
The authors convert VIRAT surveillance videos into COCO-style detection benchmarks and benchmark five detectors on the smaller variant.
-
Glance-MCMT: A General MCMT Framework with Glance Initialization and Progressive Association
Glance-MCMT combines BoT-SORT single-camera tracks, a short glance phase to seed global IDs, and progressive cross-view association, reaching 51.34 HOTA on AI City 2025 validation data.
-
Trustworthy AI in Digital Health: A Comprehensive Review of Robustness and Explainability
A survey of robustness and explainability methods for digital health AI, proposing a taxonomy and illustrating known XAI tools, without new empirical or theoretical results.
-
LongCat-Video-Avatar 1.5 Technical Report
LongCat-Video-Avatar 1.5 delivers an engineering-focused upgrade to audio-driven video generation with claimed competitive performance against closed-source systems on a 500-case benchmark.
-
Few-Shot Learning in Video and 3D Object Detection: A Survey
A survey of few-shot learning for video and 3D object detection that reviews architectures, losses, and training strategies, but contains numerous citation errors and unsupported performance claims.
-
A Novel Tuning Method for Real-time Multiple-Object Tracking Utilizing Thermal Sensor with Complexity Motion Pattern
A simple SORT-based tracker with manually tuned hyperparameters won the PBVS TP-MOT thermal pedestrian tracking challenge, beating ReID and diffusion-based trackers.
-
YOLOv11: An Overview of the Key Architectural Enhancements
YOLOv11 adds blocks such as C3k2, SPPF, and C2PSA to improve feature extraction, mAP, and efficiency while supporting detection, segmentation, pose, and oriented detection across model sizes.
-
YOLOv1 to YOLOv11: A Comprehensive Survey of Real-Time Object Detection Innovations and Challenges
A survey of YOLO object detectors from version 1 to version 11 that compiles architectures, benchmarks, and applications, with several factual inconsistencies.
Discussion (0). Sign in to comment.