Articles tagged
AI
41 articles
RecursiveMAS: What If Your Multi-Agent System Was Just One Big Recursive Neural Network?
RecursiveMAS treats an entire multi-agent system as a single recursive computation in latent space, adding only 0.31% trainable parameters while achieving +8.3% accuracy, 2.4x speedup, and 75.6% token reduction over text-based multi-agent baselines.
Tstars-Tryon 1.0: Virtual Try-On as Multi-Image Editing at Taobao Scale
How a unified 5B MMDiT trained with multi-reward RL and step distillation reframes virtual try-on as multi-image editing — and runs in under 4 seconds in production.
TAPS: Why Your Draft Model's Training Data Matters More Than Its Architecture
TAPS shows draft training data drives speculative decoding: merged-tree verification of math and chat specialists hits 5.11 acceptance length, weight averaging 2.59.
Demystifying Video Reasoning: Models Don't Think in Frames - They Think in Denoising Steps
Chain-of-Steps shows video diffusion models reason across denoising steps, not frames, exploring and self-correcting before converging on a single answer.
Seoul World Model: AI That Generates Video of Real Cities From Street Photos
Seoul World Model generates photorealistic city video from street-view photos, cutting FID on unseen Busan to 28.4 from 62.1 via cross-temporal reference pairing.
Lost in Stories: How LLMs Lose the Thread in Long Narratives
ConStory-Bench measures consistency in 10,000-word stories: GPT-5-Reasoning leads with 0.113 errors per 10k words, and its checker finds 3.2x more bugs than experts.
Utonia: One Encoder For All Point Clouds
Utonia trains one 137M encoder for indoor, LiDAR, satellite, CAD and video point clouds. Stripped of color it scores 77.0% mIoU on ScanNet vs Concerto's 36.8%.
SAGE: Your Reasoning Model Knows When to Stop Thinking — You Just Won't Let It
SAGE scores reasoning paths by cumulative log-probability instead of next-token probability, letting models stop thinking 40-50% earlier at equal or better accuracy.
When GPT Discovers Physics: A Breakthrough in Gluon Theory
GPT-5.2 Pro proposed the formula showing single-minus gluon amplitudes are nonzero in Klein space, valued only in -1, 0 or 1; it passed five consistency tests.
OPUS: How to Train LLMs 6x Faster by Choosing the Right Data
OPUS scores every sample by alignment minus redundancy in optimizer update space; on Qwen3-8B it beat full 3B-token training using 0.5B, at 4.7% extra compute.
Green-VLA: One AI Brain for All Robots
Green-VLA trains one policy for humanoids, mobile manipulators and fixed arms across five stages and 3,000 hours of demos, hitting state of the art on CALVIN ABC-D.
Comp-LLM: When an Army of Experts Beats a Giant – An Analysis of a Revolution in AI Architecture
Comp-LLM routes a query as a DAG of sub-queries to parallel experts: about 35B scores 0.83 F1 to Llama-2 70B's 0.85, and 1.1-1.7x faster than sequential agents.
Cost-Constrained LLM Cascades — Meet C3PO
C3PO runs LLM cascades under a probabilistic cost constraint: stay in budget with 95% confidence, escalating to a bigger model only when the cheap one falls short.
Accurate Satellite Rain Forecasting with Physics-Conditioned Neural Networks
TUPANN nowcasts rainfall from satellite data alone, adding a differentiable advection operator and lead-time-conditioned MaxViT for forecasts 10-180 minutes ahead.
CHORD — Smart On-Device Recommendations Without Killing Your Battery
CHORD sends each phone a bit map from a cloud hypernetwork, quantizing a sequential recommender channel by channel so weak devices keep accuracy and battery.
DIALTREE‑RPO — a simple guide to 'Tree‑based Dialogue Reinforced Policy Optimization'
Friendly explanation of 'Tree‑based Dialogue Reinforced Policy Optimization for Red‑Teaming Attacks' — with examples and LaTeX formulas.
Attention as a Compass – Teaching Reasoning Models to Explore Smarter
AttnRL uses a model's own attention to pick branching points in process-supervised RL, beating GRPO and TreeRL by 1.8 points on math while cutting training time 8%.
How to Detect Credit Card Fraud?
Credit card fraud is 492 cases in 284,807 transactions; pairing undersampling with SMOTE beats either alone, and KNN and MLP gain most on the imbalanced test set.
Quantum Trading – AI and Quantum Computing in Investing
A QLSTM forecaster plus a QA3C agent trade USD/TWD with just 244 parameters, returning 11.87% over 2020-2025 at 0.92% max drawdown versus classical A3C's 11.42%.
The Anatomy of AI Lies: How Language Models Can Deceive Us
Can LLMs Lie? traces deception to layers 10-15 with logit lens, zero-ablation and steering vectors: models rehearse lies in dummy tokens; bigger models lie better.
Edge AI: How to Accelerate Neural Networks on Specialized Hardware
SLAC's SNL and Auto-SNL push neural network inference onto MPSoC FPGAs for LCLS-II, swapping weights without reconfiguration and matching or beating hls4ml latency.
Intern-S1: The New AI Scientist That's Redefining Research
Intern-S1 is an open-source MoE science foundation model with 28B activated parameters, trained on 5T tokens and a Mixture-of-Rewards spanning over 1000 tasks.
Look Inside Seamless Flow's Hyper-Efficient Training
Seamless Flow kills RL pipeline bubbles with a data plane and tag-driven GPU scheduling: up to 100% more throughput than VERL, and 23.0% to 45.8% on SWE-Bench.
Systematization of Knowledge: Data Minimization in Machine Learning
SoK: Data Minimization in Machine Learning maps the GDPR principle onto ML pipelines, separating horizontal from vertical techniques and pre-hoc from post-hoc steps.
Dynamic Fine-Tuning (DFT): How a Single Line of Code is Revolutionizing AI Training
Dynamic Fine-Tuning rescales each token loss by the inverse of its probability, a one-line change that beats SFT on generalization and rivals offline RL methods.
ASkDAgger: How Artificial Intelligence Learns More Effectively by Asking Questions
ASkDAgger lets a robot flag an uncertain plan before acting; adaptive gating and foresight replay cut teacher queries and raise success on CLIPort and a real arm.
CaPulse: Teaching Machines to Hear the Rhythm of Data
CaPulse spots time-series anomalies by learning the causal rhythm of data: it fires when the cause-effect order breaks, not when a threshold is crossed.
Goedel-Prover-V2: A Revolution in Automated Theorem Proving
Goedel-Prover-V2 learns from scaffolded proof sketches and its own failed Lean attempts, outperforming AlphaProof and DeepSeek-Prover on miniF2F and PutnamBench.
How to Teach AI to Handle Mistakes? Meet ε-Softmax
ε-Softmax swaps rigid one-hot targets for slightly softened ones, so a mislabeled example costs the model far less. A NeurIPS 2024 answer to noisy training labels.
Simple and Effective Method for Uncertainty Quantification
Uncertainty from one deterministic model: kernel density estimation in feature space builds an information potential field flagging OOD samples on CIFAR-10 vs SVHN.
RLVMR: Reinforcement Learning with Verifiable Meta‑Reasoning Rewards for Robust Long‑Horizon Agents
RLVMR adds a verifiable meta-reasoning reward to the environment reward, scoring the agent's reasoning trace so long-horizon agents take fewer semantic shortcuts.
A Lightweight AI Engine for Skin Cancer Detection on Wearable Devices
A MobileNetV2 skin-lesion classifier compressed with TensorRT runs on a Jetson Orin Nano at 41% of its original size, scoring 87.2% F1 with 93% lower power in INT8.
SOPHIA: Enhancing Slow‑Thinking in Large Vision‑Language Models
SOPHIA mixes on-policy visual grounding with off-policy reasoning chains and backward reward propagation, adding 8.5 points of average accuracy to InternVL3.0-38B.
Not Just Bigger Models: Why AI Should See Better Instead of Just Scaling
Adaptive sensing beats brute-force scale: EfficientNet-B0 paired with sensors that tune themselves to the scene outperforms OpenCLIP-H on perception tasks.
HGMP: Revolutionizing Complex Graph Analysis with Prompt Learning
HGMP recasts node, edge and ranking tasks as graph-level prompts, combining contrastive pre-training with per-type feature prompts for heterogeneous graph learning.
How Modern Information Theory Helps Diagnose Mental Disorders – MvHo‑IB in Action
MvHo-IB diagnoses brain disorders from rs-fMRI by adding triplet O-information to pairwise connectivity, gaining up to 7% accuracy on ABIDE, ADHD-200 and COBRE.
How to Predict Scooter Demand? XGBoost and Urban Micromobility
XGBoost on 341 temporal, spatial and network features predicts e-scooter demand 27-49% better than rivals and up to 90% better than Prophet, node centrality on top.
Ghost Nodes: A Trick That Makes Neural Networks Learn Smarter
Ghost nodes add fake output classes: softmax runs over 13 outputs while loss counts only the 10 real ones, giving gradients room to escape flat regions early.
Does artificial intelligence really understand math? Let's find out what it says... data audit?
A neural-mechanistic hybrid forecasts epidemics from differentially private mobility and spending data, still beating public-health-only models under strong noise.
Mind2Web 2: A new era of “agent-based” web search
Mind2Web 2 grades agentic web search on 130 tasks with an Agent-as-a-Judge rubric; the best of nine systems reaches 50-70% of human quality at twice the speed.
A Machine That Discovers the Laws of Physics: How H-FEX Works and Why It Matters
H-FEX searches symbolic expressions for a system's Hamiltonian, recovering exp(-1.0003p² - 1.1002q⁴) almost exactly and beating SINDy on long-term energy drift.