← Search

Moritz Böhle

9 accepted papers

2026

Vision-Speech Models: Teaching Speech Models to Converse about Images

CVPR 2026

The recent successes of Vision-Language models raise the question of how to equivalently imbue a pretrained speech model with vision understanding, an important milestone towards building a multimodal speech model able to freely converse about images. Building such a conversational Vision-Speech mod

Cited by 0SourcecodeScholar
2025

How to Probe: Simple Yet Effective Techniques for Improving Post-hoc Explanations

ICLR 2025poster

Post-hoc importance attribution methods are a popular tool for “explaining” Deep Neural Networks (DNNs) and are inherently based on the assumption that the explanations can be applied independently of how the models were trained. Contrarily, in this work we bring forward empirical evidence that chal…

2024

B-cosification: Transforming Deep Neural Networks to be Inherently Interpretable

NeurIPS 2024poster

B-cos Networks have been shown to be effective for obtaining highly human interpretable explanations of model decisions by architecturally enforcing stronger alignment between inputs and weight. B-cos variants of convolutional networks (CNNs) and vision transformers (ViTs), which primarily replace l…

2024

Discover-then-Name: Task-Agnostic Concept Bottlenecks via Automated Concept Discovery

ECCV 2024poster

"Concept Bottleneck Models (CBMs) have recently been proposed to address the ‘black-box’ problem of deep neural networks, by first mapping images to a human-understandable concept space and then linearly combining concepts for classification. Such models typically require first coming up with a set…

2024

Good Teachers Explain: Explanation-Enhanced Knowledge Distillation

ECCV 2024poster

"Knowledge Distillation (KD) has proven effective for compressing large teacher models into smaller student models. While it is well known that student models can achieve similar accuracies as the teachers, it has also been shown that they nonetheless often do not learn the same function. It is, how…

2023

Studying How to Efficiently and Effectively Guide Models with Explanations

ICCV 2023poster

Despite being highly performant, deep neural networks might base their decisions on features that spuriously correlate with the provided labels, thus hurting generalization. To mitigate this, 'model guidance' has recently gained popularity, i.e. the idea of regularizing the models' explanations to e…

Cited by 14PDFcodeScholar
2023

Temperature Schedules for self-supervised contrastive methods on long-tail data

ICLR 2023poster

Most approaches for self-supervised learning (SSL) are optimised on curated balanced datasets, e.g. ImageNet, despite the fact that natural data usually exhibits long-tail distributions. In this paper, we analyse the behaviour of one of the most popular variants of SSL, i.e. contrastive methods, on…