← Search

Thomas Müller

10 accepted papers

2025

GEN3C: 3D-Informed World-Consistent Video Generation with Precise Camera Control

CVPR 2025highlight

We present GEN3C, a generative video model with precise Camera Control and temporal 3D Consistency. Prior video models already generate realistic videos, but they tend to leverage little 3D information, leading to inconsistencies, such as objects popping in and out of existence. Camera control, if i…

2024

Factual Confidence of LLMs: on Reliability and Robustness of Current Estimators

ACL 2024long

Large Language Models (LLMs) tend to be unreliable on fact-based answers.To address this problem, NLP researchers have proposed a range of techniques to estimate LLM’s confidence over facts. However, due to the lack of a systematic comparison, it is not clear how the different methods compare to one…

2023

BundleSDF: Neural 6-DoF Tracking and 3D Reconstruction of Unknown Objects

CVPR 2023poster

We present a near real-time (10Hz) method for 6-DoF tracking of an unknown object from a monocular RGBD video sequence, while simultaneously performing neural 3D reconstruction of the object. Our method works for arbitrary rigid objects, even when visual texture is largely absent. The object is assu…

2023

Neuralangelo: High-Fidelity Neural Surface Reconstruction

CVPR 2023poster

Neural surface reconstruction has been shown to be powerful for recovering dense 3D surfaces via image-based neural rendering. However, current methods struggle to recover detailed structures of real-world scenes. To address the issue, we present Neuralangelo, which combines the representation power…

2023

Parallel Inversion of Neural Radiance Fields for Robust Pose Estimation

ICRA 2023poster

We present a parallelized optimization method based on fast Neural Radiance Fields (NeRF) for estimating 6-DoF pose of a camera with respect to an object or scene. Given a single observed RGB image of the target, we can predict the translation and rotation of the camera by minimizing the residual be…

Cited by 75SourcecodeScholar
2022

Extracting Triangular 3D Models, Materials, and Lighting From Images

CVPR 2022oral

We present an efficient method for joint optimization of topology, materials and lighting from multi-view image observations. Unlike recent multi-view reconstruction approaches, which typically produce entangled 3D representations encoded in neural networks, we output triangle meshes with spatially-…

Cited by 404PDFcodeScholar
2022

Few-Shot Learning with Siamese Networks and Label Tuning

ACL 2022long

We study the problem of building text classifiers with little or no training data, commonly known as zero and few-shot text classification. In recent years, an approach based on neural textual entailment models has been found to give strong results on a diverse range of tasks. In this work, we show…

2022

Underactuated Soft Hip Exosuit Based on Adaptive Oscillators to Assist Human Locomotion

RA-L 2022

Reproducing the mechanisms of human locomotion is a hard challenge. Assistive wearable devices in this context need to be lightweight, portable, and to adapt to the wearer’s walking pattern. Aiming to combine the aforementioned features, we developed a soft wearable exosuit to assist hip flexion dur

Cited by 49SourceScholar
2021

MATE: Multi-view Attention for Table Transformer Efficiency

EMNLP 2021main

This work presents a sparse-attention Transformer architecture for modeling documents that contain large tables. Tables are ubiquitous on the web, and are rich in information. However, more than 20% of relational tables on the web have 20 or more rows (Cafarella et al., 2008), and these large tables…

2021

Open Domain Question Answering over Tables via Dense Retrieval

NAACL 2021long

Recent advances in open-domain QA have led to strong models based on dense retrieval, but only focused on retrieving textual passages. In this work, we tackle open-domain QA over tables for the first time, and show that retrieval can be improved by a retriever designed to handle tabular context. We…