← Search

Joseph Ortiz

10 accepted papers

2026

SEDRAS: Symbolically Evaluated Deep Research And Science

ICML 2026poster

As the reasoning capabilities of Large Language Models (LLMs) expand, evaluating true inductive generalization on entirely unseen data becomes increasingly challenging. To this end, we introduce a modular in-context learning evaluation framework, that is scalable and extendable across its separate m…

Cited by 0SourceScholar
2025

Improving Transformer World Models for Data-Efficient RL

ICML 2025poster

We present an approach to model-based RL that achieves a new state of the art performance on the challenging Craftax-classic benchmark, an open-world 2D survival game that requires agents to exhibit a wide range of general abilities---such as strong generalization, deep exploration, and long-term re…

Cited by 0SourcePDFScholar
2024

A Touch, Vision, and Language Dataset for Multimodal Alignment

ICML 2024oral

Touch is an important sensing modality for humans, but it has not yet been incorporated into a multimodal generative language model. This is partially due to the difficulty of obtaining natural language labels for tactile data and the complexity of aligning tactile readings with both visual observat…

2024

DMC-VB: A Benchmark for Representation Learning for Control with Visual Distractors

NeurIPS 2024poster

Learning from previously collected data via behavioral cloning or offline reinforcement learning (RL) is a powerful recipe for scaling generalist agents by avoiding the need for expensive online learning. Despite strong generalization in some respects, agents are often remarkably brittle to minor vi…

2023

Decentralization and Acceleration Enables Large-Scale Bundle Adjustment

RSS 2023poster

Scaling to arbitrarily large bundle adjustment problems requires data and compute to be distributed across multiple devices. Centralized methods in prior works are only able to solve small or medium size problems due to overhead in computation and communication. In this paper, we present a fully dec…

2022

Incremental Abstraction in Distributed Probabilistic SLAM Graphs

ICRA 2022poster

Scene graphs represent the key components of a scene in a compact and semantically rich way, but are difficult to build during incremental SLAM operation because of the challenges of robustly identifying abstract scene elements and optimising continually changing, complex graphs. We present a distri…

Cited by 8SourceScholar
2022

Theseus: A Library for Differentiable Nonlinear Optimization

NeurIPS 2022accept

We present Theseus, an efficient application-agnostic open source library for differentiable nonlinear least squares (DNLS) optimization built on PyTorch, providing a common framework for end-to-end structured learning in robotics and vision. Existing DNLS implementations are application specific an…

Cited by 107SourcePDFScholar
2022

iSDF: Real-Time Neural Signed Distance Fields for Robot Perception

RSS 2022poster

We present iSDF, a continual learning system for real-time signed distance field (SDF) reconstruction. Given a stream of posed depth images from a moving camera, it trains a randomly initialised neural network to map input 3D coordinate to approximate signed distance. The model is self-supervised by…