Agents in Security and Robotics, Multimodal Reasoning, and Graph Gaussian Processes
8 selected AI/ML papers covering LG, CL, AI, CV, SE, CR, stat.ML, math.ST, stat.CO, stat.ME, RO and more
Today’s selection of 8 noteworthy AI/ML papers from arXiv, covering breakthroughs in efficient LLM architectures, vision-language model evolution, autonomous security agents, and novel frameworks for robot learning and code recovery.
1. Mach-Mind-4-Flash Technical Report
Authors: Foundation Model Team | Categories: cs.LG, cs.CL Link: arxiv.org/abs/2607.09375v1
A 35B-parameter Mixture-of-Experts model with only 3B activated parameters achieves performance matching or surpassing 100B-class models through post-training optimization alone. The three-stage pipeline includes a unified RL/OPD training infrastructure, multi-teacher on-policy distillation that eliminates mixed-reward see-saw degradation, and Hybrid Median-length Policy Optimization that compresses reasoning chains by 19-46% with minimal accuracy loss. The model scores 92.70 on AIME’26 and leads or matches models 10-30x its activated size across diverse benchmarks.
Takeaway: This paper demonstrates that MoE architectures with clever post-training can deliver frontier-level performance at a fraction of inference cost—a critical development for deploying capable models in resource-constrained environments.
2. Test-Time Scaling for Small VLMs on Multilingual Visual MCQ
Authors: Spiros Baxevanakis, Peng-Jian Yang | Categories: cs.CL, cs.AI, cs.LG Link: arxiv.org/abs/2607.09438v1
This study examines test-time scaling for small vision-language models on multilingual visual multiple-choice questions, finding that parseability and decoding budget matter far more than search or verification complexity. The largest gains come from ensuring chains can finish (raising token limits from 1k to 2k recovers 3.7 pp) rather than sampling more chains or using PRM-guided search. The best configuration reaches 84.1% on the held-out ImageCLEF 2026 test split, ranking first on the leaderboard.
Takeaway: A practical lesson for VLM deployment: invest in prompt engineering and sufficient compute for individual reasoning chains before worrying about sophisticated voting or verification schemes.
3. Evolution of Accuracy and Visual-Cognitive Errors in a Decade of Vision-Language AI Models
Authors: Shravan Murlidaran, Miguel P. Eckstein | Categories: cs.CV, cs.AI Link: arxiv.org/abs/2607.09654v1
Analyzing a decade of vision-language models (2017-2025), this paper introduces the Complex Social Behavior dataset and finds that modern MLLMs have eliminated the accuracy gap between simple scenes and complex social interactions. Pre-MLLMs scored far below bottom-ranked humans while MLLMs now match top-ranked human descriptions. The only remaining error type is spatial dependence—models occasionally rely on different image regions than humans for their descriptions.
Takeaway: VLMs have essentially closed the scene description gap with humans after a decade of progress, with spatial reasoning remaining the last frontier for visual-cognitive alignment.
4. Agora: Enhancing LLM Agent Reasoning Via Auction-Based Task Allocation
Authors: Kaiji Zhou, Ales Leonardis, Yue Feng | Categories: cs.AI, cs.CL Link: arxiv.org/abs/2607.09600v1
Agora introduces an incentive-compatible auction mechanism that dynamically allocates reasoning tasks to expert models and tools based on rectified competence rather than confidence. By treating reasoning steps as tradeable items, critical logic is routed to the most capable solver, avoiding overconfident but less capable alternatives. Evaluations show improvement over matched single-model, routing, and cascade baselines with controllable cost-quality trade-offs.
Takeaway: A principled economic approach to LLM agent orchestration that addresses the fundamental challenge of knowing which expert to trust when functionally similar alternatives have different performance profiles.
5. Practical Source Code Recovery from Binary Functions Using Anchor-Based Retrieval and LLM Reasoning
Authors: Charles Edward Gagnon, Steven H. H. Ding, Philippe Charland, Benjamin C. M. Fung | Categories: cs.SE, cs.AI Link: arxiv.org/abs/2607.09452v1
This pipeline recovers source code from stripped binaries by extracting anchors (strings, constants, external calls) via Ghidra, retrieving candidates from source databases, and re-ranking with LLMs. On a high-fidelity database, the approach achieves 95.2% assembly instruction coverage for tcpdump, though performance drops to 35.5% with noisy GitHub-based databases. Confident matches can serve as anchors for subsequent recovery passes.
Takeaway: Demonstrates that LLM-augmented binary-to-source recovery is viable for practical reverse engineering when paired with high-quality source databases, with clear limitations in noisy retrieval environments.
6. VEXAIoT: Autonomous IoT Vulnerability Exploitation using AI Agents
Authors: Katherine Swinea, Kshitiz Aryal, Lopamudra Praharaj, Maanak Gupta | Categories: cs.CR, cs.AI Link: arxiv.org/abs/2607.09653v1
An autonomous multi-agent framework combining vulnerability detection and attack execution agents achieves 95.0% overall attack success rate across 260 executions in IoTGoat and Metasploitable environments. The system performs reconnaissance, plans attack sequences, and executes exploits against vulnerable IoT services with under two-minute average execution times and low token overhead. Success rates reach 100% on individual attack scenarios mapped to OWASP IoT vulnerabilities.
Takeaway: LLM-driven agents are proving surprisingly effective at automating offensive security workflows for IoT systems, suggesting both promise for security testing and sobering implications for adversarial use.
7. Deep Gaussian Processes on Directed Acyclic Graphs
Authors: Federico L. Perlino, Oliver Hamelijnck, Adam M. Johansen, Theodoros Damoulas | Categories: stat.ML, cs.LG, math.ST, stat.CO, stat.ME Link: arxiv.org/abs/2607.09645v1
This work places Gaussian process priors over functions on DAGs to model compositional real-world processes, studying prior-collapse behavior and information preservation across graph depths. The authors provide almost-sure lower bounds on input distinction preservation across depths, identify broad kernel classes, and offer a structured variational approximation that captures explaining-away behavior. Empirical validation includes protein signaling networks and multi-fidelity heavy-ion collision emulation.
Takeaway: A theoretically rigorous framework for uncertainty propagation in causal and multi-fidelity models on DAGs, with practical applications in engineering and scientific simulation.
8. PAC-ACT: Post-training Actor-Critic for Action Chunking Transformers
Authors: Yujie Pang, Zudong Li | Categories: cs.RO, cs.AI Link: arxiv.org/abs/2607.09590v1
PAC-ACT applies reinforcement learning post-training to Action Chunking Transformer policies for precision industrial contact manipulation, addressing distribution shift from behavior cloning. The framework reformulates policy optimization at the chunk level with a hybrid behavior-prior constraint that preserves pretrained action distributions. On the Contour task, it reduces peak contact force by 46x while retaining low latency and GPU memory usage.
Takeaway: A practical bridge between vision-action policies and RL fine-tuning that delivers dramatic safety improvements in contact-rich industrial tasks without sacrificing real-time performance.
This content was generated with AI assistance. Paper information sourced from arXiv.