← Search

Jian Guan

45 accepted papers

2026

MetaAct-RL: Training Language Models for Reasoning Through Meta-Action-Based Reinforcement Learning

AAAI 2026technical

Outcome-based reinforcement learning has made notable advances in training language models (LMs) for reasoning. However, without explicit incentives and controls, this paradigm has limitations and instability in eliciting high-quality reasoning trajectories with diverse actions—particularly for mode

Cited by 0SourcePDFScholar
2026

ReFusion: A Diffusion Large Language Model with Parallel Autoregressive Decoding

ICLR 2026poster

Autoregressive models (ARMs) are hindered by slow sequential inference. While masked diffusion models (MDMs) offer a parallel alternative, they suffer from critical drawbacks: high computational overhead from precluding Key-Value (KV) caching, and incoherent generation arising from learning dependen…

Cited by 0SourcecodeScholar
2026

Scaling Prompt Synthesis for Large Language Model Reasoning

ICML 2026poster

Large language models (LLMs) are evolving from conversational systems into strong reasoners for tasks such as Olympiad mathematics and competitive programming. While scaling parameters and test-time computation has driven progress, a key bottleneck is the lack of high-quality training problems: huma…

Cited by 0SourceScholar
2026

SynCLIP: Synonym-Coherent Language-Image Pretraining for Robust Open-Vocabulary Dense Perception

CVPR 2026

Open-vocabulary dense perception (OVDP) aims to localize objects unseen during training by leveraging textual knowledge. Despite the remarkable progress of recent CLIP-based approaches, we identify a critical limitation: synonym-induced grounding inconsistency, where semantically equivalent expressi

Cited by 0SourcecodeScholar
2025

A Survey on Personalized Alignment—The Missing Piece for Large Language Models in Real-World Applications

ACL 2025finding

Large Language Models (LLMs) have demonstrated remarkable capabilities, yet their transition to real-world applications reveals a critical limitation: the inability to adapt to individual preferences while maintaining alignment with universal human values. Current alignment techniques adopt a one-si…

Cited by 0SourcePDFScholar
2025

Align Your Rhythm: Generating Highly Aligned Dance Poses with Gating-Enhanced Rhythm-Aware Feature Representation

ICCV 2025poster

Automatically generating natural, diverse and rhythmic human dance movements driven by music is vital for virtual reality and film industries. However, generating dance that naturally follows music remains a challenge, as existing methods lack proper beat alignment and exhibit unnatural motion dynam…

Cited by 0SourcePDFScholar
2025

Attacking Voice Anonymization Systems with Augmented Feature and Speaker Identity Difference

ICASSP 2025accepted

This study focuses on the First VoicePrivacy Attacker Challenge within the ICASSP 2025 Signal Processing Grand Challenge, which aims to develop speaker verification systems capable of determining whether two anonymized speech signals are from the same speaker. However, differences between feature di…

Cited by 0SourceScholar
2025

Band Prompting Aided SAR and Multi-Spectral Data Fusion Framework for Local Climate Zone Classification

ICASSP 2025accepted

Local climate zone (LCZ) classification is of great value for understanding the complex interactions between urban development and local climate. Recent studies have increasingly focused on the fusion of synthetic aperture radar (SAR) and multi-spectral data to improve LCZ classification performance…

Cited by 0SourceScholar
2025

Beyond Online Sampling: Bridging Offline-to-Online Alignment via Dynamic Data Transformation for LLMs

EMNLP 2025

While Direct Preference Optimization (DPO) eliminates complex reward modeling in aligning large language models (LLMs) with human preferences, its online variant faces significant efficiency bottlenecks due to costly real-time preference sampling and the reward model annotation. We propose a novel f

2025

CodePlan: Unlocking Reasoning Potential in Large Language Models by Scaling Code-form Planning

ICLR 2025poster

Despite the remarkable success of large language models (LLMs) on traditional natural language processing tasks, their planning ability remains a critical bottleneck in tackling complex multi-step reasoning tasks. Existing approaches mainly rely on prompting or task-specific fine-tuning, often suffe…

