← Search

Phillip Lippe

16 accepted papers

2025

Language Agents Meet Causality -- Bridging LLMs and Causal World Models

ICLR 2025poster

Large Language Models (LLMs) have recently shown great promise in planning and reasoning applications. These tasks demand robust systems, which arguably require a causal understanding of the environment. While LLMs can acquire and reflect common sense causal knowledge from their pretraining data, th…

2025

Tiled Flash Linear Attention: More Efficient Linear RNN and xLSTM Kernels

NeurIPS 2025poster

Linear RNNs with gating recently demonstrated competitive performance compared to Transformers in language modeling. Although their linear compute scaling in sequence length offers theoretical runtime advantages over Transformers, realizing these benefits in practice requires optimized custom kernel…

Cited by 0SourcecodeScholar
2025

xLSTM 7B: A Recurrent LLM for Fast and Efficient Inference

ICML 2025poster

Recent breakthroughs in solving reasoning, math and coding problems with Large Language Models (LLMs) have been enabled by investing substantial computation budgets at inference time. Therefore, inference speed is one of the most critical properties of LLM architectures, and there is a growing need…

2024

How to Train Neural Field Representations: A Comprehensive Study and Benchmark

CVPR 2024poster

Neural fields (NeFs) have recently emerged as a versatile method for modeling signals of various modalities including images shapes and scenes. Subsequently a number of works have explored the use of NeFs as representations for downstream tasks e.g. classifying an image based on the parameters of a…

2023

BISCUIT: Causal Representation Learning from Binary Interactions

UAI 2023poster

Identifying the causal variables of an environment and how to intervene on them is of core value in applications such as robotics and embodied AI. While an agent can commonly interact with the environment and may implicitly perturb the behavior of some of these causal variables, often the targets it…

2023

Causal Representation Learning for Instantaneous and Temporal Effects in Interactive Systems

ICLR 2023poster

Causal representation learning is the task of identifying the underlying causal variables and their relations from high-dimensional observations, such as images. Recent work has shown that one can reconstruct the causal variables from temporal sequences of observations under the assumption that ther…

2023

Differentiable Mathematical Programming for Object-Centric Representation Learning

ICLR 2023poster

We propose topology-aware feature partitioning into $k$ disjoint partitions for given scene features as a method for object-centric representation learning. To this end, we propose to use minimum $s$-$t$ graph cuts as a partitioning method which is represented as a linear program. The method is topo…

Cited by 7SourcePDFScholar
2023

PDE-Refiner: Achieving Accurate Long Rollouts with Neural PDE Solvers

NeurIPS 2023spotlight

Time-dependent partial differential equations (PDEs) are ubiquitous in science and engineering. Recently, mostly due to the high computational cost of traditional solution techniques, deep neural network based surrogates have gained increased interest. The practical utility of such neural PDE solver…

Cited by 77SourcePDFScholar
2022

CITRIS: Causal Identifiability from Temporal Intervened Sequences

ICML 2022spotlight

Understanding the latent causal factors of a dynamical system from visual observations is considered a crucial step towards agents reasoning in complex environments. In this paper, we propose CITRIS, a variational autoencoder framework that learns causal representations from temporal sequences of im…

2022

Meta-Learning for Fast Cross-Lingual Adaptation in Dependency Parsing

ACL 2022long

Meta-learning, or learning to learn, is a technique that can help to overcome resource scarcity in cross-lingual NLP problems, by enabling fast adaptation to new tasks. We apply model-agnostic meta-learning (MAML) to the task of cross-lingual dependency parsing. We train our model on a diverse set o…