Tagged articles
4 articles
Page 1 of 1
Machine Heart
Machine Heart
Apr 8, 2026 · Artificial Intelligence

How DROID-W Achieves Stable SLAM in Complex Outdoor Dynamic Scenes

DROID-W introduces a dense differentiable bundle‑adjustment SLAM framework that models per‑pixel dynamic uncertainty from multi‑view consistency, runs at about 30 FPS on an RTX 5090, and dramatically reduces trajectory error on challenging outdoor datasets, outperforming prior dynamic SLAM methods.

Bundle AdjustmentDynamic SLAMSLAM
0 likes · 8 min read
How DROID-W Achieves Stable SLAM in Complex Outdoor Dynamic Scenes
Machine Heart
Machine Heart
Mar 29, 2026 · Artificial Intelligence

Scaling World Model Dynamics to Over a Thousand Steps in Two ICLR Papers

The article reviews two ICLR papers by Haoxin Lin that advance world‑model dynamics from single‑step bootstrapping to any‑step direct prediction, introduce structured uncertainty via backtracking, and achieve stable full‑horizon roll‑outs of over a thousand steps, dramatically improving both online and offline reinforcement‑learning performance.

any-step predictiondynamics modelingfull-horizon rollout
0 likes · 16 min read
Scaling World Model Dynamics to Over a Thousand Steps in Two ICLR Papers
Data Party THU
Data Party THU
Nov 10, 2025 · Artificial Intelligence

Which Neural Network Method Best Estimates Uncertainty in Regression? A Comparative Study

This article examines why regression models need uncertainty estimates, explains aleatoric and epistemic uncertainty, compares four neural‑network approaches (Mean + LogStd, Mean + LogVariance, MC Dropout, simplified PPO) on a concrete‑strength dataset, and analyzes their experimental performance and limitations.

Monte Carlo DropoutPPOregression
0 likes · 10 min read
Which Neural Network Method Best Estimates Uncertainty in Regression? A Comparative Study
DeWu Technology
DeWu Technology
May 31, 2024 · Artificial Intelligence

In-depth Analysis of Prophet Time Series Forecasting Model

The article offers a thorough examination of Facebook’s Prophet forecasting model, detailing its additive decomposition of trend, seasonality, holidays and regressors, the underlying Bayesian inference via Stan, the full training‑and‑prediction pipeline, data‑normalization tricks, uncertainty estimation, and practical source‑code insights for e‑commerce applications.

Bayesian inferenceProphet modelStan framework
0 likes · 21 min read
In-depth Analysis of Prophet Time Series Forecasting Model