← Search

Jia Deng

73 accepted papers

2026

GraspGen-X: Cross-Embodiment 6-DOF Diffusion-based Grasping

CVPR 2026

We study cross-embodiment 6-DOF robot grasping. Unlike prior works, we require the model not only to generalize to novel objects / scenes but also to novel gripper morphologies and physical grasping processes. Our method extends diffusion model based generative 6-DOF grasping models to condition on

Cited by 0SourcecodeScholar
2025

Advancing LLM Reasoning Generalists with Preference Trees

ICLR 2025poster

We introduce EURUS, a suite of large language models (LLMs) optimized for reasoning. Finetuned from Mistral-7B, Llama-3-8B, and Mixtral-8x22B, EURUS models achieve state-of-the-art results among open-source models on a diverse set of benchmarks covering mathematics, code generation, and logical reas…

2025

Evaluating Robustness of Monocular Depth Estimation with Procedural Scene Perturbations

NeurIPS 2025poster

Recent years have witnessed substantial progress on monocular depth estimation, particularly as measured by the success of large models on standard benchmarks. However, performance on standard benchmarks does not offer a complete assessment, because most evaluate accuracy but not robustness. In thi…

Cited by 0SourcecodeScholar
2025

InFlux: A Benchmark for Self-Calibration of Dynamic Intrinsics of Video Cameras

NeurIPS 2025poster

Accurately tracking camera intrinsics is crucial for achieving 3D understanding from 2D video. However, most 3D algorithms assume that camera intrinsics stay constant throughout a video, which is often not true for many real-world in-the-wild videos. A major obstacle in this field is a lack of dynam…

Cited by 0SourceScholar
2025

Neuron based Personality Trait Induction in Large Language Models

ICLR 2025poster

Large language models (LLMs) have become increasingly proficient at simulating various personality traits, an important capability for supporting related applications (e.g., role-playing). To further improve this capacity, in this paper, we present a neuron based approach for personality trait induc…

2025

OMNI-DC: Highly Robust Depth Completion with Multiresolution Depth Integration

ICCV 2025poster

Depth completion (DC) aims to predict a dense depth map from an RGB image and a sparse depth map. Existing DC methods generalize poorly to new datasets or unseen sparse depth patterns, limiting their real-world applications. We propose OMNI-DC, a highly robust DC model that generalizes well zero-sho…

2025

Princeton365: A Diverse Dataset with Accurate Camera Pose

ICCV 2025poster

We introduce Princeton365, a large-scale diverse dataset of 365 videos with accurate camera pose. Our dataset bridges the gap between accuracy and data diversity in current SLAM benchmarks by introducing a novel ground truth collection framework that leverages calibration boards and a 360 camera. We…

Cited by 0SourcePDFScholar
2025

Seeing and Seeing Through the Glass: Real and Synthetic Data for Multi-Layer Depth Estimation

ICCV 2025poster

Transparent objects are common in daily life, and understanding their multi-layer depth information--perceiving both the transparent surface and the objects behind it--is crucial for real-world applications that interact with transparent materials.In this paper, we introduce LayeredDepth, the first…

Cited by 0SourcePDFScholar
2025

SimpleDeepSearcher: Deep Information Seeking via Web-Powered Reasoning Trajectory Synthesis

EMNLP 2025

Retrieval-augmented generation (RAG) systems have advanced large language models (LLMs) in complex deep search scenarios requiring multi-step reasoning and iterative information retrieval. However, existing approaches face critical limitations that lack high-quality training trajectories or suffer f

2025

The Right Time Matters: Data Arrangement Affects Zero-Shot Generalization in Instruction Tuning

ACL 2025finding

Understanding alignment techniques begins with comprehending zero-shot generalization brought by instruction tuning, but little of the mechanism has been understood. Existing work has largely been confined to the task level, without considering that tasks are artificially defined and, to LLMs, merel…

2025

