← Search

Bill Psomas

7 accepted papers

2026

Attention, Please! Revisiting Attentive Probing Through the Lens of Efficiency

ICLR 2026poster

As fine-tuning becomes impractical at scale, probing is emerging as the preferred evaluation protocol. However, standard linear probing can understate the capability of models whose pre-training optimizes local representations rather than an explicit global representation. This motivates attentive p…

Cited by 0SourcecodeScholar
2026

Retrieve and Segment: Are a Few Examples Enough to Bridge the Supervision Gap in Open-Vocabulary Segmentation?

CVPR 2026

Open-vocabulary segmentation (OVS) extends the zero-shot recognition capabilities of vision-language models (VLMs) to pixel-level prediction, enabling segmentation of arbitrary categories specified by text prompts. Despite recent progress, OVS lags behind fully supervised approaches due to two chall

Cited by 0SourcecodeScholar
2025

Instance-Level Composed Image Retrieval

NeurIPS 2025poster

The progress of composed image retrieval (CIR), a popular research direction in image retrieval, where a combined visual and textual query is used, is held back by the absence of high-quality training and evaluation data. We introduce a new evaluation dataset, i-CIR, which, unlike existing datasets,…

Cited by 0SourceScholar
2023

Keep It SimPool: Who Said Supervised Transformers Suffer from Attention Deficit?

ICCV 2023poster

Convolutional networks and vision transformers have different forms of pairwise interactions, pooling across layers and pooling at the end of the network. Does the latter really need to be different? As a by-product of pooling, vision transformers provide spatial attention for free, but this is mos…

Cited by 12PDFcodeScholar
2022

It Takes Two to Tango: Mixup for Deep Metric Learning

ICLR 2022poster

Metric learning involves learning a discriminative representation such that embeddings of similar classes are encouraged to be close, while embeddings of dissimilar classes are pushed far apart. State-of-the-art methods focus mostly on sophisticated loss functions or mining strategies. On the one ha…

2022

OpenFilter: A Framework to Democratize Research Access to Social Media AR Filters

NeurIPS 2022accept

Augmented Reality or AR filters on selfies have become very popular on social media platforms for a variety of applications, including marketing, entertainment and aesthetics. Given the wide adoption of AR face filters and the importance of faces in our social structures and relations, there is incr…

2022

What to Hide from Your Students: Attention-Guided Masked Image Modeling

ECCV 2022poster

"Transformers and masked language modeling are quickly being adopted and explored in computer vision as vision transformers and masked image modeling (MIM). In this work, we argue that image token masking differs from token masking in text, due to the amount and correlation of tokens in an image. In…