← Search

Peng Cheng

27 accepted papers

2026

Attack-Resistant Watermarking for AIGC Image Forensics via Diffusion-based Semantic Deflection

ICLR 2026poster

Protecting the copyright of user-generated AI images is an emerging challenge as AIGC becomes pervasive in creative workflows. Existing watermarking methods (1) remain vulnerable to real-world adversarial threats, often forced to trade off between defenses against spoofing and removal attacks; and (…

Cited by 0SourcecodeScholar
2026

Beyond Content: A Comprehensive Speech Toxicity Dataset and Detection Framework Incorporating Paralinguistic Cues

AAAI 2026technical

Toxic speech detection has become a crucial challenge in maintaining safe online communication environments. However, existing approaches to toxic speech detection often neglect the contribution of paralinguistic cues, such as emotion, intonation, and speech rate, which are key to detecting speech t

Cited by 0SourcePDFScholar
2026

Beyond Sunk Costs: Boosting LLM Pre-training Efficiency via Orthogonal Growth of Mixture-of-Experts

ICML 2026poster

As the computational demands for pre-training Large Language Models (LLMs) continue to surge, the need for efficient training paradigms becomes critical. Despite the vast resources already invested in existing pre-trained checkpoints, these assets often remain under-leveraged due to architectural li…

Cited by 0SourceScholar
2026

HyperPotter: Spell the Charm of High-Order Interactions in Audio Deepfake Detection

ICML 2026poster

Advances in AIGC technologies have enabled the synthesis of highly realistic audio deepfakes capable of deceiving human auditory perception. Although numerous audio deepfake detection (ADD) methods have been developed, most rely on local temporal/spectral features or pairwise relations, overlooking …

Cited by 0SourceScholar
2026

Pull Requests as a Training Signal for Repo-Level Code Editing

ICML 2026poster

Repository-level code editing requires models to understand complex dependencies and execute precise multi-file modifications across a large codebase. While recent gains on SWE-bench rely heavily on complex agent scaffolding, it remains unclear how much of this capability can be internalised via hig…

Cited by 0SourceScholar
2026

Sample Efficient Offline RL via T-Symmetry Enforced Latent State-Stitching

ICLR 2026poster

Offline reinforcement learning (RL) has achieved notable progress in recent years. However, most existing offline RL methods require a large amount of training data to achieve reasonable performance and offer limited out-of-distribution (OOD) generalization capability due to conservative data-relate…

Cited by 0SourceScholar
2025

Automated Proof Generation for Rust Code via Self-Evolution

ICLR 2025poster

Ensuring correctness is crucial for code generation. Formal verification offers a definitive assurance of correctness, but demands substantial human effort in proof construction and hence raises a pressing need for automation. The primary obsta- cle lies in the severe lack of data—there is much fewe…

Cited by 4SourcePDFScholar
2025

Can't Slow Me Down: Learning Robust and Hardware-Adaptive Object Detectors against Latency Attacks for Edge Devices

CVPR 2025poster

Object detection is a fundamental enabler for many real-time downstream applications such as autonomous driving, augmented reality and supply chain management. However, the algorithmic backbone of neural networks is brittle to imperceptible perturbations in the system inputs, which were generally kn…

2025

Data Center Cooling System Optimization Using Offline Reinforcement Learning

ICLR 2025poster

The recent advances in information technology and artificial intelligence have fueled a rapid expansion of the data center (DC) industry worldwide, accompanied by an immense appetite for electricity to power the DCs. In a typical DC, around 30-40% of the energy is spent on the cooling system rather…

Cited by 0SourcePDFScholar
2025

Enhancing Large Language Model Performance with Gradient-Based Parameter Selection

AAAI 2025technical

Large language models (LLMs) have revolutionized numerous fields of research, driving significant advancements in natural language processing, machine translation, and beyond. Although the extensive number of parameters contributes a lot to the great success, existing studies indicate that not all m…

Cited by 0SourcePDFScholar
2025

Fed-DFA: Federated Distillation for Heterogeneous Model Fusion Through the Adversarial Lens

AAAI 2025technical

Most of the federated learning techniques are limited to homogeneous model fusion. With the rapid growth of smart applications on resource-constrained edge devices, it becomes a barrier to accommodate their heterogeneous computing power and memory in the real world. Federated Distillation is a promi…

Cited by 1SourcePDFScholar
2025

FedSaaS: Class-Consistency Federated Semantic Segmentation via Global Prototype Supervision and Local Adversarial Harmonization

IJCAI 2025

Federated semantic segmentation enables pixel-level classification in images through collaborative learning while maintaining data privacy. However, existing research commonly overlooks the fine-grained class relationships within the semantic space when addressing heterogeneous problems, particularl

Cited by 0SourcePDFScholar
2025

Integrative Decoding: Improving Factuality via Implicit Self-consistency

ICLR 2025poster

Self-consistency-based approaches, which involve repeatedly sampling multiple outputs and selecting the most consistent one as the final response, prove to be remarkably effective in improving the factual accuracy of large language models. Nonetheless, existing methods usually have strict constraint…

Cited by 4SourcePDFScholar
2025

Optimizing Large Language Model Training Using FP4 Quantization

ICML 2025poster

The growing computational demands of training large language models (LLMs) necessitate more efficient methods. Quantized training presents a promising solution by enabling low-bit arithmetic operations to reduce these costs. While FP8 precision has demonstrated feasibility, leveraging FP4 remains a…

Cited by 8SourcePDFScholar
2025

Velocitune: A Velocity-based Dynamic Domain Reweighting Method for Continual Pre-training

ACL 2025long

It is well-known that a diverse corpus is critical for training large language models, which are typically constructed from a mixture of various domains. In general, previous efforts resort to either sampling training data from different domains with static proportions or dynamically adjusting these…

2025

WMCopier: Forging Invisible Watermarks on Arbitrary Images

NeurIPS 2025poster

Invisible Image Watermarking is crucial for ensuring content provenance and accountability in generative AI. While Gen-AI providers are increasingly integrating invisible watermarking systems, the robustness of these schemes against forgery attacks remains poorly characterized. This is critical, as…

Cited by 0SourcecodeScholar
2024

Differentially Private No-regret Exploration in Adversarial Markov Decision Processes

UAI 2024poster

We study learning adversarial Markov decision process (MDP) in the episodic setting under the constraint of differential privacy (DP). This is motivated by the widespread applications of reinforcement learning (RL) in non-stationary and even adversarial scenarios, where protecting users’ sensitive i…

Cited by 1SourcePDFScholar
2023

An Application of Quantum Mechanics to Attention Methods in Computer Vision

ICASSP 2023accepted

This work proposes the quantum-state-based mapping (QSM) for machine learning. QSM uses wave functions that describe microscopic particle systems as mappings. By QSM, original inputs or features extracted by neural networks are processed as quantum states to train wave function parameters. QSM has a…

Cited by 0SourceScholar
2023

Inverse Reinforcement Learning with Graph Neural Networks for IoT Resource Allocation

ICASSP 2023accepted

The rapid development of Internet of Things (IoT) applications requires efficient computing and communication resource allocation strategies to streamline the existing network operations. These strategies could be formulated as mixed-integer nonlinear programming (MINLP) problems, where the optimal…

Cited by 0SourceScholar
2023

Look Beneath the Surface: Exploiting Fundamental Symmetry for Sample-Efficient Offline RL

NeurIPS 2023poster

Offline reinforcement learning (RL) offers an appealing approach to real-world tasks by learning policies from pre-collected datasets without interacting with the environment. However, the performance of existing offline RL algorithms heavily depends on the scale and state-action space coverage of d…

2022

A Knowledge/Data Enhanced Method for Joint Event and Temporal Relation Extraction

ICASSP 2022accepted

Understanding temporal relations (TempRels) between events is an important task that could benefit many downstream NLP applications. This task inevitably faces the challenges of both a limited amount of high-quality training data and a very biased distribution of TempRels. These problems will substa…

Cited by 0SourceScholar
2022

An Adaptive Deep RL Method for Non-Stationary Environments with Piecewise Stable Context

NeurIPS 2022accept

One of the key challenges in deploying RL to real-world applications is to adapt to variations of unknown environment contexts, such as changing terrains in robotic tasks and fluctuated bandwidth in congestion control. Existing works on adaptation to unknown environment contexts either assume the co…

Cited by 16SourcePDFScholar
2022

Discriminator-Guided Model-Based Offline Imitation Learning

CoRL 2022poster

Offline imitation learning (IL) is a powerful method to solve decision-making problems from expert demonstrations without reward labels. Existing offline IL methods suffer from severe performance degeneration under limited expert data. Including a learned dynamics model can potentially improve the s…

Cited by 22SourceScholar
2022

Dynamic Multi-Scale Loss Balance for Object Detection

ICASSP 2022accepted

It is a common paradigm in object detection frameworks to perform multi-scale detection. However, each scale is treated equally during training. In this paper, we carefully study the objective imbalance of multi-scale detector training. We argue that the loss in each scale is neither equally importa…

Cited by 0SourceScholar
2020

A Learning Approach to Cooperative Communication System Design

ICASSP 2020accepted

The cooperative relay network is a type of multi-terminal communication system. We present in this paper a Neural Network (NN)-based autoencoder (AE) approach to optimize its design. This approach implements a classical three-node cooperative system as one AE model, and uses a two-stage scheme to tr…

Cited by 0SourceScholar
2020

Real-Time Task Offloading for Large-Scale Mobile Edge Computing

ICASSP 2020accepted

Mobile-edge computing (MEC) is a promising technology to support computation-intensive and delay-sensitive applications at smart devices by offloading their local tasks to the network edge. In this paper, we propose a novel index based real-time task offloading policy for an asynchronous large-scale…

Cited by 0SourceScholar
2018

Mobile Bayesian Spectrum Learning for Heterogeneous Networks

ICASSP 2018accepted

Spectrum sensing in heterogeneous networks is very challenging as it usually requires a large number of static secondary users (SUs) to capture the global spectrum states. In this paper, we tackle the spectrum sensing in heterogeneous networks from a new perspective. We exploit the mobility of multi…

Cited by 0SourceScholar