Cited by 3SourcePDFScholar
2025

Disentangling Hierarchical Features for Anomalous Sound Detection Under Domain Shift

ICASSP 2025accepted

Anomalous sound detection (ASD) encounters difficulties with domain shift, where the sounds of machines in target domains differ significantly from those in source domains due to varying operating conditions. Existing methods typically employ domain classifiers to enhance detection performance, but…

Cited by 0SourceScholar
2025

DynaAct: Large Language Model Reasoning with Dynamic Action Spaces

NeurIPS 2025poster

In modern sequential decision-making systems, the construction of an optimal candidate action space is critical to efficient inference. However, existing approaches either rely on manually defined action spaces that lack scalability or utilize unstructured spaces that render exhaustive search comput…

Cited by 0SourcecodeScholar
2025

Graph-Enhanced Dual-Stream Feature Fusion with Pre-Trained Model for Acoustic Traffic Monitoring

ICASSP 2025accepted

Microphone array techniques are widely used in sound source localization and smart city acoustic-based traffic monitoring, but these applications face significant challenges due to the scarcity of labeled real-world traffic audio data and the complexity and diversity of application scenarios. The DC…

Cited by 0SourceScholar
2025

Latent Preference Coding: Aligning Large Language Models via Discrete Latent Codes

ICML 2025poster

Large language models (LLMs) have achieved remarkable success, yet aligning their generations with human preferences remains a critical challenge. Existing approaches to preference modeling often rely on an explicit or implicit reward function, overlooking the intricate and multifaceted nature of hu…

Cited by 2SourcePDFScholar
2025

PromptCoT: Synthesizing Olympiad-level Problems for Mathematical Reasoning in Large Language Models

ACL 2025finding

The ability of large language models to solve complex mathematical problems has progressed significantly, particularly for tasks requiring advanced reasoning. However, the scarcity of sufficiently challenging problems, particularly at the Olympiad level, hinders further advancements. In this work, w…

2025

Reinforcing Spatial Reasoning in Vision-Language Models with Interwoven Thinking and Visual Drawing

NeurIPS 2025poster

As textual reasoning with large language models (LLMs) has advanced significant, there has been growing interest in enhancing the multimodal reasoning capabilities of large vision-language models (LVLMs). However, existing methods primarily approach multimodal reasoning in a straightforward, text-ce…

Cited by 0SourcecodeScholar
2025

Scaling Video-Language Models to 10K Frames via Hierarchical Differential Distillation

ICML 2025poster

Long-form video processing fundamentally challenges vision-language models (VLMs) due to the high computational costs of handling extended temporal sequences. Existing token pruning and feature merging methods often sacrifice critical temporal dependencies or dilute semantic information. We introduc…

2025

Spectral-Temporal Fusion Representation for Person-in-Bed Detection

ICASSP 2025accepted

This study is based on the ICASSP 2025 Signal Processing Grand Challenge’s Accelerometer-Based Person-in-Bed Detection Challenge, which aims to determine bed occupancy using accelerometer signals. The task is divided into two tracks: "in bed" and "not in bed" segmented detection and streaming detect…

Cited by 0SourceScholar
2025

Theoretical Benefit and Limitation of Diffusion Language Model

NeurIPS 2025poster

Diffusion language models have emerged as a new approach for text generation. By enabling the parallel sampling of multiple tokens in each diffusion step, they appear to offer a more efficient alternative to auto-regressive models. However, our observations show that current open-sourced diffusion l…

Cited by 0SourceScholar
2024

AMOR: A Recipe for Building Adaptable Modular Knowledge Agents Through Process Feedback

NeurIPS 2024poster

The notable success of large language models (LLMs) has sparked an upsurge in building language agents to complete various complex tasks. We present AMOR, an agent framework based on open-source LLMs, which reasons with external knowledge bases and adapts to specific domains through human supervisio…

2024

FPN with GMM Based Feature Enhancement Strategy for Object Detection in Remote Sensing Images

ICASSP 2024accepted

