Skip to main content

Showing 1–19 of 19 results for author: Qing, Y

Searching in archive cs. Search in all archives.
.
  1. Temporal Prototype-Aware Learning for Active Voltage Control on Power Distribution Networks

    Authors: Feiyang Xu, Shunyu Liu, Yunpeng Qing, Yihe Zhou, Yuwen Wang, Mingli Song

    Abstract: Active Voltage Control (AVC) on the Power Distribution Networks (PDNs) aims to stabilize the voltage levels to ensure efficient and reliable operation of power systems. With the increasing integration of distributed energy resources, recent efforts have explored employing multi-agent reinforcement learning (MARL) techniques to realize effective AVC. Existing methods mainly focus on the acquisition… ▽ More

    Submitted 25 June, 2024; originally announced June 2024.

    Comments: 12 pages, 8 figures

  2. arXiv:2405.19257  [pdf, other

    cs.RO cs.DC

    Hybrid-Parallel: Achieving High Performance and Energy Efficient Distributed Inference on Robots

    Authors: Zekai Sun, Xiuxian Guan, Junming Wang, Haoze Song, Yuhao Qing, Tianxiang Shen, Dong Huang, Fangming Liu, Heming Cui

    Abstract: The rapid advancements in machine learning techniques have led to significant achievements in various real-world robotic tasks. These tasks heavily rely on fast and energy-efficient inference of deep neural network (DNN) models when deployed on robots. To enhance inference performance, distributed inference has emerged as a promising approach, parallelizing inference across multiple powerful GPU d… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

  3. arXiv:2405.15189  [pdf, other

    cs.SE cs.CL

    SOAP: Enhancing Efficiency of Generated Code via Self-Optimization

    Authors: Dong Huang, Jianbo Dai, Han Weng, Puzhen Wu, Yuhao Qing, Jie M. Zhang, Heming Cui, Zhijiang Guo

    Abstract: Large language models (LLMs) have shown remarkable progress in code generation, but their generated code often suffers from inefficiency, resulting in longer execution times and higher memory consumption. To address this issue, we propose Self Optimization based on OverheAd Profile (SOAP), a self-optimization framework that utilizes execution overhead profiles to improve the efficiency of LLM-gene… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

    Comments: 31 pages, 18 figures, and 8 tables

  4. arXiv:2403.07262  [pdf, other

    cs.LG cs.AI

    A2PO: Towards Effective Offline Reinforcement Learning from an Advantage-aware Perspective

    Authors: Yunpeng Qing, Shunyu liu, **gyuan Cong, Kaixuan Chen, Yihe Zhou, Mingli Song

    Abstract: Offline reinforcement learning endeavors to leverage offline datasets to craft effective agent policy without online interaction, which imposes proper conservative constraints with the support of behavior policies to tackle the out-of-distribution problem. However, existing works often suffer from the constraint conflict issue when offline datasets are collected from multiple behavior policies, i.… ▽ More

    Submitted 30 May, 2024; v1 submitted 11 March, 2024; originally announced March 2024.

  5. arXiv:2402.02037  [pdf, other

    cs.SE cs.CL

    EffiBench: Benchmarking the Efficiency of Automatically Generated Code

    Authors: Dong Huang, Yuhao Qing, Weiyi Shang, Heming Cui, Jie M. Zhang

    Abstract: Code generation models have increasingly become integral to aiding software development. Although current research has thoroughly examined the correctness of the code produced by code generation models, a vital aspect that plays a pivotal role in green computing and sustainability efforts has often been neglected. This paper presents EffiBench, a benchmark with 1,000 efficiency-critical coding pro… ▽ More

    Submitted 7 June, 2024; v1 submitted 3 February, 2024; originally announced February 2024.

    Comments: 30 pages, 7 figures

  6. arXiv:2401.02771  [pdf, other

    cs.LG eess.SY

    Powerformer: A Section-adaptive Transformer for Power Flow Adjustment

    Authors: Kaixuan Chen, Wei Luo, Shunyu Liu, Yaoquan Wei, Yihe Zhou, Yunpeng Qing, Quan Zhang, Jie Song, Mingli Song

    Abstract: In this paper, we present a novel transformer architecture tailored for learning robust power system state representations, which strives to optimize power dispatch for the power flow adjustment across different transmission sections. Specifically, our proposed approach, named Powerformer, develops a dedicated section-adaptive attention mechanism, separating itself from the self-attention used in… ▽ More

    Submitted 30 January, 2024; v1 submitted 5 January, 2024; originally announced January 2024.

    Comments: 8 figures

  7. arXiv:2312.13010  [pdf, other

    cs.CL

    AgentCoder: Multi-Agent-based Code Generation with Iterative Testing and Optimisation

    Authors: Dong Huang, Jie M. Zhang, Michael Luck, Qingwen Bu, Yuhao Qing, Heming Cui

    Abstract: The advancement of natural language processing (NLP) has been significantly boosted by the development of transformer-based large language models (LLMs). These models have revolutionized NLP tasks, particularly in code generation, aiding developers in creating software with enhanced efficiency. Despite their advancements, challenges in balancing code snippet generation with effective test case gen… ▽ More

    Submitted 24 May, 2024; v1 submitted 20 December, 2023; originally announced December 2023.

    Comments: 24 pages, 12 figures

  8. arXiv:2311.14281  [pdf, ps, other

    cs.CV

    Multi-modal Instance Refinement for Cross-domain Action Recognition

    Authors: Yuan Qing, Naixing Wu, Shaohua Wan, Lixin Duan

    Abstract: Unsupervised cross-domain action recognition aims at adapting the model trained on an existing labeled source domain to a new unlabeled target domain. Most existing methods solve the task by directly aligning the feature distributions of source and target domains. However, this would cause negative transfer during domain adaptation due to some negative training samples in both domains. In the sour… ▽ More

    Submitted 24 November, 2023; originally announced November 2023.

    Comments: Accepted by PRCV 2023

  9. Low-Quality Training Data Only? A Robust Framework for Detecting Encrypted Malicious Network Traffic

    Authors: Yuqi Qing, Qilei Yin, Xinhao Deng, Yihao Chen, Zhuotao Liu, Kun Sun, Ke Xu, Jia Zhang, Qi Li

    Abstract: Machine learning (ML) is promising in accurately detecting malicious flows in encrypted network traffic; however, it is challenging to collect a training dataset that contains a sufficient amount of encrypted malicious data with correct labels. When ML models are trained with low-quality training data, they suffer degraded performance. In this paper, we aim at addressing a real-world low-quality t… ▽ More

    Submitted 9 September, 2023; originally announced September 2023.

  10. arXiv:2308.08784  [pdf, other

    cs.SE cs.AI

    CodeCoT: Tackling Code Syntax Errors in CoT Reasoning for Code Generation

    Authors: Dong Huang, Qingwen Bu, Yuhao Qing, Heming Cui

    Abstract: Chain-of-thought (CoT) has emerged as a groundbreaking tool in NLP, notably for its efficacy in complex reasoning tasks, such as mathematical proofs. However, its application in code generation faces a distinct challenge, i.e., although the code generated with CoT reasoning is logically correct, it faces the problem of syntax error (e.g., invalid syntax error report) during code execution, which c… ▽ More

    Submitted 22 February, 2024; v1 submitted 17 August, 2023; originally announced August 2023.

    Comments: Title changed

  11. arXiv:2307.11563  [pdf, other

    cs.SE cs.AI

    Feature Map Testing for Deep Neural Networks

    Authors: Dong Huang, Qingwen Bu, Yahao Qing, Yichao Fu, Heming Cui

    Abstract: Due to the widespread application of deep neural networks~(DNNs) in safety-critical tasks, deep learning testing has drawn increasing attention. During the testing process, test cases that have been fuzzed or selected using test metrics are fed into the model to find fault-inducing test units (e.g., neurons and feature maps, activating which will almost certainly result in a model error) and repor… ▽ More

    Submitted 21 July, 2023; originally announced July 2023.

    Comments: 12 pages, 5 figures. arXiv admin note: text overlap with arXiv:2307.11011

  12. arXiv:2307.11011  [pdf, other

    cs.LG cs.SE

    Neuron Sensitivity Guided Test Case Selection for Deep Learning Testing

    Authors: Dong Huang, Qingwen Bu, Yichao Fu, Yuhao Qing, Bocheng Xiao, Heming Cui

    Abstract: Deep Neural Networks~(DNNs) have been widely deployed in software to address various tasks~(e.g., autonomous driving, medical diagnosis). However, they could also produce incorrect behaviors that result in financial losses and even threaten human safety. To reveal the incorrect behaviors in DNN and repair them, DNN developers often collect rich unlabeled datasets from the natural world and label t… ▽ More

    Submitted 20 July, 2023; originally announced July 2023.

  13. arXiv:2306.08232  [pdf, other

    cs.LG cs.AI

    Curricular Subgoals for Inverse Reinforcement Learning

    Authors: Shunyu Liu, Yunpeng Qing, Shuqi Xu, Hongyan Wu, Jiangtao Zhang, **gyuan Cong, Tianhao Chen, Yunfu Liu, Mingli Song

    Abstract: Inverse Reinforcement Learning (IRL) aims to reconstruct the reward function from expert demonstrations to facilitate policy learning, and has demonstrated its remarkable success in imitation learning. To promote expert-like behavior, existing IRL methods mainly focus on learning global reward functions to minimize the trajectory difference between the imitator and the expert. However, these globa… ▽ More

    Submitted 14 June, 2023; originally announced June 2023.

  14. arXiv:2305.17352  [pdf, other

    cs.AI cs.LG cs.MA

    Is Centralized Training with Decentralized Execution Framework Centralized Enough for MARL?

    Authors: Yihe Zhou, Shunyu Liu, Yunpeng Qing, Kaixuan Chen, Tongya Zheng, Yanhao Huang, Jie Song, Mingli Song

    Abstract: Centralized Training with Decentralized Execution (CTDE) has recently emerged as a popular framework for cooperative Multi-Agent Reinforcement Learning (MARL), where agents can use additional global state information to guide training in a centralized way and make their own decisions only based on decentralized local policies. Despite the encouraging results achieved, CTDE makes an independence as… ▽ More

    Submitted 26 May, 2023; originally announced May 2023.

  15. arXiv:2305.06058  [pdf, other

    cs.LG cs.AI

    Compressing neural network by tensor network with exponentially fewer variational parameters

    Authors: Yong Qing, Ke Li, Peng-Fei Zhou, Shi-Ju Ran

    Abstract: Neural network (NN) designed for challenging machine learning tasks is in general a highly nonlinear map** that contains massive variational parameters. High complexity of NN, if unbounded or unconstrained, might unpredictably cause severe issues including over-fitting, loss of generalization power, and unbearable cost of hardware. In this work, we propose a general compression scheme that signi… ▽ More

    Submitted 3 May, 2024; v1 submitted 10 May, 2023; originally announced May 2023.

    Comments: 6 pages, 3 figures for the main text and 3 pages for the appendices

  16. arXiv:2211.06665  [pdf, other

    cs.LG cs.AI

    A Survey on Explainable Reinforcement Learning: Concepts, Algorithms, Challenges

    Authors: Yunpeng Qing, Shunyu Liu, Jie Song, Huiqiong Wang, Mingli Song

    Abstract: Reinforcement Learning (RL) is a popular machine learning paradigm where intelligent agents interact with the environment to fulfill a long-term goal. Driven by the resurgence of deep learning, Deep RL (DRL) has witnessed great success over a wide spectrum of complex control tasks. Despite the encouraging results achieved, the deep neural network-based backbone is widely deemed as a black box that… ▽ More

    Submitted 1 November, 2023; v1 submitted 12 November, 2022; originally announced November 2022.

  17. arXiv:2208.08083  [pdf, other

    cs.CV

    Two Heads are Better than One: Robust Learning Meets Multi-branch Models

    Authors: Dong Huang, Qingwen Bu, Yuhao Qing, Haowen Pi, Sen Wang, Heming Cui

    Abstract: Deep neural networks (DNNs) are vulnerable to adversarial examples, in which DNNs are misled to false outputs due to inputs containing imperceptible perturbations. Adversarial training, a reliable and effective method of defense, may significantly reduce the vulnerability of neural networks and becomes the de facto standard for robust learning. While many recent works practice the data-centric phi… ▽ More

    Submitted 17 August, 2022; originally announced August 2022.

    Comments: 10 pages, 5 Figures

  18. arXiv:2012.06706  [pdf, other

    cs.LG cs.DC

    Communication-Efficient Federated Learning with Compensated Overlap-FedAvg

    Authors: Yuhao Zhou, Ye Qing, Jiancheng Lv

    Abstract: Petabytes of data are generated each day by emerging Internet of Things (IoT), but only few of them can be finally collected and used for Machine Learning (ML) purposes due to the apprehension of data & privacy leakage, which seriously retarding ML's growth. To alleviate this problem, Federated learning is proposed to perform model training by multiple clients' combined data without the dataset sh… ▽ More

    Submitted 16 June, 2021; v1 submitted 11 December, 2020; originally announced December 2020.

    Comments: 15 pages, 9 figures

  19. arXiv:2011.14330  [pdf, ps, other

    cs.CL cs.AI

    A Boundary Regression Model for Nested Named Entity Recognition

    Authors: Yan** Chen, Lefei Wu, Qinghua Zheng, Ruizhang Huang, Jun Liu, Liyuan Deng, Junhui Yu, Yongbin Qing, Bo Dong, ** Chen

    Abstract: Recognizing named entities (NEs) is commonly conducted as a classification problem that predicts a class tag for a word or a NE candidate in a sentence. In shallow structures, categorized features are weighted to support the prediction. Recent developments in neural networks have adopted deep structures that map categorized features into continuous representations. This approach unfolds a dense sp… ▽ More

    Submitted 30 January, 2022; v1 submitted 29 November, 2020; originally announced November 2020.