← Search

Steffen Jung

6 accepted papers

2025

Can We Talk Models Into Seeing the World Differently?

ICLR 2025poster

Unlike traditional vision-only models, vision language models (VLMs) offer an intuitive way to access visual content through language prompting by combining a large language model (LLM) with a vision encoder. However, both the LLM and the vision encoder come with their own set of biases, cue prefere…

2024

CosPGD: an efficient white-box adversarial attack for pixel-wise prediction tasks

ICML 2024poster

While neural networks allow highly accurate predictions in many tasks, their lack of robustness towards even slight input perturbations often hampers their deployment. Adversarial attacks such as the seminal _projected gradient descent_ (PGD) offer an effective means to evaluate a model's robustness…

2022

FrequencyLowCut Pooling – Plug & Play against Catastrophic Overfitting

ECCV 2022poster

"Over the last years, Convolutional Neural Networks (CNNs) have been the dominating neural architecture in a wide range of computer vision tasks. From an image and signal processing point of view, this success might be a bit surprising as the inherent spatial pyramid design of most CNNs is apparentl…

2022

Learning Where to Look – Generative NAS Is Surprisingly Efficient

ECCV 2022poster

"The efficient, automated search for well-performing neural architectures (NAS) has drawn increasing attention in the recent past. Thereby, the predominant research objective is to reduce the necessity of costly evaluations of neural architectures while efficiently exploring large search spaces. To…