paper-with-me

Papers

Inverting and Visualizing Features for Object Detection

2012-12-11 · Carl Vondrick, Aditya Khosla, Tomasz Malisiewicz, Antonio Torralba

We introduce algorithms to visualize feature spaces used by object detectors. The tools in this paper allow a human to put on `HOG goggles' and perceive the visual world as a HOG based object detector sees it. We found that these visualizations allow us to analyze object detection systems in new ways and gain new insight into the detector's failures. For example, when we visualize the features for high scoring false alarms, we discovered that, although they are clearly wrong in image space, they do look deceptively similar to true positives in feature space. This result suggests that many of these false alarms are caused by our choice of feature space, and indicates that creating a better learning algorithm or building bigger datasets is unlikely to correct these errors. By visualizing feature spaces, we can gain a more intuitive understanding of our detection systems.

📄 PDF Abstract BibTeX arXiv:1212.2278

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Visualizing Object Detection Features

2015-02-19 · Carl Vondrick, Aditya Khosla, Hamed Pirsiavash, Tomasz Malisiewicz 외

We introduce algorithms to visualize feature spaces used by object detectors. Our method works by inverting a visual feature back to multiple natural images. We found that these visualizations allow us to analyze object …

Objectobject-detectionObject Detection

Inverting and Understanding Object Detectors

2021-06-26 · Ang Cao, Justin Johnson

As a core problem in computer vision, the performance of object detection has improved drastically in the past few years. Despite their impressive performance, object detectors suffer from a lack of interpretability. Vis…

Objectobject-detectionObject Detection

Seeing through bag-of-visual-word glasses: towards understanding quantization effects in feature extraction methods

2014-08-20 · Alexander Freytag, Johannes Rühle, Paul Bodesheim, Erik Rodner 외

Vector-quantized local features frequently used in bag-of-visual-words approaches are the backbone of popular visual recognition systems due to both their simplicity and their performance. Despite their success, bag-of-w…

image-classificationImage ClassificationQuantization

DIVE: Inverting Conditional Diffusion Models for Discriminative Tasks

2025-04-24 · Yinqi Li, Hong Chang, Ruibing Hou, Shiguang Shan 외

Diffusion models have shown remarkable progress in various generative tasks such as image and video generation. This paper studies the problem of leveraging pretrained diffusion models for performing discriminative tasks…

Image Classificationobject-detectionObject Detection

Inverting Transformer-based Vision Models

2024-12-09 · Jan Rathjens, Shirin Reyhanian, David Kappel, Laurenz Wiskott

Understanding the mechanisms underlying deep neural networks in computer vision remains a fundamental challenge. While many previous approaches have focused on visualizing intermediate representations within deep neural …