25 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes define today's batch. The first is a push toward spatial reasoning beyond flat images: underwater 3D reconstruction without annotations, panoramic scene generation at scale, event-based video reconstruction, and biomechanical pose estimation all reflect a community moving past recognition toward geometric understanding in challenging or unfamiliar environments. The second theme is agent infrastructure. Multiple papers address the plumbing that makes long-horizon agents actually work — proactive memory systems that surface decision-relevant state before context decay, recursive multi-agent search orchestration, and benchmarks for evaluating agents on real-world tool use rather than sandboxed single-turn tasks. The third is post-training mechanics: speculative decoding relaxed to trade correctness for speed, low-rank regularization made stateless, quantization effects characterized beyond accuracy metrics, and a critique showing that the much-discussed "super weights" in LLMs aren't as special or trainable as originally claimed.
The standout is IdeaGene-Bench, which treats scientific ideas as inheritable genomes — minimal units of mechanism that recombine across papers. Instead of asking whether models can answer questions, it asks whether they can trace how ideas evolved and generate novel proposals grounded in that lineage. That's a meaningful pivot from evaluation as performance measurement to evaluation as historical reasoning.
Notably absent: a near-total lack of new foundation model announcements or architectural breakthroughs. The batch is heavy on refinement, benchmarking, and deployment constraints rather than paradigm shifts. Collectively, it suggests a field entering its infrastructure phase — less about building bigger models and more about making existing ones reliable, efficient, and accountable in real-world conditions.
Jiangwei Ren, Xingyu Jiang, Zijie Song · 2026-07-09
Estimating 3D geometry in underwater environments presents unique challenges due to light attenuation, scattering, and the absence of large-scale, high-quality 3D annotations. Pioneering methods rely on massive dense annotations that are impractical in underwater settings. In this paper, we propose Wat3R, a cross-domain semi-supervised learning framework designed to adapt feed-forward 3D reconstru.
Fabio Tosi, Luca Bartolomei, Matteo Poggi · 2026-07-09
Monocular depth estimation has seen remarkable progress through foundation models achieving robust zero-shot generalization, yet their computational demands place them far beyond the reach of embedded and mobile platforms. Lightweight alternatives exist, but have been developed almost exclusively within single-domain, self-supervised paradigms, failing silently under domain shift. We present ZipDe.
Cheng-De Fan, Chun-Wei Tuan Mu, Chen-Wei Chang · 2026-07-09
Recovering high-quality video from sparse event streams is a challenging task. Regression methods often blur textures, while existing generative models struggle with long-term stability. We propose LongE2V, a novel approach that leverages pre-trained video diffusion priors to jointly handle event-based video reconstruction, prediction, and frame interpolation. By fine-tuning a foundational video m.
Weijian Chen, Weibo Yao, Yuhang Zhang · 2026-07-09
Scaling 3D Gaussian Splatting (3DGS) to large outdoor scenes is costly in both data acquisition and computation. Adopting panoramic images with equirectangular projection (ERP) can reduce capture effort via their full $360^{\circ}$ field of view, yet the resulting omnipresent visibility invalidates existing partitioning strategies that rely on local camera frustums, causing block-wise optimization.
Hongyu Liu, Chun Wang, Feng Gao · 2026-07-09
We propose OPSD-V, an on-policy self-distillation paradigm for post-training few-step autoregressive (AR) video diffusion models. Existing few-step AR video generators can produce long videos with low latency, but still suffer from error accumulation and weakened motion dynamics during long autoregressive rollout. OPSD-V reduces long-horizon degradation while preserving the original few-step infer.
Haoran Feng, Ruiyang Zhang, Longyi Zhang · 2026-07-09
In this work, we present Canvas360, a two-stage framework for in-context panoramic generation that combines geometry-aware pretraining with downstream task-specific fine-tuning. To address the lack of large-scale, high-quality training data tailored to in-context panoramic tasks, we propose Canvas360Dataset, a collection of 1M high-quality paired panoramic samples for style transfer, inpainting, o.
Xinyan Chen, Ziyu Guo, Renrui Zhang · 2026-07-09
Reasoning has become a core capability for large models, especially when reliable decisions require understanding logical consequences. Recent video generation models offer a reasoning path distinct from previous Chain-of-Thought (CoT): reasoning can unfold through temporally connected frames, known as Chain-of-Frame (CoF) reasoning. However, existing video generators are primarily trained on gene.
Tomasz Stanczyk, Yuan Gao, Hardik Agarwal · 2026-07-09
Multi-object tracking (MOT) has achieved strong performance on benchmarks dominated by short video sequences. However, such datasets do not adequately evaluate long-term identity preservation, where objects must be tracked consistently over extended durations. We introduce WaspMOT, a benchmark designed to address this gap through long-duration tracking of Trichogramma wasps in controlled ecologica.
Ayda Eghbalian, Kevin Desai · 2026-07-09
Recent progress in 3D human pose estimation has made markerless recovery of skeletal motion increasingly accurate and scalable. However, most pose estimators remain optimized for geometric keypoint accuracy, while many real-world applications in rehabilitation, sports science, ergonomics, and clinical movement analysis require biomechanical quantities that describe how the body moves, loads, and a.
Xiao Fu, Yue Hu, Meida Chen · 2026-07-09
Accurate 3D terrain maps are essential for emergency response when assessing wildfire hazards. However, wildfire-prone regions often span vast areas where conventional reconstruction methods underperform. Airborne LiDAR systems provide high-resolution terrain data, but they are expensive and infrequently updated. Image-based methods offer a lower-cost alternative, but struggle due to sparse visual.
Wenbo Xu, Zhimin Chen, Xiaojie Liang · 2026-07-09
Rapid advancements in video diffusion models and temporal editing tools have enabled the generation of highly realistic human-centric videos, posing unprecedented challenges to digital content forensics. Existing benchmarks primarily focus on either face-swapping or global text-to-video synthesis, overlooking the crucial dimensions of human-object or human-human interactions and multi-modal alignm.
Ruiqi Shen, Chang Liu, Henghui Ding · 2026-07-09
Modern Video Object Segmentation (VOS) involves tracking and segmenting user-specified targets. While recent approaches have achieved remarkable performance in single-target scenarios, extending them to multi-target settings typically involves replicating the single-target processing for each individual object, resulting in reduced frame rates (FPS) with unbounded latency as target count increases.
Indranil Dutta, Taehee Jeong · 2026-07-09
Diabetic Retinopathy (DR) is a leading cause of preventable blindness worldwide, requiring automated lesion segmentation using deep learning models for early detection and monitoring. However, DR lesions vary dramatically in size from tiny microaneurysms to large hemorrhages and exudates. This variability creates conflicting demands on the model architecture and input resolution, posing a challeng.
Kutub Uddin, Nusrat Tasnim, Awais Khan · 2026-07-09
The rapid advancement of generative AI has enabled the creation of highly realistic deepfake media, posing significant threats, including misinformation, digital identity theft, fraud, and manipulation of public opinion. AI-generated image (AIGI) detection is reliably challenging due to the diversity of generative methods and the subtle artifacts they leave behind. In this work, we propose GenRes,.
Yifan Zhou, Qihao Yang, Yan Li · 2026-07-09
Scientific ideas rarely start from a blank page. They inherit mechanisms, repair known limitations, and recombine pieces of earlier work, much like biological genomes. Current benchmarks still say little about whether AI systems can follow this inheritance structure. We present IdeaGene-Bench (IG-Bench), a benchmark for scientific lineage reasoning and lineage-grounded idea generation. IG-Bench is.
Kristina Schaaff, Quintus Stierstorfer, Valerie Heckel · 2026-07-09
In this study, we present a large-scale descriptive analysis of the use of an AI-based learning assistant (Syntea) in higher education. Based on objective log data from 77,543 students enrolled in distance studies, we examine usage patterns across gender, age group, study cluster, degree, and study mode. To date, existing research on educational chatbots has largely relied on comparatively small s.
Siddharth Damodharan, Radhika Gupta, Ali Alshami · 2026-07-09
Recent advances in Vision-Language Models, Large Language Models, and Multimodal Large Language Models have improved autonomous driving tasks such as scene understanding, decision making, trajectory prediction, and visual question answering. However, evaluating whether these models can reliably reason about safety-critical incidents remains challenging. To address this gap, we present AUTOPILOT-VQ.
Emanuele Quinto, Carlo Andrea Rozzi, Francesco Zanitti · 2026-07-09
Large language model (LLM) applications increasingly use explicit workflows for tool use, retrieval, branching, checkpointing, and human approval. Existing workflow systems already address many execution concerns. This paper proposes a Lisp-inspired but language-independent conceptual model: symbolic forms, object identity, and live-image thinking are used as explanatory lenses, not implementation.
Baha Rababah, Cuneyt Gurcan Akcora, Carson K. Leung · 2026-07-09
Post-training quantization is widely used to deploy large language models in resource-constrained settings, yet its evaluation relies almost exclusively on accuracy and perplexity. We show that these metrics fail to capture behavioral changes induced by quantization. We introduce correctness agreement, a decision-level metric that measures overlap in correct predictions between a base model and it.
Yifan Wu, Lizhu Zhang, Yuhang Zhou · 2026-07-09
In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts, diagnoses, and open subgoals can be buried in the context window or pushed beyond it, failing to influence decisions when needed. We call this failure mode "behavioral state deca.
Shilin Ou, Yifan Xu, Luyao Zhang · 2026-07-09
As agentic AI systems are increasingly applied to cyber-physical environments, their evaluation requires assessment of both task performance and trustworthiness. In decentralized energy markets, autonomous agents may improve market utility, but may also exploit invalid physical data, create artificial liquidity, and produce unstable governance decisions. Therefore, we propose SolarChain-Eval, a ph.
Eugene Ng Yi Sheng, Bingquan Shen · 2026-07-09
Self-interested agents, left unconstrained, tend toward defection in repeated social dilemmas, causing cooperative gains from trade to collapse. This paper investigates what formal mechanisms, layered on top of unrestricted communication, are sufficient for a society of such agents to maintain market stability, and how resilient those mechanisms are to adversarial attack. We instantiate the resear.
David González-Martínez, Shiwei Liu · 2026-07-09
Low-rank factorization is widely used to compress neural networks, but modern models are often not naturally amenable to aggressive factorization without significant accuracy loss. Existing training-time low-rank regularizers can improve compressibility, but they often require SVDs of large weight matrices, modify the model architecture (introducing additional trainable parameters), or rely on sta.
Duen Horng Chau, Donghao Ren, Fred Hohman · 2026-07-09
While UMAP is widely used for exploring high-dimensional data, typical workflows focus on its lower-dimensional embedding, largely overlooking the rich k-nearest-neighbor (kNN) graph that UMAP constructs internally. This graph encodes the data manifold in its original high-dimensional space, before the distortion that UMAP's 2D projection introduces. We demonstrate the untapped potential of this i.
Shreyas Subramanian, Adewale Akinfaderin, Akarsha Sehwag · 2026-07-09
Recent work identified Super Weights, individual parameters whose removal degrades model performance by orders of magnitude. We show that this degradation due to pruning Super Weights does not universally apply to all LLMs. Furthermore, if these parameters are so important, Super Weight-aware training should be effective. We show the opposite. Training Super Weights in isolation (100 to 8,192 para.
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.