← Search

Zsolt Kira

70 accepted papers

2026

Let's Think in Two Steps: Mitigating Agreement Bias in MLLMs with Self-Grounded Verification

ICLR 2026poster

Verifiers—functions assigning rewards to agent behavior—have been key for AI progress in domains such as math, code and games. However, extending these gains to domains without clear-cut success criteria (e.g., computer use) remains a challenge: while humans can recognize suitable outcomes, translat…

Cited by 0SourcecodeScholar
2026

MAPS: Preserving Vision-Language Representations via Module-Wise Proximity Scheduling for Better Vision-Language-Action Generalization

CVPR 2026

Vision-Language-Action (VLA) models inherit strong priors from pretrained Vision-Language Models (VLMs), but naive fine-tuning often disrupts these representations and harms generalization. Existing fixes -- freezing modules or applying uniform regularization -- either overconstrain adaptation or ig

Cited by 0SourceScholar
2026

Sim2real Image Translation Enables Viewpoint-Robust Policies from Fixed-Camera Datasets

ICRA 2026poster

Vision-based policies for robot manipulation have achieved significant recent success, but are still brittle to distribution shifts such as camera viewpoint variations. Robot demonstration data is scarce and often lacks appropriate variation in camera viewpoints. Simulation offers a way to collect r…

2026

The Geometry of Robustness: Optimizing Loss Landscape Curvature and Feature Manifold Alignment for Robust Finetuning of Vision-Language Models

CVPR 2026

Fine-tuning approaches for Vision-Language Models (VLMs) face a critical three-way trade-off between In-Distribution (ID) accuracy, Out-of-Distribution (OOD) generalization, and adversarial robustness. Existing robust fine-tuning strategies resolve at most two axes of this trade-off. Generalization-

Cited by 0SourceScholar
2026

Toward Diffusible High-Dimensional Latent Spaces: A Frequency Perspective

CVPR 2026

Latent diffusion has become the default paradigm for visual generation, yet we observe a persistent reconstruction-generation trade-off as latent dimensionality increases: higher-capacity autoencoders improve reconstruction fidelity but generation quality eventually declines. We trace this gap to th

Cited by 0SourceScholar
2025

Contextual Self-paced Learning for Weakly Supervised Spatio-Temporal Video Grounding

ICLR 2025poster

In this work, we focus on Weakly Supervised Spatio-Temporal Video Grounding (WSTVG). It is a multimodal task aimed at localizing specific subjects spatio-temporally based on textual queries without bounding box supervision. Motivated by recent advancements in multi-modal foundation models for groun…

Cited by 2SourcePDFScholar
2025

Directional Gradient Projection for Robust Fine-Tuning of Foundation Models

ICLR 2025poster

Robust fine-tuning aims to adapt large foundation models to downstream tasks while preserving their robustness to distribution shifts. Existing methods primarily focus on constraining and projecting current model towards the pre-trained initialization based on the magnitudes between fine-tuned and p…

Cited by 0SourcePDFScholar
2025

EmbodiedSplat: Personalized Real-to-Sim-to-Real Navigation with Gaussian Splats from a Mobile Device

ICCV 2025poster

The field of Embodied AI predominantly relies on simulation for training and evaluation, often using either fully synthetic environments that lack photorealism or high-fidelity real-world reconstructions captured with expensive hardware. As a result, sim-to-real transfer remains a major challenge. I…

2025

FRAMES-VQA: Benchmarking Fine-Tuning Robustness across Multi-Modal Shifts in Visual Question Answering

CVPR 2025poster

Visual question answering (VQA) systems face significant challenges when adapting to real-world data shifts, especially in multi-modal contexts. While robust fine-tuning strategies are essential for maintaining performance across in-distribution (ID) and out-of-distribution (OOD) scenarios, current…

2025

From Multimodal LLMs to Generalist Embodied Agents: Methods and Lessons

CVPR 2025poster

