paper-with-me

Papers

YOLOX: Exceeding YOLO Series in 2021

2021-07-18 · Zheng Ge, Songtao Liu, Feng Wang, Zeming Li, Jian Sun

In this report, we present some experienced improvements to YOLO series, forming a new high-performance detector -- YOLOX. We switch the YOLO detector to an anchor-free manner and conduct other advanced detection techniques, i.e., a decoupled head and the leading label assignment strategy SimOTA to achieve state-of-the-art results across a large scale range of models: For YOLO-Nano with only 0.91M parameters and 1.08G FLOPs, we get 25.3% AP on COCO, surpassing NanoDet by 1.8% AP; for YOLOv3, one of the most widely used detectors in industry, we boost it to 47.3% AP on COCO, outperforming the current best practice by 3.0% AP; for YOLOX-L with roughly the same amount of parameters as YOLOv4-CSP, YOLOv5-L, we achieve 50.0% AP on COCO at a speed of 68.9 FPS on Tesla V100, exceeding YOLOv5-L by 1.8% AP. Further, we won the 1st Place on Streaming Perception Challenge (Workshop on Autonomous Driving at CVPR 2021) using a single YOLOX-L model. We hope this report can provide useful experience for developers and researchers in practical scenes, and we also provide deploy versions with ONNX, TensorRT, NCNN, and Openvino supported. Source code is at https://github.com/Megvii-BaseDetection/YOLOX.

📄 PDF Abstract BibTeX arXiv:2107.08430

Code (42)

Megvii-BaseDetection/YOLOX 공식 구현 pytorch
https://dagshub.com/arnavr.neo/YOLOX
2023-MindSpore-1/ms-code-182 mindspore
2023-MindSpore-1/ms-code-191 mindspore
2023-MindSpore-1/ms-code-194 mindspore
2023-MindSpore-1/ms-code-216/tree/main/res2net_yolov3 mindspore
2023-MindSpore-1/ms-code-31 mindspore
2023-MindSpore-4/Code10/tree/main/YOLOX mindspore
CycloneBoy/PPDetectionPytorch pytorch
DataXujing/YOLOX- pytorch
Deci-AI/super-gradients pytorch
MegEngine/YOLOX pytorch
MindSpore-paper-code-2/code2/tree/main/res2net_yolov3 mindspore
NEUAutonomousDriving408/CIVCAutonomousDriving pytorch
PaddlePaddle/PaddleDetection paddle
StephenStorm/YOLOX pytorch
alibaba/EasyCV pytorch
apolloauto/apollo-model-yolox pytorch
chenyicai-0611/YOLOX-Flask-deployment pytorch
code-implementation1/Code7/tree/main/res2net_yolov3 mindspore
code-implementation1/Code9/tree/main/YOLOX mindspore
code-implementation1/Code9/tree/main/YOLOv3 mindspore
gloria111/YOLOX_paddle paddle
jesse01/paddle-yolox paddle
jinsheng124/yolox pytorch
kisna-aryan/YOLOX pytorch
lazyn1997/YOLOX paddle
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/yolox tf
liuyuan000/yolox_sar pytorch
middleprince/YOLOX-SS pytorch
mszpc/yolox mindspore
newsun-boki/yolovx-openvino-c--video-infer pytorch
newsun-boki/yolox-openvino-video-infer pytorch
open-edge-platform/geti pytorch
open-mmlab/mmdetection pytorch
pistachio0812/YOLOX pytorch
pmj110119/yolox pytorch
qy1994-0919/cfpnet pytorch
texasinstruments/edgeai-yolox pytorch
wangdongdut/dut-anti-uav
xiyie/yolox pytorch
zhangming8/yolox-pytorch pytorch

Tasks

2D Object DetectionAutonomous DrivingObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

BNB Customer Service Number +1-833-534-1729 설명 없음
YOLO 설명 없음
CSPDarknet53 CSPDarknet53 is a convolutional neural network and backbone for object detection that uses DarkNet-53. It employs a CSPNet…
YOLOX 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

YOLOX-PAI: An Improved YOLOX, Stronger and Faster than YOLOv6

2022-08-27 · Ziheng Wu, Xinyi Zou, Wenmeng Zhou, Jun Huang

We develop an all-in-one computer vision toolbox named EasyCV to facilitate the use of various SOTA computer vision methods. Recently, we add YOLOX-PAI, an improved version of YOLOX, into EasyCV. We conduct ablation stud…

GPUobject-detectionObject Detection

Knowledge Distillation in YOLOX-ViT for Side-Scan Sonar Object Detection

2024-03-14 · Martin Aubard, László Antal, Ana Madureira, Erika Ábrahám

In this paper we present YOLOX-ViT, a novel object detection model, and investigate the efficacy of knowledge distillation for model size reduction without sacrificing performance. Focused on underwater robotics, our res…

Knowledge DistillationNovel Object DetectionObjectobject-detection+1

Comparison Of Deep Object Detectors On A New Vulnerable Pedestrian Dataset

2022-12-12 · Devansh Sharma, Tihitina Hade, Qing Tian

Pedestrian safety is one primary concern in autonomous driving. The under-representation of vulnerable groups in today's pedestrian datasets points to an urgent need for a dataset of vulnerable road users. In order to he…

Autonomous Drivingobject-detectionObject DetectionPedestrian Detection

Evaluation of YOLO Models with Sliced Inference for Small Object Detection

2022-03-09 · Muhammed Can Keles, Batuhan Salmanoglu, Mehmet Serdar Guzel, Baran Gursoy 외

Small object detection has major applications in the fields of UAVs, surveillance, farming and many others. In this work we investigate the performance of state of the art Yolo based object detection models for the task …

Objectobject-detectionObject DetectionSmall Object Detection

Research on road object detection algorithm based on improved YOLOX

2023-02-16 · Tao Yang, Youyu Wu, Yangxintai Tang

Road object detection is an important branch of automatic driving technology, The model with higher detection accuracy is more conducive to the safe driving of vehicles. In road object detection, the omission of small ob…

Objectobject-detectionObject Detectionregression