← Search

Xingxing Zhang

33 accepted papers

2026

Decouple Your Discovery and Memory in Continual Generalized Category Discovery

CVPR 2026

Continual Generalized Category Discovery (C-GCD) seeks to incrementally discover new categories from unlabeled data and memorize old categories' knowledge, fostering model adaptability in real-world scenarios. Especially, the unlabeled data is from both old and new classes, requiring the model to re

Cited by 0SourceScholar
2026

FormAct: Agentic Source Editing for Rich-Format Document Generation

ICML 2026poster

Rich-format documents are essential for everyday operations yet costly to author, motivating the need for automated generation to enhance productivity. To this end, we present FormAct, an agentic system that generates professional rich-format documents from scratch. FormAct operates on an HTML sourc…

Cited by 0SourceScholar
2026

Learning To Draft: Adaptive Speculative Decoding with Reinforcement Learning

ICLR 2026poster

Speculative decoding accelerates large language model (LLM) inference by using a small draft model to generate candidate tokens for a larger target model to verify. The efficacy of this technique hinges on the trade-off between the time spent on drafting candidates and verifying them. However, curre…

Cited by 0SourcecodeScholar
2026

On Training Large Language Models for Long-Horizon Tasks: An Empirical Study of Horizon Length

ICML 2026poster

Large language models (LLMs) have shown promise as interactive agents that solve tasks through extended sequences of environment interactions. While prior work has primarily focused on system-level optimizations or algorithmic improvements, the role of task horizon length in shaping training dynamic…

Cited by 0SourceScholar
2026

Re-evaluating Continual VQA: Toward Fair and Robust Evaluation for Multimodal Continual Learning

CVPR 2026

Continual Visual Question Answering (Continual VQA) poses unique challenges for multimodal continual learning, requiring models to incrementally acquire new knowledge while preserving visual-semantic grounding across tasks. However, existing benchmarks hinder fair and robust evaluation of such capab

Cited by 0SourcecodeScholar
2025

Advancing Prompt-Based Methods for Replay-Independent General Continual Learning

ICLR 2025poster

General continual learning (GCL) is a broad concept to describe real-world continual learning (CL) problems, which are often characterized by online data streams without distinct transitions between tasks, i.e., blurry task boundaries. Such requirements result in poor initial performance, limited ge…

2025

Chain-of-Reasoning: Towards Unified Mathematical Reasoning in Large Language Models via a Multi-Paradigm Perspective

ACL 2025long

Large Language Models (LLMs) have made notable progress in mathematical reasoning, yet they often rely on single-paradigm reasoning that limits their effectiveness across diverse tasks. In this paper, we introduce Chain-of-Reasoning (CoR), a novel unified framework that integrates multiple reasoning…

2025

Knowledge Memorization and Rumination for Pre-trained Model-based Class-Incremental Learning

CVPR 2025poster

Class-Incremental Learning (CIL) enables models to continuously learn new classes while mitigating catastrophic forgetting. Recently, Pre-Trained Models (PTMs) have greatly enhanced CIL performance, even when fine-tuning is limited to the first task. This advantage is particularly beneficial for CIL…

2025

Maintaining Fairness in Logit-based Knowledge Distillation for Class-Incremental Learning

AAAI 2025technical

Logit-based knowledge distillation (KD) is commonly used to mitigate catastrophic forgetting in class-incremental learning (CIL) caused by data distribution shifts. However, the strict match of logit values between student and teacher models conflicts with the cross-entropy (CE) loss objective of le…

2025

Preference Optimization for Reasoning with Pseudo Feedback

ICLR 2025spotlight

Preference optimization techniques, such as Direct Preference Optimization (DPO), are frequently employed to enhance the reasoning capabilities of large language models (LLMs) in domains like mathematical reasoning and coding, typically following supervised fine-tuning. These methods rely on high-qu…

Cited by 8SourcePDFScholar
2025