We examine the capability of Multimodal Large Language Models (MLLMs) to tackle diverse domains that extend beyond the traditional language and vision tasks these models are typically trained on. Specifically, our focus lies in areas such as Embodied AI, Games, UI Control, and Planning. To this end,…

Cited by 3SourcePDFScholar
2025

Memo: Training Memory-Efficient Embodied Agents with Reinforcement Learning

NeurIPS 2025spotlight

To enable embodied agents to operate effectively over extended timeframes, it is crucial to develop models that form and access memories to stay contextualized in their environment. In the current paradigm of training transformer-based policies for embodied sequential decision-making tasks, visual i…

Cited by 0SourceScholar
2025

RenderBender: A Survey on Adversarial Attacks Using Differentiable Rendering

IJCAI 2025

Differentiable rendering techniques like Gaussian Splatting and Neural Radiance Fields have become powerful tools for generating high-fidelity models of 3D objects and scenes. Their ability to produce both physically plausible and differentiable models of scenes are key ingredient needed to produce

2025

Safe Reinforcement Learning Using Robust Control Barrier Functions

RA-L 2025

Reinforcement Learning (RL) has been shown to be effective in many scenarios. However, it typically requires the exploration of a sufficiently large number of state-action pairs, some of which may be unsafe. Consequently, its application to safety-critical systems remains a challenge. An increasingl

Cited by 85SourcecodeScholar
2025

When Domain Generalization meets Generalized Category Discovery: An Adaptive Task-Arithmetic Driven Approach

CVPR 2025poster

Generalized Class Discovery (GCD) clusters base and novel classes in a target domain, using supervision from a source domain with only base classes. Current methods often falter with distribution shifts and typically require access to target data during training, which can sometimes be impractical.…

Cited by 1SourcePDFScholar
2024

Diffuse Attend and Segment: Unsupervised Zero-Shot Segmentation using Stable Diffusion

CVPR 2024poster

Producing quality segmentation masks for images is a fundamental problem in computer vision. Recent research has explored large-scale supervised training to enable zero-shot transfer segmentation on virtually any image style and unsupervised training to enable segmentation without dense annotations.…

2024

FSD: Fast Self-Supervised Single RGB-D to Categorical 3D Objects

ICRA 2024poster

In this work, we address the challenging task of 3D object recognition without the reliance on real-world 3D labeled data. Our goal is to predict the 3D shape, size, and 6D pose of objects within a single RGB-D image, operating at the category level and eliminating the need for CAD models during inf…

Cited by 13SourcecodeScholar
2024

GOAT-Bench: A Benchmark for Multi-Modal Lifelong Navigation

CVPR 2024poster

The Embodied AI community has recently made significant strides in visual navigation tasks exploring targets from 3D coordinates objects language description and images. However these navigation models often handle only a single input modality as the target. With the progress achieved so far it is t…

2024

Grounding Multimodal Large Language Models in Actions

NeurIPS 2024poster

Multimodal Large Language Models (MLLMs) have demonstrated a wide range of capabilities across many domains including Embodied AI. In this work, we study how to best ground a MLLM into different embodiments and their associated action spaces, including both continuous and discrete actions. For conti…

Cited by 12SourcePDFScholar
2024

Habitat 3.0: A Co-Habitat for Humans, Avatars, and Robots

ICLR 2024poster

We present Habitat 3.0: a simulation platform for studying collaborative human-robot tasks in home environments. Habitat 3.0 offers contributions across three dimensions: (1) Accurate humanoid simulation: addressing challenges in modeling complex deformable bodies and diversity in appearance and mot…

Cited by 111SourcePDFScholar
2024

N-QR: Natural Quick Response Codes for Multi-Robot Instance Correspondence

ICRA 2024poster

Image correspondence serves as the backbone for many tasks in robotics, such as visual fusion, localization, and mapping. However, existing correspondence methods do not scale to large multi-robot systems, and they struggle when image features are weak, ambiguous, or evolving. In response, we propos…

