← Search

Baoxiong Jia

38 accepted papers

2026

3D-RFT: Reinforcement Fine-Tuning for Video-based 3D Scene Understanding

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a key paradigm for unlocking complex reasoning in Large Language Models (LLMs), yet its potential in 3D scene understanding remains untapped. To bridge this gap, we present Reinforcement Fine-Tuning for Video-based 3D Scene Underst…

Cited by 1SourceScholar
2026

COLA: Learning Human-Humanoid Coordination for Collaborative Object Carrying

ICRA 2026poster

Human-humanoid collaboration shows significant promise for applications in healthcare, domestic assistance, and manufacturing. While compliant robot-human collaboration has been extensively developed for robotic arms, enabling compliant human-humanoid collaboration remains largely unexplored due to …

Cited by 0Scholar
2026

LARA: Latent Action Representation Alignment for Vision-Language-Action Models

ICML 2026poster

Visual-language action (VLA) models enable robots to predict actions directly from observations and language instructions, but their performance depends on large-scale, high-quality data and is limited by the scarcity of real-world robot action datasets. To facilitate VLA model learning with abundan…

Cited by 0SourceScholar
2026

Lifting Unlabeled Internet-level Data for 3D Scene Understanding

CVPR 2026

Annotated 3D scene data is scarce and expensive to acquire, while abundant unlabeled videos are readily available on the internet. In this paper, we demonstrate that carefully designed data engines can leverage web-curated, unlabeled videos to automatically generate training data, to facilitate end-

Cited by 0SourcecodeScholar
2026

OmniXtreme: Breaking the Generality Barrier in High-Dynamic Humanoid Control

RSS 2026poster

High-fidelity motion tracking serves as the ultimate litmus test for generalizable, human-level motor skills. However, current policies often hit a “generality barrier”: as motion libraries scale in diversity, tracking fidelity inevitably collapses—especially for real-world deployment of high-dynami…

Cited by 0SourceScholar
2026

SceneCOT: Eliciting Chain-of-Thought Reasoning in 3D Scenes

ICLR 2026poster

Existing research of 3D LLMs still struggles to achieve efficient and explainable reasoning, primarily due to the under-exploration of the mechanism of human-like scene-object grounded reasoning. This paper bridges the gap by presenting a novel framework. We first introduce a Chain-of-Thought reason…

Cited by 0SourcecodeScholar
2025

Building Interactable Replicas of Complex Articulated Objects via Gaussian Splatting

ICLR 2025poster

Building interactable replicas of articulated objects is a key challenge in computer vision. Existing methods often fail to effectively integrate information across different object states, limiting the accuracy of part-mesh reconstruction and part dynamics modeling, particularly for complex multi-p…

Cited by 0SourcePDFScholar
2025

Closed-Loop Open-Vocabulary Mobile Manipulation with GPT-4V

ICRA 2025

Autonomous robot navigation and manipulation in open environments require reasoning and replanning with closed-loop feedback. In this work, we present COME-robot, the first closed-loop robotic system utilizing the GPT-4V vision-language foundation model for open-ended reasoning and adaptive planning

Cited by 62SourceScholar
2025

GWM: Towards Scalable Gaussian World Models for Robotic Manipulation

ICCV 2025poster

Training robot policies within a learned world model is trending due to the inefficiency of real-world interactions. The established image-based world models and policies have shown prior success, but lack robust geometric information that requires consistent spatial and physical understanding of th…

Cited by 0SourcePDFScholar
2025

Learning a Unified Policy for Position and Force Control in Legged Loco-Manipulation

CoRL 2025oral

Robotic loco-manipulation tasks often involve contact-rich interactions with the environment, requiring the joint modeling of contact force and robot position. However, recent visuomotor policies often focus solely on position or force control, overlooking their integration. In this work, we propose…

Cited by 0SourceScholar
2025

MOVIS: Enhancing Multi-Object Novel View Synthesis for Indoor Scenes

CVPR 2025poster

Repurposing pre-trained diffusion models has been proven to be effective for NVS. However, these methods are mostly limited to a single object; directly applying such methods to compositional multi-object scenarios yields inferior results, especially incorrect object placement and inconsistent shape…

2025

Masked Point-Entity Contrast for Open-Vocabulary 3D Scene Understanding

CVPR 2025poster

Open-vocabulary 3D scene understanding is pivotal for enhancing physical intelligence, as it enables embodied agents to interpret and interact dynamically within real-world environments. This paper introduces MPEC, a novel Masked Point-Entity Contrastive learning method for open-vocabulary 3D semant…

