← Search

Zhengkai Jiang

23 accepted papers

2025

EnerVerse: Envisioning Embodied Future Space for Robotics Manipulation

NeurIPS 2025poster

We introduce EnerVerse, a generative robotics foundation model that constructs and interprets embodied spaces. EnerVerse employs a chunk-wise autoregressive video diffusion framework to predict future embodied spaces from instructions, enhanced by a sparse context memory for long-term reasoning. To…

Cited by 0SourceScholar
2025

Foundation Cures Personalization: Improving Personalized Models’ Prompt Consistency via Hidden Foundation Knowledge

NeurIPS 2025poster

Facial personalization faces challenges to maintain identity fidelity without disrupting the foundation model's prompt consistency. The mainstream personalization models employ identity embedding to integrate identity information within the attention mechanisms. However, our preliminary findings rev…

Cited by 0SourceScholar
2025

Lumina-T2X: Scalable Flow-based Large Diffusion Transformer for Flexible Resolution Generation

ICLR 2025spotlight

Sora unveils the potential of scaling Diffusion Transformer (DiT) for generating photorealistic images and videos at arbitrary resolutions, aspect ratios, and durations, yet it still lacks sufficient implementation details. In this paper, we introduce the Lumina-T2X family -- a series of Flow-based…

2025

OSV: One Step is Enough for High-Quality Image to Video Generation

CVPR 2025poster

Video diffusion models have shown great potential in generating high-quality videos, making them an increasingly popular focus. However, their inherent iterative nature leads to substantial computational and time costs. Although techniques such as consistency distillation and adversarial training ha…

Cited by 10SourcePDFScholar
2025

RAGD: Regional-Aware Diffusion Model for Text-to-Image Generation

ICCV 2025poster

Regional prompting, or compositional generation, which enables fine-grained spatial control, has gained increasing attention for its practicality in real-world applications. However, previous methods either introduce additional trainable modules, thus only applicable to specific models, or manipulat…

2025

SKT: Integrating State-Aware Keypoint Trajectories with Vision-Language Models for Robotic Garment Manipulation

IROS 2025

Automating garment manipulation poses a significant challenge for assistive robotics due to the diverse and de-formable nature of garments. Traditional approaches typically require separate models for each garment type, which limits scalability and adaptability. In contrast, this paper presents a un

Cited by 3SourceScholar
2025

UniAff: A Unified Representation of Affordances for Tool Usage and Articulation with Vision-Language Models

ICRA 2025

Previous studies on robotic manipulation are based on a limited understanding of the underlying 3D motion constraints and affordances. To address these challenges, we propose a comprehensive paradigm, termed UniAff, that integrates 3D object-centric manipulation and task understanding in a unified f

Cited by 10SourceScholar
2024

Density Matters: Improved Core-Set for Active Domain Adaptive Segmentation

AAAI 2024technical

Active domain adaptation has emerged as a solution to balance the expensive annotation cost and the performance of trained models in semantic segmentation. However, existing works usually ignore the correlation between selected samples and its local context in feature space, which leads to inferior…

Cited by 2SourcePDFScholar
2024

DiffuMatting: Synthesizing Arbitrary Objects with Matting-level Annotation

ECCV 2024poster

"Due to the difficulty and labor-consuming nature of getting highly accurate or matting annotations, there only exists a limited amount of highly accurate labels available to the public. To tackle this challenge, we propose a DiffuMatting which inherits the strong Everything generation ability of di…

2024

Learning Unified Reference Representation for Unsupervised Multi-class Anomaly Detection

ECCV 2024poster

"In the field of multi-class anomaly detection, reconstruction-based methods derived from single-class anomaly detection face the well-known challenge of “learning shortcuts”, wherein the model fails to learn the patterns of normal samples as it should, opting instead for shortcuts such as identity…

2024

ManipVQA: Injecting Robotic Affordance and Physically Grounded Information into Multi-Modal Large Language Models

IROS 2024poster

While the integration of Multi-modal Large Language Models (MLLMs) with robotic systems has significantly improved robots’ ability to understand and execute natural language instructions, their performance in manipulation tasks remains limited due to a lack of robotics-specific knowledge. Convention…

Cited by 27SourcecodeScholar
2024

Personalize Segment Anything Model with One Shot

