Comparative study of subset selection methods for rapid prototyping of 3D object detection algorithms

06/30/2023
by   Konrad Lis, et al.
0

Object detection in 3D is a crucial aspect in the context of autonomous vehicles and drones. However, prototyping detection algorithms is time-consuming and costly in terms of energy and environmental impact. To address these challenges, one can check the effectiveness of different models by training on a subset of the original training set. In this paper, we present a comparison of three algorithms for selecting such a subset - random sampling, random per class sampling, and our proposed MONSPeC (Maximum Object Number Sampling per Class). We provide empirical evidence for the superior effectiveness of random per class sampling and MONSPeC over basic random sampling. By replacing random sampling with one of the more efficient algorithms, the results obtained on the subset are more likely to transfer to the results on the entire dataset. The code is available at: https://github.com/vision-agh/monspec.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/30/2021

ePose: Let's Make EfficientPose More Generally Applicable

EfficientPose is an impressive 3D object detection model. It has been de...
research
11/20/2020

A Review and Comparative Study on Probabilistic Object Detection in Autonomous Driving

Capturing uncertainty in object detection is indispensable for safe auto...
research
01/09/2020

MatrixNets: A New Scale and Aspect Ratio Aware Architecture for Object Detection

We present MatrixNets (xNets), a new deep architecture for object detect...
research
12/06/2020

Towards Better Object Detection in Scale Variation with Adaptive Feature Selection

It is a common practice to exploit pyramidal feature representation to t...
research
03/14/2019

SimpleDet: A Simple and Versatile Distributed Framework for Object Detection and Instance Recognition

Object detection and instance recognition play a central role in many AI...
research
09/15/2020

A Systematic Characterization of Sampling Algorithms for Open-ended Language Generation

This work studies the widely adopted ancestral sampling algorithms for a...
research
09/18/2018

Random problems with R

R (Version 3.5.1 patched) has an issue with its random sampling function...

Please sign up or login with your details

Forgot password? Click here to reset