← Search

Zhenfang Chen

30 accepted papers

2026

VlogReward: Learning Multi-Dimensional Evaluation for Vlog Editing

ICML 2026poster

The rapid rise of vlogs as a personalized storytelling medium has created a demand for automated systems to evaluate and refine vlog editing plans. However, vlog assessment is highly subjective and remains challenging due to a lack of standardized criteria, dataset and benchmark, and effective rewar…

Cited by 0SourceScholar
2025

Satori: Reinforcement Learning with Chain-of-Action-Thought Enhances LLM Reasoning via Autoregressive Search

ICML 2025poster

Large language models (LLMs) have demonstrated remarkable reasoning capabilities across diverse domains. Recent studies have shown that increasing test-time computation enhances LLMs' reasoning capabilities. This typically involves extensive sampling at inference time guided by an external LLM verif…

Cited by 2SourcePDFScholar
2025

Scaling Autonomous Agents via Automatic Reward Modeling And Planning

ICLR 2025poster

Large language models (LLMs) have demonstrated remarkable capabilities across a range of text-generation tasks. However, LLMs still struggle with problems requiring multi-step decision-making and environmental feedback, such as online shopping, scientific reasoning, and mathematical problem-solving.…

Cited by 3SourcePDFScholar
2025

Scene-agnostic Pose Regression for Visual Localization

CVPR 2025poster

Absolute Pose Regression (APR) predicts 6D camera poses but lacks the adaptability to unknown environments without retraining, while Relative Pose Regression (RPR) generalizes better yet requires a large image retrieval database. Visual Odometry (VO) generalizes well in unseen environments but suffe…

Cited by 0SourcePDFScholar
2025

Visual and Domain Knowledge for Professional-level Graph-of-Thought Medical Reasoning

ICML 2025spotlight

Medical Visual Question Answering (MVQA) requires AI models to answer questions related to medical images, offering significant potential to assist medical professionals in evaluating and diagnosing diseases, thereby improving early interventions. However, existing MVQA datasets primarily focus on b…

Cited by 0SourcePDFScholar
2024

CoVLM: Composing Visual Entities and Relationships in Large Language Models Via Communicative Decoding

ICLR 2024poster

A remarkable ability of human beings resides in compositional reasoning, i.e., the capacity to make "infinite use of finite means". However, current large vision-language foundation models (VLMs) fall short of such compositional abilities due to their ``bag-of-words" behaviors and inability to cons…

Cited by 16SourcePDFScholar
2024

ContPhy: Continuum Physical Concept Learning and Reasoning from Videos

ICML 2024poster

We introduce the Continuum Physical Dataset (ContPhy), a novel benchmark for assessing machine physical commonsense. ContPhy complements existing physical reasoning benchmarks by encompassing the inference of diverse physical properties, such as mass and density, across various scenarios and predict…

Cited by 4SourcePDFScholar
2024

FlexAttention for Efficient High-Resolution Vision-Language Models

ECCV 2024poster

"Current high-resolution vision-language models encode images as high-resolution image tokens and exhaustively take all these tokens to compute attention, which significantly increases the computational cost. To address this problem, we propose , a flexible attention mechanism for efficient high-res…

Cited by 13SourcePDFScholar
2024

GENOME: Generative Neuro-Symbolic Visual Reasoning by Growing and Reusing Modules

ICLR 2024poster

Recent works have shown that Large Language Models (LLMs) could empower traditional neuro-symbolic models via programming capabilities to translate languages into module descriptions, thus achieving strong visual reasoning results while maintaining the model’s transparency and efficiency. However, t…

Cited by 18SourcePDFScholar
2024

SALMON: Self-Alignment with Instructable Reward Models

ICLR 2024poster

Supervised Fine-Tuning (SFT) on response demonstrations combined with Reinforcement Learning from Human Feedback (RLHF) constitutes a powerful paradigm for aligning LLM-based AI agents. However, a significant limitation of such an approach is its dependency on high-quality human annotations, making…

2024

SOK-Bench: A Situated Video Reasoning Benchmark with Aligned Open-World Knowledge

CVPR 2024poster

Reasoning from visual dynamics scenes has many real world applications. However existing video reasoning benchmarks are still inadequate since they were mainly designed for factual or situated reasoning and rarely involve broader knowledge in the real world. Our work aims to delve deeper into reason…

Cited by 12SourcePDFScholar
2024

Visual Chain-of-Thought Prompting for Knowledge-Based Visual Reasoning

AAAI 2024technical

Knowledge-based visual reasoning remains a daunting task since it not only requires machines to interpret the concepts and relationships from visual scenes but also associate them with external world knowledge to conduct a chain of reasoning on open-world questions. Previous works, however, treat vi…

2023

3D Concept Learning and Reasoning From Multi-View Images

CVPR 2023poster

Humans are able to accurately reason in 3D by gathering multi-view observations of the surrounding world. Inspired by this insight, we introduce a new large-scale benchmark for 3D multi-view visual question answering (3DMV-VQA). This dataset is collected by an embodied agent actively moving and capt…

Cited by 59SourcePDFScholar
2023

3D-LLM: Injecting the 3D World into Large Language Models

NeurIPS 2023spotlight

Large language models (LLMs) and Vision-Language Models (VLMs) have been proved to excel at multiple tasks, such as commonsense reasoning. Powerful as these models can be, they are not grounded in the 3D physical world, which involves richer concepts such as spatial relationships, affordances, physi…