Self-Boosting Large Language Models with Synthetic Preference Data

ICLR 2025poster

Through alignment with human preferences, Large Language Models (LLMs) have advanced significantly in generating honest, harmless, and helpful responses. However, collecting high-quality preference data is a resource-intensive and creativity-demanding process, especially for the continual improvemen…

Cited by 4SourcePDFScholar
2025

Think Only When You Need with Large Hybrid-Reasoning Models

NeurIPS 2025poster

Recent Large Reasoning Models (LRMs) have shown substantially improved reasoning capabilities over traditional Large Language Models (LLMs) by incorporating extended thinking processes prior to producing final responses. However, excessively lengthy thinking introduces substantial overhead in terms…

Cited by 0SourceScholar
2024

Fourier Controller Networks for Real-Time Decision-Making in Embodied Learning

ICML 2024poster

Transformer has shown promise in reinforcement learning to model time-varying features for obtaining generalized low-level robot policies on diverse robotics datasets in embodied learning. However, it still suffers from the issues of low data efficiency and high inference latency. In this paper, we…

2024

MAGR: Manifold-Aligned Graph Regularization for Continual Action Quality Assessment

ECCV 2024oral

"Action Quality Assessment (AQA) evaluates diverse skills but models struggle with non-stationary data. We propose Continual AQA (CAQA) to refine models using sparse new data. Feature replay preserves memory without storing raw inputs. However, the misalignment between static old features and the dy…

2024

MathScale: Scaling Instruction Tuning for Mathematical Reasoning

ICML 2024poster

