Every published Signal across all nine tracked categories — models, companies, research, funding, regulation, and more — filtered only by evidence, not by topic.
Physicists still manually classify high-energy collisions. A new model uses a graph neural network to classify events from 12 physics processes, trained on 120 million simulated collisions. This could speed up physics discoveries, but we don't know yet how well it generalizes to real data.
Recursive reasoning models lack a principled inference mechanism for test-time scaling. This model uses energy guidance to improve recursive reasoning, but its real-world impact is unclear. If it works, it could change how we scale neural networks for complex tasks.
Machine learning models need to be optimized for deployment across different environments. A new framework helps select the right compression and acceleration techniques. This could make models more efficient and widely adoptable.
Transformer inference is bottlenecked by key-value cache memory costs, which grow with batch size and context length. A new method combines Tucker and JL-Residual allocation to compress the cache with minimal loss. This could significantly improve throughput for long-context models.
Traditional hub capacity planning models fail to account for qualitative business context. A new framework uses a large language model to propose hub capacity plans based on textual business inputs. This approach may improve planning accuracy, but its real-world effectiveness is untested.
Neural networks rely on optimizers that treat each weight matrix as one object, but these matrices have two parts: magnitude and direction. Decoupling these parts could improve training. This approach is tested in a preprint, but its real-world impact is still unclear.
Sampling from complex densities is hard. This method stops the sampler early when a classifier says it's good enough, which can speed up Markov chain Monte Carlo methods. We don't know yet if this holds up outside the benchmark.
Evaluating large language models in conversations is expensive and key events like jailbreaks emerge late. Dynamic budget allocation can help. This method could make LLM evaluation more efficient, but we don't know yet if it holds up outside the lab.
Attention heads define transport operators, and diagnostics read model behavior from their spectrum. This work explores the limits of such diagnostics. It affects how we understand model hallucination and behavior.
Conformal prediction guarantees fail under distribution shift, but pseudo-calibration can help. This method offers a way to maintain coverage guarantees even when the data distribution changes. It's a step towards more reliable predictions in changing environments.
Orthogonality constraints in machine learning are hard to scale. A new method optimizes orthogonal matrices in a simpler way. This could make robust and probabilistic machine learning more efficient.
Stabilizing Latent Predictive Learning for Time-Series Anomaly Prediction
Time-series anomaly prediction is hard because models can't forecast failures before they emerge. SC-JEPA stabilizes latent predictive learning to catch precursor dynamics, but it's still unclear how well it holds up outside the lab.
Graph dynamical systems are hard to model because their behavior is shaped by network topology. A new approach uses interpretable neural networks to discover governing equations. This could help us understand complex systems, but it's still unclear how well it works in practice.
Point clouds in matching tasks often have intrinsic cluster structures, but current methods treat them as unstructured sets. This research proposes a new approach using Laplacian optimal transport to match point clouds with cluster awareness. The impact of this method on applications like data analysis and machine learning is still unclear.
A single transformer-based generative model can capture Standard Model structure from sub-GeV to TeV, a range no single Monte Carlo sample covers. This changes how we model complex particle interactions. We still don't know if this holds up outside the LHC data
A new methodology calibrates model predictive control policies, tested on an origin-to-destination flight problem. This could improve control systems in various fields. The approach is still unverified outside this example.
Remote sensing vision-language models struggle to support open-ended reasoning over Earth Observation data. A new model uses a simple recipe to achieve large-scale results. Its real-world impact is still unclear.
Vision-language models struggle with test-time transduction. This model uses dynamic shrinkage to improve performance. Realistic evaluations are still a challenge
A model can't be reliably identified from a single experiment, but some systems can be. This changes how we think about testing complex systems. We still don't know how this applies outside the lab.
Automated essay scoring is held back by transformer limitations. This study proposes a generative AI solution to summarize long essays efficiently. It's unclear if this will actually improve scoring accuracy outside the lab.
Statisticians struggle to combine evidence from different datasets when the relationships between them are unclear. This research proposes a method to aggregate statistical evidence using group-invariance and exchangeability, treating transformed datasets as units. This could improve how we combine data from different sources.
Nonlinear physics models can't be learned accurately with current methods, even with lots of data. This research proves a gap in how we formulate these problems. It affects anyone using physics-informed neural networks for complex simulations.
Backdoor attacks can manipulate speech recognition models. SpeechGuard defends against these attacks online. Its impact on voice interaction security is significant.
3D Gaussian Splatting captures scenes with geometry and photometry, but building SE(3)-equivariant architectures on these primitives is hard. E3DGS embeds color as geometry to bridge this gap, but most models still fail to generalize. If your 3D scene capture pipeline relies on a model that's never seen this trick, you don't know what it'll do when it hits something new.
Diffusion language models can generate text in parallel, but their quality lags. Adaptive multi-step lookahead decoding improves this by refining masked tokens more efficiently. This could make diffusion models more viable for real-world text generation tasks.