25 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate today's batch. The first is robustness under real-world conditions — papers on certified training against motion blur, domain generalization for tampering detection, and adaptive safety margins for visual navigation all share the same impulse: models deployed outside the lab encounter messier inputs, and the research community is finally building defenses that hold up when the camera shakes, the distribution shifts, or the perception system lies. The second is efficiency as a first-class constraint — from SWE-Pruner Pro eliminating separate context classifiers inside coding agents, to TRIM diagnosing why agent-generated code is bloated, to differentiable logic gate networks compiling models down to bitwise operations for edge devices. The pattern is clear: the field is moving past "make it work" into "make it work within tight boundaries."
The most surprising paper is Three-Body Scattering for Generative Modeling, which abandons the adversarial critic, noise-to-data path, and autoregressive factorization that have defined the generative modeling era, replacing them all with a distributional energy formulation where each 'projectile' sample is attracted to one real example and repelled from an independent one. It's a clean physics-inspired reframing of a problem that most researchers approach with diffusion or flow matching — and if the empirical results hold, it could open an entirely different design space.
What's notably absent today is any major new foundation model announcement or scaling study — the batch is dominated by method papers, diagnostics, and targeted improvements rather than brute-force pretraining. Collectively, this suggests a field that's settling into maturity: the architecture search space is being explored with precision tools, not sledgehammers.
Sheng-Yu Wang, Yotam Nitzan, Aaron Hertzmann · 2026-07-20
Human visual similarity judgments are context-dependent. For example, two images may be similar in shape but distinct in color. Existing perceptual similarity metrics, however, collapse these nuances into a single scalar value, offering no mechanism to condition on specific aspects. To bridge this gap, we introduce a large-scale dataset of human similarity judgments over image triplets, where each...
Yi Tang, Xinyi Shang, Jiacheng Cui · 2026-07-20
Modern vision-language models (VLMs) have significantly improved image generation and editing capabilities, making pixel-level image tampering detection increasingly important yet challenging under cross-model and out-of-distribution shifts. This work studies domain generalization for pixel-level image tampering detection in modern VLMs like ChatGPT, Gemini, Qwen-Image, etc., aiming to learn tampe...
Dingyun Zhang, Lixue Gong, Wei Liu · 2026-07-20
In line with the prevailing direction of vision research, we explore the integration of both generation and editing capabilities for video and image modalities within a single model. Current approaches to collecting video editing data typically depend on labour-intensive, time-consuming curated procedures--involving object mask annotation, the use of error-introducing pair synthesis via I2V model ...
Naoto Usuyama, Jeya Maria Jose Valanarasu, Sicong Yao · 2026-07-20
Foundation models have emerged as a driving force in computational pathology, with the potential to transform cancer diagnosis, prognosis, and treatment selection by learning transferable representations from large-scale histopathology data. A growing landscape of pathology foundation models now spans diverse data sources, architectures, and downstream applications. However, most pretrained models...
Yiyang Cai, Nan Chen, Rongchang Xie · 2026-07-20
Human-object centric video personalization (HOCVP) is a core task within subject-driven video generation. However, existing methods suffer from two key limitations. First, most approaches focusing on inter-subject personalization still struggle to strike a balance between high subject fidelity and accurate interaction patterns between humans and diverse objects, especially when objects represent a...
Benedikt Brückner, Alessio Lomuscio · 2026-07-20
Vision models have been found to be susceptible to perturbations such as motion blur induced at runtime by a shaking camera. This impedes their deployment in critical applications since phenomena such as slightly blurred vision might lead to failures, for example an object detector missing objects. While methods such as data augmentation or Adversarial Training can improve empirical robustness, th...
Zhe Xin, Hanzhi Chang, Penghui Huang · 2026-07-20
Dynamic object segmentation plays a critical role in many visual applications such as static scene reconstruction from dynamic videos. However, existing optical flow-based methods fail to ensure consistent static/dynamic segmentation along object boundaries, while 3D reconstruction-based approaches are highly sensitive to reconstruction errors. To address these limitations, we present a dynamic ob...
Martim Penim, Ricardo Ribeiro Pereira, Jacopo Bono · 2026-07-20
Causal discovery methods have shown strong performance in temporal systems, but they typically rely on regular and discrete lag structures, limiting their applicability to regularly sampled data. However, many real-world tasks require dealing with irregularly sampled streams of events, such as sensor streams, healthcare data, and financial transactions. In this work, we propose an extension of PCM...
Peng Sun, Zhenglin Cheng, Deyuan Liu · 2026-07-20
Modern generative models typically rely on an adversarial critic, a prescribed noise-to-data path, or an autoregressive factorization. Instead, we show that a proper distributional energy can induce sample-level motion and provide direct regression supervision for a one-step generator. Three-Body Scattering Modeling (TBSM) for generation turns the energy distance into a constant-size per-projectil...
Krish Agarwal, Zhuoming Chen, Yanyuan Qin · 2026-07-20
Real-time multimodal applications, including voice agents and interactive video generation, compose heterogeneous models into pipelines whose efficient deployment requires application-specific decisions about placement, streaming, and intra-model parallelism. Existing serving systems and auto-parallelism compilers commit to limited transformations and fixed workload assumptions, so achieving high ...
Yi-Ping Chen, Ying-Kuan Tsai, Vispi Karkaria · 2026-07-20
Digital Twins rely on surrogate models to mirror physical systems in real time, yet these models can degrade as operating conditions evolve, a phenomenon known as concept drift. Maintaining surrogate fidelity under drift, particularly when models must also capture aleatoric uncertainty, remains an open challenge. Existing adaptive frameworks lack principled mechanisms for detecting when updates ar...
Chinmay Rane, Kanishka Tyagi, Michael Manry · 2026-07-20
PPO and the GRPO baseline studied here use clipped surrogate objectives whose favorable-direction saturation introduces an abrupt change in the scalar objective's derivative. We ask whether Output Reset (OR), a smooth one-sided saturation rule, offers a useful alternative for large language model post-training. PPO-OR and GRPO-OR replace the clipped policy term with an OR squared-margin loss in ro...
Shreyas Pradeepkumar Khandale · 2026-07-20
The soft-label Bayes-error estimator beta(z) = E[min(z, 1-z)] of Ishida et al. estimates the irreducible error of a binary task directly from probability-valued labels. Recent work by Ushio et al. showed that this estimator is fragile when the probabilities are not the true posterior: even perfectly calibrated soft labels can yield a substantially inaccurate estimate, and they propose isotonic cal...
Akshat Gupta, Jermaine Lei, Alexander Lu · 2026-07-20
Autonomous discovery systems such as OpenEvolve and TTT-Discover are often used as general-purpose harnesses. However, in practice these are composite systems combining several design choices about archives, parent selection, exploration, and budget allocation into a single recipe. Because discovery runs are expensive and inherently stochastic, existing harnesses are often compared using too few i...
Kevin Du, Clara Kümpel, Michelle Wastl · 2026-07-20
Users frequently express their beliefs to large language models (LLMs). In some situations, the LLM should accept these contextual beliefs as true. In others, they should stick to their prior knowledge. Notably, users' expressions of belief (EoBs) can take linguistically diverse forms - using presuppositions, evidential and certainty markers, or varied tones - each of which may have a different pe...
Yuhang Wang, Yuling Shi, Shaoqiu Zhang · 2026-07-20
Pruning long context for coding agents has been a vital technology for efficient context management. While existing context pruning methods such as SWE-Pruner realize this by attaching a separate code classifier, we find the agent itself encodes internal representations indicating the relevance of code context when reading tool output. Based on this finding, we propose SWE-Pruner Pro, which prunes...
Hang Zhang, Warren J. Gross · 2026-07-20
Not all training samples contribute equally to large language model fine-tuning. Selecting informative training samples can reduce the computational cost while preserving downstream performance. Many existing data selection methods rely on indirect heuristics, such as data quality, diversity or reasoning trace length. However, the effectiveness of these fixed criteria is task-dependent and difficu...
Depeng Su, Yuyu Luo, Guobiao Hu · 2026-07-20
Battery-free Internet of Things (IoT) requires iterative design of vibration energy harvesters (VEHs) under coupled physical constraints, while LLMs are emerging as interface layers for engineering workflows. However, existing engineering benchmarks primarily assess final artifact validity, offering limited insights into how LLMs behave across different stages of coupled physical design. We introd...
Brian K Chen · 2026-07-20
To test how correct logical judgments respond to learned context, we prepend a soft prefix to an exactly labeled syllogistic reasoning benchmark while keeping the model fixed. Soft prefixes are opaque continuous vectors, so we characterize them through the behavior they induce across controlled variations in logical form and interface. By studying which prefixes succeed and how their effects gener...
Gaoyue Zhou, Zichen Jeff Cui, Ada Langford · 2026-07-20
Pretrained dense visual features from Vision Transformers (ViTs) are powerful yet have been underutilized in robot learning. Modern robot policies either compress each observation into a single global token, or rely on visual backbones trained from scratch, sacrificing both fine-grained spatial detail and the benefits of large-scale visual pre-training. While there exist policies that do operate o...
Junyi Hu, Shuaihang Yuan, Geeta Chandra Raju Bethala · 2026-07-20
Robots in cluttered indoor spaces often fail not because they cannot generate collision-free paths, but because a fixed safety margin is mis-calibrated: conservative margins cause detours and timeouts, while permissive margins lead to near-boundary shortcuts under perception bias. Diffusion-based planners propose diverse trajectory candidates from egocentric RGB-D, yet reliable selection remains t...
Masahiro Kato, Taka Kato · 2026-07-20
We propose one-step and two-step methods for policy learning with retrieval-augmented generation (RAG). We formulate RAG-based action selection under the potential outcome framework. In the two-step method, vector search retrieves action-specific neighboring evidence in an embedding space, the generator estimates conditional expected outcomes or their contrasts, and a plug-in rule selects an actio...
Yihong Gu, Katherine Liao, Tianxi Cai · 2026-07-20
This paper considers a multi-environment factor model in which high-dimensional covariates are collected from heterogeneous environments, with auxiliary labels available in a subset of these environments. The joint distribution of the covariates may vary across environments, whereas the latent structure is decomposed into invariant factors with shared loadings and heterogeneous factors with enviro...
Kaiyuan Tang, Maizhe Yang, Chaoli Wang · 2026-07-20
Large-scale scientific simulations generate volumetric data at rates that far outpace advances in storage and network bandwidth, making effective lossy compression increasingly critical. However, conventional compressors often struggle to preserve fine structural details at high compression ratios (CRs), and implicit neural representations (INRs) require costly per-volume optimization and produce ...
Alex Mathai, Shobini Iyer, Aleksandr Nogikh · 2026-07-20
Coding agents are increasingly used to accelerate code generation in many downstream tasks, such as fixing bugs, building applications, and prototyping. However, despite their value as coding assistants, agent-generated code tends to be larger and more verbose than the corresponding human-written implementation. In this work, we show that the cause lies in the agent's own search process: while ite...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.