CVAug 20, 2024

Aligning Object Detector Bounding Boxes with Human Preference

arXiv:2408.10844v1h-index: 15
Originality Incremental advance
AI Analysis

This addresses a human-computer interaction problem in computer vision by improving user perception of object detection outputs, though it is incremental as it builds on known biases in human preference.

The paper tackles the misalignment between object detector bounding boxes and human preference, showing that humans prefer upscaled boxes even at low AP, and proposes an asymmetric loss to align detectors with this preference.

Previous work shows that humans tend to prefer large bounding boxes over small bounding boxes with the same IoU. However, we show here that commonly used object detectors predict large and small boxes equally often. In this work, we investigate how to align automatically detected object boxes with human preference and study whether this improves human quality perception. We evaluate the performance of three commonly used object detectors through a user study (N = 123). We find that humans prefer object detections that are upscaled with factors of 1.5 or 2, even if the corresponding AP is close to 0. Motivated by this result, we propose an asymmetric bounding box regression loss that encourages large over small predicted bounding boxes. Our evaluation study shows that object detectors fine-tuned with the asymmetric loss are better aligned with human preference and are preferred over fixed scaling factors. A qualitative evaluation shows that human preference might be influenced by some object characteristics, like object shape.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes