object-detection

3417 papers with code • 1 benchmarks • 4 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find object-detection models and implementations
49 papers
27,908
16 papers
2,923
See all 47 libraries.

Most implemented papers

Visual Attention Network

Visual-Attention-Network/VAN-Classification 20 Feb 2022

In this paper, we propose a novel linear attention named large kernel attention (LKA) to enable self-adaptive and long-range correlations in self-attention while avoiding its shortcomings.

PointPillars: Fast Encoders for Object Detection from Point Clouds

nutonomy/second.pytorch CVPR 2019

These benchmarks suggest that PointPillars is an appropriate encoding for object detection in point clouds.

RandAugment: Practical automated data augmentation with a reduced search space

rwightman/pytorch-image-models NeurIPS 2020

Additionally, due to the separate search phase, these approaches are unable to adjust the regularization strength based on model or dataset size.

Filter Response Normalization Layer: Eliminating Batch Dependence in the Training of Deep Neural Networks

mindspore-ai/models CVPR 2020

Our method outperforms BN and other alternatives in a variety of settings for all batch sizes.

How to train your ViT? Data, Augmentation, and Regularization in Vision Transformers

rwightman/pytorch-image-models 18 Jun 2021

Vision Transformers (ViT) have been shown to attain highly competitive performance for a wide range of vision applications, such as image classification, object detection and semantic image segmentation.

nuScenes: A multimodal dataset for autonomous driving

nutonomy/nuscenes-devkit CVPR 2020

Most autonomous vehicles, however, carry a combination of cameras and range sensors such as lidar and radar.

Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition

yhenon/keras-spp 18 Jun 2014

This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale.

Speed/accuracy trade-offs for modern convolutional object detectors

tensorflow/models CVPR 2017

On the opposite end in which accuracy is critical, we present a detector that achieves state-of-the-art performance measured on the COCO detection task.

Unsupervised Feature Learning via Non-Parametric Instance-level Discrimination

zhirongw/lemniscate.pytorch 5 May 2018

Neural net classifiers trained on data with annotated class labels can also capture apparent visual similarity among categories without being directed to do so.

Attention Augmented Convolutional Networks

leaderj1001/Attention-Augmented-Conv2d ICCV 2019

Convolutional networks have been the paradigm of choice in many computer vision applications.