Large language models (LLMs) have demonstrated remarkable capabilities in problem-solving. However, their proficiency in solving mathematical problems remains inadequate. We propose MathScale, a simple and scalable method to create high-quality mathematical reasoning data using frontier LLMs (e.g.,…

2024

PEAC: Unsupervised Pre-training for Cross-Embodiment Reinforcement Learning

NeurIPS 2024poster

Designing generalizable agents capable of adapting to diverse embodiments has achieved significant attention in Reinforcement Learning (RL), which is critical for deploying RL agents in various real-world applications. Previous Cross-Embodiment RL approaches have focused on transferring knowledge ac…

2024

Stabilizing Zero-Shot Prediction: A Novel Antidote to Forgetting in Continual Vision-Language Tasks

NeurIPS 2024poster

Continual learning (CL) empowers pre-trained vision-language (VL) models to efficiently adapt to a sequence of downstream tasks. However, these models often encounter challenges in retaining previously acquired skills due to parameter shifts and limited access to historical data. In response, recent…

2024

xRAG: Extreme Context Compression for Retrieval-augmented Generation with One Token

NeurIPS 2024poster

This paper introduces xRAG, an innovative context compression method tailored for retrieval-augmented generation. xRAG reinterprets document embeddings in dense retrieval--traditionally used solely for retrieval--as features from the retrieval modality. By employing a modality fusion methodology, xR…

2023

Hierarchical Decomposition of Prompt-Based Continual Learning: Rethinking Obscured Sub-optimality

NeurIPS 2023spotlight

Prompt-based continual learning is an emerging direction in leveraging pre-trained knowledge for downstream continual learning, and has almost reached the performance pinnacle under supervised pre-training. However, our empirical research reveals that the current strategies fall short of their full…

2023

Overcoming Recency Bias of Normalization Statistics in Continual Learning: Balance and Adaptation

NeurIPS 2023poster

Continual learning entails learning a sequence of tasks and balancing their knowledge appropriately. With limited access to old training samples, much of the current work in deep neural networks has focused on overcoming catastrophic forgetting of old tasks in gradient-based optimization. However, t…

2023

Tuna: Instruction Tuning using Feedback from Large Language Models

EMNLP 2023long findings

Instruction tuning of open-source large language models (LLMs) like LLaMA, using direct outputs from more powerful LLMs such as Instruct-GPT and GPT-4, has proven to be a cost-effective way to align model behaviors with human preferences. However, the instruction-tuned model has only seen one respon…

Cited by 0SourcecodeScholar
2022

Attention Temperature Matters in Abstractive Summarization Distillation

ACL 2022long

Recent progress of abstractive text summarization largely relies on large pre-trained sequence-to-sequence Transformer models, which are computationally expensive. This paper aims to distill these large models into smaller ones for faster inference and with minimal performance loss. Pseudo-labeling…

2022

CoSCL: Cooperation of Small Continual Learners Is Stronger than a Big One

ECCV 2022poster

"Continual learning requires incremental compatibility with a sequence of tasks. However, the design of model architecture remains an open question: In general, learning all tasks with a shared set of parameters suffers from severe interference between tasks; while learning each task with a dedicate…

2022

Memory Replay with Data Compression for Continual Learning

ICLR 2022poster

Continual learning needs to overcome catastrophic forgetting of the past. Memory replay of representative old training samples has been shown as an effective solution, and achieves the state-of-the-art (SOTA) performance. However, existing work is mainly built on a small memory buffer containing a f…

2022

Neural Label Search for Zero-Shot Multi-Lingual Extractive Summarization

ACL 2022long

In zero-shot multilingual extractive text summarization, a model is typically trained on English summarization dataset and then applied on summarization datasets of other languages. Given English gold summaries and documents, sentence-level labels for extractive summarization are usually generated u…

2022

Sequence Level Contrastive Learning for Text Summarization

AAAI 2022technical

Contrastive learning models have achieved great success in unsupervised visual representation learning, which maximize the similarities between feature representations of different views of the same image, while minimize the similarities between feature representations of views of different images.…

2022

Unsupervised Multi-Granularity Summarization

EMNLP 2022finding

Text summarization is a user-preference based task, i.e., for one document, users often have different priorities for the summary. As a key aspect of customization in summarization, granularity is used to measure the semantic coverage between the summary and source document. However, developing syst…

Cited by 14SourcePDFScholar
2021

Double Low-Rank Representation With Projection Distance Penalty for Clustering

CVPR 2021poster

This paper presents a novel, simple yet robust self-representation method, i.e., Double Low-Rank Representation with Projection Distance penalty (DLRRPD) for clustering. With the learned optimal projected representations, DLRRPD is capable of obtaining an effective similarity graph to capture the mu…

Cited by 35PDFScholar
2020

Distribution-Induced Bidirectional Generative Adversarial Network for Graph Representation Learning

CVPR 2020poster

Graph representation learning aims to encode all nodes of a graph into low-dimensional vectors that will serve as input of many computer vision tasks. However, most existing algorithms ignore the existence of inherent data distribution and even noises. This may significantly increase the phenomenon…

Cited by 48PDFcodeScholar
2016

On training the recurrent neural network encoder-decoder for large vocabulary end-to-end speech recognition

ICASSP 2016accepted

Recently, there has been an increasing interest in end-to-end speech recognition using neural networks, with no reliance on hidden Markov models (HMMs) for sequence modelling as in the standard hybrid framework. The recurrent neural network (RNN) encoderdecoder is such a model, performing sequence t…

Cited by 0SourceScholar
2016

Speed evaluation of a freely swimming robotic fish with an artificial lateral line

ICRA 2016

Artificial lateral line has been drawing an increasing attention recently for its potential applications in robotics. Experiments are usually conducted with a bioinspired robot in a controlled environment, where the sensing platform is held stationary or slowly driven with a simple linear motion. In

Cited by 32SourceScholar
2015

Sensing the neighboring robot by the artificial lateral line of a bio-inspired robotic fish

IROS 2015poster

Fish possesses a unique sensory organ called the lateral line. The lateral line provides fish with flow-related information. It is accepted that fish can use the lateral line to sense states of its neighbours in schooling behaviors. In this study, we investigate how a focal robotic fish senses the s…

Cited by 30SourceScholar