paper-with-me

Papers

RMOPP: Robust Multi-Objective Post-Processing for Effective Object Detection

2021-02-09 · Mayuresh Savargaonkar, Abdallah Chehade, Samir Rawashdeh

Over the last few decades, many architectures have been developed that harness the power of neural networks to detect objects in near real-time. Training such systems requires substantial time across multiple GPUs and massive labeled training datasets. Although the goal of these systems is generalizability, they are often impractical in real-life applications due to flexibility, robustness, or speed issues. This paper proposes RMOPP: A robust multi-objective post-processing algorithm to boost the performance of fast pre-trained object detectors with a negligible impact on their speed. Specifically, RMOPP is a statistically driven, post-processing algorithm that allows for simultaneous optimization of precision and recall. A unique feature of RMOPP is the Pareto frontier that identifies dominant possible post-processed detectors to optimize for both precision and recall. RMOPP explores the full potential of a pre-trained object detector and is deployable for near real-time predictions. We also provide a compelling test case on YOLOv2 using the MS-COCO dataset.

📄 PDF Abstract BibTeX arXiv:2102.04582

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Darknet-19 설명 없음

Similar Papers 제목 키워드 기반

CPPF: A contextual and post-processing-free model for automatic speech recognition

2023-09-14 · Lei Zhang, Zhengkun Tian, Xiang Chen, Jiaming Sun 외

ASR systems have become increasingly widespread in recent years. However, their textual outputs often require post-processing tasks before they can be practically utilized. To address this issue, we draw inspiration from…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

On the Unbounded External Archive and Population Size in Preference-based Evolutionary Multi-objective Optimization Using a Reference Point

2023-04-07 · Ryoji Tanabe

Although the population size is an important parameter in evolutionary multi-objective optimization (EMO), little is known about its influence on preference-based EMO (PBEMO). The effectiveness of an unbounded external a…

Random Postprocessing for Combinatorial Bayesian Optimization

2023-09-06 · Keisuke Morita, Yoshihiko Nishikawa, Masayuki Ohzeki

Model-based sequential approaches to discrete "black-box" optimization, including Bayesian optimization techniques, often access the same points multiple times for a given objective function in interest, resulting in man…

Bayesian Optimization

Averaged Hausdorff Approximations of Pareto Fronts based on Multiobjective Estimation of Distribution Algorithms

2015-03-26 · Luis Marti, Christian Grimme, Pascal Kerschke, Heike Trautmann 외

In the a posteriori approach of multiobjective optimization the Pareto front is approximated by a finite set of solutions in the objective space. The quality of the approximation can be measured by different indicators t…

Multiobjective Optimization

Enhancing Robustness of Asynchronous EEG-Based Movement Prediction using Classifier Ensembles

2026-01-07 · Niklas Kueper, Kartik Chari, Elsa Andrea Kirchner arxiv

Objective: Stroke is one of the leading causes of disabilities. One promising approach is to extend the rehabilitation with self-initiated robot-assisted movement therapy. To enable this, it is required to detect the pat…