scispace - formally typeset
A

Alexey Bochkovskiy

Researcher at Intel

Publications -  6
Citations -  7364

Alexey Bochkovskiy is an academic researcher from Intel. The author has contributed to research in topics: Transformer (machine learning model) & Computer science. The author has an hindex of 5, co-authored 5 publications receiving 1649 citations.

Papers
More filters
Posted Content

YOLOv4: Optimal Speed and Accuracy of Object Detection

TL;DR: This work uses new features: WRC, CSP, CmBN, SAT, Mish activation, Mosaic data augmentation, C mBN, DropBlock regularization, and CIoU loss, and combine some of them to achieve state-of-the-art results: 43.5% AP for the MS COCO dataset at a realtime speed of ~65 FPS on Tesla V100.
Journal ArticleDOI

YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

TL;DR: YOLOv7 surpasses all known object detectors in both speed and accuracy in the range from 5 FPS to 160 FPS and has the highest accuracy 56.8% AP among all known real-time object detectors with 30 FPS or higher on GPU V100.
Posted Content

Scaled-YOLOv4: Scaling Cross Stage Partial Network

TL;DR: It is shown that the YOLOv4 object detection neural network based on the CSP approach, scales both up and down and is applicable to small and large networks while maintaining optimal speed and accuracy.
Proceedings ArticleDOI

Scaled-YOLOv4: Scaling Cross Stage Partial Network

TL;DR: YOLOv4 as discussed by the authors proposes a network scaling approach that modifies not only the depth, width, resolution, but also structure of the network, achieving state-of-the-art performance on the MS COCO dataset.
Posted Content

Vision Transformers for Dense Prediction

TL;DR: Dense vision transformers as mentioned in this paper uses a convolutional decoder to combine the output of different stages of the vision transformer into image-like representations at various resolutions and progressively combine them into full-resolution predictions.