← Search

Gitta Kutyniok

30 accepted papers

2026

Conflicting Biases at the Edge of Stability: Norm versus Sharpness Regularization

ICML 2026poster

The remarkable generalization properties of overparameterized networks are often attributed to implicit biases, such as norm minimization at small learning rates and low sharpness in the Edge-of-Stability regime. In this work, we argue that a comprehensive understanding of the generalization perform…

Cited by 0SourceScholar
2026

DRAW2ACT: Turning Depth-Encoded Trajectories into Robotic Demonstration Videos

ICRA 2026poster

Video diffusion models provide powerful real-world simulators for embodied AI but remain limited in controllability for robotic manipulation. Recent works on trajectory-conditioned video generation address this gap but often rely on 2D trajectories or single modality conditioning, which restricts th…

2026

GradPCA: Leveraging NTK Alignment for Reliable Out-of-Distribution Detection

ICLR 2026poster

We introduce GradPCA, an Out-of-Distribution (OOD) detection method that exploits the low-rank structure of neural network gradients induced by Neural Tangent Kernel (NTK) alignment. GradPCA applies Principal Component Analysis (PCA) to gradient class-means, achieving more consistent performance tha…

Cited by 0SourcecodeScholar
2026

Graph Representational Learning: When Does More Expressivity Hurt Generalization?

ICLR 2026poster

Graph Neural Networks (GNNs) are powerful tools for learning on structured data, yet the relationship between their expressivity and predictive performance remains unclear. We introduce a family of pseudometrics that capture different degrees of structural similarity between graphs and relate these…

Cited by 0SourcecodeScholar
2026

Lightweight Learning From Actuation-Space Demonstrations via Flow Matching for Whole-Body Soft Robotic Grasping

RA-L 2026

Robotic grasping under uncertainty remains a fundamental challenge due to its uncertain and contact-rich nature. Traditional rigid robotic hands, with limited degrees of freedom and compliance, rely on complex model-based and heavy feedback controllers to manage such interactions. Soft robots, by co

Cited by 0SourceScholar
2026

The Price of Robustness: Stable Classifiers Need Overparameterization

ICLR 2026poster

The relationship between overparameterization, stability, and generalization remains incompletely understood in the setting of discontinuous classifiers. We address this gap by establishing a generalization bound for finite function classes that improves inversely with _class stability_, defined…

Cited by 0SourceScholar
2025

Learning Interpretable Queries for Explainable Image Classification with Information Pursuit

ICCV 2025poster

Information Pursuit (IP) is a recently introduced learning framework to construct classifiers that are interpretable-by-design. Given a set of task-relevant and interpretable data queries, IP selects a small subset of the most informative queries and makes predictions based on the gathered query-ans…

Cited by 0SourcePDFScholar
2025

ParFam -- (Neural Guided) Symbolic Regression via Continuous Global Optimization

ICLR 2025poster

The problem of symbolic regression (SR) arises in many different applications, such as identifying physical laws or deriving mathematical equations describing the behavior of financial markets from given data. Various methods exist to address the problem of SR, often based on genetic programming. Ho…

2025

Revisiting Glorot Initialization for Long-Range Linear Recurrences

NeurIPS 2025poster

Proper initialization is critical for Recurrent Neural Networks (RNNs), particularly in long-range reasoning tasks, where repeated application of the same weight matrix can cause vanishing or exploding signals. A common baseline for linear recurrences is Glorot initialization, designed to ensure sta…

Cited by 0SourceScholar
2025

RoboEnvision: A Long-Horizon Video Generation Model for Multi-Task Robot Manipulation

IROS 2025

We address the problem of generating long-horizon videos for robotic manipulation tasks. Text-to-video diffusion models have made significant progress in photorealism, language understanding, and motion generation but struggle with long-horizon robotic tasks. Recent works use video diffusion models

Cited by 11SourceScholar
2025

RoboSwap: A GAN-driven Video Diffusion Framework For Unsupervised Robot Arm Swapping

IROS 2025

Recent advancements in generative models have revolutionized video synthesis and editing. However, the scarcity of diverse, high-quality datasets continues to hinder video-conditioned robotic learning, limiting cross-platform generalization. In this work, we address the challenge of swapping a robot

Cited by 1SourceScholar
2025

Robust Identifiability for Symbolic Recovery of Differential Equations

ICASSP 2025accepted

Recent advancements in machine learning have transformed the discovery of physical laws, moving from manual derivation to data-driven methods that simultaneously learn both the structure and parameters of governing equations. This shift introduces new challenges regarding the validity of the discove…

Cited by 0SourceScholar
2025

Time to Spike? Understanding the Representational Power of Spiking Neural Networks in Discrete Time

ICML 2025poster