Cited by 1SourceScholar
2024

NeRF-MAE: Masked AutoEncoders for Self-Supervised 3D Representation Learning for Neural Radiance Fields

ECCV 2024poster

"Neural fields excel in computer vision and robotics due to their ability to understand the 3D visual world such as inferring semantics, geometry, and dynamics. Given the capabilities of neural fields in densely representing a 3D scene from 2D images, we ask the question: Can we scale their self-sup…

2024

Pre-trained Text-to-Image Diffusion Models Are Versatile Representation Learners for Control

NeurIPS 2024spotlight

Embodied AI agents require a fine-grained understanding of the physical world mediated through visual and language inputs. Such capabilities are difficult to learn solely from task-specific data. This has led to the emergence of pre-trained vision-language models as a tool for transferring represent…

2024

Reinforcement Learning via Auxillary Task Distillation

ECCV 2024poster

"We present Reinforcement Learning via Auxiliary Task Distillation (AuxDistill), a new method that enables reinforcement learning (RL) to perform long-horizon robot control problems by distilling behaviors from auxiliary RL tasks. AuxDistill achieves this by concurrently carrying out multi-task RL w…

Cited by 1SourcePDFScholar
2024

Rethinking Weight Decay for Robust Fine-Tuning of Foundation Models

NeurIPS 2024poster

Modern optimizers such as AdamW, equipped with momentum and adaptive learning rate, are designed to escape local minima and explore the vast parameter space. This exploration is beneficial for finding good loss basins when training from scratch. It is not necessarily ideal when resuming from a power…

2024

Seeing the Unseen: Visual Common Sense for Semantic Placement

CVPR 2024poster

Computer vision tasks typically involve describing what is visible in an image (e.g. classification detection segmentation and captioning). We study a visual common sense task that requires understanding 'what is not visible'. Specifically given an image (e.g. of a living room) and a name of an obje…

Cited by 3SourcePDFScholar
2023

Adaptive Coordination in Social Embodied Rearrangement

ICML 2023poster

We present the task of "Social Rearrangement", consisting of cooperative everyday tasks like setting up the dinner table, tidying a house or unpacking groceries in a simulated multi-agent environment. In Social Rearrangement, two robots coordinate to complete a long-horizon task, using onboard sensi…

Cited by 12SourcePDFScholar
2023

BC-IRL: Learning Generalizable Reward Functions from Demonstrations

ICLR 2023top-25%

How well do reward functions learned with inverse reinforcement learning (IRL) generalize? We illustrate that state-of-the-art IRL algorithms, which maximize a maximum-entropy objective, learn rewards that overfit to the demonstrations. Such rewards struggle to provide meaningful rewards for states…

Cited by 9SourcePDFScholar
2023

CODA-Prompt: COntinual Decomposed Attention-Based Prompting for Rehearsal-Free Continual Learning

CVPR 2023poster

Computer vision models suffer from a phenomenon known as catastrophic forgetting when learning novel concepts from continuously shifting training data. Typical solutions for this continual learning problem require extensive rehearsal of previously seen data, which increases memory costs and may viol…

2023

ConStruct-VL: Data-Free Continual Structured VL Concepts Learning

CVPR 2023poster

Recently, large-scale pre-trained Vision-and-Language (VL) foundation models have demonstrated remarkable capabilities in many zero-shot downstream tasks, achieving competitive results for recognizing objects defined by as little as short text prompts. However, it has also been shown that VL models…

2023

DAMEX: Dataset-aware Mixture-of-Experts for visual understanding of mixture-of-datasets

NeurIPS 2023poster

Construction of a universal detector poses a crucial question: How can we most effectively train a model on a large mixture of datasets? The answer lies in learning dataset-specific features and ensembling their knowledge but do all this in a single model. Previous methods achieve this by h…

2023

