Source · arXiv cs.LG
arxiv arXiv cs.LG · 12d ago · 2 views

Moonshot AI releases Kimi K3, a 2.8T parameter MoE model with million-token context

Moonshot AI has introduced Kimi K3, an open-source Mixture-of-Experts model featuring 2.8 trillion total parameters and 104 billion activated parameters per token. The model supports native vision capabilities and a 1-million-token context window, leveraging Kimi Delta Attention and Stable LatentMoE to achieve approximately 2.5x scaling efficiency over its predecessor, Kimi K2.

arxiv arXiv cs.LG · 5d ago OSWorld 2.0 · 21.2% · 6 views

Qwen releases Qwen-CUA, a 397B-A17B native computer-use agent

Qwen introduces Qwen-CUA, a native computer-use agent built on a 397B-A17B mixture-of-experts backbone that operates via screenshots and input events without relying on DOM trees or accessibility metadata. The system utilizes a scaffold to maintain up to 20 active screenshots and was trained using a cloud rollout fleet with nearly 100,000 vCPUs across approximately 40,000 verifiable tasks.

arxiv arXiv cs.LG · 18d ago · 4 views

SkewAdam uses tiered optimizer state to reduce MoE training memory by 97%

Researchers introduce SkewAdam, an optimizer designed for mixture-of-experts (MoE) models that allocates different state types to distinct parameter populations to drastically reduce memory usage. By assigning float32 momentum and factored second moments to the backbone, factored second moments to experts, and exact second moments to the router, SkewAdam reduces optimizer state from 50.6 GB to 1.29 GB for a 6.78B-parameter model.

arxiv arXiv cs.LG · 24d ago BrowseComp · 42.6% · 1 view

TRACE improves long-horizon agent tool-use via turn-level credit estimation

The authors propose TRACE (Turn-level Reward Assignment via Credit Estimation), a dense credit-assignment method for agentic reinforcement learning that addresses the sparsity and high variance of outcome rewards in long-horizon tasks. By representing rollouts as state transitions at tool-call boundaries and deriving per-action rewards from log-ratio state values, TRACE enables effective training without additional critics or supervised fine-tuning stages.

arxiv arXiv cs.LG · 24d ago · 1 view

Multi-Expert Routing for Multi-Domain Low-Resource OCR: A Manchu Case Study

The article presents a multi-expert system for historical Manchu OCR that handles visually distinct writing styles like regular script, running script, and semi-cursive chancery hand despite limited labeled data. The approach reuses checkpoints from an iterative fine-tuning process as domain specialists and employs a lightweight page-level image classifier to dispatch pages based on visual style.

arxiv arXiv cs.LG · 24d ago

Evo 2 probes detect antimicrobial resistance in metagenomic data with high accuracy

Researchers evaluated the biosecurity potential of genomic foundation models by training linear and attention probes on frozen Evo 2 layer-26 activations to screen for antimicrobial resistance (AMR) in metagenomic data. The study found that these lightweight probes can detect AMR with strong discrimination, achieving a region-level ROC-AUC of 0.977 using a single-head attention probe.