40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three clear currents run through today's batch. First, a strong push toward efficient, deployable VLAs and robot control systems. TurboVLA abandons the standard pipeline for a direct V+L→A mapping that runs at 32 Hz under 1 GB of VRAM—a compression story that matters for every lab trying to deploy policies off-cloud. DLAM and HumanCLAW tackle the data bottleneck and evaluation problem from different angles: one learns temporal structure from action-free video, the other decouples high-level VLM decisions from low-level motor execution so failures can actually be attributed.
Second, agents that build software from scratch continue to be a hard problem worth measuring. SpecFirst and MindForge both target the sub-1% success rate on ProgramBench—one by treating behavioral specification as a first-class step, the other by training small models through a full software engineering lifecycle with binary oracles. The adjacent paper asking whether agents can conduct open-ended AI research is the meta-question underlying all of this: can systems do research with no pre-defined answer key, or are we just getting better at narrow evals?
Third, a practical benchmarking wave is hitting professional domains. APEX-Accounting (built with Ramp) and OmegaUse-OfficeVal both test agents on real multi-step workflows—reconciling accounts, managing spreadsheets, coordinating office tasks—rather than puzzle-like toy problems. This is the kind of grounding that separates "impressive on a leaderboard" from "useful."
The standout paper today is From Classification to Regression: Using a Fruitfly to Solve Equations. It reformulates regression by replacing global surrogate models with a library of local patterns inspired by how fruitflies sense olfactory gradients—an unexpected bridge between insect neurobiology and numerical methods that, if it generalizes, could simplify equation-solving in sparse-data scientific domains.
Notably absent: today has almost no new foundation model architecture announcements or scaling results. The field appears to be in a consolidation phase—tightening evaluation, cutting inference costs, and asking harder questions about whether agents generalize beyond their benchmarks. The collective signal suggests the research frontier is shifting from "can we build bigger models" to "can we build agents that are measurable, trustworthy, and economically grounded in real workflows.
Hengyi Xie, Chenfei Yao, Xianjin Wu · 2026-07-29
Vision-language-action (VLA) models commonly adopt an LLM-centric V → L → A pathway, where visual observations are projected into the representation space of a large language model before being decoded into robot actions. Although effective, this design incurs substantial computation and memory overhead at every policy invocation. In this work, we introduce TurboVLA, a new VLA paradigm that reform...
Zador Pataki, Paul-Edouard Sarlin, Marc Pollefeys · 2026-07-29
Accurately recovering the camera's calibration and metric poses for any unconstrained video would unlock large-scale training data for navigation and scene understanding. The dominant approaches to this problem are severely limited: Simultaneous Localization and Mapping (SLAM) is sensitive to initialization and transient failures due to its causal, incremental nature; it is often over-optimized fo...
Siyao Li, Jiawei Gu, Shuai Liu · 2026-07-29
Evaluating whether a vision-language model (VLM) can act through a physical body is challenging. The outcome of an action couples the VLM's decision with motor control. When a task fails, it is hard to tell whether the VLM made a bad choice or the motor controller simply failed to execute it, e.g., losing balance and falling. In this work, we introduce HumanCLAW, an evaluation framework that decou...
Roshan Kenia, Stephanie L McNamara, William Lotter · 2026-07-29
CT vision-language foundation models have demonstrated promising performance across downstream tasks, but are typically trained with whole-volume representations that dilute fine-grained anatomical signals. Fine-grained vision-language pre-training addresses this by aligning anatomy-level visual features with anatomy-specific text, but in doing so discards the global context that whole-volume mode...
Piyush Jain, Kousik Dasgupta, Rajarshi Roy · 2026-07-29
As Multimodal Large Language Models (MLLMs) are increasingly deployed in decision-critical pipelines such as robotics, embodied AI, and safety monitoring, the opacity of their spatial judgments limits operator trust and auditability. MLLMs demonstrate strong reasoning but often struggle with fine-grained spatial understanding and object hallucination. Prior work, ByDeWay, introduced Layered-Depth-...
Álvaro Díaz-Laureano, Roger Marí, Elías Masquil · 2026-07-29
Accurate 3D reconstruction from satellite imagery typically relies on near-simultaneous stereo pairs, limiting its applicability to diachronic settings where multi-date images exhibit varying seasonal and illumination conditions. Training dense stereo matching models robust to appearance changes is a long-standing challenge, as aligned multi-date imagery and ground-truth geometry are costly to obt...
Perry Dong, Ron Polonsky, Dorsa Sadigh · 2026-07-29
Pre-training followed by fine-tuning has become the dominant recipe for learning performant policies, and in value-based reinforcement learning (RL) this raises a natural question: given a pretrained policy, should the Q-function be pretrained on offline data too? Conventional wisdom suggests it should, but recent results show that online RL with a randomly-initialized Q-function can result in hig...
Shady E. Ahmed, Panos Stinis · 2026-07-29
We present a novel approach to regression tasks using classification which is motivated by the mechanism used by fruitflies to sense their environment. Specifically, we formulate a general framework for learning nonlinear input-output relationships by replacing complex global surrogate models with a finite library of representative local patterns. Since scientific data often occupy limited and rec...
Lennon J. Shikhman, Michael Galarnyk, Aadi Dash · 2026-07-29
Accurate option prices do not imply accurate recovery of the latent risk-neutral density. We study this distinction with two complementary benchmarks. A controlled benchmark exposes simulator-truth densities for latent evaluation, while a chronological NIFTY benchmark tests only held-out market prices. A two-component lognormal mixture has the lowest aggregate price, L^1, Wasserstein, and fixed-ta...
Quang Bui, Sparsh Roy, Akash Gundimeda · 2026-07-29
Solving a continuous algebraic constraint system requires two decisions: which values satisfy the constraints, and which structural augmentation renders an unsolvable system solvable. Classical solvers answer the first well and the second only by enumeration. On that discrete decision, a candidate-conditioned repair ranker choosing among K augmentations reaches the exhaustive-search ceiling at a f...
Francesco Pinto, Luca Lanzilao, Paco Lopez Dekker · 2026-07-29
Accurate intraday forecasts of offshore wind are becoming increasingly important for power system operation and the integration of growing shares of offshore wind energy. Operational forecasts rely predominantly on numerical weather prediction (NWP), which is not optimized for lead times of minutes to hours, where initial-condition accuracy dominates forecast skill. Although satellite scatteromete...
Manpreet Singh, Akshatha Srikantha, Shyamal Lakhanpal · 2026-07-29
High-stakes decision systems in credit scoring, fraud detection, healthcare, and industrial safety require reliable uncertainty quantification under severe class imbalance and asymmetric error costs. Standard marginal conformal prediction (CP) provides valid overall coverage guarantees; however, we show that it severely under-covers rare, costly minority classes, with minority-class coverage dropp...
Hao Fei, Yiran Zhao · 2026-07-29
World models enable a predictive substrate for planning and action, yet existing formulations merely answer a physical question: what/where it is, and how will it evolve. Human behavior, however, is driven by hidden mental state (what a person believes, wants, intends, feels, and considers socially permissible), so a model that tracks the physical scene but not what each agent knows and believes a...
Julien Benchek, Austin Bennett, Jasmin Kern · 2026-07-29
We introduce APEX-Accounting, a benchmark built by Mercor in partnership with Ramp, to assess whether frontier models can do the real work of accountants. Tasks include reconciling accounts, accruing expenses, posting transactions, and producing reports. The private eval set comprises 160 tasks, split across 10 worlds. Each world contains an accounting system, as well as spreadsheets, PDFs, and ot...
Ben Glickenhaus, Katherine Thai, Jenna Russell · 2026-07-29
We present Pangram 4, the latest deep-learning-based AI-text classification model from Pangram Labs. We achieve an AUROC of 0.9916 with a false positive rate of 0.0041% and a false negative rate of 0.3396%. In addition to its increased overall accuracy compared with Pangram 3, Pangram 4 exhibits superior out-of-distribution generalization and robustness to adversarial attacks. Another novel contri...
Raphaël Sourty, Antoine Chaffin, Paulo Roberto Moura Junior · 2026-07-29
State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. We present an open end-to-end recipe for training retrieval models and study how English supervision transfers to multilingual retrieval through translate-train. We first reconstruct and curate 665M English contrastive pre-training pairs from 1.4B pairs across 34 public sources and build 1....
Peter Kirgis, Sayash Kapoor, Andrew Schwartz · 2026-07-29
Forecasts of explosive AI progress hinge on AI agents automating AI research. But evidence on whether agents can carry out open-ended AI research is thin. Current evaluations either test agents on narrow, verifiable tasks, which excludes open-ended research, or submit AI-generated papers to blind peer review, which is overstretched, stochastic, and suffers from poor review quality. We introduce a...
Peter Tisnikar, Maja Swieczkowska, Benteng Ma · 2026-07-29
Effective collaboration with novel and diverse partners is a crucial skill for autonomous agents. Most current ad-hoc teamwork (AHT) approaches assume that agents will collaborate on a single, fixed task and that the partner's capabilities, their ability to successfully execute the desired action, are already known. In reality, a partner's true capabilities are often hidden, and human collaborator...
Jingbo Zhou, Yusai Zhao, Qi Bao · 2026-07-29
Large language model (LLM) agents are increasingly expected to assist users in completing tasks. However, existing benchmarks provide limited support for evaluating whether agents can carry out office-suite workflows at a reasonable cost. We introduce OmegaUse-OfficeVal, a benchmark for evaluating LLM agents on long-horizon office-suite tasks with task-level economic grounding. The benchmark compr...
Nia Nixon, Jaeyoon Choi, Pedro Martins De Bastos · 2026-07-29
Conversational AI is increasingly positioned as a teammate rather than a tool, yet we know little about how its presence reshapes communication among the humans on the team. We examined sociocognitive communication dynamics in team decision-making using Group Communication Analysis (GCA), team surveys, and lexical analyses of team discourse. Teams completed a high-stakes moral-dilemma decision tas...
Ji Xin, Xiao Xiao, Ishan Bhatt · 2026-07-29
Traditional search systems are optimized to retrieve items that strictly match a query, often prioritizing precision over recall. In e-commerce marketplaces and particularly grocery, this paradigm is limiting, as user satisfaction and commercial outcomes depend heavily on the discoverability of substitute, complementary, and thematically related items. In this paper, we present a scalable system f...
Yihao Chen, Shi Chang, Feng Lin · 2026-07-29
LLM-based agents excel at software engineering tasks where an existing codebase provides context, but constructing a program from scratch remains fundamentally harder. Recent benchmarks such as ProgramBench quantify this gap: given only natural-language documentation and an execute-only binary as a behavioral oracle, even frontier models solve fewer than 1% of instances. Existing frameworks confla...
Yihao Chen, Shi Chang, Khaled Chawa · 2026-07-29
Coding agents have made substantial progress on software engineering tasks that modify existing codebases, including bug fixing and feature implementation. However, constructing a complete program from scratch remains a major challenge: even the frontier models evaluated on ProgramBench fully resolve fewer than 1% of tasks. One obstacle is the lack of scalable training environments for this from-s...
Harvey Samuel George Johnson, Sendy Phang · 2026-07-29
This project aimed to develop a novel reservoir compute (RC) implementation framework targeting high-speed operation and integration with CMOS digital logic. With the target workload of branch prediction (BP) for multistage pipelined central pro-cessing unit (CPU) cores. For this, a novel memristor based RC design framework was developed within the context of the workload requirements. This was th...
Zuojin Tang, Feifan Luo, Haoyun Liu · 2026-07-29
Vision-language-action (VLA) models remain constrained by scarce action-labeled robot data, whereas action-free videos offer abundant observations of physical change. Latent action models can extract such priors, but reconstruction-trained codes may predict future observations without the structure required for joint generation with robot actions. Existing structured methods add temporal constrain...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.