paper-with-me

Papers

Interactive Visual Feature Search

2022-11-28 · Devon Ulrich, Ruth Fong

Many visualization techniques have been created to explain the behavior of computer vision models, but they largely consist of static diagrams that convey limited information. Interactive visualizations allow users to more easily interpret a model's behavior, but most are not easily reusable for new models. We introduce Visual Feature Search, a novel interactive visualization that is adaptable to any CNN and can easily be incorporated into a researcher's workflow. Our tool allows a user to highlight an image region and search for images from a given dataset with the most similar model features. We demonstrate how our tool elucidates different aspects of model behavior by performing experiments on a range of applications, such as in medical imaging and wildlife classification.

📄 PDF Abstract BibTeX arXiv:2211.15060

Code (1)

lookingglasslab/visualfeaturesearch 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TSExplorer: An interactive data annotation and exploration tool for time-series data

2026-08-31 · Einari Vaaras, Manu Airaksinen, Okko Räsänen arxiv

We present TSExplorer, a cross-platform tool for interactive annotation and exploration of time-series data. The tool enables users to inspect high-dimensional datasets through multiple complementary 2D visualizations de…

Interactive Segmentation and Visualization for Tiny Objects in Multi-megapixel Images

2022-04-21 · CVPR 2022 1 · Chengyuan Xu, Boning Dong, Noah Stier, Curtis McCully 외

We introduce an interactive image segmentation and visualization framework for identifying, inspecting, and editing tiny objects (just a few pixels wide) in large multi-megapixel high-dynamic-range (HDR) images. Detectin…

GPUImage SegmentationInteractive SegmentationSegmentation+1

Visual search over billions of aerial and satellite images

2020-02-07 · Ryan Keisler, Samuel W. Skillman, Sunny Gonnabathula, Justin Poehnelt 외

We present a system for performing visual search over billions of aerial and satellite images. The purpose of visual search is to find images that are visually similar to a query image. We define visual similarity using …

Effective Conditioned and Composed Image Retrieval Combining CLIP-Based Features

2022-01-01 · CVPR 2022 1 · Alberto Baldrati, Marco Bertini, Tiberio Uricchio, Alberto del Bimbo

Conditioned and composed image retrieval extend CBIR systems by combining a query image with an additional text that expresses the intent of the user, describing additional requests w.r.t. the visual content of the q…

Composed Image Retrieval (CoIR)Contrastive LearningImage RetrievalRetrieval

Interactive Visualization for Debugging RL

2020-08-14 · Shuby Deshpande, Benjamin Eysenbach, Jeff Schneider

Visualization tools for supervised learning allow users to interpret, introspect, and gain an intuition for the successes and failures of their models. While reinforcement learning practitioners ask many of the same ques…