← Search

Julia E Vogt

23 accepted papers

2025

Cross-Entropy Is All You Need To Invert the Data Generating Process

ICLR 2025oral

Supervised learning has become a cornerstone of modern machine learning, yet a comprehensive theory explaining its effectiveness remains elusive. Empirical phenomena, such as neural analogy-making and the linear representation hypothesis, suggest that supervised models can learn interpretable factor…

Cited by 2SourcePDFScholar
2025

From Logits to Hierarchies: Hierarchical Clustering made Simple

ICML 2025poster

The hierarchical structure inherent in many real-world datasets makes the modeling of such hierarchies a crucial objective in both unsupervised and supervised machine learning. While recent advancements have introduced deep architectures specifically designed for hierarchical clustering, we adopt a…

Cited by 1SourcePDFScholar
2025

From Pixels to Perception: Interpretable Predictions via Instance-wise Grouped Feature Selection

ICML 2025poster

Understanding the decision-making process of machine learning models provides valuable insights into the task, the data, and the reasons behind a model's failures. In this work, we propose a method that performs inherently interpretable predictions through the instance-wise sparsification of input i…

2025

scSSL-Bench: Benchmarking Self-Supervised Learning for Single-Cell Data

ICML 2025spotlight

Self-supervised learning (SSL) has proven to be a powerful approach for extracting biologically meaningful representations from single-cell data. To advance our understanding of SSL methods applied to single-cell data, we present scSSL-Bench, a comprehensive benchmark that evaluates nineteen SSL met…

2024

Beyond Concept Bottleneck Models: How to Make Black Boxes Intervenable?

NeurIPS 2024poster

Recently, interpretable machine learning has re-explored concept bottleneck models (CBM). An advantage of this model class is the user's ability to intervene on predicted concept values, affecting the downstream output. In this work, we introduce a method to perform such concept-based interventions…

2024

Deep Generative Clustering with Multimodal Diffusion Variational Autoencoders

ICLR 2024poster

Multimodal VAEs have recently gained significant attention as generative models for weakly-supervised learning with multiple heterogeneous modalities. In parallel, VAE-based methods have been explored as probabilistic approaches for clustering tasks. At the intersection of these two research directi…

Cited by 5SourcePDFScholar
2024

Stochastic Concept Bottleneck Models

NeurIPS 2024poster

Concept Bottleneck Models (CBMs) have emerged as a promising interpretable method whose final prediction is based on intermediate, human-understandable concepts rather than the raw input. Through time-consuming manual interventions, a user can correct wrongly predicted concept values to enhance the…

2024

Unity by Diversity: Improved Representation Learning for Multimodal VAEs

NeurIPS 2024poster

Variational Autoencoders for multimodal data hold promise for many tasks in data analysis, such as representation learning, conditional generation, and imputation. Current architectures either share the encoder output, decoder input, or both across modalities to learn a shared representation. Such…

Cited by 4SourcePDFScholar
2023

Beyond Normal: On the Evaluation of Mutual Information Estimators

NeurIPS 2023poster

Mutual information is a general statistical dependency measure which has found applications in representation learning, causality, domain generalization and computational biology. However, mutual information estimators are typically evaluated on simple families of probability distributions, namely m…

2023

Effective Bayesian Heteroscedastic Regression with Deep Neural Networks

NeurIPS 2023poster

Flexibly quantifying both irreducible aleatoric and model-dependent epistemic uncertainties plays an important role for complex regression problems. While deep neural networks in principle can provide this flexibility and learn heteroscedastic aleatoric uncertainties through non-linear functions, re…

2023

How robust is unsupervised representation learning to distribution shift?

ICLR 2023poster

The robustness of machine learning algorithms to distributions shift is primarily discussed in the context of supervised learning (SL). As such, there is a lack of insight on the robustness of the representations learned from unsupervised methods, such as self-supervised learning (SSL) and auto-enco…

Cited by 21SourcePDFScholar
2023

Identifiability Results for Multimodal Contrastive Learning

ICLR 2023poster

Contrastive learning is a cornerstone underlying recent progress in multi-view and multimodal learning, e.g., in representation learning with image/caption pairs. While its effectiveness is not yet fully understood, a line of recent work reveals that contrastive learning can invert the data generati…

2023

Learning Group Importance using the Differentiable Hypergeometric Distribution

ICLR 2023top-25%

Partitioning a set of elements into subsets of a priori unknown sizes is essential in many applications. These subset sizes are rarely explicitly learned - be it the cluster sizes in clustering applications or the number of shared versus independent generative latent factors in weakly-supervised lea…

2023

MMVAE+: Enhancing the Generative Quality of Multimodal VAEs without Compromises

ICLR 2023poster

Multimodal VAEs have recently gained attention as efficient models for weakly-supervised generative learning with multiple modalities. However, all existing variants of multimodal VAEs are affected by a non-trivial trade-off between generative quality and generative coherence. In particular mixture-…

Cited by 30SourcePDFScholar
2023

On the Identifiability and Estimation of Causal Location-Scale Noise Models

ICML 2023poster

We study the class of location-scale or heteroscedastic noise models (LSNMs), in which the effect $Y$ can be written as a function of the cause $X$ and a noise source $N$ independent of $X$, which may be scaled by a positive function $g$ over the cause, i.e., $Y = f(X) + g(X)N$. Despite the generali…

2023

This Reads Like That: Deep Learning for Interpretable Natural Language Processing

EMNLP 2023short main

Prototype learning, a popular machine learning method designed for inherently interpretable decisions, leverages similarities to learned prototypes for classifying new data. While it is mainly applied in computer vision, in this work, we build upon prior research and further explore the extension of…

Cited by 0SourcecodeScholar
2022

A Deep Variational Approach to Clustering Survival Data

ICLR 2022poster

In this work, we study the problem of clustering survival data — a challenging and so far under-explored task. We introduce a novel semi-supervised probabilistic approach to cluster survival data by leveraging recent advances in stochastic gradient variational inference. In contrast to previous work…

2022

On the Limitations of Multimodal VAEs

ICLR 2022poster

Multimodal variational autoencoders (VAEs) have shown promise as efficient generative models for weakly-supervised data. Yet, despite their advantage of weak supervision, they exhibit a gap in generative quality compared to unimodal VAEs, which are completely unsupervised. In an attempt to explain t…

Cited by 40SourcePDFScholar
2021

Deep Conditional Gaussian Mixture Model for Constrained Clustering

NeurIPS 2021poster

Constrained clustering has gained significant attention in the field of machine learning as it can leverage prior information on a growing amount of only partially labeled data. Following recent advances in deep generative models, we propose a novel framework for constrained clustering that is intui…

2021

Interpretable Models for Granger Causality Using Self-explaining Neural Networks

ICLR 2021poster

Exploratory analysis of time series data can yield a better understanding of complex dynamical systems. Granger causality is a practical framework for analysing interactions in sequential data, applied in a wide range of domains. In this paper, we propose a novel framework for inferring multivariate…