Fast Trainable Projection for Robust Fine-tuning

NeurIPS 2023poster

Robust fine-tuning aims to achieve competitive in-distribution (ID) performance while maintaining the out-of-distribution (OOD) robustness of a pre-trained model when transferring it to a downstream task. Recently, projected gradient descent has been successfully used in robust fine-tuning by constr…

2023

HomeRobot: Open-Vocabulary Mobile Manipulation

CoRL 2023poster

HomeRobot (noun): An affordable compliant robot that navigates homes and manipulates a wide range of objects in order to complete everyday tasks. Open-Vocabulary Mobile Manipulation (OVMM) is the problem of picking any object in any unseen environment, and placing it in a commanded location. This i…

Cited by 98SourcecodeScholar
2023

NeO 360: Neural Fields for Sparse View Synthesis of Outdoor Scenes

ICCV 2023poster

Recent implicit neural representations have shown great results for novel view synthesis. However, existing methods require expensive per-scene optimization from many views hence limiting their application to real-world unbounded urban settings where the objects of interest or backgrounds are observ…

Cited by 47PDFcodeScholar
2023

Trainable Projected Gradient Method for Robust Fine-Tuning

CVPR 2023poster

Recent studies on transfer learning have shown that selectively fine-tuning a subset of layers or customizing different learning rates for each layer can greatly improve robustness to out-of-distribution (OOD) data and retain generalization capability in the pre-trained models. However, most of thes…

2023

Training Energy-Based Normalizing Flow with Score-Matching Objectives

NeurIPS 2023poster

In this paper, we establish a connection between the parameterization of flow-based and energy-based generative models, and present a new flow-based modeling approach called energy-based normalizing flow (EBFlow). We demonstrate that by optimizing EBFlow with score-matching objectives, the computati…

2022

"ShAPO: Implicit Representations for Multi-Object Shape, Appearance, and Pose Optimization"

ECCV 2022poster

"Our method studies the complex task of object-centric 3D understanding from a single RGB-D observation. As it is an ill-posed problem, existing methods suffer from low performance for both 3D shape and 6D pose and size estimation in complex multi-object scenarios with occlusions. We present ShAPO,…

2022

Beyond a Pre-Trained Object Detector: Cross-Modal Textual and Visual Context for Image Captioning

CVPR 2022poster

Significant progress has been made on visual captioning, largely relying on pre-trained features and later fixed object detectors that serve as rich inputs to auto-regressive models. A key limitation of such methods, however, is that the output of the model is conditioned only on the object detector…

Cited by 84PDFcodeScholar
2022

CenterSnap: Single-Shot Multi-Object 3D Shape Reconstruction and Categorical 6D Pose and Size Estimation

ICRA 2022poster

This paper studies the complex task of simultaneous multi-object 3D reconstruction, 6D pose and size estimation from a single-view RGB-D observation. In contrast to instance- level pose estimation, we focus on a more challenging problem where CAD models are not available at inference time. Existing…

Cited by 83SourceScholar
2022

Open-Set Semi-Supervised Object Detection

ECCV 2022poster

"Recent developments for Semi-Supervised Object Detection (SSOD) have shown the promise of leveraging unlabeled data to improve an object detector. However, thus far these methods have assumed that the unlabeled data does not contain out-of-distribution (OOD) classes, which is unrealistic with large…

Cited by 30SourcePDFScholar
2022

Polyhistor: Parameter-Efficient Multi-Task Adaptation for Dense Vision Tasks

NeurIPS 2022accept

Adapting large-scale pretrained models to various downstream tasks via fine-tuning is a standard method in machine learning. Recently, parameter-efficient fine-tuning methods have shown promise in adapting a pretrained model to different tasks while training only a few parameters. Despite their succ…

Cited by 55SourcePDFScholar
2022

Striking the Right Balance: Recall Loss for Semantic Segmentation

ICRA 2022poster