ICLR 2024poster

Driven by large-data pre-training, Segment Anything Model (SAM) has been demonstrated as a powerful promptable framework, revolutionizing the segmentation field. Despite the generality, customizing SAM for specific visual concepts without man-powered prompting is under-explored, e.g., automatically…

2024

SDSTrack: Self-Distillation Symmetric Adapter Learning for Multi-Modal Visual Object Tracking

CVPR 2024poster

Multimodal Visual Object Tracking (VOT) has recently gained significant attention due to its robustness. Early research focused on fully fine-tuning RGB-based trackers which was inefficient and lacked generalized representation due to the scarcity of multimodal data. Therefore recent studies have ut…

2024

UniM-OV3D: Uni-Modality Open-Vocabulary 3D Scene Understanding with Fine-Grained Feature Representation

IJCAI 2024poster

3D open-vocabulary scene understanding aims to recognize arbitrary novel categories beyond the base label space. However, existing works not only fail to fully utilize all the available modal information in the 3D domain but also lack sufficient granularity in representing the features of each modal…

2023

Rethinking Mobile Block for Efficient Attention-based Models

ICCV 2023poster

This paper focuses on developing modern, efficient, lightweight models for dense predictions while trading off parameters, FLOPs, and performance. Inverted Residual Block (IRB) serves as the infrastructure for lightweight CNNs, but no counterpart has been recognized by attention-based studies. This…

Cited by 180PDFcodeScholar
2022

DIRL: Domain-Invariant Representation Learning for Generalizable Semantic Segmentation

AAAI 2022technical

Model generalization to the unseen scenes is crucial to real-world applications, such as autonomous driving, which requires robust vision systems. To enhance the model generalization, domain generalization through learning the domain-invariant representation has been widely studied. However, most ex…

Cited by 56SourcePDFScholar
2022

Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation

ECCV 2022poster

"Unsupervised Domain Adaptation (UDA) aims to adapt the model trained on the labeled source domain to an unlabeled target domain. In this paper, we present Prototypical Contrast Adaptation (ProCA), a simple and efficient contrastive learning method for unsupervised domain adaptive semantic segmentat…

2021

Rethinking Counting and Localization in Crowds: A Purely Point-Based Framework

ICCV 2021poster

Localizing individuals in crowds is more in accordance with the practical demands of subsequent high-level crowd analysis tasks than simply counting. However, existing localization based methods relying on intermediate representations (i.e., density maps or pseudo boxes) serving as learning targets…

Cited by 365PDFcodeScholar
2021

SiamRCR: Reciprocal Classification and Regression for Visual Object Tracking

IJCAI 2021poster

Recently, most siamese network based trackers locate targets via object classification and bounding-box regression. Generally, they select the bounding-box with maximum classification confidence as the final prediction. This strategy may miss the right result due to the accuracy misalignment between…

Cited by 52SourcePDFScholar
2020

Fine-Grained Dynamic Head for Object Detection

NeurIPS 2020poster

The Feature Pyramid Network (FPN) presents a remarkable approach to alleviate the scale variance in object representation by performing instance-level assignments. Nevertheless, this strategy ignores the distinct characteristics of different sub-regions in an instance. To this end, we propose a fine…

2020

Learning Where to Focus for Efficient Video Object Detection

ECCV 2020poster

Transferring existing image-based detectors to the video is non-trivial since the quality of frames is always deteriorated by part occlusion, rare pose, and motion blur. Previous approaches exploit to propagate and aggregate features across video frames by using optical flow-warping. However, direct…

2020

Rethinking Learnable Tree Filter for Generic Feature Transform

NeurIPS 2020poster

The Learnable Tree Filter presents a remarkable approach to model structure-preserving relations for semantic segmentation. Nevertheless, the intrinsic geometric constraint forces it to focus on the regions with close spatial distance, hindering the effective long-range interactions. To relax the ge…

2019

Dynamic Fusion With Intra- and Inter-Modality Attention Flow for Visual Question Answering

CVPR 2019oral

Learning effective fusion of multi-modality features is at the heart of visual question answering. We propose a novel method of dynamically fuse multi-modal features with intra- and inter-modality information flow, which alternatively pass dynamic information between and across the visual and langua…

Cited by 383PDFScholar