← Search

Nikos Komodakis

27 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

Advancing Semantic Future Prediction through Multimodal Visual Sequence Transformers

CVPR 2025poster

Semantic future prediction is important for autonomous systems navigating dynamic environments. This paper introduces FUTURIST, a method for multimodal future semantic prediction that uses a unified and efficient visual sequence transformer architecture. Our approach incorporates a multimodal masked…

2025

Boosting Generative Image Modeling via Joint Image-Feature Synthesis

NeurIPS 2025spotlight

Latent diffusion models (LDMs) dominate high-quality image generation, yet integrating representation learning with generative modeling remains a challenge. We introduce a novel generative image modeling framework that seamlessly bridges this gap by leveraging a diffusion model to jointly model low-…

Cited by 0SourceScholar
2025

DINO-Foresight: Looking into the Future with DINO

NeurIPS 2025poster

Predicting future dynamics is crucial for applications like autonomous driving and robotics, where understanding the environment is key. Existing pixel-level methods are computationally expensive and often focus on irrelevant details. To address these challenges, we introduce DINO-Foresight, a nove…

Cited by 0SourceScholar
2025

EQ-VAE: Equivariance Regularized Latent Space for Improved Generative Image Modeling

ICML 2025poster

Latent generative models have emerged as a leading approach for high-quality image synthesis. These models rely on an autoencoder to compress images into a latent space, followed by a generative model to learn the latent distribution. We identify that existing autoencoders lack equivariance to seman…

Cited by 5SourcePDFScholar
2025

ReplaceMe: Network Simplification via Depth Pruning and Transformer Block Linearization

NeurIPS 2025poster

We introduce ReplaceMe, a generalized training-free depth pruning method that effectively replaces transformer blocks with a linear operation, while maintaining high performance for low compression ratios. In contrast to conventional pruning approaches that require additional training or fine-tuning…

Cited by 0SourcecodeScholar
2024

SPOT: Self-Training with Patch-Order Permutation for Object-Centric Learning with Autoregressive Transformers

CVPR 2024highlight

Unsupervised object-centric learning aims to decompose scenes into interpretable object entities termed slots. Slot-based auto-encoders stand out as a prominent method for this task. Within them crucial aspects include guiding the encoder to generate object-specific slots and ensuring the decoder ut…

2024

ToNNO: Tomographic Reconstruction of a Neural Network's Output for Weakly Supervised Segmentation of 3D Medical Images

CVPR 2024poster

Annotating lots of 3D medical images for training segmentation models is time-consuming. The goal of weakly supervised semantic segmentation is to train segmentation models without using any ground truth segmentation masks. Our work addresses the case where only image-level categorical labels indica…

Cited by 0SourcePDFScholar
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…

2021

OBoW: Online Bag-of-Visual-Words Generation for Self-Supervised Learning

CVPR 2021poster

Learning image representations without human supervision is an important and active research field. Several recent approaches have successfully leveraged the idea of making such a representation invariant under different types of perturbations, especially via contrastive-based instance discriminatio…

Cited by 125PDFcodeScholar
2020

Learning Representations by Predicting Bags of Visual Words

CVPR 2020poster

Self-supervised representation learning targets to learn convnet-based image representations from unlabeled data. Inspired by the success of NLP methods in this area, in this work we propose a self-supervised approach based on spatially dense image descriptions that encode discrete visual concepts,…

Cited by 132PDFcodeScholar
2020

QuEST: Quantized Embedding Space for Transferring Knowledge

ECCV 2020poster

Knowledge distillation refers to the process of training a student network to achieve better accuracy by learning from a pre-trained teacher network. Most of the existing knowledge distillation methods direct the student to follow the teacher by matching the teacher's output, feature maps or their d…

Cited by 12SourcePDFScholar
2019

Boosting Few-Shot Visual Learning With Self-Supervision

ICCV 2019poster

Few-shot learning and self-supervised learning address different facets of the same problem: how to train a model with little or no labeled data. Few-shot learning aims for optimization methods and models that can learn efficiently to recognize patterns in the low data regime. Self-supervised learni…

Cited by 511PDFcodeScholar
2019

Generating Classification Weights With GNN Denoising Autoencoders for Few-Shot Learning

CVPR 2019oral

Given an initial recognition model already trained on a set of base classes, the goal of this work is to develop a meta-model for few-shot learning. The meta-model, given as input some novel classes with few training examples per class, must properly adapt the existing recognition model into a new m…

Cited by 332PDFcodeScholar
2018

Unsupervised Representation Learning by Predicting Image Rotations

ICLR 2018poster

Over the last years, deep convolutional neural networks (ConvNets) have transformed the field of computer vision thanks to their unparalleled capacity to learn high level semantic image features. However, in order to successfully learn those features, they usually require massive amounts of manuall…

2017

Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs

CVPR 2017spotlight

A number of problems can be formulated as prediction on graph-structured data. In this work, we generalize the convolution operator from regular grids to arbitrary graphs while avoiding the spectral domain, which allows us to handle graphs of varying size and connectivity. To move beyond a simple di…

Cited by 1648PDFcodeScholar
2017

Paying More Attention to Attention: Improving the Performance of Convolutional Neural Networks via Attention Transfer

ICLR 2017poster

Attention plays a critical role in human visual experience. Furthermore, it has recently been demonstrated that attention can also play an important role in the context of applying artificial neural networks to a variety of tasks from fields such as computer vision and NLP. In this work we show that…

Cited by 3439SourcecodeScholar