paper-with-me

홈 › Papers

Ensemble-based Adaptive Single-shot Multi-box Detector

2018-08-17 · Viral Thakar, Walid Ahmed, Mohammad M Soltani, Jia Yuan Yu

We propose two improvements to the SSD---single shot multibox detector. First, we propose an adaptive approach for default box selection in SSD. This uses data to reduce the uncertainty in the selection of best aspect ratios for the default boxes and improves performance of SSD for datasets containing small and complex objects (e.g., equipments at construction sites). We do so by finding the distribution of aspect ratios of the given training dataset, and then choosing representative values. Secondly, we propose an ensemble algorithm, using SSD as components, which improves the performance of SSD, especially for small amount of training datasets. Compared to the conventional SSD algorithm, adaptive box selection improves mean average precision by 3%, while ensemble-based SSD improves it by 8%.

📄 PDF Abstract BibTeX arXiv:1808.05727

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

RetinaMask: Learning to predict masks improves state-of-the-art single-shot detection for free

2019-01-10 · Cheng-Yang Fu, Mykhailo Shvets, Alexander C. Berg

Recently two-stage detectors have surged ahead of single-shot detectors in the accuracy-vs-speed trade-off. Nevertheless single-shot detectors are immensely popular in embedded vision applications. This paper brings sing…

Object Detection

GAMBIT: A Three-Mode Benchmark for Adversarial Robustness in Multi-Agent LLM Collectives

2026-05-09 · Alexandre Le Mercier, Chris Develder, Thomas Demeester arxiv

In multi-agent systems (MAS), a single deceptive agent can nullify all gains of an agentic AI collective and evade deployed defenses. However, existing adversarial studies on MAS target only shallow tasks and do not cons…

Adversarial Robustness

Confidence Aware SSD Ensemble with Weighted Boxes Fusion for Weapon Detection

2025-09-28 · Atharva Jadhav, Arush Karekar, Manas Divekar, Shachi Natu arxiv

The safety and security of public spaces is of vital importance, driving the need for sophisticated surveillance systems capable of accurately detecting weapons, which are often hampered by issues like partial occlusion,…

RAMSeS: Robust and Adaptive Model Selection for Time-Series Anomaly Detection Algorithms

2026-02-25 · Mohamed Abdelmaksoud, Sheng Ding, Andrey Morozov, Ziawasch Abedjan arxiv

Time-series data vary widely across domains, making a universal anomaly detector impractical. Methods that perform well on one dataset often fail to transfer because what counts as an anomaly is context dependent. The ke…

Anomaly Detection

Learning Multi-Modal Prototypes for Cross-Domain Few-Shot Object Detection

2026-02-21 · Wanqi Wang, Jingcai Guo, Yuxiang Cai, Zhi Chen arxiv

Cross-Domain Few-Shot Object Detection (CD-FSOD) aims to detect novel classes in unseen target domains given only a few labeled examples. While open-vocabulary detectors built on vision-language models (VLMs) transfer we…

Cross-Domain Few-Shot Object Detection