Recent years have seen significant progress in developing spiking neural networks (SNNs) as a potential solution to the energy challenges posed by conventional artificial neural networks (ANNs). However, our theoretical understanding of SNNs remains relatively limited compared to the ever-growing bo…

Cited by 0SourcePDFScholar
2024

Weisfeiler and Leman Go Loopy: A New Hierarchy for Graph Representational Learning

NeurIPS 2024oral

We introduce $r$-loopy Weisfeiler-Leman ($r$-$\ell$WL), a novel hierarchy of graph isomorphism tests and a corresponding GNN framework, $r$-$\ell$MPNN, that can count cycles up to length $r{+}2$. Most notably, we show that $r$-$\ell$WL can count homomorphisms of cactus graphs. This extends 1-WL, whi…

2023

A Fractional Graph Laplacian Approach to Oversmoothing

NeurIPS 2023poster

Graph neural networks (GNNs) have shown state-of-the-art performances in various applications. However, GNNs often struggle to capture long-range dependencies in graphs due to oversmoothing. In this paper, we generalize the concept of oversmoothing from undirected to directed graphs. To this aim, we…

2023

Explaining Image Classifiers With Multiscale Directional Image Representation

CVPR 2023poster

Image classifiers are known to be difficult to interpret and therefore require explanation methods to understand their decisions. We present ShearletX, a novel mask explanation method for image classifiers based on the shearlet transform -- a multiscale directional image representation. Current mask…

2023

Memorization-Dilation: Modeling Neural Collapse Under Noise

ICLR 2023poster

The notion of neural collapse refers to several emergent phenomena that have been empirically observed across various canonical classification problems. During the terminal phase of training a deep neural network, the feature embedding of all examples of the same class tend to collapse to a single…

Cited by 13SourcePDFScholar
2023

The First Pathloss Radio Map Prediction Challenge

ICASSP 2023accepted

To foster research and facilitate fair comparisons among recently proposed pathloss radio map prediction methods, we have launched the ICASSP 2023 First Pathloss Radio Map Prediction Challenge. In this short overview paper, we briefly describe the pathloss prediction problem, the provided datasets,…

Cited by 0SourceScholar
2023

Unveiling the sampling density in non-uniform geometric graphs

ICLR 2023poster

A powerful framework for studying graphs is to consider them as geometric graphs: nodes are randomly sampled from an underlying metric space, and any pair of nodes is connected if their distance is less than a specified neighborhood radius. Currently, the literature mostly focuses on uniform samplin…

Cited by 3SourcePDFScholar
2022

Cartoon Explanations of Image Classifiers

ECCV 2022poster

"We present CartoonX (Cartoon Explanation), a novel model-agnostic explanation method tailored towards image classifiers and based on the rate-distortion explanation (RDE) framework. Natural images are roughly piece-wise smooth signals---also called cartoon-like images---and tend to be sparse in the…

2022

Generalization Analysis of Message Passing Neural Networks on Large Random Graphs

NeurIPS 2022accept

Message passing neural networks (MPNN) have seen a steep rise in popularity since their introduction as generalizations of convolutional neural networks to graph-structured data, and are now considered state-of-the-art tools for solving a large variety of graph-focused problems. We study the general…

Cited by 74SourcePDFScholar
2022

LocUNet: Fast Urban Positioning Using Radio Maps and Deep Learning

ICASSP 2022accepted

This paper deals with the problem of localization in a cellular network in a dense urban scenario. Global Navigation Satellite Systems (GNSS) typically perform poorly in urban environments, where the likelihood of line-of-sight conditions is low, and thus alternative localization methods are require…

Cited by 0SourceScholar
2022

Neural Tangent Kernel Beyond the Infinite-Width Limit: Effects of Depth and Initialization

ICML 2022spotlight

Neural Tangent Kernel (NTK) is widely used to analyze overparametrized neural networks due to the famous result by Jacot et al. (2018): in the infinite-width limit, the NTK is deterministic and constant during training. However, this result cannot explain the behavior of deep networks, since it gene…

2022

OOD Link Prediction Generalization Capabilities of Message-Passing GNNs in Larger Test Graphs

NeurIPS 2022accept

This work provides the first theoretical study on the ability of graph Message Passing Neural Networks (gMPNNs) ---such as Graph Neural Networks (GNNs)--- to perform inductive out-of-distribution (OOD) link prediction tasks, where deployment (test) graph sizes are larger than training graphs. We fir…

2020

Pathloss Prediction using Deep Learning with Applications to Cellular Optimization and Efficient D2D Link Scheduling

ICASSP 2020accepted

In this paper we propose a highly efficient and very accurate method for estimating the propagation pathloss from a point x to all points y on the 2D plane. Our method, termed RadioUNet, is a deep neural network. For applications such as user-cell site association and device-to-device (D2D) link sch…

Cited by 0SourceScholar