In the realm of object detection, the age-old challenge of accommodating large variations in target scales, particularly in the intricate domain of remote sensing imagery, has long perplexed computer vision aficionados. Feature Pyramid Network (FPN) family, a widely-used stalwart, strives to tame th…

Cited by 0SourceScholar
2024

FastDrag: Manipulate Anything in One Step

NeurIPS 2024poster

Drag-based image editing using generative models provides precise control over image contents, enabling users to manipulate anything in an image with a few clicks. However, prevailing methods typically adopt $n$-step iterations for latent semantic optimization to achieve drag-based image editing, wh…

2024

First-Shot Unsupervised Anomalous Sound Detection with Unknown Anomalies Estimated by Metadata-Assisted Audio Generation

ICASSP 2024accepted

First-shot (FS) unsupervised anomalous sound detection (ASD) is a brand-new task introduced in DCASE 2023 Challenge Task 2, where the anomalous sounds for the target machine types are unseen in training. Existing methods often rely on the availability of normal and abnormal sound data from the targe…

Cited by 0SourceScholar
2024

From the Least to the Most: Building a Plug-and-Play Visual Reasoner via Data Synthesis

EMNLP 2024main

We explore multi-step reasoning in vision-language models (VLMs). The problem is challenging, as reasoning data consisting of multiple steps of visual and language processing are barely available. To overcome the challenge, we first introduce a least-to-most visual reasoning paradigm, which interlea…

2024

Hierarchical Metadata Information Constrained Self-Supervised Learning for Anomalous Sound Detection under Domain Shift

ICASSP 2024accepted

Self-supervised learning methods have achieved promising performance for anomalous sound detection (ASD) under domain shift by incorporating the metadata of domain shift types and machine sound attributes in feature learning. However, the relation between domain shifts and machine sound attributes h…

Cited by 0SourceScholar
2024

Language Models Hallucinate, but May Excel at Fact Verification

NAACL 2024long

Recent progress in natural language processing (NLP) owes much to remarkable advances in large language models (LLMs). Nevertheless, LLMs frequently “hallucinate,” resulting in non-factual outputs. Our carefully-designed human evaluation substantiates the serious hallucination issue, revealing that…

2024

Mixture-of-Modules: Reinventing Transformers as Dynamic Assemblies of Modules

EMNLP 2024main

Is it always necessary to compute tokens from shallow to deep layers in Transformers? The continued success of vanilla Transformers and their variants suggests an undoubted “yes”. In this work, however, we attempt to break the depth-ordered convention by proposing a novel architecture dubbed mixture…

2024

Mutual Information Assisted Graph Convolution Network for Cold-Start Recommendation

ICASSP 2024accepted

To solve the cold-start issue that cold items have no historical interactions to obtain collaborative feature as their representation, existing methods often represent them totally based on content feature obtained from inherent content (i.e., image, video and attributes). However, these methods wil…

Cited by 0SourceScholar
2024

Preference Aware Dual Contrastive Learning for Item Cold-Start Recommendation

AAAI 2024technical

Existing cold-start recommendation methods often adopt item-level alignment strategies to align the content feature and the collaborative feature of warm items for model training, however, cold items in the test stage have no historical interactions with users to obtain the collaborative feature. Th…

2023

Anomalous Sound Detection Using Audio Representation with Machine ID Based Contrastive Learning Pretraining

ICASSP 2023accepted

Existing contrastive learning methods for anomalous sound detection refine the audio representation of each audio sample by using the contrast between the samples’ augmentations (e.g., with time or frequency masking). However, they might be biased by the augmented data, due to the lack of physical p…

Cited by 0SourceScholar
2023

Generating Coherent Narratives by Learning Dynamic and Discrete Entity States with a Contrastive Framework

AAAI 2023technical

Despite advances in generating fluent texts, existing pretraining models tend to attach incoherent event sequences to involved entities when generating narratives such as stories and news. We conjecture that such issues result from representing entities as static embeddings of superficial words, whi…

2023

Mitigating the Learning Bias towards Repetition by Self-Contrastive Training for Open-Ended Generation

