40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate this batch. First, 3D vision is having a moment: five papers span internet-scale photo reconstruction from sparse web collections, self-supervised 3D estimation from monocular video, pose-aware single-view shape retrieval, and even a practical 3D livestock identification system that replaces RFID tags. The field is clearly pushing past the controlled-scene era into messy, real-world 3D understanding. Second, RAG infrastructure is getting serious attention — dense retriever alignment with LLM utility, Bayesian ensemble retrieval, and query performance prediction for selecting the best reformulated query before expending compute. The community is no longer asking whether RAG works, but how to make it efficient enough to run at scale. Third, cost and efficiency concerns are showing up everywhere: scaling law fitting as a budget optimization problem, token consumption analysis for agentic coding, and Abstract Chain-of-Thought replacing verbose natural language reasoning with discrete latent tokens that compress reasoning into a reserved vocabulary.
The standout paper is "Thinking Without Words: Efficient Latent Reasoning with Abstract Chain-of-Thought." It proposes a post-training mechanism where models reason via short token sequences from a reserved vocabulary rather than explicit verbal chains of thought. If this approach closes the performance gap with full CoT while cutting generation length, it could reshape how we think about model reasoning at inference time — trading human interpretability for token efficiency in a way the economics of agentic AI increasingly demand.
Notably absent: no new foundation model announcements, no RLHF or alignment breakthroughs. Two papers on low-resource Bantu languages using neural methods for historical linguistic reconstruction suggest computational linguistics is expanding beyond the usual English-centric focus. A pair of papers on medical world models — one for cardiac dynamics via JEPAs, one for neurodegenerative disease progression via 4D diffusion — point toward a broader shift from invariance-based learning to dynamics-aware modeling in healthcare. The batch collectively suggests a field maturing from capability scaling into efficiency, interpretability, and domain-specific deployment.
Sijie Li, Shanda Li, Haowei Lin · 2026-04-24
Scaling laws are used to plan multi-million-dollar training runs, but fitting those laws can itself cost millions. In modern large-scale workflows, assembling a sufficiently informative set of pilot experiments is already a major budget-allocation problem rather than a routine preprocessing step. We formulate scaling-law fitting as budget-aware sequential experimental design: given a finite pool o
Hillary Mutisya, John Mugane · 2026-04-24
We investigate whether neural models trained exclusively on modern morphological data can recover cross-lingual lexical structure consistent with historical reconstruction. Using BantuMorph v7, a transformer over Bantu morphological paradigms, we analyze 14 Eastern and Southern Bantu languages, extract encoder embeddings for their noun and verb lemmas, and identify 728 noun and 1,525 verb cognate
Hillary Mutisya, John Mugane · 2026-04-24
We present a method for discovering morphological features in low-resource Bantu languages by combining cross-lingual transfer learning with unsupervised clustering. Applied to Giriama (nyf), a language with only 91 labeled paradigms, our pipeline discovers noun class assignments for 2,455 words and identifies two previously undocumented morphological patterns: an a- prefix variant for Class 2 (vo
Yuchen Xiong, Swee Keong Yeap, Zhen Hong Ban · 2026-04-24
Graph neural networks achieve strong node-classification accuracy, but their learned message passing entangles ego attributes, neighborhood smoothing, high-pass graph differences, class geometry, and classifier boundaries in an opaque representation. This obscures why a node is classified and what feature-level graph-learning mechanisms a dataset requires. We propose WG-SRC, a white-box signal-s
Tai Xuan Tan, Alexander Mitsos, Eike Cramer · 2026-04-24
Batch processes are inherently transient and typically nonlinear, motivating nonlinear model predictive control (NMPC). However, adopting NMPC is hindered by the cost and unavailability of dynamic models. Thus, we propose to use Gaussian Processes (GP) in a model-learning NMPC scheme (GP-MLMPC) for batch processes. We initialize the GP-MLMPC using data from a single initial trajectory, e.g., from
Inês Oliveira e Silva, Sérgio Jesus, Iker Perez · 2026-04-24
Shapley values are a cornerstone of explainable AI, yet their proliferation into competing formulations has created a fragmented landscape with little consensus on practical deployment. While theoretical differences are well-documented, evaluation remains reliant on quantitative proxies whose alignment with human utility is unverified. In this work, we use a unified amortized framework to isolate
Naomi E. Zirkind, William J. Diehl · 2026-04-24
For the use case of comparing the performance of clustering algorithms whose output is a contingency table, a single performance metric for contingency tables is needed. Such a metric is vital for comparative performance analysis of clustering algorithms. A survey of publicly available literature did not show the presence of such a metric. Metrics do exist for vector pairs of truth values and pred
Xiang Zhang, Xiaotian Li, Taoyue Wang · 2026-04-24
Social interactions dominate our perceptions of the world and shape our daily behavior by attaching social meaning to acts as simple and spontaneous as gestures, facial expressions, voice, and speech. People mimic and otherwise respond to each other's postures, facial expressions, mannerisms, and other verbal and nonverbal behavior, and form appraisals or evaluations in the process. Yet, no public
Yuan Li, Yuanbo Xiangli, Hadar Averbuch-Elor · 2026-04-24
Internet photo collections exhibit an extremely long-tailed distribution: a few famous landmarks are densely photographed and easily reconstructed in 3D, while most real-world sites are represented with sparse, noisy, uneven imagery beyond the capabilities of both classical and learned 3D methods. We believe that tackling this long-tail regime represents one of the next frontiers for 3D foundation
Nivetha Jayakumar, Swakshar Deb, Bahram Jafrasteh · 2026-04-24
Understanding and predicting the progression of neurodegenerative diseases remains a major challenge in medical AI, with significant implications for early diagnosis, disease monitoring, and treatment planning. However, most available longitudinal neuroimaging datasets are temporally sparse with a few follow-up scans per subject. This scarcity of temporal data limits our ability to model and accur
Marwane Hariat, Gianni Franchi, David Filliat · 2026-04-24
We present SS3D, a web-scale SfM-based self-supervision pretraining pipeline for feed-forward 3D estimation from monocular video. Our model jointly predicts depth, ego-motion, and intrinsics in a single forward pass and is trained/evaluated as a coherent end-to-end 3D estimator. To stabilize joint learning, we use an intrinsics-first two-stage schedule and a unified single-checkpoint evaluation pr
Jiaxin Shi, Guofeng Zhang, Wufei Ma · 2026-04-24
Single-view 3D shape retrieval is a fundamental yet challenging task that is increasingly important with the growth of available 3D data. Existing approaches largely fall into two categories: those using contrastive learning to map point cloud features into existing vision-language spaces and those that learn a common embedding space for 2D images and 3D shapes. However, these feed-forward, holist
Shiva Paudel, TsungCheng Tsai, Dongyi Wang · 2026-04-24
Accurate identification of individual farm animals in group-housed environments is a cornerstone of precision livestock management. However, current industry standards rely heavily on Radio Frequency Identification (RFID) ear tags, which are invasive, prone to loss, and restricted by the spatial limitations of antenna fields. In this paper, we propose a non-intrusive, vision-based identification s
Longju Bai, Zhemin Huang, Xingyao Wang · 2026-04-24
The wide adoption of AI agents in complex human workflows is driving rapid growth in LLM token consumption. When agents are deployed on tasks that require a significant amount of tokens, three questions naturally arise: (1) Where do AI agents spend the tokens? (2) Which models are more token-efficient? and (3) Can agents predict their token usage before task execution? In this paper, we present th
Ilana Nguyen, Harini Suresh, Thema Monroe-White · 2026-04-24
Large language models (LLMs) are increasingly used for text generation tasks from everyday use to high-stakes enterprise and government applications, including simulated interviews with asylum seekers. While many works highlight the new potential applications of LLMs, there are risks of LLMs encoding and perpetuating harmful biases about non-dominant communities across the globe. To better evaluat
Keshav Ramji, Tahira Naseem, Ramón Fernandez Astudillo · 2026-04-24
While long, explicit chains-of-thought (CoT) have proven effective on complex reasoning tasks, they are costly to generate during inference. Non-verbal reasoning methods have emerged with shorter generation lengths by leveraging continuous representations, yet their performance lags behind verbalized CoT. We propose $\textbf{Abstract Chain-of-Thought}$, a discrete latent reasoning post-training me
Parthasarathi Panda, Asheswari Swain, Subhrakanta Panda · 2026-04-24
Selecting a small, high-quality subset from a large corpus for fine-tuning is increasingly important as corpora grow to tens of millions of datapoints, making full fine-tuning expensive and often unnecessary. We propose CRAFT (Clustered Regression for Adaptive Filtering of Training data), a vectorization-agnostic selection method for training sequence-to-sequence models. CRAFT decomposes the joint
Jinghong Chen, Jingbiao Mei, Guangyu Yang · 2026-04-24
A common approach to question answering with retrieval-augmented generation (RAG) is to concatenate documents into a single context and pass it to a language model to generate an answer. While simple, this strategy can obscure the contribution of individual documents, making attribution difficult and contributing to the ``lost-in-the-middle'' effect, where relevant information in long contexts is
Rajinder Sandhu, Di Mu, Cheng Chang · 2026-04-24
Dense vector retrieval is the practical backbone of Retrieval- Augmented Generation (RAG), but similarity search can suffer from precision limitations. Conversely, utility-based approaches leveraging LLM re-ranking often achieve superior performance but are computationally prohibitive and prone to noise inherent in perplexity estimation. We propose Utility-Aligned Embeddings (UAE), a framework des
Negar Arabzadeh, Andrew Drozdov, Michael Bendersky · 2026-04-24
Large Language Models (LLMs) have made query reformulation ubiquitous in modern retrieval and Retrieval-Augmented Generation (RAG) pipelines, enabling the generation of multiple semantically equivalent query variants. However, executing the full pipeline for every reformulation is computationally expensive, motivating selective execution: can we identify the best query variant before incurring dow
Meng Chu, Xuan Billy Zhang, Kevin Qinghong Lin · 2026-04-24
As AI systems move from generating text to accomplishing goals through sustained interaction, the ability to model environment dynamics becomes a central bottleneck. Agents that manipulate objects, navigate software, coordinate with others, or design experiments require predictive environment models, yet the term world model carries different meanings across research communities. We introduce a "l
Calvin Tsay · 2026-04-24
ReLU neural networks trained as surrogate models can be embedded exactly in mixed-integer linear programs (MILPs), enabling global optimization over the learned function. The tractability of the resulting MILP depends on structural properties of the network, i.e., the number of binary variables in associated formulations and the tightness of the continuous LP relaxation. These properties are deter
Antonis Achilleos · 2026-04-24
The plan existence problem asks, given a goal in the form of a formula in modal logic, an initial epistemic state (a pointed Kripke model), and a set of epistemic actions, whether there exists a sequence of actions that can be applied to reach the goal. We prove that even in the case where the preconditions of the epistemic actions have modal depth at most 1, and there are no postconditions, the p
Victoria Ribeiro Rodrigues, Paul W. Davenport, Nicholas J. Napoli · 2026-04-24
Respiratory airflow signals provide critical insight into breathing mechanics, yet conventional analysis methods remain limited in their ability to characterize the internal structure of individual breaths. Traditional approaches treat airflow as a quasi-periodic signal and rely on global descriptors such as tidal volume or peak flow, obscuring sub-breath events that reflect neuromuscular coordina
Gauri Sharma, Maryam Molamohammadi · 2026-04-24
The increasing adoption of AI systems in hiring has raised concerns about algorithmic bias and accountability, prompting regulatory responses including the EU AI Act, NYC Local Law 144, and Colorado's AI Act. While existing research examines bias through technical or regulatory lenses, both perspectives overlook a fundamental challenge: modern AI hiring systems operate within complex supply chains
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.