← Search

Chenyang Zhu

22 accepted papers

2026

Learning Flexible Job Shop Scheduling under Limited Buffers and Material Kitting Constraints

ICRA 2026poster

The Flexible Job Shop Scheduling Problem (FJSP) originates from real production lines, while some practical constraints are often ignored or idealized in current FJSP studies, among which the limited buffer problem has a particular impact on production efficiency. To this end, we study an extended p…

2026

PreciseCache: Precise Feature Caching for Efficient and High-fidelity Video Generation

ICLR 2026poster

High computational costs and slow inference hinder the practical application of video generation models. While prior works accelerate the generation process through feature caching, they often suffer from notable quality degradation. In this work, we reveal that this issue arises from their inabilit…

Cited by 0SourcecodeScholar
2026

Rectified Decoupled Dataset Distillation: A Closer Look for Fair and Comprehensive Evaluation

ICLR 2026poster

Dataset distillation aims to generate compact synthetic datasets that enable models trained on them to achieve performance comparable to those trained on full real datasets, while substantially reducing storage and computational costs. Early bi-level optimization methods (e.g., MTT) have shown promi…

Cited by 0SourcecodeScholar
2026

Uncertainty as Feature Gaps: Epistemic Uncertainty Quantification of LLMs in Contextual Question-Answering

ICLR 2026poster

Uncertainty Quantification (UQ) research has primarily focused on closed-book factual question answering (QA), while contextual QA remains unexplored, despite its importance in real-world applications. In this work, we focus on UQ for the contextual QA task and propose a theoretically grounded appro…

Cited by 0SourcecodeScholar
2025

Curve-Aware Gaussian Splatting for 3D Parametric Curve Reconstruction

ICCV 2025poster

This paper presents an end-to-end framework for reconstructing 3D parametric curves directly from multi-view edge maps. Contrasting with existing two-stage methods that follow a sequential "edge point cloud reconstruction and parametric curve fitting" pipeline, our one-stage approach optimizes 3D pa…

2025

InstantSwap: Fast Customized Concept Swapping across Sharp Shape Differences

ICLR 2025poster

Recent advances in Customized Concept Swapping (CCS) enable a text-to-image model to swap a concept in the source image with a customized target concept. However, the existing methods still face the challenges of $\textit{\textbf{inconsistency}}$ and $\textit{\textbf{inefficiency}}$. They struggle t…

2025

MultiBooth: Towards Generating All Your Concepts in an Image from Text

AAAI 2025technical

This paper introduces MultiBooth, a method that generates images from texts containing various concepts from users.Despite diffusion models bringing significant advancements for customized text-to-image generation, existing methods often struggle with multi-concept scenarios due to low concept fidel…

2025

OnlineAnySeg: Online Zero-Shot 3D Segmentation by Visual Foundation Model Guided 2D Mask Merging

CVPR 2025poster

Online 3D open-vocabulary segmentation of a progressively reconstructed scene is both a critical and challenging task for embodied applications. With the success of visual foundation models (VFMs) in the image domain, leveraging 2D priors to address 3D online segmentation has become a prominent rese…

Cited by 0SourcePDFScholar
2025

Self-supervised Learning of Hybrid Part-aware 3D Representations of 2D Gaussians and Superquadrics

ICCV 2025poster

Low-level 3D representations, such as point clouds, meshes, NeRFs and 3D Gaussians, are commonly used for modeling 3D objects and scenes. However, cognitive studies indicate that human perception operates at higher levels and interprets 3D environments by decomposing them into meaningful structural…

Cited by 0SourcePDFScholar
2025

VasTSD: Learning 3D Vascular Tree-state Space Diffusion Model for Angiography Synthesis

CVPR 2025poster

Angiography imaging is a medical imaging technique that enhances the visibility of blood vessels within the body by using contrast agents. Angiographic images can effectively assist in the diagnosis of vascular diseases. However, contrast agents may bring extra radiation exposure which is harmful to…

Cited by 0SourcePDFScholar
2024

Decomposing Temporal Equilibrium Strategy for Coordinated Distributed Multi-Agent Reinforcement Learning