Cited by 2SourcePDFScholar
2025

Move to Understand a 3D Scene: Bridging Visual Grounding and Exploration for Efficient and Versatile Embodied Navigation

ICCV 2025poster

Embodied scene understanding requires not only comprehending visual-spatial information that has been observed but also determining where to explore next in the 3D physical world. Existing 3D Vision-Language (3D-VL) models primarily focus on grounding objects in static observations from 3D reconstru…

Cited by 0SourcePDFScholar
2025

PhysPart: Physically Plausible Part Completion for Interactable Objects

ICRA 2025

Interactable objects are ubiquitous in our daily lives. Recent advances in 3D generative models make it possible to automate the modeling of these objects, benefiting a range of applications from 3D printing to the creation of robot simulation environments. However, while significant progress has be

Cited by 24SourceScholar
2025

RoboVerse: A Unified Platform, Benchmark and Dataset for Scalable and Generalizable Robot Learning

RSS 2025poster

Data scaling and standardized evaluation benchmarks have driven remarkable advances in natural language processing and computer vision. However, in robotics, scaling up data and establishing evaluation protocols pose significant challenges. Directly collecting real-world data is inefficient and reso…

Cited by 0PDFScholar
2025

SceneWeaver: All-in-One 3D Scene Synthesis with an Extensible and Self-Reflective Agent

NeurIPS 2025poster

Indoor scene synthesis has become increasingly important with the rise of Embodied AI, which requires 3D environments that are not only visually realistic but also physically plausible and functionally diverse. While recent approaches have advanced visual fidelity, they often remain constrained to f…

Cited by 0SourceScholar
2025

Unveiling the Mist over 3D Vision-Language Understanding: Object-centric Evaluation with Chain-of-Analysis

CVPR 2025poster

Existing 3D vision-language (3D-VL) benchmarks fall short in evaluating 3D-VL models, creating a "mist" that obscures rigorous insights into model capabilities and 3D-VL tasks. This mist persists due to three key limitations. First, flawed test data, like ambiguous referential text in the grounding…

2024

An Embodied Generalist Agent in 3D World

ICML 2024poster

Leveraging massive knowledge from large language models (LLMs), recent machine learning models show notable successes in general-purpose task solving in diverse domains such as computer vision and robotics. However, several significant challenges remain: (i) most of these models rely on 2D images ye…

2024

Move as You Say Interact as You Can: Language-guided Human Motion Generation with Scene Affordance

CVPR 2024highlight

Despite significant advancements in text-to-motion synthesis generating language-guided human motion within 3D environments poses substantial challenges. These challenges stem primarily from (i) the absence of powerful generative models capable of jointly modeling natural language 3D scenes and huma…

2024

Multi-modal Situated Reasoning in 3D Scenes

NeurIPS 2024poster

Situation awareness is essential for understanding and reasoning about 3D scenes in embodied AI agents. However, existing datasets and benchmarks for situated understanding suffer from severe limitations in data modality, scope, diversity, and scale. To address these limitations, we propose Multi…

2024

PhyScene: Physically Interactable 3D Scene Synthesis for Embodied AI

CVPR 2024highlight

With recent developments in Embodied Artificial Intelligence (EAI) research there has been a growing demand for high-quality large-scale interactive scene generation. While prior methods in scene synthesis have prioritized the naturalness and realism of the generated scenes the physical plausibility…

Cited by 36SourcePDFScholar
2024

Unifying 3D Vision-Language Understanding via Promptable Queries

ECCV 2024poster

"A unified model for 3D vision-language (3D-VL) understanding is expected to take various scene representations and perform a wide range of tasks in a 3D scene. However, a considerable gap exists between existing methods and such a unified model, due to the independent application of representation…

Cited by 23SourcePDFScholar
2023

ARNOLD: A Benchmark for Language-Grounded Task Learning with Continuous States in Realistic 3D Scenes

ICCV 2023poster

Understanding the continuous states of objects is essential for task learning and planning in the real world. However, most existing task learning benchmarks assume discrete (e.g., binary) object states, which poses challenges for learning complex tasks and transferring learned policy from the simul…

Cited by 29PDFcodeScholar
2023

Diffusion-Based Generation, Optimization, and Planning in 3D Scenes

CVPR 2023poster

