← Search

Yutian Chen

26 accepted papers

2026

AirIO: Learning Inertial Odometry with Enhanced IMU Feature Observability

ICRA 2026poster

Inertial odometry (IO) using only Inertial Measurement Units (IMUs) offers a lightweight and cost-effective solution for Unmanned Aerial Vehicle (UAV) applications, yet existing learning-based IO models often fail to generalize to UAVs due to the highly dynamic and non-linear-flight patterns that di…

2026

Co-Me: Confidence Guided Token Merging for Visual Geometric Transformers

CVPR 2026

We propose Confidence-Guided Token Merging (Co-Me), an acceleration mechanism for visual geometric transformers without retraining or finetuning the base model. Co-Me distilled a light-weight confidence predictor to rank tokens by uncertainty and selectively merge low-confidence ones, effectively re

Cited by 0SourceScholar
2026

Virtual Community: An Open World for Humans, Robots, and Society

ICLR 2026poster

The rapid progress of AI and robotics may profoundly transform society, as humans and robots begin to coexist in shared communities, bringing both opportunities and challenges. To explore this future, we present Virtual Community—an open-world platform for humans, robots, and society—built on a univ…

Cited by 0SourcecodeScholar
2025

AirIO: Learning Inertial Odometry With Enhanced IMU Feature Observability

RA-L 2025

Inertial odometry (IO) using only Inertial Measurement Units (IMUs) offers a lightweight and cost-effective solution for Unmanned Aerial Vehicle (UAV) applications, yet existing learning-based IO models often fail to generalize to UAVs due to the highly dynamic and non-linear-flight patterns that di

Cited by 22SourceScholar
2025

MAC-VO: Metrics-Aware Covariance for Learning-Based Stereo Visual Odometry mac-vo.github.io

ICRA 2025

We propose MAC-VO, a novel learning-based stereo visual odometry (VO) framework that trains a metrics-aware uncertainty model to serve two critical functions: selecting keypoints and weighting residuals in pose graph optimization. Unlike traditional geometric methods that favor texture-rich features

Cited by 12SourceScholar
2025

UFM: A Simple Path towards Unified Dense Correspondence with Flow

NeurIPS 2025poster

Dense image correspondence is central to many applications, such as visual odometry, 3D reconstruction, object association, and re-identification. Historically, dense correspondence has been tackled separately for wide-baseline scenarios and optical flow estimation, despite the common goal of matchi…

Cited by 0SourceScholar
2024

$\pi$2vec: Policy Representation with Successor Features

ICLR 2024poster

This paper introduces $\pi$2vec, a method for representing black box policies as comparable feature vectors. Our method combines the strengths of foundation models that serve as generic and powerful state representations and successor features that can model the future occurrence of the states for a…

Cited by 1SourcePDFScholar
2024

Position: Leverage Foundational Models for Black-Box Optimization

ICML 2024poster

Undeniably, Large Language Models (LLMs) have stirred an extraordinary wave of innovation in the machine learning research domain, resulting in substantial impact across diverse fields such as reinforcement learning, robotics, and computer vision. Their incorporation has been rapid and transformativ…

Cited by 7SourcePDFScholar
2024

TimeLens-XL: Real-time Event-based Video Frame Interpolation with Large Motion

ECCV 2024poster

"Video Frame Interpolation (VFI) aims to predict intermediate frames between consecutive low frame rate inputs. To handle the real-world complex motion between frames, event cameras, which capture high-frequency brightness changes at micro-second temporal resolution, are used to aid interpolation, d…

2023

Discovering Evolution Strategies via Meta-Black-Box Optimization

ICLR 2023poster

Optimizing functions without access to gradients is the remit of black-box meth- ods such as evolution strategies. While highly general, their learning dynamics are often times heuristic and inflexible — exactly the limitations that meta-learning can address. Hence, we propose to discover effective…

2023

Token Prediction as Implicit Classification to Identify LLM-Generated Text

EMNLP 2023short main

