← Search

Mateja Jamnik

27 accepted papers

2026

CB-SLICE: Concept-Based Interpretable Error Slice Discovery

ICML 2026poster

Despite strong average-case performance, deep learning models often exhibit systematic errors on specific population groups, known as *error slices*. Identifying these groups and the root causes of their failures is critical for model debugging and bias mitigation. However, existing error Slice Disc…

Cited by 0SourceScholar
2025

Avoiding Leakage Poisoning: Concept Interventions Under Distribution Shifts

ICML 2025poster

In this paper, we investigate how concept-based models (CMs) respond to out-of-distribution (OOD) inputs. CMs are interpretable neural architectures that first predict a set of high-level *concepts* (e.g., "stripes", "black") and then predict a task label from those concepts. In particular, we study…

Cited by 0SourcePDFScholar
2025

Measuring Cross-Modal Interactions in Multimodal Models

AAAI 2025technical

Integrating AI in healthcare can greatly improve patient care and system efficiency. However, the lack of explainability in AI systems (XAI) hinders their clinical adoption, especially in multimodal decision-making that combines various data sources. The majority of existing XAI methods focus on uni…

2025

Multimodal Lego: Model Merging and Fine-Tuning Across Topologies and Modalities in Biomedicine

ICLR 2025poster

Learning holistic computational representations in physical, chemical or biological systems requires the ability to process information from different distributions and modalities within the same model. Thus, the demand for multimodal machine learning models has sharply risen for modalities that go…

2025

NMA-tune: Generating Highly Designable and Dynamics Aware Protein Backbones

ICML 2025poster

Protein's backbone flexibility is a crucial property that heavily influences its functionality. Recent work in the field of protein diffusion probabilistic modelling has leveraged Normal Mode Analysis (NMA) and, for the first time, introduced information about large scale protein motion into the gen…

Cited by 0SourcePDFScholar
2025

Neural Reasoning for Sure Through Constructing Explainable Models

AAAI 2025technical

Neural networks remain black-box systems, unsure about their outputs, and their performance may drop unpredictably in real applications. An open question is how to qualitatively extend neural networks, so that they are sure about their reasoning results, or reasoning-for-sure. Here, we introduce set…

2024

Dynamics-Informed Protein Design with Structure Conditioning

ICLR 2024poster

Current protein generative models are able to design novel backbones with desired shapes or functional motifs. However, despite the importance of a protein’s dynamical properties for its function, conditioning on dynamical properties remains elusive. We present a new approach to protein generative m…

Cited by 2SourcePDFScholar
2024

Efficient Bias Mitigation Without Privileged Information

ECCV 2024oral

"Deep neural networks trained via empirical risk minimization often exhibit significant performance disparities across groups, particularly when group and task labels are spuriously correlated (e.g., “grassy background” and “cows”). Existing bias mitigation methods that aim to address this issue oft…

2024

End-to-End Ontology Learning with Large Language Models

NeurIPS 2024poster

Ontologies are useful for automatic machine processing of domain knowledge as they represent it in a structured format. Yet, constructing ontologies requires substantial manual effort. To automate part of this process, large language models (LLMs) have been applied to solve various subtasks of ontol…

2024

Generation of Visual Representations for Multi-Modal Mathematical Knowledge

AAAI 2024technical

In this paper we introduce MaRE, a tool designed to generate representations in multiple modalities for a given mathematical problem while ensuring the correctness and interpretability of the transformations between different representations. The theoretical foundation for this tool is Representatio…

2024

HEALNet: Multimodal Fusion for Heterogeneous Biomedical Data

NeurIPS 2024poster

Technological advances in medical data collection, such as high-throughput genomic sequencing and digital high-resolution histopathology, have contributed to the rising requirement for multimodal biomedical modelling, specifically for image, tabular and graph data. Most multimodal deep learning appr…

2024

ProtoGate: Prototype-based Neural Networks with Global-to-local Feature Selection for Tabular Biomedical Data

ICML 2024poster

