Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

0.3%0.5%0.8%1.1% · Jul 202419922001200920182026
48 results for maintenance prioritization

This study integrates spatial coordinates into pavement maintenance prioritization.

problem Limited consideration of spatial characteristics in pavement maintenance prioritization.
method Introduced a novel spatial clustering algorithm to combine projects within budget and spatial constraints.
result Minimizes crew routing and improves collaboration between maintenance teams.

Automated suggestions help train technicians diagnose incidents faster.

problem Manual and time-consuming incident diagnosis by train maintenance technicians.
method Developed and deployed a learning machine to suggest diagnostics to technicians.
result The model refines its accuracy through feedback from experts and uses feature engineering.

Predict water pipe failures using machine learning and survival analysis.

problem Difficulty in accessing water pipes for maintenance.
method Classical and modern classifiers for short-term prediction, survival analysis for long-term forecast, and oversampling technique for imbalanced data.
result Identifies important risk factors for water pipe failures.

The paper proposes an AI and IIoT framework for improved maintenance.

problem Current maintenance practices need improvement with AI and IIoT.
method Review of reliability modeling, introduction of Intelligent Maintenance framework, and novel probabilistic deep learning approach.
result Demonstrated novel probabilistic deep learning reliability modelling in Turbofan Engine Degradation Dataset.

In predictive maintenance, model performance is usually assessed by means of precision, recall, and F1-score. However, employing the model with best performance, e.g. highest F1-score, does not necessarily result in minimum maintenance cost, but can instead lead to additional expenses. Thus, we propose to perform model…

2018-09-28abs ↗pdf ↗

Deep learning improves oilfield equipment maintenance and reduces downtime.

problem Predicting equipment failure in oilrigs to minimize downtime.
method Developed and tested neural networks on oilfield datasets, using data processing and feature extraction.
result Deep learning can predict oilfield equipment failure with reduced downtime.

Paper predicts bearing degradation stages for pharmaceutical industry maintenance.

problem Predicting when to maintain specific parts of production machines.
method AutoEncoder-based k-means segmentation of high-frequency vibration data.
result Framework generates reliable predictions for bearing degradation stages.

Unified framework improves gene prioritization in disease studies.

problem Identifying genes involved in diseases using heterogeneous biological data.
method Network propagation-based gene prioritization with integrated biological information.
result Significant improvements in prioritizing genes not identified by traditional methods.

We use a control framework to analyze the digital vendor's profit maximization problem. The vendor captures market share by focusing costly effort on post-launch product maintenance, which influences user perception of the product and drives a revenue stream associated with product use. Our theoretical results show nec…

2014-12-30abs ↗pdf ↗

A new method prioritizes and recycles experiences for better reinforcement learning.

problem Improving reinforcement learning efficiency by prioritizing and recycling experiences.
method Double-prioritized state-recycled (DPSR) experience replay.
result DPSR achieved state-of-the-art results in Atari games, outperforming original and prioritized methods.

This paper enhances the Random Survival Forest model for better predictive maintenance.

problem Improving time-to-failure estimation in predictive maintenance with Random Survival Forest.
method A three-level framework for quantifying hyperparameter tunability, including model-level and hyperparameter-level metrics.
result Hyperparameter tuning significantly improves Random Survival Forest model performance in predictive maintenance.

Optimizes train schedules and maintenance using CP and QA.

problem Optimizing train schedules and maintenance considering constraints.
method Used Constraint Programming and Quantum Annealing to model and solve the problem.
result Both CP and QA approaches produce comparable results on real quantum computers.

The paper develops methods for monitoring TPL machine health.

problem Inaccurate and untimely maintenance of TPL systems leads to poor quality and inefficiencies.
method Physics-informed data-driven predictive models integrated with statistical approaches.
result The methods achieve high accuracy across various scenarios and conditions.

AOI algorithm improved predictive maintenance accuracy.

problem Improving predictive maintenance accuracy in industrial assets.
method Extended AOI algorithm with LSTM for anomaly detection and RUL calculation.
result Methodology accurately detected anomalies and calculated RUL with high precision.

RATE metrics evaluate treatment prioritization rules, subsuming existing methods.

problem Comparing and testing the quality of treatment prioritization rules.
method Rank-weighted average treatment effect (RATE) metrics.
result RATE metrics enable asymptotically exact inference in various study settings.

New measures quantify uncertainty in survival models for maintenance tasks.

problem Uncertainty in survival models for maintenance tasks.
method Formal measures of ambiguity, discrepancy, and obscurity introduced.
result Multiple accurate survival models may yield conflicting risk estimates.

RAGuard improves safety in LLMs for offshore wind maintenance.

problem Conventional LLMs fail with specialised or unexpected scenarios in offshore wind maintenance.
method Integrates safety-critical documents alongside technical manuals in RAG framework.
result RAGuard increases safety recall from almost 0% to over 50% while maintaining technical recall above 60%.

New method detects anomalies in computing centers' logs.

problem Anomaly detection in continuously changing log data for predictive maintenance.
method Evolving granular classifiers using Fuzzy-set-Based evolving Modeling and evolving Granular Neural Network.
result Classification model prioritizes maintenance based on anomaly severity.

A stochastic model helps maintain insufficiently funded pension funds.

problem Maintaining pension funds that are underfunded and require external financing.
method A time-homogeneous diffusion process with a barrier is used to model the unrestricted reserves value, and a renewal-reward process models the financing effort.
result Expected values and cost evaluations of maintenance are derived, and the approach is applied to a generalized Brownian motion process.

This work tackles maintenance planning with deep reinforcement learning under uncertainty.

problem Optimizing inspection and maintenance policies in deteriorating environments with incomplete information and constraints.
method Joint framework of constrained POMDPs and multi-agent DRL addressing challenges of state/action space, history, uncertainty, and constraints.
result The proposed framework outperforms existing methods in resource and risk-aware decision-making.

Most exact methods for k-nearest neighbour search suffer from the curse of dimensionality; that is, their query times exhibit exponential dependence on either the ambient or the intrinsic dimensionality. Dynamic Continuous Indexing (DCI) offers a promising way of circumventing the curse and successfully reduces the dep…

2017-03-01abs ↗pdf ↗

Bayesian deep learning improves maintenance planning uncertainty quantification.

problem Estimating the remaining useful life of physical systems with uncertainty quantification.
method Stein variational gradient descent for training Bayesian neural networks.
result Bayesian deep learning models trained via Stein variational gradient descent outperform other methods in convergence speed and predictive performance.

This work improves MARL exploration efficiency using predictive guidance and prioritized experience replay.

problem Challenges in multi-agent reinforcement learning, especially in exploration efficiency and reward informativeness.
method A predictive network forecasts reward, guiding MARL to accelerate exploration. Improved prioritized experience replay utilizes TD error effectively.
result The proposed algorithm outperforms existing methods in cooperative multi-agent environments.

In Hindsight Experience Replay (HER), a reinforcement learning agent is trained by treating whatever it has achieved as virtual goals. However, in previous work, the experience was replayed at random, without considering which episode might be the most valuable for learning. In this paper, we develop an energy-based fr…

2018-10-02abs ↗pdf ↗