paper-with-me

홈 › Papers

Query-based Hard-Image Retrieval for Object Detection at Test Time

2022-09-23 · Edward Ayers, Jonathan Sadeghi, John Redford, Romain Mueller, Puneet K. Dokania

There is a longstanding interest in capturing the error behaviour of object detectors by finding images where their performance is likely to be unsatisfactory. In real-world applications such as autonomous driving, it is also crucial to characterise potential failures beyond simple requirements of detection performance. For example, a missed detection of a pedestrian close to an ego vehicle will generally require closer inspection than a missed detection of a car in the distance. The problem of predicting such potential failures at test time has largely been overlooked in the literature and conventional approaches based on detection uncertainty fall short in that they are agnostic to such fine-grained characterisation of errors. In this work, we propose to reformulate the problem of finding "hard" images as a query-based hard image retrieval task, where queries are specific definitions of "hardness", and offer a simple and intuitive method that can solve this task for a large family of queries. Our method is entirely post-hoc, does not require ground-truth annotations, is independent of the choice of a detector, and relies on an efficient Monte Carlo estimation that uses a simple stochastic model in place of the ground-truth. We show experimentally that it can be applied successfully to a wide variety of queries for which it can reliably identify hard images for a given detector without any labelled data. We provide results on ranking and classification tasks using the widely used RetinaNet, Faster-RCNN, Mask-RCNN, and Cascade Mask-RCNN object detectors. The code for this project is available at https://github.com/fiveai/hardest.

📄 PDF Abstract BibTeX arXiv:2209.11559

Code (1)

fiveai/hardest 공식 구현 pytorch

Tasks

Autonomous DrivingImage RetrievalObject DetectionRetrieval

Methods 이 논문이 사용한 방법론

Test 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
FPN 설명 없음
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

Discriminative Learning of Open-Vocabulary Object Retrieval and Localization by Negative Phrase Augmentation

2017-11-27 · EMNLP 2018 10 · Ryota Hinami, Shin'ichi Satoh

Thanks to the success of object detection technology, we can retrieve objects of the specified classes even from huge image collections. However, the current state-of-the-art object detectors (such as Faster R-CNN) can o…

Objectobject-detectionObject DetectionRetrieval

Object-Centric Open-Vocabulary Image-Retrieval with Aggregated Features

2023-09-26 · Hila Levi, Guy Heller, Dan Levi, Ethan Fetaya

The task of open-vocabulary object-centric image retrieval involves the retrieval of images containing a specified object of interest, delineated by an open-set text query. As working on large image datasets becomes stan…

Image RetrievalObjectRetrieval

TIGER-FG: Text-Guided Implicit Fine-Grained Grounding for E-commerce Retrieval

2026-05-18 · Xinyu Sun, Huangyu Dai, Lingtao Mao, Zexin Zheng 외 arxiv

E-commerce image search often takes a cropped image as the query, while each candidate is represented by full item images and structured text. This image-to-multimodal retrieval setting presents two asymmetries: a modali…

Object Detection

QuRe: Query-Relevant Retrieval through Hard Negative Sampling in Composed Image Retrieval

2025-07-16 · Jaehyun Kwak, Ramahdani Muhammad Izaaz Inhar, Se-Young Yun, Sung-Ju Lee arxiv

Composed Image Retrieval (CIR) retrieves relevant images based on a reference image and accompanying text describing desired modifications. However, existing CIR methods only focus on retrieving the target image and disr…

Contrastive LearningImage Retrieval

Compressive Change Retrieval for Moving Object Detection

2016-08-06 · Tomoya Murase, Kanji Tanaka

Change detection, or anomaly detection, from street-view images acquired by an autonomous robot at multiple different times, is a major problem in robotic mapping and autonomous driving. Formulation as an image compariso…

Anomaly DetectionAutonomous DrivingChange DetectionMoving Object Detection+4