paper-with-me

Papers

TIP-Search: Time-Predictable Inference Scheduling for Market Prediction under Uncertain Load

2025-05-30 · Xibai Wang

This paper proposes TIP-Search, a time-predictable inference scheduling framework for real-time market prediction under uncertain workloads. Motivated by the strict latency demands in high-frequency financial systems, TIP-Search dynamically selects a deep learning model from a heterogeneous pool, aiming to maximize predictive accuracy while satisfying per-task deadline constraints. Our approach profiles latency and generalization performance offline, then performs online task-aware selection without relying on explicit input domain labels. We evaluate TIP-Search on three real-world limit order book datasets (FI-2010, Binance BTC/USDT, LOBSTER AAPL) and demonstrate that it outperforms static baselines with up to 8.5% improvement in accuracy and 100% deadline satisfaction. Our results highlight the effectiveness of TIP-Search in robust low-latency financial inference under uncertainty.

📄 PDF Abstract BibTeX arXiv:2506.08026

Code (1)

milesywong/TIP-Search 공식 구현 pytorch

Tasks

Scheduling

Similar Papers 제목 키워드 기반

RED: A Systematic Real-Time Scheduling Approach for Robotic Environmental Dynamics

2023-08-29 · Zexin Li, Tao Ren, Xiaoxi He, Cong Liu

Intelligent robots are designed to effectively navigate dynamic and unpredictable environments laden with moving mechanical elements and objects. Such environment-induced dynamics, including moving obstacles, can readily…

NavigateScheduling

ML Inference Scheduling with Predictable Latency

2025-12-21 · Haidong Zhao, Nikolaos Georgantas arxiv

Machine learning (ML) inference serving systems can schedule requests to improve GPU utilization and to meet service level objectives (SLOs) or deadlines. However, improving GPU utilization may compromise latency-sensiti…

Predictable Forward Performance Processes: The Binomial Case

2019-03-19

We introduce a new class of forward performance processes that are endogenous and predictable with regards to an underlying market information set and, furthermore, are updated at discrete times. We analyze in detail a b…

Understanding Time Variations of DNN Inference in Autonomous Driving

2022-09-12 · Liangkai Liu, Yanzhi Wang, Weisong Shi

Deep neural networks (DNNs) are widely used in autonomous driving due to their high accuracy for perception, decision, and control. In safety-critical systems like autonomous driving, executing tasks like sensing and per…

Autonomous DrivingScheduling

Adaptive Approach to Enhance Machine Learning Scheduling Algorithms During Runtime Using Reinforcement Learning in Metascheduling Applications

2025-09-24 · Samer Alshaer, Ala Khalifeh, Roman Obermaisser arxiv

Metascheduling in time-triggered architectures has been crucial in adapting to dynamic and unpredictable environments, ensuring the reliability and efficiency of task execution. However, traditional approaches face signi…

Reinforcement Learning