← Search

Dimitris Metaxas

33 accepted papers

2026

AgentSelect: Benchmark for Narrative Query-to-Agent Recommendation

ICML 2026poster

LLM agents are rapidly becoming the practical interface for task automation, yet the ecosystem lacks a principled way to \emph{choose} among an exploding space of deployable configurations. Existing LLM leaderboards and tool/agent benchmarks evaluate components in isolation and remain fragmented acr…

Cited by 0SourceScholar
2026

All Circuits Lead to Rome: Rethinking Functional Anisotropy in Circuit and Sheaf Discovery for LLMs

ICML 2026poster

In this paper, we present empirical and theoretical evidence against a central but largely implicit assumption in circuit and sheaf discovery (CSD), which we term the *Functional Anisotropy Hypothesis*: the idea that functions in large language models (LLMs) are localised to a unique or near-unique …

Cited by 0SourceScholar
2026

An Optimal Transport-driven Approach for Cultivating Latent Space in Online Incremental Learning

CVPR 2026

In online incremental learning, data continuously arrives with substantial shifts in distribution, creating a significant challenge since previous samples cannot be revisited. Prior research has typically relied on either a single adaptive centroid or fixed multiple centroids to represent each class

Cited by 0SourceScholar
2026

Conformal Path Reasoning: Trustworthy Knowledge Graph Question Answering via Path-Level Calibration

ICML 2026poster

While Conformal Prediction (CP) offers a principled framework for producing prediction sets with statistical guarantees, prior methods suffer from critical limitations in both calibration validity and score discriminability, resulting in violated coverage guarantees and excessively large prediction …

Cited by 0SourceScholar
2026

DTop-p MoE: Sparsity-Controlled Dynamic Top-p MoE for Foundation Model Pre-training

ICML 2026poster

Sparse Mixture-of-Experts architectures are essential for scaling model capacity efficiently, yet the standard Top-$k$ routing imposes a rigid sparsity pattern that ignores the intrinsic variance in token difficulty and layer-specific computational needs. While Top-$p$ routing offers a flexible alte…

Cited by 0SourceScholar
2026

Multi-Patch Global-to-Local Transformer Architecture For Efficient Flow Matching and Diffusion Model

CVPR 2026

Transformer architectures, particularly Diffusion Transformers (DiTs), have become widely used in diffusion and flow-matching models due to their strong performance compared to convolutional UNets. However, the isotropic design of DiTs processes the same number of patchified tokens in every block, l

Cited by 0SourcecodeScholar
2026

StreamFlow: Theory, Algorithm, and Implementation for High-Efficiency Rectified Flow Generation

ICML 2026poster

New technologies such as Rectified Flow and Flow Matching have significantly improved the performance of generative models in the past two years, especially in terms of control accuracy, generation quality, and generation efficiency. However, due to some differences in its theory, design, and existi…

Cited by 0SourceScholar
2024

AVID: Any-Length Video Inpainting with Diffusion Model

CVPR 2024poster

Recent advances in diffusion models have successfully enabled text-guided image inpainting. While it seems straightforward to extend such editing capability into the video domain there have been fewer works regarding text-guided video inpainting. Given a video a masked region at its initial frame an…

2023

Neural Deformable Models for 3D Bi-Ventricular Heart Shape Reconstruction and Modeling from 2D Sparse Cardiac Magnetic Resonance Imaging

ICCV 2023poster

We propose a novel neural deformable model (NDM) targeting at the reconstruction and modeling of 3D bi-ventricular shape of the heart from 2D sparse cardiac magnetic resonance (CMR) imaging data. We model the bi-ventricular shape using blended deformable superquadrics, which are parameterized by a s…

Cited by 6PDFcodeScholar
2023

OmniLabel: A Challenging Benchmark for Language-Based Object Detection

ICCV 2023oral

Language-based object detection is a promising direction towards building a natural interface to describe objects in images that goes far beyond plain category names. While recent methods show great progress in that direction, proper evaluation is lacking. With OmniLabel, we propose a novel task def…

Cited by 9PDFScholar
2023

SVDiff: Compact Parameter Space for Diffusion Fine-Tuning

ICCV 2023poster

Recently, diffusion models have achieved remarkable success in text-to-image generation, enabling the creation of high-quality images from text prompts and various conditions. However, existing methods for customizing these models are limited by handling multiple personalized subjects and the risk o…

Cited by 271PDFScholar
2022

Global Matching With Overlapping Attention for Optical Flow Estimation

CVPR 2022poster

Optical flow estimation is a fundamental task in computer vision. Recent direct-regression methods using deep neural networks achieve remarkable performance improvement. However, they do not explicitly capture long-term motion correspondences and thus cannot handle large motions effectively. In this…

Cited by 106PDFcodeScholar
2022

Show Me What and Tell Me How: Video Synthesis via Multimodal Conditioning

CVPR 2022poster

Most methods for conditional video synthesis use a single modality as the condition. This comes with major limitations. For example, it is problematic for a model conditioned on an image to generate a specific motion trajectory desired by the user since there is no means to provide motion informatio…

Cited by 57PDFcodeScholar
2021

Deep Animation Video Interpolation in the Wild

CVPR 2021poster

