paper-with-me

Papers

Hybrid-Adaptive Thread Tuning to Mitigate Simulation Execution Bottlenecks in High-Performance Reinforcement Learning Inference

2026-08-06 · Jiming Su, Hantao Hua, Lujia Yin, Yiping Yao, Feng Zhu arxiv

In simulation-in-the-loop decision-making systems, reinforcement learning (RL) inference is often constrained by simulator-side execution overhead, where workloads are highly dynamic and sensitive to runtime thread configurations. Existing multithreaded strategies struggle to match thread resources before or during execution, causing resource contention, scheduling overhead, and reduced throughput. Through empirical analysis, we identify the ratio of task execution time to scheduling time as the key factor determining the optimal thread count. Building on this insight, we propose AutoThread, a hybrid adaptive thread-tuning method for mitigating simulation bottlenecks in RL inference. AutoThread employs a Physics-Informed Neural Operator (PINO) as a thread-count predictor and incorporates a finite-source M/M/1 queueing model to constrain and guide prediction, enabling fast and accurate estimation under dynamic workloads. It further performs load-aware online fine-tuning to compensate for prediction errors and refine resource allocation. Experiments show that AutoThread improves average speedup by 18.4\% over static strategies, achieves average throughput of 1.7x and 1.8x that of XGBoost and Reinforcer, respectively, and reduces execution time by up to 83.8\% compared with state-of-the-art methods. Our code and dataset are publicly available at https://github.com/suchenjm/AutoThread.

📄 PDF Abstract BibTeX arXiv:2608.06025

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

THREAD: Trajectory Planning for Hybrid Rigid-Soft Manipulators with Environment-Aware Diffusion

2026-06-19 · Shivani Kamtikar, Pranav Asthana, Naveen Kumar Uppalapati, Girish Krishnan 외 arxiv

Manipulation in confined environments, such as threading a manipulator through narrow apertures, remains a fundamental challenge, especially for conventional rigid robots. Hybrid rigid-soft manipulators offer promise but…

Trajectory Planning

CondensNet: Enabling stable long-term climate simulations via hybrid deep learning models with adaptive physical constraints

2025-02-18 · Xin Wang, Juntao Yang, Jeff Adie, Simon See 외

Accurate and efficient climate simulations are crucial for understanding Earth's evolving climate. However, current general circulation models (GCMs) face challenges in capturing unresolved physical processes, such as cl…

Computational Efficiency

ThreadWeaver: Adaptive Threading for Efficient Parallel Reasoning in Language Models

2025-11-24 · Long Lian, Sida Wang, Felix Juefei-Xu, Tsu-Jui Fu 외 arxiv

Scaling inference-time computation has enabled Large Language Models (LLMs) to achieve strong reasoning performance, but their inherently sequential decoding incurs substantial latency, motivating parallelization of the …

Reinforcement Learning

Modeling, Control and Human-In-The-Loop Stability Analysis of an Elastic Quadrotor

2020-12-10 · Emre Eraslan, Yildiray Yildiz

This paper introduces an analytical framework for the derivation of hybrid equations of motion of a flexible quadrotor. This approach helps obtain rigid and elastic equations of motion simultaneously, in a decoupled form…

Exploiting Text and Network Context for Geolocation of Social Media Users

2015-06-16 · HLT 2015 5 · Afshin Rahimi, Duy Vu, Trevor Cohn, Timothy Baldwin

Research on automatically geolocating social media users has conventionally been based on the text content of posts from a given user or the social network of the user, with very little crossover between the two, and no …