← Search

Jinpeng Zhang

11 accepted papers

2026

GeoRK2: Geometry-Guided Runge-Kutta Integration for Diffusion Transformer Acceleration

CVPR 2026

Diffusion transformer models deliver state-of-the-art image synthesis quality but suffer from prohibitively slow iterative sampling. Although reducing sampling steps accelerates inference, aggressive step schedules often distort intermediate features and degrade sample fidelity. We present GeoRK2, a

Cited by 0SourceScholar
2026

SPICE: Submodular Penalized Information–Conflict Selection for Efficient Large Language Model Training

ICLR 2026poster

Information-based data selection for instruction tuning is compelling: maximizing the log-determinant of the Fisher information yields a monotone submodular objective, enabling greedy algorithms to achieve a $(1-1/e)$ approximation under a cardinality budget. In practice, however, we identify allevi…

Cited by 0SourceScholar
2025

ME-PATS: Mutually Enhancing Search-Based Planner and Learning-Based Agent for Tractor-Trailer Systems

ICRA 2025

Planning a kinodynamically feasible path for a tractor-trailer vehicle is challenging for both search-based and learning-based methods due to the vehicle's unique kinematics and complex obstacles. These factors increase the likelihood of infeasible paths and exacerbate long-horizon issues. We introd

Cited by 0SourcecodeScholar
2025

Safety-Polarized and Prioritized Reinforcement Learning

ICML 2025poster

Motivated by the first priority of safety in many real-world applications, we propose \textsc{MaxSafe}, a chance-constrained bi-level optimization framework for safe reinforcement learning. \textsc{MaxSafe} first minimizes the unsafe probability and then maximizes the return among the safest policie…

Cited by 0SourcePDFScholar
2024

Representation Degeneration Problem in Prompt-based Models for Natural Language Understanding

COLING 2024main

Prompt-based fine-tuning (PF), by aligning with the training objective of pre-trained language models (PLMs), has shown improved performance on many few-shot natural language understanding (NLU) benchmarks. However, the word embedding space of PLMs exhibits anisotropy, which is called the representa…

2024

Unifying Visual and Vision-Language Tracking via Contrastive Learning

AAAI 2024technical

Single object tracking aims to locate the target object in a video sequence according to the state specified by different modal references, including the initial bounding box (BBOX), natural language (NL), or both (NL+BBOX). Due to the gap between different modalities, most existing trackers are des…

2023

Alleviating Catastrophic Forgetting of Incremental Object Detection via Within-Class and Between-Class Knowledge Distillation

ICCV 2023poster

Incremental object detection (IOD) task requires a model to learn continually from newly added data. However, directly fine-tuning a well-trained detection model on a new task will sharply decrease the performance on old tasks, which is known as catastrophic forgetting. Knowledge distillation, inclu…

Cited by 15PDFScholar
2023

Disambiguated Lexically Constrained Neural Machine Translation

ACL 2023findings

Lexically constrained neural machine translation (LCNMT), which controls the translation generation with pre-specified constraints, is important in many practical applications. Current approaches to LCNMT typically assume that the pre-specified lexicon constraints are contextually appropriate. This…

Cited by 4SourcePDFScholar
2023

Robust Situational Reinforcement Learning in Face of Context Disturbances

ICML 2023poster

In many real-world tasks, some parts of state features, called contexts, are independent of action signals, e.g., customer demand in inventory control, speed of lead car in autonomous driving, etc. One of the challenges of reinforcement learning in these applications is that the true context transit…

Cited by 4SourcePDFScholar
2022

Semantic Topological Descriptor for Loop Closure Detection within 3D Point Clouds In Outdoor Environment

IROS 2022poster

Loop closure detection has the potential to correct the drift of trajectories and build a global consistent map in LiDAR SLAM, however it remains a challenging problem in outdoor environment due to the sparsity of 3D point clouds data, large-scale scenes and moving objects. Inspired by the way human…

Cited by 4SourceScholar
2022

Third-Party Aligner for Neural Word Alignments

EMNLP 2022finding

Word alignment is to find translationally equivalent words between source and target sentences. Previous work has demonstrated that self-training can achieve competitive word alignment results. In this paper, we propose to use word alignments generated by a third-party word aligner to supervise the…