SearcharxivSearch

arXiv subjects

Shuyu Huang

Publications and source records attributed to Shuyu Huang.

4 recordsLinked to original sources

TwinLoop: Simulation-in-the-Loop Digital Twins for Online Multi-Agent Reinforcement Learning

Decentralised online learning enables runtime adaptation in cyber-physical multi-agent systems, but when operating conditions change, learned policies often require substantial trial-and-error interaction before recovering performance. To address this, we propose TwinLoop, a simulation-in-the-loop digital twin framework for online multi-agent reinforcement learning. When a context shift occurs, the digital twin is triggered to reconstruct the current system state, initialise from the latest agent policies, and perform accelerated policy improvement with simulation what-if analysis before synchronising updated parameters back to the agents in the physical system. We evaluate TwinLoop in a vehicular edge computing task-offloading scenario with changing workload and infrastructure conditions. The results suggest that digital twins can improve post-shift adaptation efficiency and reduce reliance on costly online trial-and-error.

cs.LG

Superlubricity of Borophene: Tribological Properties in Comparison to hBN

The tribological performance of 2D materials makes them good candidates toward a reduction of friction at the macroscale. Superlubricity has been observed for graphene, MoS\textsubscript{2} and MXenes and hexagonal boron nitride (hBN) is used to reduce or tune friction, but other materials are investigated as potential candidates for low-lubricity applications. Specifically, borophene is predicted to have ultra-low friction. Here, we experimentally investigate frictional properties of borophene and use a borophene-hBN lateral heterostructure to directly compare the tribological properties of the two complementary 2D materials. In particular, we investigate the friction between a sliding tip and (i) the weakly corrugated $\mathcal{X}_6$-borophene layer on Ir(111) or (ii) the hBN/Ir(111) superlattice structures with a strongly corrugated moiré reconstruction. Our experimental study performed in ultra-high vacuum at room temperature combined with a Prandtl-Tomlinson (PT) model calculation confirms the superlubricity predicted for borophene, while hBN, which exhibits a higher friction, is nevertheless confirmed as a low friction material. Ab initio calculations show that the lower friction of $\mathcal{X}_6$-borophene with respect to hBN can be rationalized by weaker tip/surface interactions. In addition, we assess structural and electrical properties of borophene and hBN by using scanning probe techniques and compare their dissipation under the oscillating tip to investigate the possible path of energy dissipation occurring during friction. Our study demonstrates the low frictional properties of borophene and the potential of lateral heterostructure investigations to directly compare the properties of these 2D materials.

cond-mat.mtrl-sci

A Comprehensive Review on Noise Control of Diffusion Model

Diffusion models have recently emerged as powerful generative frameworks for producing high-quality images. A pivotal component of these models is the noise schedule, which governs the rate of noise injection during the diffusion process. Since the noise schedule substantially influences sampling quality and training quality, understanding its design and implications is crucial. In this discussion, various noise schedules are examined, and their distinguishing features and performance characteristics are highlighted.

cs.LG

A Comprehensive Study on Quantization Techniques for Large Language Models

Large Language Models (LLMs) have been extensively researched and used in both academia and industry since the rise in popularity of the Transformer model, which demonstrates excellent performance in AI. However, the computational demands of LLMs are immense, and the energy resources required to run them are often limited. For instance, popular models like GPT-3, with 175 billion parameters and a storage requirement of 350 GB, present significant challenges for deployment on resource-constrained IoT devices and embedded systems. These systems often lack the computational capacity to handle such large models. Quantization, a technique that reduces the precision of model values to a smaller set of discrete values, offers a promising solution by reducing the size of LLMs and accelerating inference. In this research, we provide a comprehensive analysis of quantization techniques within the machine learning field, with a particular focus on their application to LLMs. We begin by exploring the mathematical theory of quantization, followed by a review of common quantization methods and how they are implemented. Furthermore, we examine several prominent quantization methods applied to LLMs, detailing their algorithms and performance outcomes.

cs.LG