← Search

Yannis Kalantidis

24 accepted papers

2026

ELViS: Efficient Visual Similarity from Local Descriptors that Generalizes Across Domains

ICLR 2026poster

Large-scale instance-level training data is scarce, so models are typically trained on domain-specific datasets. Yet in real-world retrieval, they must handle diverse domains, making generalization to unseen data critical. We introduce ELViS, an image-to-image similarity model that generalizes effec…

Cited by 0SourceScholar
2025

DUNE: Distilling a Universal Encoder from Heterogeneous 2D and 3D Teachers

CVPR 2025poster

Recent multi-teacher distillation methods have unified the encoders of multiple foundation models into a single encoder, achieving competitive performance on core vision tasks like classification, segmentation, and depth estimation. This led us to ask: Could similar success be achieved when the pool…

Cited by 0SourcePDFScholar
2025

LPOSS: Label Propagation Over Patches and Pixels for Open-vocabulary Semantic Segmentation

CVPR 2025poster

We propose a training-free method for open-vocabulary semantic segmentation using Vision-and-Language Models (VLMs). Our approach enhances the initial per-patch predictions of VLMs through label propagation, which jointly optimizes predictions by incorporating patch-to-patch relationships. Since VLM…

2024

Label Propagation for Zero-shot Classification with Vision-Language Models

CVPR 2024poster

Vision-Language Models (VLMs) have demonstrated impressive performance on zero-shot classification i.e. classification when provided merely with a list of class names. In this paper we tackle the case of zero-shot classification in the presence of unlabeled data. We leverage the graph structure of t…

2024

UNIC: Universal Classification Models via Multi-teacher Distillation

ECCV 2024poster

"Pretrained models have become a commodity and offer strong results on a broad range of tasks. In this work, we focus on classification and seek to learn a unique encoder able to take from several complementary pretrained models. We aim at even stronger generalization across a variety of classificat…

Cited by 6SourcePDFScholar
2024

Weatherproofing Retrieval for Localization with Generative AI and Geometric Consistency

ICLR 2024poster

State-of-the-art visual localization approaches generally rely on a first image retrieval step whose role is crucial. Yet, retrieval often struggles when facing varying conditions, due to e.g. weather or time of day, with dramatic consequences on the visual localization accuracy. In this paper, we i…

Cited by 0SourcePDFScholar
2023

Fake It Till You Make It: Learning Transferable Representations From Synthetic ImageNet Clones

CVPR 2023poster

Recent image generation models such as Stable Diffusion have exhibited an impressive ability to generate fairly realistic images starting from a simple text prompt. Could such models render real images obsolete for training image prediction models? In this paper, we answer part of this provocative q…

Cited by 179SourcePDFScholar
2023

No Reason for No Supervision: Improved Generalization in Supervised Models

ICLR 2023top-25%

We consider the problem of training a deep neural network on a given classification task, e.g., ImageNet-1K (IN1K), so that it excels at both the training task as well as at other (future) transfer tasks. These two seemingly contradictory properties impose a trade-off between improving the model’s g…

Cited by 35SourcePDFScholar
2023

Test-time Training for Matching-based Video Object Segmentation

NeurIPS 2023poster

The video object segmentation (VOS) task involves the segmentation of an object over time based on a single initial mask. Current state-of-the-art approaches use a memory of previously processed frames and rely on matching to estimate segmentation masks of subsequent frames. Lacking any adaptation m…

Cited by 6SourcePDFScholar
2022

Granularity-Aware Adaptation for Image Retrieval over Multiple Tasks

ECCV 2022poster

"Strong image search models can be learned for a specific domain, ie. set of labels, provided that some labeled images of that domain are available. A practical visual search model, however, should be versatile enough to solve multiple retrieval tasks simultaneously, even if those cover very differe…

Cited by 9SourcePDFScholar
2022

Learning Super-Features for Image Retrieval

ICLR 2022poster