Class imbalance is a fundamental problem in computer vision applications such as semantic segmentation. Specifically, uneven class distributions in a training dataset often result in unsatisfactory performance on under-represented classes. Many works have proposed to weight the standard cross entrop…

Cited by 47SourcecodeScholar
2022

Unbiased Teacher v2: Semi-Supervised Object Detection for Anchor-Free and Anchor-Based Detectors

CVPR 2022poster

With the recent development of Semi-Supervised Object Detection (SS-OD) techniques, object detectors can be improved by using a limited amount of labeled data and abundant unlabeled data. However, there are still two challenges that are not addressed: (1) there is no prior SS-OD work on anchor-free…

Cited by 141PDFcodeScholar
2021

A Geometric Perspective towards Neural Calibration via Sensitivity Decomposition

NeurIPS 2021spotlight

It is well known that vision classification models suffer from poor calibration in the face of data distribution shifts. In this paper, we take a geometric approach to this problem. We propose Geometric Sensitivity Decomposition (GSD) which decomposes the norm of a sample feature embedding and the a…

2021

Always Be Dreaming: A New Approach for Data-Free Class-Incremental Learning

ICCV 2021poster

Modern computer vision applications suffer from catastrophic forgetting when incrementally learning new concepts over time. The most successful approaches to alleviate this forgetting require extensive replay of previously seen data, which is problematic when memory constraints or data legality conc…

Cited by 219PDFcodeScholar
2021

Habitat 2.0: Training Home Assistants to Rearrange their Habitat

NeurIPS 2021spotlight

We introduce Habitat 2.0 (H2.0), a simulation platform for training virtual robots in interactive 3D environments and complex physics-enabled scenarios. We make comprehensive contributions to all levels of the embodied AI stack – data, simulation, and benchmark tasks. Specifically, we present: (i) R…

2021

Hierarchical Cross-Modal Agent for Robotics Vision-and-Language Navigation

ICRA 2021poster

Deep Learning has revolutionized our ability to solve complex problems such as Vision-and-Language Navigation (VLN). This task requires the agent to navigate to a goal purely based on visual sensory inputs given natural language instructions. However, prior works formulate the problem as a navigatio…

Cited by 71SourcecodeScholar
2021

Overcoming Obstructions via Bandwidth-Limited Multi-Agent Spatial Handshaking

IROS 2021poster

In this paper, we address bandwidth-limited and obstruction-prone collaborative perception, specifically in the context of multi-agent semantic segmentation. This setting presents several key challenges, including processing and ex-changing unregistered robotic swarm imagery. To be successful, solut…

Cited by 24SourceScholar
2021

Unbiased Teacher for Semi-Supervised Object Detection

ICLR 2021poster

Semi-supervised learning, i.e., training networks with both labeled and unlabeled data, has made significant progress recently. However, existing works have primarily focused on image classification tasks and neglected object detection which requires more annotation effort. In this work, we revisit…

2020

Action Segmentation With Joint Self-Supervised Temporal Domain Adaptation

CVPR 2020poster

Despite the recent progress of fully-supervised action segmentation techniques, the performance is still not fully satisfactory. One main challenge is the problem of spatiotemporal variations (e.g. different people may perform the same activity in various ways). Therefore, we exploit unlabeled video…

Cited by 149PDFcodeScholar
2020

FeatMatch: Feature-Based Augmentation for Semi-Supervised Learning

ECCV 2020poster

Recent state-of-the-art semi-supervised learning (SSL) methods use a combination of image-based transformations and consistency regularization as core components. Such methods, however, are limited to simple transformations such as traditional data augmentation or convex combinations of two images.…

Cited by 162SourcePDFScholar
2020

Generalized ODIN: Detecting Out-of-Distribution Image Without Learning From Out-of-Distribution Data

CVPR 2020poster

