PLAY PODCASTS
Can this Model Also Recognize Dogs? Zero-Shot Model Search from Weights
Episode 552

Can this Model Also Recognize Dogs? Zero-Shot Model Search from Weights

Daily Paper Cast

February 15, 202520m 16s

Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

🤗 Upvotes: 21 | cs.LG, cs.CV

Authors:
Jonathan Kahana, Or Nathan, Eliahu Horwitz, Yedid Hoshen

Title:
Can this Model Also Recognize Dogs? Zero-Shot Model Search from Weights

Arxiv:
http://arxiv.org/abs/2502.09619v1

Abstract:
With the increasing numbers of publicly available models, there are probably pretrained, online models for most tasks users require. However, current model search methods are rudimentary, essentially a text-based search in the documentation, thus users cannot find the relevant models. This paper presents ProbeLog, a method for retrieving classification models that can recognize a target concept, such as "Dog", without access to model metadata or training data. Differently from previous probing methods, ProbeLog computes a descriptor for each output dimension (logit) of each model, by observing its responses on a fixed set of inputs (probes). Our method supports both logit-based retrieval ("find more logits like this") and zero-shot, text-based retrieval ("find all logits corresponding to dogs"). As probing-based representations require multiple costly feedforward passes through the model, we develop a method, based on collaborative filtering, that reduces the cost of encoding repositories by 3x. We demonstrate that ProbeLog achieves high retrieval accuracy, both in real-world and fine-grained search tasks and is scalable to full-size repositories.