Methods that combine local and global features have recently shown excellent performance on multiple challenging deep image retrieval benchmarks, but their use of local features raises at least two issues. First, these local features simply boil down to the localized map activations of a neural netw…

2021

Concept Generalization in Visual Representation Learning

ICCV 2021poster

Measuring concept generalization, i.e., the extent to which models trained on a set of (seen) visual concepts can be leveraged to recognize a new set of (unseen) concepts, is a popular way of evaluating visual representations, especially in a self-supervised learning framework. Nonetheless, the choi…

Cited by 50PDFcodeScholar
2021

Probabilistic Embeddings for Cross-Modal Retrieval

CVPR 2021poster

Cross-modal retrieval methods build a common representation space for samples from multiple modalities, typically from the vision and the language domains. For images and their captions, the multiplicity of the correspondences makes the task particularly challenging. Given an image (respectively a c…

Cited by 275PDFcodeScholar
2020

Decoupling Representation and Classifier for Long-Tailed Recognition

ICLR 2020poster

The long-tail distribution of the visual world poses great challenges for deep learning based classification models on how to handle the class imbalance problem. Existing solutions usually involve class-balancing strategies, e.g., by loss re-weighting, data re-sampling, or transfer learning from hea…

Cited by 1599SourcecodeScholar
2020

Hard Negative Mixing for Contrastive Learning

NeurIPS 2020poster

Contrastive learning has become a key component of self-supervised learning approaches for computer vision. By learning to embed two augmented versions of the same image close to each other and to push the embeddings of different images apart, one can train highly transferable visual representations…

2020

Learning to Generate Grounded Visual Captions without Localization Supervision

ECCV 2020poster

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or…

2019

DMC-Net: Generating Discriminative Motion Cues for Fast Compressed Video Action Recognition

CVPR 2019poster

Motion has shown to be useful for video understanding, where motion is typically represented by optical flow. However, computing flow from video frames is very timeconsuming. Recent works directly leverage the motion vectors and residuals readily available in the compressed video to represent motion…

Cited by 168PDFScholar
2019

Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks With Octave Convolution

ICCV 2019poster

In natural images, information is conveyed at different frequencies where higher frequencies are usually encoded with fine details and lower frequencies are usually encoded with global structures. Similarly, the output feature maps of a convolution layer can also be seen as a mixture of information…

Cited by 811PDFcodeScholar
2019

Graph-Based Global Reasoning Networks

CVPR 2019poster

Globally modeling and reasoning over relations between regions can be beneficial for many computer vision tasks on both images and videos. Convolutional Neural Networks (CNNs) excel at modeling local relations by convolution operations, but they are typically inefficient at capturing global relation…

Cited by 506PDFcodeScholar
2019

Less Is More: Learning Highlight Detection From Video Duration

CVPR 2019poster

Highlight detection has the potential to significantly ease video browsing, but existing methods often suffer from expensive supervision requirements, where human viewers must manually identify highlights in training videos. We propose a scalable unsupervised solution that exploits video duration as…

Cited by 159PDFScholar
2018

A^2-Nets: Double Attention Networks

NeurIPS 2018poster

Learning to capture long-range relations is fundamental to image/video recognition. Existing CNN models generally rely on increasing depth to model such relations which is highly inefficient. In this work, we propose the “double attention block”, a novel component that aggregates and propagates info…

Cited by 734SourcePDFScholar
2018

Multi-Fiber Networks for Video Recognition

ECCV 2018poster

In this paper, we aim to reduce the computational cost of spatio-temporal deep neural networks, making them run as fast as their 2D counterparts while preserving state-of-the-art accuracy on video recognition benchmarks. To this end, we present the novel Multi-Fiber architecture that slices a comple…

Cited by 278SourcePDFScholar
2015

Web-Scale Image Clustering Revisited

ICCV 2015oral

Large scale duplicate detection, clustering and mining of documents or images has been conventionally treated with seed detection via hashing, followed by seed growing heuristics using fast search. Principled clustering methods, especially kernelized and spectral ones, have higher complexity and are…

Cited by 47PDFcodeScholar