ACL 2023findings

Despite the huge progress in myriad generation tasks, pretrained language models (LMs) such as GPT2 still tend to generate repetitive texts with maximization-based decoding algorithms for open-ended generation. We attribute their overestimation of token-level repetition probabilities to the learning…

2023

Re$^3$Dial: Retrieve, Reorganize and Rescale Conversations for Long-Turn Open-Domain Dialogue Pre-training

EMNLP 2023long main

Pre-training on large-scale open-domain dialogue data can substantially improve the performance of dialogue models. However, the pre-trained dialogue model's ability to utilize long-range context is limited due to the scarcity of long-turn dialogue sessions. Most dialogues in existing pre-training c…

Cited by 0SourceScholar
2023

StoryTrans: Non-Parallel Story Author-Style Transfer with Discourse Representations and Content Enhancing

ACL 2023long

Non-parallel text style transfer is an important task in natural language generation. However, previous studies concentrate on the token or sentence level, such as sentence sentiment and formality transfer, but neglect long style transfer at the discourse level. Long texts usually involve more compl…

2023

Time-Weighted Frequency Domain Audio Representation with GMM Estimator for Anomalous Sound Detection

ICASSP 2023accepted

Although deep learning is the mainstream method in unsupervised anomalous sound detection, Gaussian Mixture Model (GMM) with statistical audio frequency representation as input can achieve comparable results with much lower model complexity and fewer parameters. Existing statistical frequency repres…

Cited by 0SourceScholar
2022

Persona-Guided Planning for Controlling the Protagonist’s Persona in Story Generation

NAACL 2022long

Endowing the protagonist with a specific personality is essential for writing an engaging story. In this paper, we aim to control the protagonist’s persona in story generation, i.e., generating a story from a leading context and a persona description, where the protagonist should exhibit the specifi…

2021

Long Text Generation by Modeling Sentence-Level and Discourse-Level Coherence

ACL 2021long

Generating long and coherent text is an important but challenging task, particularly for open-ended language generation tasks such as story generation. Despite the success in modeling intra-sentence coherence, existing generation models (e.g., BART) still struggle to maintain a coherent event sequen…

2021

Low-Dimensional Denoising Embedding Transformer for ECG Classification

ICASSP 2021accepted

The transformer based model (e.g., FusingTF) has been employed recently for Electrocardiogram (ECG) signal classification. However, the high-dimensional embedding obtained via 1-D convolution and positional encoding can lead to the loss of the signal’s own temporal information and a large amount of…

Cited by 0SourceScholar
2021

OpenMEVA: A Benchmark for Evaluating Open-ended Story Generation Metrics

ACL 2021long

Automatic metrics are essential for developing natural language generation (NLG) models, particularly for open-ended language generation tasks such as story generation. However, existing automatic metrics are observed to correlate poorly with human evaluation. The lack of standardized benchmark data…

2020

Meta Metric Learning for Highly Imbalanced Aerial Scene Classification

ICASSP 2020accepted

Class imbalance is an important factor that affects the performance of deep learning models used for remote sensing scene classification. In this paper, we propose a random finetuning meta metric learning model (RF-MML) to address this problem. Derived from episodic training in meta metric learning,…

Cited by 0SourceScholar
2020

TOSO: Student's-T Distribution Aided One-Stage Orientation Target Detection in Remote Sensing Images

ICASSP 2020accepted

In this paper, a robust Student’s-T distribution aided One-Stage Orientation detector, namely TOSO, is proposed to address orientation target detection in remote sensing images. A one-stage keypoint based network architecture is used to avoid the complicated computation caused by rotation anchor box…

Cited by 0SourceScholar
2019

A Model-Based Reinforcement Learning with Adversarial Training for Online Recommendation

NeurIPS 2019poster

Reinforcement learning is effective in optimizing policies for recommender systems. Current solutions mostly focus on model-free approaches, which require frequent interactions with a real environment, and thus are expensive in model learning. Offline evaluation methods, such as importance sampling,…