This paper introduces a novel approach for identifying the possible large language models (LLMs) involved in text generation. Instead of adding an additional classification layer to a base LM, we reframe the classification task as a next-token prediction task and directly fine-tune the base LM to pe…

Cited by 0SourcecodeScholar
2022

Introducing Symmetries to Black Box Meta Reinforcement Learning

AAAI 2022technical

Meta reinforcement learning (RL) attempts to discover new RL algorithms automatically from environment interaction. In so-called black-box approaches, the policy and the learning algorithm are jointly represented by a single neural network. These methods are very flexible, but they tend to underperf…

Cited by 38SourcePDFScholar
2022

Towards Learning Universal Hyperparameter Optimizers with Transformers

NeurIPS 2022accept

Meta-learning hyperparameter optimization (HPO) algorithms from prior experiments is a promising approach to improve optimization efficiency over objective functions from a similar distribution. However, existing methods are restricted to learning from experiments sharing the same set of hyperparame…

2021

Active Offline Policy Selection

NeurIPS 2021poster

This paper addresses the problem of policy selection in domains with abundant logged data, but with a restricted interaction budget. Solving this problem would enable safe evaluation and deployment of offline reinforcement learning policies in industry, robotics, and recommendation domains among oth…

2021

Benchmarks for Deep Off-Policy Evaluation

ICLR 2021poster

Off-policy evaluation (OPE) holds the promise of being able to leverage large, offline datasets for both evaluating and selecting complex policies for decision making. The ability to learn offline is particularly important in many real-world domains, such as in healthcare, recommender systems, or ro…

2021

Learning Deep Features in Instrumental Variable Regression

ICLR 2021poster

Instrumental variable (IV) regression is a standard strategy for learning causal relationships between confounded treatment and outcome variables from observational data by using an instrumental variable, which affects the outcome only through the treatment. In classical IV regression, learning proc…

2020

Modular Meta-Learning with Shrinkage

NeurIPS 2020spotlight

Many real-world problems, including multi-speaker text-to-speech synthesis, can greatly benefit from the ability to meta-learn large models with only a few task- specific components. Updating only these task-specific modules then allows the model to be adapted to low-data tasks for as many steps as…

Cited by 51SourcePDFScholar
2019

Sample Efficient Adaptive Text-to-Speech

ICLR 2019poster

We present a meta-learning approach for adaptive text-to-speech (TTS) with few data. During training, we learn a multi-speaker model using a shared conditional WaveNet core and independent learned embeddings for each speaker. The aim of training is not to produce a neural network with fixed weights,…

Cited by 177SourcePDFScholar
2018

Few-shot Autoregressive Density Estimation: Towards Learning to Learn Distributions

ICLR 2018poster

Deep autoregressive models have shown state-of-the-art performance in density estimation for natural images on large-scale datasets such as ImageNet. However, such models require many thousands of gradient-based weight updates and unique image examples for training. Ideally, the models would rapidl…

Cited by 99SourcePDFScholar
2017

Learning to Learn without Gradient Descent by Gradient Descent

ICML 2017poster

We learn recurrent neural network optimizers trained on simple synthetic functions by gradient descent. We show that these learned optimizers exhibit a remarkable degree of transfer in that they can be used to efficiently optimize a broad range of derivative-free black-box functions, including Gauss…

Cited by 345SourcePDFScholar
2017

Parallel Multiscale Autoregressive Density Estimation

ICML 2017poster

PixelCNN achieves state-of-the-art results in density estimation for natural images. Although training is fast, inference is costly, requiring one network evaluation per pixel; O(N) for N pixels. This can be sped up by caching activations, but still involves generating each pixel sequentially. In th…

Cited by 261SourcePDFScholar
2015

Latent Gaussian Processes for Distribution Estimation of Multivariate Categorical Data

ICML 2015poster

Multivariate categorical data occur in many applications of machine learning. One of the main difficulties with these vectors of categorical variables is sparsity. The number of possible observations grows exponentially with vector length, but dataset diversity might be poor in comparison. Recent mo…