We introduce SceneDiffuser, a conditional generative model for 3D scene understanding. SceneDiffuser provides a unified model for solving scene-conditioned generation, optimization, and planning. In contrast to prior works, SceneDiffuser is intrinsically scene-aware, physics-based, and goal-oriented…

2023

Learning a Causal Transition Model for Object Cutting

IROS 2023poster

Cutting objects into desired fragments is challenging for robots due to the spatially unstructured nature of fragments and the complex one-to-many object fragmentation caused by actions. We present a novel approach to model object fragmentation using an attributed stochastic grammar. This grammar ab…

Cited by 2SourceScholar
2023

ProBio: A Protocol-guided Multimodal Dataset for Molecular Biology Lab

NeurIPS 2023poster

The challenge of replicating research results has posed a significant impediment to the field of molecular biology. The advent of modern intelligent systems has led to notable progress in various domains. Consequently, we embarked on an investigation of intelligent monitoring systems as a means of t…

Cited by 3SourcePDFScholar
2023

X-VoE: Measuring eXplanatory Violation of Expectation in Physical Events

ICCV 2023oral

Intuitive physics is pivotal for human understanding of the physical world, enabling prediction and interpretation of events even in infancy. Nonetheless, replicating this level of intuitive physics in artificial intelligence (AI) remains a formidable challenge. This study introduces X-VoE, a compre…

Cited by 4PDFcodeScholar
2022

EgoTaskQA: Understanding Human Tasks in Egocentric Videos

NeurIPS 2022accept

Understanding human tasks through video observations is an essential capability of intelligent agents. The challenges of such capability lie in the difficulty of generating a detailed understanding of situated actions, their effects on object states (\ie, state changes), and their causal dependencie…

2022

Latent Diffusion Energy-Based Model for Interpretable Text Modelling

ICML 2022spotlight

Latent space Energy-Based Models (EBMs), also known as energy-based priors, have drawn growing interests in generative modeling. Fueled by its flexibility in the formulation and strong modeling power of the latent space, recent works built upon it have made interesting attempts aiming at the interpr…

2022

Learning Algebraic Representation for Systematic Generalization in Abstract Reasoning

ECCV 2022poster

"Is intelligence realized by connectionist or classicist? While connectionist approaches have achieved superhuman performance, there has been growing evidence that such task-specific superiority is particularly fragile in systematic generalization. This observation lies in the central debate between…

Cited by 37SourcePDFScholar
2021

Abstract Spatial-Temporal Reasoning via Probabilistic Abduction and Execution

CVPR 2021poster

Spatial-temporal reasoning is a challenging task in Artificial Intelligence (AI) due to its demanding but unique nature: a theoretic requirement on representing and reasoning based on spatial-temporal knowledge in mind, and an applied requirement on a high-level cognitive system capable of navigatin…

Cited by 75PDFScholar
2020

LEMMA: A Multi-view Dataset for LEarning Multi-agent Multi-task Activities

ECCV 2020poster

The ability to understand and interpret human actions is a long-standing challenge and a critical indicator of perception in artificial intelligence. However, a few imperative components of daily human activities are largely missed in prior literature, including the goal-directed actions, concurrent…

2019

Learning Perceptual Inference by Contrasting

NeurIPS 2019spotlight

“Thinking in pictures,” [1] i.e., spatial-temporal reasoning, effortless and instantaneous for humans, is believed to be a significant ability to perform logical induction and a crucial factor in the intellectual history of technology development. Modern Artificial Intelligence (AI), fueled by massi…

2019

RAVEN: A Dataset for Relational and Analogical Visual REasoNing

CVPR 2019poster

Dramatic progress has been witnessed in basic vision tasks involving low-level perception, such as object recognition, detection, and tracking. Unfortunately, there is still enormous performance gap between artificial vision systems and human intelligence in terms of higher-level vision problems, es…

Cited by 357PDFScholar
2018

Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction

ICML 2018oral

Future predictions on sequence data (e.g., videos or audios) require the algorithms to capture non-Markovian and compositional properties of high-level semantics. Context-free grammars are natural choices to capture such properties, but traditional grammar parsers (e.g., Earley parser) only take sym…

Cited by 40SourcePDFScholar
2018

Learning Human-Object Interactions by Graph Parsing Neural Networks

ECCV 2018poster

This paper addresses the task of detecting and recognizing human-object interactions (HOI) in images and videos. We introduce the Graph Parsing Neural Network (GPNN), a framework that incorporates structural knowledge while being differentiable end-to-end. For a given scene, GPNN infers a parse grap…