YuLan-Mini: Pushing the Limits of Open Data-efficient Language Model

ACL 2025long

Due to the immense resource demands and the involved complex techniques, it is still challenging for successfully pre-training a large language models (LLMs) with state-of-the-art performance. In this paper, we explore the key bottlenecks and designs during pre-training, and make the following contr…

Cited by 0SourcePDFScholar
2024

FetchBench: A Simulation Benchmark for Robot Fetching

CoRL 2024poster

Fetching, which includes approaching, grasping, and retrieving, is a critical challenge for robot manipulation tasks. Existing methods primarily focus on table-top scenarios, which do not adequately capture the complexities of environments where both grasping and planning are essential. To address t…

Cited by 3SourceScholar
2024

Infinigen Indoors: Photorealistic Indoor Scenes using Procedural Generation

CVPR 2024poster

We introduce Infinigen Indoors a Blender-based procedural generator of photorealistic indoor scenes. It builds upon the existing Infinigen system which focuses on natural scenes but expands its coverage to indoor scenes by introducing a diverse library of procedural indoor assets including furniture…

Cited by 24SourcePDFScholar
2024

LayeredFlow: A Real-World Benchmark for Non-Lambertian Multi-Layer Optical Flow

ECCV 2024poster

"Achieving 3D understanding of non-Lambertian objects is an important task with many useful applications, but most existing algorithms struggle to deal with such objects. One major obstacle towards progress in this field is the lack of holistic non-Lambertian benchmarks—most benchmarks have low scen…

Cited by 4SourcePDFScholar
2024

Llemma: An Open Language Model for Mathematics

ICLR 2024poster

We present Llemma, a large language model for mathematics. We continue pretraining Code Llama on the Proof-Pile-2, a mixture of scientific papers, web data containing mathematics, and mathematical code, yielding Llemma. On the MATH benchmark Llemma outperforms all known openly released models, as we…

Cited by 320SourcePDFScholar
2024

Tell Me More! Towards Implicit User Intention Understanding of Language Model Driven Agents

ACL 2024long

Current language model-driven agents often lack mechanisms for effective user participation, which is crucial given the vagueness commonly found in user instructions. Although adept at devising strategies and performing tasks, these agents struggle with seeking clarification and grasping precise use…

2023

Infinite Photorealistic Worlds Using Procedural Generation

CVPR 2023poster

We introduce Infinigen, a procedural generator of photorealistic 3D scenes of the natural world. Infinigen is entirely procedural: every asset, from shape to texture, is generated from scratch via randomized mathematical rules, using no external source and allowing infinite variation and composition…

2022

A Study of Face Obfuscation in ImageNet

ICML 2022spotlight

Face obfuscation (blurring, mosaicing, etc.) has been shown to be effective for privacy protection; nevertheless, object recognition research typically assumes access to complete, unobfuscated images. In this paper, we explore the effects of face obfuscation on the popular ImageNet challenge visual…

2022

Coupled Iterative Refinement for 6D Multi-Object Pose Estimation

CVPR 2022poster

We address the task of 6D multi-object pose: given a set of known 3D objects and an RGB or RGB-D input image, we detect and estimate the 6D pose of each object. We propose a new approach to 6D object pose estimation which consists of an end-to-end differentiable architecture that makes use of geomet…

Cited by 79PDFcodeScholar
2022

IFOR: Iterative Flow Minimization for Robotic Object Rearrangement

CVPR 2022poster

Accurate object rearrangement from vision is a crucial problem for a wide variety of real-world robotics applications in unstructured environments. We propose IFOR, Iterative Flow Minimization for Robotic Object Rearrangement, an end-to-end method for the challenging problem of object rearrangement…

Cited by 59PDFcodeScholar
2021

Learning to Sit: Synthesizing Human-Chair Interactions via Hierarchical Control

AAAI 2021technical