Cited by 328SourcePDFScholar
2023

Mod-Squad: Designing Mixtures of Experts As Modular Multi-Task Learners

CVPR 2023poster

Optimization in multi-task learning (MTL) is more challenging than single-task learning (STL), as the gradient from different tasks can be contradictory. When tasks are related, it can be beneficial to share some parameters among them (cooperation). However, some tasks require additional parameters…

Cited by 107SourcePDFScholar
2023

Planning with Large Language Models for Code Generation

ICLR 2023poster

Existing large language model-based code generation pipelines typically use beam search or sampling algorithms during the decoding process. Although the programs they generate achieve high token-matching-based scores, they often fail to compile or generate incorrect outputs. The main reason is that…

Cited by 177SourcePDFScholar
2023

Principle-Driven Self-Alignment of Language Models from Scratch with Minimal Human Supervision

NeurIPS 2023spotlight

Recent AI-assistant agents, such as ChatGPT, predominantly rely on supervised fine-tuning (SFT) with human annotations and reinforcement learning from human feedback (RLHF) to align the output of large language models (LLMs) with human intentions, ensuring they are helpful, ethical, and reliable. Ho…

2023

TextPSG: Panoptic Scene Graph Generation from Textual Descriptions

ICCV 2023poster

Panoptic Scene Graph has recently been proposed for comprehensive scene understanding. However, previous works adopt a fully-supervised learning manner, requiring large amounts of pixel-wise densely-annotated data, which is always tedious and expensive to obtain. To address this limitation, we study…

Cited by 12PDFScholar
2023

Visual Dependency Transformers: Dependency Tree Emerges From Reversed Attention

CVPR 2023poster

Humans possess a versatile mechanism for extracting structured representations of our visual world. When looking at an image, we can decompose the scene into entities and their parts as well as obtain the dependencies between them. To mimic such capability, we propose Visual Dependency Transformers…

2022

ComPhy: Compositional Physical Reasoning of Objects and Events from Videos

ICLR 2022poster

Objects' motions in nature are governed by complex interactions and their properties. While some properties, such as shape and material, can be identified via the object's visual appearances, others like mass and electric charge are not directly visible. The compositionality between the visible and…

Cited by 58SourcePDFScholar
2022

Embodied Concept Learner: Self-supervised Learning of Concepts and Mapping through Instruction Following

CoRL 2022poster

Humans, even at a very early age, can learn visual concepts and understand geometry and layout through active interaction with the environment, and generalize their compositions to complete tasks described by natural languages in novel scenes. To mimic such capability, we propose Embodied Concept Le…

Cited by 21SourceScholar
2022

PS-NeRF: Neural Inverse Rendering for Multi-View Photometric Stereo

ECCV 2022poster

"Traditional multi-view photometric stereo (MVPS) methods are often composed of multiple disjoint stages, resulting in noticeable accumulated errors. In this paper, we present a neural inverse rendering method for MVPS based on implicit representation. Given multi-view images of a non-Lambertian obj…

2022

S$^3$-NeRF: Neural Reflectance Field from Shading and Shadow under a Single Viewpoint

NeurIPS 2022accept

In this paper, we address the "dual problem" of multi-view scene reconstruction in which we utilize single-view images captured under different point lights to learn a neural scene representation. Different from existing single-view methods which can only recover a 2.5D scene representation (i.e., a…

2021

Dynamic Visual Reasoning by Learning Differentiable Physics Models from Video and Language

NeurIPS 2021poster

In this work, we propose a unified framework, called Visual Reasoning with Differ-entiable Physics (VRDP), that can jointly learn visual concepts and infer physics models of objects and their interactions from videos and language. This is achieved by seamlessly integrating three components: a visual…

Cited by 85SourcePDFScholar
2021

Grounding Physical Concepts of Objects and Events Through Dynamic Visual Reasoning

ICLR 2021poster

We study the problem of dynamic visual reasoning on raw videos. This is a challenging problem; currently, state-of-the-art models often require dense supervision on physical object properties and events from simulation, which are impractical to obtain in real life. In this paper, we present the Dyna…

Cited by 104SourcePDFScholar
2021

STAR: A Benchmark for Situated Reasoning in Real-World Videos

NeurIPS 2021poster

Reasoning in the real world is not divorced from situations. How to capture the present knowledge from surrounding situations and perform reasoning accordingly is crucial and challenging for machine intelligence. This paper introduces a new benchmark that evaluates the situated reasoning ability via…

Cited by 195SourceScholar
2021

The Blessings of Unlabeled Background in Untrimmed Videos

CVPR 2021poster

Weakly-supervised Temporal Action Localization (WTAL) aims to detect the action segments with only video-level action labels in training. The key challenge is how to distinguish the action of interest segments from the background, which is unlabelled even on the video-level. While previous works tre…

Cited by 50PDFcodeScholar
2020

Cops-Ref: A New Dataset and Task on Compositional Referring Expression Comprehension

CVPR 2020poster

Referring expression comprehension (REF) aims at identifying a particular object in a scene by a natural language expression. It requires joint reasoning over the textual and visual domains to solve the problem. Some popular referring expression datasets, however, fail to provide an ideal test bed f…

Cited by 75PDFScholar