AI & ML

cs.AI, cs.LG, stat.ML

18 articles

AI & ML

Diffusion models generate high-resolution elevation maps from low-resolution inputs guided by optical imagery

The authors propose a guided super-resolution approach for digital surface models (DSMs) using denoising diffusion, improving coarse 5 m DSMs to 0.5 m resolution by leveraging high-resolution optical imagery. Experiments on several Central European cities show the method produces DSMs with crisper building outlines and more detailed roof structures than conventional interpolation or filtering.

13 Sept 2026
AI & ML

Sparse mixture-of-experts models overfit repeated training data faster

Jha et al. trained dense Transformers and mixture-of-experts models under varying data-repetition rates, domain mixtures, expert counts, and expert granularities. They find that MoE models lose performance more rapidly than dense models as examples are reused, with susceptibility tracking total parameter count rather than the number of parameters activated per token. Strong masking-based regularization preserves an MoE advantage beyond 64 repetitions, but does not match training on unique data.

13 Sept 2026
AI & ML

Chain-of-thought reasoning traces are legible but not interpretable

The authors operationalize the importance of a chain-of-thought reasoning step as its advantage—the change in expected reward from including that step—estimated via Monte Carlo rollouts. They find that LLM judges asked to identify high-importance steps outperform a prevalence baseline but fall well short of a noise ceiling, and that fine-tuning a step-level critic improves performance for incorrect responses but remains far from ceiling for correct ones.

7 Sept 2026
AI & ML

Graph Machine architecture uses dynamic sparse routing to handle large state efficiently

The authors introduce the Graph Machine (GM), an architecture that maintains an O(n)-sized state and accesses it via sparse, dynamic routing using edges—pointer-like objects updated by a referral mechanism. They replace 75% of the dense Transformer layers in Qwen3-0.6B with GM sparse layers and pretrain from scratch on 15.7B tokens. With only 2 of 4,096 tokens retrieved per KV head per sparse layer, loss degrades only slightly; with 4 tokens, the best model marginally improves loss over the dense baseline.

4 Sept 2026
AI & ML

Embedding retrieval ranks matching words above shared underlying structure

Rashid and Kellis tested structural retrieval under controlled surface-form changes using 500 mathematics queries and 118 embodied-agent queries. At the hardest mathematics tier, two production embedding models scored 0% strict Hit@1 despite placing the correct item in the top 10 nearly every time; trajectory retrieval fell to chance or below when matching required different object names. Reranking with an LLM improved results, but some mathematics gains appeared attributable to competition-problem memorization.

3 Sept 2026
AI & ML

Learned sepsis score tracks hourly severity without hourly outcome labels

The authors trained a 0–10 sepsis severity index from 43 routinely charted variables collected over 72 hours, using treatment-level mortality to rank trajectories rather than assigning mortality labels to every hour. In held-out testing, the score provided hourly prognostic information, correlated with changes in lactate and other physiological measures, and showed partial transfer between hospital systems.

30 Aug 2026
AI & ML

Self-evolving loop synthesizes high-quality multimodal training data

The authors present VISA, an agentic framework that reformulates multimodal instruction synthesis as a self-evolving loop. VISA iteratively generates diverse and challenging instruction-following samples, using verifier signals and target-model failure profiles to guide subsequent rounds. The method consistently improves multimodal instruction following on MM-IFEval while maintaining general multimodal capability across seven benchmarks.

28 Aug 2026
AI & ML

A 2.8-trillion-parameter open MoE model approaches frontier performance.

Kimi Team introduces Kimi K3, a 2.8T parameter Mixture-of-Experts model with 104B activated parameters, native vision, and a 1M-token context window. The authors demonstrate that innovations in attention (Kimi Delta Attention, Attention Residuals) and routing (Stable LatentMoE) yield roughly 2.5× scaling efficiency improvement over Kimi K2, enabling frontier-level performance across long-horizon coding, agentic, reasoning, and vision tasks.

28 July 2026
AI & ML

New benchmark standardizes evaluation of coding agent harnesses

The authors introduce Claw-SWE-Bench, a benchmark and adapter protocol for evaluating OpenClaw-style agent harnesses (claws) on coding tasks. They show that adapter design dramatically affects performance: OpenClaw with a minimal adapter scores only 19.1% Pass@1, while a full adapter achieves 73.4% with the same backbone model. The benchmark also reveals that model choice and harness choice each account for roughly 30 percentage points of variation in performance.

11 June 2026