Recent progress on physics-based character animation has shown impressive breakthroughs on human motion synthesis, through imitating motion capture data via deep reinforcement learning. However, results have mostly been demonstrated on imitating a single distinct motion pattern, and do not generaliz…

Cited by 45SourcePDFScholar
2021

Revisiting Point Cloud Shape Classification with a Simple and Effective Baseline

ICML 2021spotlight

Processing point cloud data is an important component of many real-world systems. As such, a wide variety of point-based approaches have been proposed, reporting steady benchmark improvements over time. We study the key ingredients of this progress and uncover two critical results. First, we find th…

2020

A Unified Framework of Surrogate Loss by Refactoring and Interpolation

ECCV 2020poster

We introduce UniLoss, a unified framework to generate surrogate losses for training deep networks with gradient descent, reducing the amount of manual design of task-specific surrogate losses. Our key observation is that in many cases, evaluating a model with a performance metric on a batch of examp…

2020

OASIS: A Large-Scale Dataset for Single Image 3D in the Wild

CVPR 2020poster

Single-view 3D is the task of recovering 3D properties such as depth and surface normals from a single image. We hypothesize that a major obstacle to single-image 3D is data. We address this issue by presenting Open Annotations of Single Image Surfaces (OASIS), a dataset for single-image 3D in the w…

Cited by 83PDFScholar
2020

Rel3D: A Minimally Contrastive Benchmark for Grounding Spatial Relations in 3D

NeurIPS 2020spotlight

Understanding spatial relations (e.g., laptop on table) in visual input is important for both humans and robots. Existing datasets are insufficient as they lack large-scale, high-quality 3D ground truth information, which is critical for learning spatial relations. In this paper, we fill this gap by…

2019

SpatialSense: An Adversarially Crowdsourced Benchmark for Spatial Relation Recognition

ICCV 2019poster

Understanding the spatial relations between objects in images is a surprisingly challenging task. A chair may be "behind" a person even if it appears to the left of the person in the image (depending on which way the person is facing). Two students that appear close to each other in the image may no…

Cited by 66PDFcodeScholar
2018

Rethinking the Faster R-CNN Architecture for Temporal Action Localization

CVPR 2018poster

We propose TAL-Net, an improved approach to temporal action localization in video that is inspired by the Faster R-CNN object detection framework. TAL-Net addresses three key shortcomings of existing approaches: (1) we improve receptive field alignment using a multi-scale architecture that can accom…

Cited by 846SourcePDFScholar
2017

Associative Embedding: End-to-End Learning for Joint Detection and Grouping

NeurIPS 2017poster

We introduce associative embedding, a novel method for supervising convolutional neural networks for the task of detection and grouping. A number of computer vision problems can be framed in this manner including multi-person pose estimation, instance segmentation, and multi-object tracking. Usually…

Cited by 1187SourcePDFScholar
2017

Premise Selection for Theorem Proving by Deep Graph Embedding

NeurIPS 2017spotlight

We propose a deep learning-based approach to the problem of premise selection: selecting mathematical statements relevant for proving a given conjecture. We represent a higher-order logic formula as a graph that is invariant to variable renaming but still fully preserves syntactic and semantic infor…

2015

HICO: A Benchmark for Recognizing Human-Object Interactions in Images

ICCV 2015poster

We introduce a new benchmark "Humans Interacting with Common Objects" (HICO) for recognizing human-object interactions (HOI). We demonstrate the key features of HICO: a diverse set of interactions with common object categories, a list of well-defined, sense-based HOI categories, and an exhaustive la…

Cited by 385PDFScholar
2015

Learning Semantic Relationships for Better Action Retrieval in Images

CVPR 2015poster

Human actions capture a wide variety of interactions between people and objects. As a result, the set of possible actions is extremely large and it is difficult to obtain sufficient training examples for all actions. However, we could compensate for this sparsity in supervision by leveraging the ric…

Cited by 150SourcePDFScholar