← Search

Marcus Rohrbach

51 accepted papers

2026

Erased but Not Forgotten: How Backdoors Compromise Concept Erasure

ICML 2026poster

The expansion of text-to-image diffusion models has raised concerns about harmful outputs, from fabricated depictions of public figures to sexually explicit imagery. To mitigate such risks, prior work has proposed concept erasure methods that aim to sever unwanted concepts from the model via fine-tu…

Cited by 0SourceScholar
2026

GEM: Geometric Erasure by Contrastive Velocity Matching in Rectified Flows

ICML 2026spotlight

While the rapid adoption of multimodal generative models offers immense potential, it has also increased the risks of harmful content synthesis, deepfakes, and copyright infringements. To address these challenges, concept erasure has emerged as a prospective safeguard. However, as the field graduall…

Cited by 0SourceScholar
2026

HaloProbe: Bayesian Detection and Mitigation of Object Hallucinations in Vision-Language Models

ICML 2026poster

Large vision-language models can produce object hallucinations in image descriptions, highlighting the need for effective detection and mitigation strategies. Prior work commonly relies on the model's attention weights on visual tokens as a detection signal. We reveal that coarse-grained attention-b…

Cited by 0SourceScholar
2025

DEFAME: Dynamic Evidence-based FAct-checking with Multimodal Experts

ICML 2025poster

The proliferation of disinformation demands reliable and scalable fact-checking solutions. We present **D**ynamic **E**vidence-based **FA**ct-checking with **M**ultimodal **E**xperts (DEFAME), a modular, zero-shot MLLM pipeline for open-domain, text-image claim verification. DEFAME operates in a six…

2025

Predicting Implicit Arguments in Procedural Video Instructions

ACL 2025long

Procedural texts help AI enhance reasoning about context and action sequences. Transforming these into Semantic Role Labeling (SRL) improves understanding of individual steps by identifying predicate-argument structure like verb,what,where/with. Procedural instructions are highly elliptic, for insta…

2025

Spurious-Aware Prototype Refinement for Reliable Out-of-Distribution Detection

NeurIPS 2025poster

Out-of-distribution (OOD) detection is crucial for ensuring the reliability and safety of machine learning models in real-world applications, where they frequently face data distributions unseen during training. Despite progress, existing methods are often vulnerable to spurious correlations that mi…

Cited by 0SourceScholar
2025

V^2Dial: Unification of Video and Visual Dialog via Multimodal Experts

CVPR 2025poster

We present V2Dial - a novel expert-based model specifically geared towards simultaneously handling image and video input data for multimodal conversational tasks. Current multimodal models primarily focus on simpler tasks (e.g., VQA, VideoQA, video-text retrieval) and often neglect the more challeng…

Cited by 0SourcePDFScholar
2024

Efficient Pre-training for Localized Instruction Generation of Procedural Videos

ECCV 2024poster

"Procedural videos, exemplified by recipe demonstrations, are instrumental in conveying step-by-step instructions. However, understanding such videos is challenging as it involves the precise localization of steps and the generation of textual instructions. Manually annotating steps and writing inst…

2023

Improving Selective Visual Question Answering by Learning From Your Peers

CVPR 2023poster

Despite advances in Visual Question Answering (VQA), the ability of models to assess their own correctness remains underexplored. Recent work has shown that VQA models, out-of-the-box, can have difficulties abstaining from answering when they are wrong. The option to abstain, also called Selective P…

2022

CLASTER: Clustering with Reinforcement Learning for Zero-Shot Action Recognition

ECCV 2022poster

"Zero-Shot action recognition is the task of recognizing action classes without visual examples. The problem can be seen as learning a representation on seen classes which generalizes well to instances of unseen classes, without losing discriminability between classes. Neural networks are able to mo…

Cited by 41SourcePDFScholar
2022

FLAVA: A Foundational Language and Vision Alignment Model

CVPR 2022poster

State-of-the-art vision and vision-and-language models rely on large-scale visio-linguistic pretraining for obtaining good performance on a variety of downstream tasks. Generally, such models are often either cross-modal (contrastive) or multi-modal (with earlier fusion) but not both; and they often…

Cited by 796PDFScholar
2022

Learn2Augment: Learning to Composite Videos for Data Augmentation in Action Recognition

ECCV 2022poster

"We address the problem of data augmentation for video action recognition. Standard augmentation strategies in video are hand designed and sample the space of possible augmented data points either at random, without knowing which augmented points will be better, or through heuristics. We propose to…

Cited by 45SourcePDFScholar
2022

Learning To Recognize Procedural Activities With Distant Supervision

CVPR 2022poster

In this paper we consider the problem of classifying fine-grained, multi-step activities (e.g., cooking different recipes, making disparate home improvements, creating various forms of arts and crafts) from long videos spanning up to several minutes. Accurately categorizing these activities requires…

Cited by 97PDFcodeScholar
2022

Reliable Visual Question Answering: Abstain Rather Than Answer Incorrectly

ECCV 2022poster

"Machine learning has advanced dramatically, narrowing the accuracy gap to humans in multimodal tasks like visual question answering (VQA). However, while humans can say ""I don’t know"" when they are uncertain (i.e., abstain from answering a question), such ability has been largely neglected in mul…

