prophet
Reinforcing Action Policies by Prophesying
Zhang, Jiahui, Huang, Ze, Gu, Chun, Ma, Zipei, Zhang, Li
Vision-Language-Action (VLA) policies excel in aligning language, perception, and robot control. However, most VLAs are trained purely by imitation, which overfits to demonstrations, and is brittle under distribution shift. Reinforcement learning (RL) directly optimizes task reward and thus addresses this misalignment, but real-robot interaction is expensive and conventional simulators are hard to engineer and transfer. We address both data efficiency and optimization stability in VLA post-training via a learned world model and an RL procedure tailored to flow-based action heads. Specifically, we introduce Prophet, a unified action-to-video robot actuation pretrained across large-scale, heterogeneous robot data to learn reusable action-outcome dynamics. It is able to few-shot adapt to new robots, objects, and environments, yielding a rollout-ready simulator. Upon Prophet, we reinforce action policies with Flow-action-GRPO (FA-GRPO), which adapts Flow-GRPO to operate on VLA actions, and with FlowScale, a stepwise reweighting that rescales per-step gradients in the flow head. Together, Prophet, FA-GRPO, and FlowScale constitute ProphRL, a practical, data- and compute-efficient path to VLA post-training. Experiments show 5-17% success gains on public benchmarks and 24-30% gains on real robots across different VLA variants.
- Information Technology > Artificial Intelligence > Robots (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (0.67)
- Information Technology > Artificial Intelligence > Machine Learning > Reinforcement Learning (0.66)
- Information Technology > Artificial Intelligence > Machine Learning > Performance Analysis > Accuracy (0.46)
FARSIQA: Faithful and Advanced RAG System for Islamic Question Answering
Asl, Mohammad Aghajani, Bidgoli, Behrooz Minaei
The advent of Large Language Models (LLMs) has revolutionized Natural Language Processing, yet their application in high-stakes, specialized domains like religious question answering is hindered by challenges like hallucination and unfaithfulness to authoritative sources. This issue is particularly critical for the Persian-speaking Muslim community, where accuracy and trustworthiness are paramount. Existing Retrieval-Augmented Generation (RAG) systems, relying on simplistic single-pass pipelines, fall short on complex, multi-hop queries requiring multi-step reasoning and evidence aggregation. To address this gap, we introduce FARSIQA, a novel, end-to-end system for Faithful Advanced Question Answering in the Persian Islamic domain. FARSIQA is built upon our innovative FAIR-RAG architecture: a Faithful, Adaptive, Iterative Refinement framework for RAG. FAIR-RAG employs a dynamic, self-correcting process: it adaptively decomposes complex queries, assesses evidence sufficiency, and enters an iterative loop to generate sub-queries, progressively filling information gaps. Operating on a curated knowledge base of over one million authoritative Islamic documents, FARSIQA demonstrates superior performance. Rigorous evaluation on the challenging IslamicPCQA benchmark shows state-of-the-art performance: the system achieves a remarkable 97.0% in Negative Rejection - a 40-point improvement over baselines - and a high Answer Correctness score of 74.3%. Our work establishes a new standard for Persian Islamic QA and validates that our iterative, adaptive architecture is crucial for building faithful, reliable AI systems in sensitive domains.
- Asia > Middle East > Israel > Jerusalem District > Jerusalem (0.04)
- Asia > Middle East > Syria > Damascus Governorate > Damascus (0.04)
- Asia > Middle East > Iraq > Nineveh Governorate > Mosul (0.04)
- (3 more...)
- Information Technology > Artificial Intelligence > Natural Language > Question Answering (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Large Language Model (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Chatbot (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (1.00)
America's most renowned 'prophet' makes startling prediction about alien 'mothership'
Florida's housing market is flashing a warning for the rest of the US Now scientists redefine'obese' - and they've made up to 60% more people'fat' Skip Bayless claims Travis Hunter has'mentally checked out' after he opted to get baptized on morning of a game'You will DIE if you do not remove your breasts', doctors screamed at me. I refused and tried a new experimental therapy instead... now I'm cancer-free Police say they have FOUND woman seen in viral'kidnapping' video and reveal what happened to her after harrowing footage emerged Bella Hadid's health battle takes dark turn: Loved ones reveal hellish new details about'missing' model... as ominous texts emerge The world's most powerful passport revealed - as UK and USA both drop to record lows Unmasked after 80 years - the Nazi executioner in infamous WWII photo: Historian uses AI to uncover identity of killer in'The Last Jew of Vinnytsia' image Will Trump's Gaza peace deal fail? Policy expert MARK DUBOWITZ breaks down all the forces at play... and how the president can actually pull this off America's most renowned'prophet' makes startling prediction about alien'mothership' Kim Kardashian says she wasn't'emotionally or financially safe' during'toxic' marriage to Kanye West as she claims rapper hasn't contacted their children for MONTHS and has destroyed her dating life Every woman I date has the same repulsive bedroom kink... it feels so wrong, but I always say yes: DEAR JANE'Pathetic' JD Vance slammed for'cheap' reaction to racist texts as Young Republicans spark Trump world crisis Ugly divorce war between Mitt Romney's wealthy brother and estranged wife before she was found dead Full horrors of torture suffered by Noa Argamani's commando boyfriend are revealed - including how 6ft 5in hostage was beaten and kept chained in 6ft cell for a year after he tried to escape from Hamas Mother, 52, and daughter, 21, die after eating'poisoned birthday cake delivered by relative who owed them money' in Brazil I had 30 debilitating symptoms but doctors dismissed me. America's most renowned'prophet' makes startling prediction about alien'mothership' READ MORE: Precise date interstellar visitor will reveal itself as'alien mothership' or comet confirmed A Christian pastor who accurately foresaw the assassination attempt on Donald Trump three months prior has shared a new vision about a threat in the sky. Brandon Biggs claimed that God showed him a vision of an ' alien ' ship flying over the Vatican and Mayan temples in Mexico .
- North America > Mexico (0.25)
- Europe > Holy See (0.24)
- South America > Brazil (0.24)
- (17 more...)
- Media > Music (1.00)
- Leisure & Entertainment (1.00)
- Law Enforcement & Public Safety > Crime Prevention & Enforcement (1.00)
- (2 more...)
Diffusion Language Models Know the Answer Before Decoding
Li, Pengxiang, Zhou, Yefan, Muhtar, Dilxat, Yin, Lu, Yan, Shilin, Shen, Li, Liang, Yi, Vosoughi, Soroush, Liu, Shiwei
Diffusion language models (DLMs) have recently emerged as an alternative to autoregressive approaches, offering parallel sequence generation and flexible token orders. However, their inference remains slower than that of autoregressive models, primarily due to the cost of bidirectional attention and the large number of refinement steps required for high quality outputs. In this work, we highlight and leverage an overlooked property of DLMs early answer convergence: in many cases, the correct answer can be internally identified by half steps before the final decoding step, both under semi-autoregressive and random remasking schedules. For example, on GSM8K and MMLU, up to 97% and 99% of instances, respectively, can be decoded correctly using only half of the refinement steps. Building on this observation, we introduce Prophet, a training-free fast decoding paradigm that enables early commit decoding. Specifically, Prophet dynamically decides whether to continue refinement or to go "all-in" (i.e., decode all remaining tokens in one step), using the confidence gap between the top-2 prediction candidates as the criterion. It integrates seamlessly into existing DLM implementations, incurs negligible overhead, and requires no additional training. Empirical evaluations of LLaDA-8B and Dream-7B across multiple tasks show that Prophet reduces the number of decoding steps by up to 3.4x while preserving high generation quality. These results recast DLM decoding as a problem of when to stop sampling, and demonstrate that early decode convergence provides a simple yet powerful mechanism for accelerating DLM inference, complementary to existing speedup techniques. Our code is publicly available at https://github.com/pixeli99/Prophet.
Proactive Statistical Process Control Using AI: A Time Series Forecasting Approach for Semiconductor Manufacturing
Seeam, Mohammad Iqbal Rasul, Sheng, Victor S.
In the manufacturing industry, it is very important to keep machines and processes running smoothly and without unexpected problems. One of the most common tools used to check if everything is working properly is called Statistical Process Control (SPC). Traditional SPC methods work by checking whether recent measurements are within acceptable limits. However, they only react after a problem has already occurred. This can lead to wasted materials, machine downtime, and increased costs. In this paper, we present a smarter way to use SPC. Instead of just reacting to issues after they happen, our system can predict future problems before they occur. We use a machine learning tool called Facebook Prophet, which is designed to work with time-series data (data that changes over time). Prophet looks at past data and forecasts what the next value will be. Then, we use SPC rules to decide if the predicted value is in a Safe zone (no problem), a Warning zone (needs attention), or a Critical zone (may require shutting down the process). We applied this system to real data from a semiconductor manufacturing company. One of the challenges with this data is that the measurements are not taken at regular time intervals. This makes it harder to predict future values accurately. Despite this, our model was able to make strong predictions and correctly classify the risk level of future measurements. The main benefit of our system is that it gives engineers and technicians a chance to act early - before something goes wrong. This helps reduce unexpected failures and improves the overall stability and reliability of the production process. By combining machine learning with traditional SPC, we make quality control more proactive, accurate, and useful for modern industry.
- North America > Trinidad and Tobago > Trinidad > Arima > Arima (0.06)
- North America > United States > Texas > Lubbock County > Lubbock (0.04)
- Semiconductors & Electronics (1.00)
- Information Technology > Hardware (0.62)
Machine Learning for Campus Energy Resilience: Clustering and Time-Series Forecasting in Intelligent Load Shedding
Oyinlola, Salim, Oluseyi, Peter Olabisi
The growing demand for reliable electricity in universities necessitates intelligent energy management. This study proposes a machine learning-based load shedding framework for the University of Lagos, designed to optimize distribution and reduce waste. The methodology followed three main stages. First, a dataset of 3,648 hourly records from 55 buildings was compiled to develop building-level consumption models. Second, Principal Component Analysis was applied for dimensionality reduction, and clustering validation techniques were used to determine the optimal number of demand groups. Mini-Batch K-Means was then employed to classify buildings into high-, medium-, and low-demand clusters. Finally, short-term load forecasting was performed at the cluster level using multiple statistical and deep learning models, including ARIMA, SARIMA, Prophet, LSTM, and GRU. Results showed Prophet offered the most reliable forecasts, while Mini-Batch K-Means achieved stable clustering performance. By integrating clustering with forecasting, the framework enabled a fairer, data-driven load shedding strategy that reduces inefficiencies and supports climate change mitigation through sustainable energy management.
- North America > Trinidad and Tobago > Trinidad > Arima > Arima (0.26)
- Africa > Nigeria > Lagos State > Akoka (0.05)
DemandLens: Enhancing Forecast Accuracy Through Product-Specific Hyperparameter Optimization
Pillai, Srijesh, Nazir, M. I. Jawid
DemandLens demonstrates an innovative Prophet based forecasting model for the mattress-in-a-box industry, incorporating COVID-19 metrics and SKU-specific hyperparameter optimization. This industry has seen significant growth of E-commerce players in the recent years, wherein the business model majorly relies on outsourcing Mattress manufacturing and related logistics and supply chain operations, focusing on marketing the product and driving conversions through Direct-to-Consumer sales channels. Now, within the United States, there are a limited number of Mattress contract manufacturers available, and hence, it is important that they manage their raw materials, supply chain, and, inventory intelligently, to be able to cater maximum Mattress brands. Our approach addresses the critical need for accurate Sales Forecasting in an industry that is heavily dependent on third-party Contract Manufacturing. This, in turn, helps the contract manufacturers to be prepared, hence, avoiding bottleneck scenarios, and aiding them to source raw materials at optimal rates. The model demonstrates strong predictive capabilities through SKU-specific Hyperparameter optimization, offering the Contract Manufacturers and Mattress brands a reliable tool to streamline supply chain operations.
- North America > United States (0.34)
- North America > Trinidad and Tobago > Trinidad > Arima > Arima (0.05)
- Asia > Middle East > UAE > Dubai Emirate > Dubai (0.04)
- Oceania > Australia > Victoria > Melbourne (0.04)
- Health & Medicine (1.00)
- Retail (0.68)
- Banking & Finance > Economy (0.68)
- Information Technology > Services (0.49)
- Information Technology > Modeling & Simulation (1.00)
- Information Technology > Data Science > Data Mining (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (0.93)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (0.47)
Forecasting Russian Equipment Losses Using Time Series and Deep Learning Models
These sources provide verified visual data on Russian equipment losses--including tanks, infantry fighting vehicles (IFVs), and support vehicles--enabling researchers to track material attrition at an unprecedented level of detail. Accurate forecasting of such losses is vital for military strategists, policymakers, and analysts attempting to model battlefield sustainability, logistics capacity, and broader trends in Russian force degradation. Traditional statistical models such as ARIMA offer a baseline for temporal forecasting, while more modern approaches--such as Prophet, LSTM (Long Short-Term Memory), Temporal Convolutional Networks (TCN), and XGBoost--introduce the ability to capture nonlinear dynamics, regime shifts, and short-term volatility. This paper evaluates each of these models using daily and monthly WarSpotting data. We assess their predictive accuracy, sensitivity to input granularity, and their robustness under shifting battlefield conditions.
- North America > Trinidad and Tobago > Trinidad > Arima > Arima (0.28)
- Europe > Russia (0.05)
- Asia > Russia (0.05)
- (2 more...)
When Simpler Wins: Facebooks Prophet vs LSTM for Air Pollution Forecasting in Data-Constrained Northern Nigeria
Balogun, Habeeb, Zakari, Yahaya
Air pollution forecasting is critical for proactive environmental management, yet data irregularities and scarcity remain major challenges in low-resource regions. Northern Nigeria faces high levels of air pollutants, but few studies have systematically compared the performance of advanced machine learning models under such constraints. This study evaluates Long Short-Term Memory (LSTM) networks and the Facebook Prophet model for forecasting multiple pollutants (CO, SO2, SO4) using monthly observational data from 2018 to 2023 across 19 states. Results show that Prophet often matches or exceeds LSTM's accuracy, particularly in series dominated by seasonal and long-term trends, while LSTM performs better in datasets with abrupt structural changes. These findings challenge the assumption that deep learning models inherently outperform simpler approaches, highlighting the importance of model-data alignment. For policymakers and practitioners in resource-constrained settings, this work supports adopting context-sensitive, computationally efficient forecasting methods over complexity for its own sake.
- Africa > Nigeria > Kaduna State > Kaduna (0.07)
- South America > Chile > Santiago Metropolitan Region > Santiago Province > Santiago (0.04)
- North America > Trinidad and Tobago > Trinidad > Arima > Arima (0.04)
- (3 more...)
- Information Technology > Services (0.50)
- Health & Medicine (0.47)
- Government (0.34)
AI-Based Demand Forecasting and Load Balancing for Optimising Energy use in Healthcare Systems: A real case study
- This paper addresses the critical need for efficient energy management in healthcare facilities, where fluctuating energy demands challenge both operational and sustainability goals. Traditional energy management methods often fall short in healthcare settings, lead ing to inefficiencies and increased costs. To address this, the paper explores AI - driven approaches for demand forecasting and load balancing, introducing a novel integration of LSTM (Long Short - Term Memory), g enetic a lgorithm, and SHAP (Shapley Additive E xplanations) specifically tailored for healthcare energy management. While LSTM has been widely used for time - series forecasting, its application in healthcare energy demand prediction is underexplored. Here, LSTM is demonstrated to significantly outperfor m ARIMA and Prophet models in handling complex, non - linear demand patterns. Results show that LSTM achieved a Mean Absolute Error (MAE) of 21.69 and Root Mean Square Error (RMSE) of 29.96, significantly improving upon Prophet (MAE: 59.78, RMSE: 81.22) and ARIMA (MAE: 87.73, RMSE: 125.22), highlighting its superior forecasting capability. Genetic algorithm is employed not only for optimising forecasting model parameters but also for dynamically improving load balancing strategies, ensuring adaptability to real - time energy fluctuations. Additionally, SHAP analysis is used to interpret the models and understan d the impact of various input features on predictions, enhancing model transparency and trustworthiness in energy decision - making. The combined LSTM - GA - SH AP approach offers a comprehensive framework that improves forecasting accuracy, enhances energy efficiency, and supports sustainability in healthcare environments. Future work could focus on real - time implementation and further hybridisation with reinforc ement learning for continuous optimisation. This study establishes a strong foundation for leveraging AI in healthcare energy management, showcasing its potential for scalability, efficiency, and resilience. Introduction Australia has a big capacity of using renewable energy in different regions ( Holloway, R, 2023; Rahimi et al., 2025) . Australian healthcare system plays a major role in using renewable energies. Optimising energy use in healthcare systems is essential due to the high and often unpredictable energy demands needed to run medical equipment, keep environmental conditions stable, and support constant patient care.
- North America > Trinidad and Tobago > Trinidad > Arima > Arima (0.52)
- Oceania > Australia > Western Australia > Perth (0.04)
- Oceania > Australia > New South Wales > Sydney (0.04)
- (12 more...)
- Health & Medicine (1.00)
- Energy > Power Industry (1.00)