← Search

Junfeng Wen

9 accepted papers

2026

An MRP Formulation for Supervised Learning: Generalized Temporal Difference Learning Models (Abstract Reprint)

AAAI 2026technical

Background: Traditional supervised learning (SL) assumes data points are independently and identically distributed (i.i.d.), which overlooks dependencies in real-world data. Reinforcement learning (RL), in contrast, models dependencies through state transitions. Objectives: This study aims to bridge

Cited by 0SourcePDFScholar
2025

LookWhere? Efficient Visual Recognition by Learning Where to Look and What to See from Self-Supervision

NeurIPS 2025poster

Vision transformers are ever larger, more accurate, and more expensive to compute. At high resolution, the expense is even more extreme as the number of tokens grows quadratically in the image size. We turn to adaptive computation to cope with this cost by learning to predict where to compute. Our…

Cited by 0SourceScholar
2022

A Parametric Class of Approximate Gradient Updates for Policy Optimization

ICML 2022spotlight

Approaches to policy optimization have been motivated from diverse principles, based on how the parametric model is interpreted (e.g. value versus policy representation) or how the learning objective is formulated, yet they share a common goal of maximizing expected return. To better capture the com…

Cited by 0SourcePDFScholar
2021

Characterizing the Gap Between Actor-Critic and Policy Gradient

ICML 2021spotlight

Actor-critic (AC) methods are ubiquitous in reinforcement learning. Although it is understood that AC methods are closely related to policy gradient (PG), their precise connection has not been fully characterized previously. In this paper, we explain the gap between AC and PG methods by identifying…

Cited by 21SourcePDFScholar
2020

Domain Aggregation Networks for Multi-Source Domain Adaptation

ICML 2020poster

In many real-world applications, we want to exploit multiple source datasets to build a model for a different but related target dataset. Despite the recent empirical success, most existing research has used ad-hoc methods to combine multiple sources, leading to a gap between theory and practice. In…