2021

KRISP: Integrating Implicit and Symbolic Knowledge for Open-Domain Knowledge-Based VQA

CVPR 2021poster

One of the most challenging question types in VQA is when answering the question requires outside knowledge not present in the image. In this work we study open-domain knowledge, the setting when the knowledge required to answer a question is not given/annotated, neither at training nor test time. W…

Cited by 247PDFScholar
2021

Remembering for the Right Reasons: Explanations Reduce Catastrophic Forgetting

ICLR 2021poster

The goal of continual learning (CL) is to learn a sequence of tasks without suffering from the phenomenon of catastrophic forgetting. Previous work has shown that leveraging memory in the form of a replay buffer can reduce performance degradation on prior tasks. We hypothesize that forgetting can be…

2020

12-in-1: Multi-Task Vision and Language Representation Learning

CVPR 2020poster

Much of vision-and-language research focuses on a small but diverse set of independent tasks and supporting datasets often studied in isolation; however, the visually-grounded language understanding skills required for success at these tasks overlap significantly. In this work, we investigate these…

Cited by 575PDFcodeScholar
2020

Adversarial Continual Learning

ECCV 2020poster

Continual learning aims to learn new tasks without forgetting previously learned ones. We hypothesize that representations learned to solve each task in a sequence have a shared structure while containing some task-specific properties. We show that shared features are significantly less prone to for…

2020

Decoupling Representation and Classifier for Long-Tailed Recognition

ICLR 2020poster

The long-tail distribution of the visual world poses great challenges for deep learning based classification models on how to handle the class imbalance problem. Existing solutions usually involve class-balancing strategies, e.g., by loss re-weighting, data re-sampling, or transfer learning from hea…

Cited by 1599SourcecodeScholar
2020

In Defense of Grid Features for Visual Question Answering

CVPR 2020poster

