← Search

Ioannis Kakogeorgiou

8 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
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
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…

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

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…