AAAI 2024technical

The increasing demands for system complexity and robustness have prompted the integration of temporal logic into Multi-Agent Reinforcement Learning (MARL) to address tasks with non-Markovian properties. However, incorporating non-Markovian properties introduces additional computational complexities,…

Cited by 2SourcePDFScholar
2024

Learning Dual-arm Object Rearrangement for Cartesian Robots

ICRA 2024poster

This work focuses on the dual-arm object rearrangement problem abstracted from a realistic industrial scenario of Cartesian robots. The goal of this problem is to transfer all the objects from sources to targets with the minimum total completion time. To achieve the goal, the core idea is to develop…

Cited by 0SourceScholar
2023

2D3D-MATR: 2D-3D Matching Transformer for Detection-Free Registration Between Images and Point Clouds

ICCV 2023poster

The commonly adopted detect-then-match approach to registration finds difficulties in the cross-modality cases due to the incompatible keypoint detection and inconsistent feature description. We propose, 2D3D-MATR, a detection-free method for accurate and robust registration between images and point…

Cited by 18PDFcodeScholar
2023

Multi-Resolution Monocular Depth Map Fusion by Self-Supervised Gradient-Based Composition

AAAI 2023technical

Monocular depth estimation is a challenging problem on which deep neural networks have demonstrated great potential. However, depth maps predicted by existing deep models usually lack fine-grained details due to convolution operations and down-samplings in networks. We find that increasing input res…

2023

NEF: Neural Edge Fields for 3D Parametric Curve Reconstruction From Multi-View Images

CVPR 2023poster

We study the problem of reconstructing 3D feature curves of an object from a set of calibrated multi-view images. To do so, we learn a neural implicit field representing the density distribution of 3D edges which we refer to as Neural Edge Field (NEF). Inspired by NeRF, NEF is optimized with a view-…

2022

DisARM: Displacement Aware Relation Module for 3D Detection

CVPR 2022poster

We introduce Displacement Aware Relation Module (DisARM), a novel neural network module for enhancing the performance of 3D object detection in point cloud scenes. The core idea is extracting the most principal contextual information is critical for detection while the target is incomplete or featur…

Cited by 21PDFcodeScholar
2021

Online 3D Bin Packing with Constrained Deep Reinforcement Learning

AAAI 2021technical

We solve a challenging yet practically useful variant of 3D Bin Packing Problem (3D-BPP). In our problem, the agent has limited information about the items to be packed into a single bin, and an item must be packed immediately after its arrival without buffering or readjusting. The item's placement…

2020

AdaCoSeg: Adaptive Shape Co-Segmentation With Group Consistency Loss

CVPR 2020oral

We introduce AdaCoSeg, a deep neural network architecture for adaptive co-segmentation of a set of 3D shapes represented as point clouds. Differently from the familiar single-instance segmentation problem, co-segmentation is intrinsically contextual: how a shape is segmented can vary depending on th…

Cited by 49PDFScholar
2020

Fusion-Aware Point Convolution for Online Semantic 3D Scene Segmentation

CVPR 2020poster

Online semantic 3D segmentation in company with real-time RGB-D reconstruction poses special challenges such as how to perform 3D convolution directly over the progressively fused 3D geometric data, and how to smartly fuse information from frame to frame. We propose a novel fusion-aware 3D point con…

Cited by 75PDFScholar
2019

PartNet: A Recursive Part Decomposition Network for Fine-Grained and Hierarchical Shape Segmentation

CVPR 2019poster

Deep learning approaches to 3D shape segmentation are typically formulated as a multi-class labeling problem. These models are trained for a fixed set of labels, which greatly limits their flexibility and adaptivity. We opt for top-down recursive decomposition and develop the first deep learning mod…

Cited by 121PDFScholar
2018

Faces as Lighting Probes via Unsupervised Deep Highlight Extraction

ECCV 2018poster

We present a method for estimating detailed scene illumination using human faces in a single image. In contrast to previous works that estimate lighting in terms of low-order basis functions or distant point lights, our technique estimates illumination at a higher precision in the form of a non-para…

Cited by 52SourcePDFScholar