Tabular biomedical data poses challenges in machine learning because it is often high-dimensional and typically low-sample-size (HDLSS). Previous research has attempted to address these challenges via local feature selection, but existing approaches often fail to achieve optimal performance due to t…

2024

Repurposing Language Models into Embedding Models: Finding the Compute-Optimal Recipe

NeurIPS 2024poster

Text embeddings are essential for tasks such as document retrieval, clustering, and semantic similarity assessment. In this paper, we study how to contrastively train text embedding models in a compute-optimal fashion, given a suite of pretrained decoder-only language models. Our innovation is an al…

2024

TabEBM: A Tabular Data Augmentation Method with Distinct Class-Specific Energy-Based Models

NeurIPS 2024poster

Data collection is often difficult in critical fields such as medicine, physics, and chemistry, yielding typically only small tabular datasets. However, classification methods tend to struggle with these small datasets, leading to poor predictive performance. Increasing the training set with additio…

2024

Understanding Inter-Concept Relationships in Concept-Based Models

ICML 2024poster

Concept-based explainability methods provide insight into deep learning systems by constructing explanations using human-understandable concepts. While the literature on human reasoning demonstrates that we exploit relationships between concepts when solving tasks, it is unclear whether concept-base…

2023

Draft, Sketch, and Prove: Guiding Formal Theorem Provers with Informal Proofs

ICLR 2023top-5%

The formalization of existing mathematical proofs is a notoriously difficult process. Despite decades of research on automation and proof assistants, writing formal proofs remains arduous and only accessible to a few experts. While previous studies to automate formalization focused on powerful searc…

Cited by 172SourcePDFScholar
2023

Interpretable Neural-Symbolic Concept Reasoning

ICML 2023poster

Deep learning methods are highly accurate, yet their opaque decision process prevents them from earning full human trust. Concept-based models aim to address this issue by learning tasks based on a set of human-understandable concepts. However, state-of-the-art concept-based models rely on high-dime…

2023

Learning to Receive Help: Intervention-Aware Concept Embedding Models

NeurIPS 2023spotlight

Concept Bottleneck Models (CBMs) tackle the opacity of neural architectures by constructing and explaining their predictions using a set of high-level concepts. A special property of these models is that they permit concept interventions, wherein users can correct mispredicted concepts and thus impr…

2023

Towards Robust Metrics for Concept Representation Evaluation

AAAI 2023technical

Recent work on interpretability has focused on concept-based explanations, where deep learning models are explained in terms of high-level units of information, referred to as concepts. Concept learning models, however, have been shown to be prone to encoding impurities in their representations, fai…

2023

Weight Predictor Network with Feature Selection for Small Sample Tabular Biomedical Data

AAAI 2023technical

Tabular biomedical data is often high-dimensional but with a very small number of samples. Although recent work showed that well-regularised simple neural networks could outperform more sophisticated architectures on tabular data, they are still prone to overfitting on tiny datasets with many potent…

2022

Autoformalization with Large Language Models

NeurIPS 2022accept

Autoformalization is the process of automatically translating from natural language mathematics to formal specifications and proofs. A successful autoformalization system could advance the fields of formal verification, program synthesis, and artificial intelligence. While the long-term goal of auto…

Cited by 189SourcePDFScholar
2022

Concept Embedding Models: Beyond the Accuracy-Explainability Trade-Off

NeurIPS 2022accept

Deploying AI-powered systems requires trustworthy models supporting effective human interactions, going beyond raw prediction accuracy. Concept bottleneck models promote trustworthiness by conditioning classification tasks on an intermediate level of human-like concepts. This enables human intervent…

2022

Thor: Wielding Hammers to Integrate Language Models and Automated Theorem Provers

NeurIPS 2022accept

In theorem proving, the task of selecting useful premises from a large library to unlock the proof of a given conjecture is crucially important. This presents a challenge for all theorem provers, especially the ones based on language models, due to their relative inability to reason over huge volume…

Cited by 104SourcePDFScholar