paper-with-me

Papers

Bounding Box Stability against Feature Dropout Reflects Detector Generalization across Environments

2024-03-20 · Yang Yang, Wenhai Wang, Zhe Chen, Jifeng Dai, Liang Zheng

Bounding boxes uniquely characterize object detection, where a good detector gives accurate bounding boxes of categories of interest. However, in the real-world where test ground truths are not provided, it is non-trivial to find out whether bounding boxes are accurate, thus preventing us from assessing the detector generalization ability. In this work, we find under feature map dropout, good detectors tend to output bounding boxes whose locations do not change much, while bounding boxes of poor detectors will undergo noticeable position changes. We compute the box stability score (BoS score) to reflect this stability. Specifically, given an image, we compute a normal set of bounding boxes and a second set after feature map dropout. To obtain BoS score, we use bipartite matching to find the corresponding boxes between the two sets and compute the average Intersection over Union (IoU) across the entire test set. We contribute to finding that BoS score has a strong, positive correlation with detection accuracy measured by mean average precision (mAP) under various test environments. This relationship allows us to predict the accuracy of detectors on various real-world test sets without accessing test ground truths, verified on canonical detection tasks such as vehicle detection and pedestrian detection. Code and data are available at https://github.com/YangYangGirl/BoS.

📄 PDF Abstract BibTeX arXiv:2403.13803

Code (1)

yangyanggirl/bos 공식 구현 pytorch

Tasks

object-detectionObject DetectionPedestrian Detectionvehicle detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

On Dropout, Overfitting, and Interaction Effects in Deep Neural Networks

2020-09-28 · Ben Lengerich, Eric Xing, Rich Caruana

We examine Dropout through the perspective of interactions. Given $N$ variables, there are $\mathcal{O}(N^2)$ possible pairwise interactions, $\mathcal{O}(N^3)$ possible 3-way interactions, i.e. $\mathcal{O}(N^k)$ possib…

Dropout as a Regularizer of Interaction Effects

2020-07-02 · Benjamin Lengerich, Eric P. Xing, Rich Caruana

We examine Dropout through the perspective of interactions. This view provides a symmetry to explain Dropout: given $N$ variables, there are ${N \choose k}$ possible sets of $k$ variables to form an interaction (i.e. $\m…

Visual-Relation Conscious Image Generation from Structured-Text

2019-08-05 · ECCV 2020 8 · Duc Minh Vo, Akihiro Sugimoto

We propose an end-to-end network for image generation from given structured-text that consists of the visual-relation layout module and the pyramid of GANs, namely stacking-GANs. Our visual-relation layout module uses re…

AllImage GenerationRelationText-to-Image Generation

Vessel-Aware Deep Learning for OCTA-Based Detection of AMD

2026-03-06 · Margalit G. Mitzner, Moinak Bhattacharya, Zhilin Zou, Chao Chen 외 arxiv

Age-related macular degeneration (AMD) is characterized by early micro-vascular alterations that can be captured non-invasively using optical coherence tomography angiography (OCTA), yet most deep learning (DL) models re…

Consistent Dropout for Policy Gradient Reinforcement Learning

2022-02-23 · Matthew Hausknecht, Nolan Wagener

Dropout has long been a staple of supervised learning, but is rarely used in reinforcement learning. We analyze why naive application of dropout is problematic for policy-gradient learning algorithms and introduce consis…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)