Wrong-Physics Backdoors in Neural PDE Operators
Researchers introduced a data-poisoning attack called cross-parameter relinking that creates wrong-physics backdoors in neural PDE operators, making triggered inputs output physically plausible but in…
Researchers introduced a data-poisoning attack called cross-parameter relinking that creates wrong-physics backdoors in neural PDE operators, making triggered inputs output physically plausible but in…
Architecture research aims to remove bottlenecks to scaling rather than merely tweaking loss, according to a post by Beren on beren.io. The transformer's attention mechanism and residual stream enable…
Jürgen Schmidhuber, a pioneer in artificial intelligence, published the first Transformer variant, the unnormalized linear Transformer (ULTRA), in March 1991, which scales linearly in input size compa…
A new study using connected vehicle telemetry data from Greater Sydney, Australia, found that ARIMA, a classical time-series model, achieves the lowest mean absolute error (MAE: 162.21) in forecasting…
A developer explains the basics of Transformer architectures, the revolutionary AI model introduced in the paper 'Attention Is All You Need.' The post highlights how Transformers use self-attention to…
A new mobile sign language recognition system combines MediaPipe's 21 hand and 468 face landmarks with a GRU/LSTM sequence classifier, achieving real-time 30fps performance on devices via ONNX or Tens…
The Transformer architecture, introduced in the 2017 paper 'Attention Is All You Need,' was designed primarily to reduce training time by enabling parallelization, not to improve translation quality. …
A developer has built an early warning system that uses LSTM networks to detect flu and infections by analyzing resting heart rate data from wearable devices. The system, optimized for Edge AI deploym…
A study by researchers evaluating GRU, LSTM, and Transformer encoder models for classifying Level 2 automated driving systems (Comma Openpilot, Tesla Autopilot, Cadillac Super Cruise) from vehicle tel…
A developer's blog post traces the evolution of language models from rule-based systems to modern LLMs, framing each breakthrough as a bug fix. The post highlights key milestones such as n-gram models…
A practical tutorial on LSTM interpretability demonstrates how to preprocess time-series data into a 3D tensor, build a stacked LSTM model with dropout and early stopping, and apply permutation import…
Researchers at a single pediatric institution developed TEDDY (Temporal Event Decoder for Disease in Youth), a 1.84-million-parameter decoder transformer trained on approximately 73 million ICD-10 dia…
A study using 134,376 hourly weather observations from Ioannina, Greece (2011-2026) found that hybrid CNN-GRU models outperform traditional recurrent networks in weather forecasting, achieving a Weigh…
A new study from arXiv (2607.09684v1) evaluating Scientific Machine Learning methods including Neural ODEs, PINNs, and UDEs across 23 countries finds that none of the models achieve consistently stron…
A new neuro-agentic control framework coupling an LLM-based planner with a pre-trained Time-Series Foundation Model (TimesFM) achieved zero physically invalid actions and prevented 33.3% of security b…
Researchers applied a Spectral Temporal Graph Neural Network (StemGNN) to predict user equipment scheduling states in 5G networks, recovering 57-73% of sum rate loss caused by backhaul latency. The mo…
Researchers developed a Q-learning-based adaptive retraining method to address traffic drift in Open Radio Access Networks (O-RAN), reducing retraining overhead while maintaining forecasting accuracy.…
A study comparing LSTM networks with traditional machine learning models for sentiment analysis on Twitter data found that LSTM outperformed logistic regression, random forest, naive Bayes, and gradie…
A study on the 'Granularity Paradox' in time-series forecasting finds that finer temporal disaggregation improves in-sample fit but degrades out-of-sample accuracy due to recursive error compounding. …
Researchers proposed an uncertainty-aware reinforcement learning framework for algorithmic trading that integrates distributional, epistemic, and aleatoric uncertainty estimations using SHAP-weighted …