Popularized as `bottom-up' attention, bounding box (or region) based visual features have recently surpassed vanilla grid-based convolutional features as the de facto standard for vision and language tasks like visual question answering (VQA). However, it is not clear whether the advantages of regio…

Cited by 444PDFcodeScholar
2020

Iterative Answer Prediction With Pointer-Augmented Multimodal Transformers for TextVQA

CVPR 2020oral

Many visual scenes contain text that carries crucial information, and it is thus essential to understand text in images for downstream reasoning tasks. For example, a deep water label on a warning sign warns people about the danger in the scene. Recent work has explored the TextVQA task that require…

Cited by 251PDFScholar
2020

Learning to Generate Grounded Visual Captions without Localization Supervision

ECCV 2020poster

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or…

2020

TextCaps: a Dataset for Image Captioning with Reading Comprehension

ECCV 2020poster

Image descriptions can help visually impaired people to quickly understand the image content. While we made significant progress in automatically describing images and optical character recognition, current approaches are unable to include written text in their descriptions, although text is omnipre…

2020

Uncertainty-guided Continual Learning with Bayesian Neural Networks

ICLR 2020poster

Continual learning aims to learn new tasks without forgetting previously learned ones. This is especially challenging when one cannot access data from previous tasks and when the model has a fixed capacity. Current regularization-based continual learning algorithms need an external representation a…

Cited by 266SourcecodeScholar
2019

Adversarial Inference for Multi-Sentence Video Description

CVPR 2019oral

While significant progress has been made in the image captioning task, video description is still in its infancy due to the complex nature of video data. Generating multi-sentence descriptions for long videos is even more challenging. Among the main issues are the fluency and coherence of the genera…

Cited by 115PDFcodeScholar
2019

DMC-Net: Generating Discriminative Motion Cues for Fast Compressed Video Action Recognition

CVPR 2019poster

Motion has shown to be useful for video understanding, where motion is typically represented by optical flow. However, computing flow from video frames is very timeconsuming. Recent works directly leverage the motion vectors and residuals readily available in the compressed video to represent motion…

Cited by 168PDFScholar
2019

Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks With Octave Convolution

ICCV 2019poster

In natural images, information is conveyed at different frequencies where higher frequencies are usually encoded with fine details and lower frequencies are usually encoded with global structures. Similarly, the output feature maps of a convolution layer can also be seen as a mixture of information…

Cited by 811PDFcodeScholar
2019

Efficient Lifelong Learning with A-GEM

ICLR 2019poster

In lifelong learning, the learner is presented with a sequence of tasks, incrementally building a data-driven prior which may be leveraged to speed up learning of a new task. In this work, we investigate the efficiency of current lifelong approaches, in terms of sample complexity, computational and…

2019

Graph-Based Global Reasoning Networks

CVPR 2019poster

Globally modeling and reasoning over relations between regions can be beneficial for many computer vision tasks on both images and videos. Convolutional Neural Networks (CNNs) excel at modeling local relations by convolution operations, but they are typically inefficient at capturing global relation…

Cited by 597PDFcodeScholar
2019

Probabilistic Neural Symbolic Models for Interpretable Visual Question Answering

ICML 2019oral

We propose a new class of probabilistic neural-symbolic models, that have symbolic functional programs as a latent, stochastic variable. Instantiated in the context of visual question answering, our probabilistic formulation offers two key conceptual advantages over prior neural-symbolic models for…

Cited by 109SourcePDFScholar
2019

Towards VQA Models That Can Read

CVPR 2019poster

Studies have shown that a dominant class of questions asked by visually impaired users on images of their surroundings involves reading text in the image. But today's VQA models can not read! Our paper takes a first step towards addressing this problem. First, we introduce a new "TextVQA" dataset to…

Cited by 1328PDFcodeScholar
2018

Memory Aware Synapses: Learning what (not) to forget

ECCV 2018poster

Humans can learn in a continuous manner. Old rarely utilized knowledge can be overwritten by new incoming information while important, frequently used knowledge is prevented from being erased. In artificial learning systems, lifelong learning so far has focused mainly on accumulating knowledge over…

Cited by 2053SourcePDFScholar
2018

Multimodal Explanations: Justifying Decisions and Pointing to the Evidence

CVPR 2018poster

Deep models that are both effective and explainable are desirable in many settings; prior explainable models have been unimodal, offering either image-based visualization of attention weights or text-based generation of post-hoc justifications. We propose a multimodal approach to explanation, and…

2018

Visual Coreference Resolution in Visual Dialog using Neural Module Networks

ECCV 2018poster

Visual dialog entails answering a series of questions grounded in an image, using dialog history as context. In addition to the challenges found in visual question answering (VQA), which can be seen as one-round dialog, visual dialog encompasses several more. We focus on one such problem called ‘vis…

2017

Captioning Images With Diverse Objects

CVPR 2017oral

Recent captioning models are limited in their ability to scale and describe concepts unseen in paired image-text corpora. We propose the Novel Object Captioner (NOC), a deep visual semantic captioning model that can describe a large number of object categories not present in existing image-caption…

Cited by 226PDFScholar
2017

Generating Descriptions With Grounded and Co-Referenced People

CVPR 2017poster

Learning how to generate descriptions of images or videos received major interest both in the Computer Vision and Natural Language Processing communities. While a few works have proposed to learn a grounding during the generation process in an unsupervised way (via an attention mechanism), it remain…

Cited by 76PDFScholar
2017

Learning to Reason: End-To-End Module Networks for Visual Question Answering

ICCV 2017spotlight

Natural language questions are inherently compositional, and many are most easily answered by reasoning about their decomposition into modular sub-problems. For example, to answer "is there an equal number of balls and boxes?" we can look for balls, look for boxes, count them, and compare the result…

Cited by 742PDFScholar
2017

Modeling Relationships in Referential Expressions With Compositional Modular Networks

CVPR 2017spotlight

People often refer to entities in an image in terms of their relationships with other entities. For example, "the black cat sitting under the table" refers to both a "black cat" entity and its relationship with another "table" entity. Understanding these relationships is essential for interpreting a…

Cited by 454PDFScholar
2017

Speaking the Same Language: Matching Machine to Human Captions by Adversarial Training

ICCV 2017poster

While strong progress has been made in image captioning recently, machine and human captions are still quite distinct. This is primarily due to the deficiencies in the generated word distribution, vocabulary size, and strong bias in the generators towards frequent captions. Furthermore, humans -- ri…

Cited by 311PDFScholar
2016

Deep Compositional Captioning: Describing Novel Object Categories Without Paired Training Data

CVPR 2016oral

While recent deep neural network models have achieved promising results on the image captioning task, they rely largely on the availability of corpora with paired image and sentence captions to describe objects in context. In this work, we propose the Deep Compositional Captioner (DCC) to address th…

Cited by 346PDFScholar
2015

Ask Your Neurons: A Neural-Based Approach to Answering Questions About Images

ICCV 2015oral

We address a question answering task on real-world images that is set up as a Visual Turing Test. By combining latest advances in image representation and natural language processing, we propose Neural-Image-QA, an end-to-end formulation to this problem for which all parts are trained jointly. In co…

Cited by 816PDFScholar
2015

Long-Term Recurrent Convolutional Networks for Visual Recognition and Description

CVPR 2015poster

Models comprised of deep convolutional network layers have dominated recent image interpretation tasks; we investigate whether models which are also compositional, or "deep", temporally are effective on tasks involving visual sequences or label sequences. We develop a novel recurrent convolutional a…

Cited by 8345SourcePDFScholar
2015

Sequence to Sequence - Video to Text

ICCV 2015poster

Real-world videos often have complex dynamics; methods for generating open-domain video descriptions should be senstive to temporal structure and allow both input (sequence of frames) and output (sequence of words) of variable length. To approach this problem we propose a novel end-to-end sequence-t…

Cited by 1877PDFcodeScholar
2015

Spatial Semantic Regularisation for Large Scale Object Detection

ICCV 2015poster

Large scale object detection with thousands of classes introduces the problem of many contradicting false positive detections, which have to be suppressed. Class-independent non-maximum suppression has traditionally been used for this step, but it does not scale well as the number of classes grows.…

Cited by 29PDFScholar