Deep neural networks have attained remarkable performance when applied to data that comes from the same distribution as that of the training set, but can significantly degrade otherwise. Therefore, detecting whether an example is out-of-distribution (OoD) is crucial to enable a system that can rejec…

Cited by 725PDFScholar
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

Posterior Re-calibration for Imbalanced Datasets

NeurIPS 2020poster

Neural Networks can perform poorly when the training label distribution is heavily imbalanced, as well as when the testing data differs from the training distribution. In order to deal with shift in the testing label distribution, which imbalance causes, we motivate the problem from the perspective…

2020

UNO: Uncertainty-aware Noisy-Or Multimodal Fusion for Unanticipated Input Degradation

ICRA 2020poster

The fusion of multiple sensor modalities, especially through deep learning architectures, has been an active area of study. However, an under-explored aspect of such work is whether the methods can be robust to degradation across their input modalities, especially when they must generalize to degrad…

Cited by 39SourceScholar
2020

When2com: Multi-Agent Perception via Communication Graph Grouping

CVPR 2020poster

While significant advances have been made for single-agent perception, many applications require multiple sensing agents and cross-agent communication due to benefits such as coverage and robustness. It is therefore critical to develop frameworks which support multi-agent collaborative perception in…

Cited by 251PDFScholar
2020

Who2com: Collaborative Perception via Learnable Handshake Communication

ICRA 2020poster

In this paper, we propose the problem of collaborative perception, where robots can combine their local observations with those of neighboring agents in a learnable way to improve accuracy on a perception task. Unlike existing work in robotics and multi-agent reinforcement learning, we formulate the…

Cited by 180SourceScholar
2019

A Closer Look at Few-shot Classification

ICLR 2019poster

Few-shot classification aims to learn a classifier to recognize unseen classes during training with limited labeled examples. While significant progress has been made, the growing complexity of network designs, meta-learning algorithms, and differences in implementation details make a fair comparison d…

2019

Multi-class classification without multi-class labels

ICLR 2019poster

This work presents a new strategy for multi-class classification that requires no class-specific labels, but instead leverages pairwise similarity between examples, which is a weaker form of annotation. The proposed method, meta classification learning, optimizes a binary classifier for pairwise sim…

2019

Self-Monitoring Navigation Agent via Auxiliary Progress Estimation

ICLR 2019poster

The Vision-and-Language Navigation (VLN) task entails an agent following navigational instruction in photo-realistic unknown environments. This challenging task demands that the agent be aware of which instruction was completed, which instruction is needed next, which way to go, and its navigation p…

2019

Temporal Attentive Alignment for Large-Scale Video Domain Adaptation

ICCV 2019oral

Although various image-based domain adaptation (DA) techniques have been proposed in recent years, domain shift in videos is still not well-explored. Most previous works only evaluate performance on small-scale datasets which are saturated. Therefore, we first propose two large-scale video DA datase…

Cited by 243PDFcodeScholar
2019

The Regretful Agent: Heuristic-Aided Navigation Through Progress Estimation

CVPR 2019oral

As deep learning continues to make progress for challenging perception tasks, there is increased interest in combining vision, language, and decision-making. Specifically, the Vision and Language Navigation (VLN) task involves navigating to a goal purely from language instructions and visual informa…

Cited by 205PDFcodeScholar
2018

Attend and Interact: Higher-Order Object Interactions for Video Understanding

CVPR 2018poster

Human actions often involve complex interactions across several inter-related objects in the scene. However, existing approaches to fine-grained video understanding or visual relationship detection often rely on single object representation or pairwise object relationships. Furthermore, learning int…

2016

Fusing LIDAR and images for pedestrian detection using convolutional neural networks

ICRA 2016

In this paper, we explore various aspects of fusing LIDAR and color imagery for pedestrian detection in the context of convolutional neural networks (CNNs), which have recently become state-of-art for many vision problems. We incorporate LIDAR by up-sampling the point cloud to a dense depth map and

Cited by 127SourceScholar