Articles tagged

AI

41 articles

11 min read

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.

AImulti-agent-systemsrecursive-computation
12 min read

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.

AIdiffusionvirtual-try-on
7 min read

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.

AINLPLLM
5 min read

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.

AIComputer VisionVideo Generation
4 min read

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.

AIComputer VisionVideo Generation
4 min read

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.

AILLMNLP
4 min read

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%.

AI3DPoint Clouds
4 min read

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.

AILLMReasoning
4 min read

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.

AIGPTPhysics
4 min read

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.

AILLMMachine Learning
4 min read

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.

AIRoboticsVLA
3 min read

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.

AILLMMachine Learning
3 min read

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.

AILLMMachine Learning
3 min read

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.

AIweathermachine learning
4 min read

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.

AIrecommendationedge computing
3 min read

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.

AIred-teamingLLM
3 min read

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%.

AIreinforcement learningLLM
2 min read

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.

AIfraud detectionmachine learning
3 min read

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%.

AIQuantum ComputingReinforcement Learning
4 min read

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.

AIArtificial IntelligenceLLM
4 min read

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.

AIFPGAHardware Acceleration
2 min read

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.

AIMachine LearningScience
6 min read

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.

AIReinforcement LearningLLM
4 min read

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.

machine learningdata minimizationAI
4 min read

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.

AILLMMachine Learning
3 min read

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.

AIMachine LearningRobotics
3 min read

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.

AIMachine LearningScience
4 min read

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.

AIArtificial IntelligenceMathematics
2 min read

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.

AIMachine LearningResearch
2 min read

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.

Machine LearningUncertainty QuantificationOOD Detection
1 min read

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.

AIadaptacyjna sensorykarle
2 min read

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.

AIMobileNetV2skin cancer
2 min read

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.

AILVLMreinforcement learning
1 min read

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.

AIadaptive sensingmachine learning
3 min read

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.

graph learningprompt learningmulti-task
2 min read

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.

fMRIAIdeep learning
1 min read

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.

XGBoostAImachine learning
1 min read

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.

ghostAImachine learning
2 min read

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.

prywatnośćAInauczanie maszynowe
2 min read

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.

AIsearchingmind2web
2 min read

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.

physicsAIsymbolic learning