In the animation industry, cartoon videos are usually produced at low frame rate since hand drawing of such frames is costly and time-consuming. Therefore, it is desirable to develop computational models that can automatically interpolate the in-between animation frames. However, existing video inte…

Cited by 121PDFcodeScholar
2021

DeepTag: An Unsupervised Deep Learning Method for Motion Tracking on Cardiac Tagging Magnetic Resonance Images

CVPR 2021poster

Cardiac tagging magnetic resonance imaging (t-MRI) is the gold standard for regional myocardium deformation and cardiac strain estimation. However, this technique has not been widely used in clinical diagnosis, as a result of the difficulty of motion tracking encountered with t-MRI images. In this p…

Cited by 47PDFcodeScholar
2021

Learning View-Disentangled Human Pose Representation by Contrastive Cross-View Mutual Information Maximization

CVPR 2021poster

We introduce a novel representation learning method to disentangle pose-dependent as well as view-dependent factors from 2D human poses. The method trains a network using cross-view mutual information maximization (CV-MIM) which maximizes mutual information of the same pose performed from different…

Cited by 41PDFcodeScholar
2020

A Topological Filter for Learning with Label Noise

NeurIPS 2020poster

Noisy labels can impair the performance of deep neural networks. To tackle this problem, in this paper, we propose a new method for filtering label noise. Unlike most existing methods relying on the posterior probability of a noisy classifier, we focus on the much richer spatial behavior of data in…

2020

Deep Subspace Clustering with Data Augmentation

NeurIPS 2020poster

The idea behind data augmentation techniques is based on the fact that slight changes in the percept do not change the brain cognition. In classification, neural networks use this fact by applying transformations to the inputs to learn to predict the same label. However, in deep subspace clustering…

2020

Error-Bounded Correction of Noisy Labels

ICML 2020poster

To collect large scale annotated data, it is inevitable to introduce label noise, i.e., incorrect class labels. To be robust against label noise, many successful methods rely on the noisy classifiers (i.e., models trained on the noisy training data) to determine whether a label is trustworthy. Howev…

2020

Learn distributed GAN with Temporary Discriminators

ECCV 2020poster

In this work, we propose a method for training distributed GAN with sequential temporary discriminators. Our proposed method tackles the challenge of training GAN in the federated learning manner: How to update the generator with a flow of temporary discriminators? We apply our proposed method to le…

2020

Maximum-Entropy Adversarial Data Augmentation for Improved Generalization and Robustness

NeurIPS 2020poster

Adversarial data augmentation has shown promise for training robust deep neural networks against unforeseen data shifts or corruptions. However, it is difficult to define heuristics to generate effective fictitious target distributions containing "hard" adversarial perturbations that are largely dif…

2020

OnlineAugment: Online Data Augmentation with Less Domain Knowledge

ECCV 2020poster

Data augmentation is one of the most important tools in training modern deep neural networks. Recently, great advances have been made in searching for optimal augmentation policies in the image classification domain. However, two key points related to data augmentation remain uncovered by the curren…

2019

Rethinking Kernel Methods for Node Representation Learning on Graphs

NeurIPS 2019poster

Graph kernels are kernel methods measuring graph similarity and serve as a standard tool for graph classification. However, the use of kernel methods for node classification, which is a related problem to graph representation learning, is still ill-posed and the state-of-the-art methods are heavily…

2019

Self-Attention Generative Adversarial Networks

ICML 2019oral

In this paper, we propose the Self-Attention Generative Adversarial Network (SAGAN) which allows attention-driven, long-range dependency modeling for image generation tasks. Traditional convolutional GANs generate high-resolution details as a function of only spatially local points in lower-resoluti…

2018

Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation

CVPR 2018poster

Random data augmentation is a critical technique to avoid overfitting in training deep models. Yet, data augmentation and network training are often two isolated processes in most settings, yielding to a suboptimal training. Why not jointly optimize the two? We propose adversarial data augmentation…

Cited by 284SourcePDFScholar
2018

Learning to Forecast and Refine Residual Motion for Image-to-Video Generation

ECCV 2018poster

We consider the problem of image-to-video translation, where an input image is translated into an output video containing motions of a single object. Recent methods for such problems typically train transformation networks to generate future frames conditioned on the structure sequence. Parallel wor…

Cited by 119SourcePDFScholar
2018

Quantized Densely Connected U-Nets for Efficient Landmark Localization

ECCV 2018poster

In this paper, we propose quantized densely connected U-Nets for efficient visual landmark localization. The idea is that features of the same semantic meanings are globally reused across the stacked U-Nets. This dense connectivity largely improves the information flow, yielding improved localizatio…

2018

Show Me a Story: Towards Coherent Neural Story Illustration

CVPR 2018poster

We propose an end-to-end network for the visual illustration of a sequence of sentences forming a story. At the core of our model is the ability to model the inter-related nature of the sentences within a story, as well as the ability to learn coherence to support reference resolution. The framework…

2016

SPDA-CNN: Unifying Semantic Part Detection and Abstraction for Fine-Grained Recognition

CVPR 2016poster

Most convolutional neural networks (CNNs) lack midlevel layers that model semantic parts of objects. This limits CNN-based methods from reaching their full potential in detecting and utilizing small semantic parts in recognition. Introducing such mid-level layers can facilitate the extraction of par…

Cited by 382PDFScholar