40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate this batch. First, the push to make long-context inference tractable spans modalities: visual token routing that preserves rather than discards information across decoder layers, incremental dialogue compression that shares memory across turns, and decomposable "memory atoms" that replace monolithic LoRA adapters. The community is converging on a shared insight — compression should be reversible and context-aware, not a one-shot prune. Second, embodied AI is maturing from demonstration to deployment. Multiple papers tackle the friction points: extracting force feedback from commodity robot arms without dedicated sensors, learning useful policies from suboptimal demonstrations, decentralizing multi-robot collaboration without centralized state, and deciding when to spend test-time compute rather than scaling it indiscriminately. Third, model governance and interpretability are gaining structural weight — from auditing invisible recursive dependencies in LLM supply chains to training-free cross-vocabulary alignment transfer.
The standout is Echoes of the Prior, which uses controlled synaptic decay inside a neural 3D reconstruction pipeline to create an interactive art installation about forgetting. It reframes a standard architecture as a phenomenological instrument rather than an engineering artifact — a rare move that suggests some researchers are treating neural networks as mediums for investigation, not just optimization targets.
What the batch collectively signals is a field pivoting from capability scaling to infrastructure: making models cheaper to run, safer to trust, and more usable in physical environments where latency, energy, and hardware constraints are not abstract problems.
Cheng-Yu Yang, Shao-Yuan Lo, Yu-Lun Liu · 2026-06-10
Vision-language models (VLMs) project images into hundreds to thousands of visual tokens, making decoder inference expensive in both attention computation and KV-cache memory. Existing visual-token reduction methods largely follow a rank-and-remove paradigm: they score visual tokens, keep a compact subset, and permanently discard the rest. We show that this irreversible action is fragile because v…
Kian R. Weihrauch, Thomas A. Buckley, William Lotter · 2026-06-10
General-purpose large language models (LLMs) are routinely used as baselines when evaluating specialized pathology models on whole-slide images (WSIs). Because WSIs exceed contemporary model context limits, LLM baselines routinely use small, high-magnification patches processed independently via majority voting, without systematic evaluation of seemingly inconsequential design choices such as patc…
Jin Yao, Dhruva Dixith Kurra, Tom Lampo · 2026-06-10
Vision-language-action (VLA) models can describe scenes and reason about them in language, yet still struggle to ground their actions in the dense 3D world around them. Existing approaches either inject features from a frozen 3D foundation model without an objective that ensures the policy uses them, or constrain geometry with sparse box and map losses that provide no dense spatial signal. We intr…
Zhi Wei Xu, Torbjörn E. M. Nordling · 2026-06-10
Physiological awareness is important for service, social, and assistive robots that interact with humans in everyday environments. Remote photoplethysmography (rPPG) enables non-contact heart-rate (HR) estimation from an RGB camera, making it a promising sensing modality for robot-mounted vision systems. However, illumination variation remains a major barrier to robust deployment. This paper prese…
Zhen Zhao, Gang Zhang, Xiaolin Hu · 2026-06-10
Object detection and instance segmentation tasks are closely related. Existing top-down instance segmentation methods usually follow a detect-then-segment paradigm, where an initial detector is used to recognize and localize objects with bounding boxes, followed by the segmentation of an instance mask within each bounding box. In such methods, the detection accuracy directly influences the subsequ…
Pengfei Wang, Shihao Wang, Liyi Chen · 2026-06-10
While monocular depth estimation has achieved significant progress, achieving generalized metric depth estimation for both narrow field-of-view (FoV) perspectives and $360^\circ$ panoramas remains an unsolved challenge. Existing methods are often tailored to specific camera types and struggle to produce accurate metric depth that generalizes across diverse settings. This limitation stems from two …
Kai Standvoss, Miriam Hägele, Rosemarie Krupar · 2026-06-10
Hematoxylin and eosin (H&E) staining is the cornerstone of histopathology, yet scalable, quantitative analysis of H&E whole-slide images (WSIs) remains a central challenge in computational pathology. We present Atlas H&E-TME, an AI-based system built on the Atlas family of pathology foundation models that predicts tissue quality, tissue region, and cell type labels across multiple cancer types, yi…
Gege Gao, Bernhard Schölkopf, Andreas Geiger · 2026-06-10
Memory is not merely the storage of data; it is the scaffolding of reality. When biological memory fades, the world does not simply turn black; it regresses into an unrecognizable chaos. Echoes of the Prior is an interactive installation that attempts to visualize this subjective phenomenology of forgetting. By inducing controlled synaptic decay within a Feed-Forward 3D Reconstruction model, we cr…
Juraj Perić, Marija Habijan, Dario Mužević · 2026-06-10
Segmenting the Circle of Willis (CoW) from Magnetic Resonance Angiography (MRA) is challenging due to complex topology and thin vascular structures that are prone to fragmentation. Standard Convolutional Neural Networks (CNNs) often fail to capture these topological constraints, resulting in "broken vessel" artifacts. To address this, we propose the Anatomically Conditioned Recurrent Refinement U-…
Gege Gao, Bernhard Schölkopf, Andreas Geiger · 2026-06-10
ARC tests in-context rule induction: given a few input-output demonstrations, a model must infer the hidden rule and apply it to a new query. While many approaches express ARC rules through language, code, or symbolic programs, ARC itself is visual-symbolic: rules appear as grid transitions over objects, colors, shapes, and spatial relations. We introduce Loop-OWM, an object-centric world-modeling…
Yuchen Xian, Yunqiu Xu, Yang He · 2026-06-10
Multimodal image fusion aims to integrate complementary information from different modalities into a fused image that preserves rich local details while maintaining globally consistent appearance. Existing approaches build shared representations on 2D feature grids, which excel at modeling local structures but offer limited leverage over image-level global appearance factors. To balance these obje…
Yeongseo Jung, Jaehyeok Kim, Eunseo Jung · 2026-06-10
Modern conversational agents condition on an ever-growing dialogue history at each turn, incurring redundant attention and encoding costs that grow with conversation length. Naive truncation or summarization degrades fidelity, while existing context compressors lack cross-turn memory sharing or revision, causing information loss and compounding errors in long dialogues. We revisit the context comp…
Xingjian Diao, Wenbo Li, Yashas Malur Saidutta · 2026-06-10
Long input sequences are central to document understanding and multi-step reasoning in Large Language Models, yet the quadratic cost of attention makes inference both memory-intensive and slow. Context distillation mitigates this by compressing contextual information into model parameters, and recent work such as Doc-to-LoRA amortizes context distillation into a single forward pass that generates …
Haotao Xie · 2026-06-10
Recently, large language models (LLMs) have achieved promising progress in the fields of classical Chinese translation and the generation of classical poetry. However, domain-specific research on precise translation and affective-semantic understanding of classical poetry remains limited. The main challenge is that most studies treat the poetic appreciation task as a general-domain problem, neglec…
Sanjay Adhikesaven, Haoxiang Sun, Sewon Min · 2026-06-10
Modern LLM training pipelines increasingly rely on other models to generate data, filter corpora, judge outputs, and guide development decisions. These dependencies are recursive: a model may depend on an upstream artifact whose own dependencies are documented only in separate releases and artifacts. As a result, the full dependency structure is fragmented across heterogeneous public artifacts, wi…
Hao Xiang, Qiaoyu Tang, Le Yu · 2026-06-10
Reinforcement Learning (RL) with verifiable environments has emerged as a powerful approach for enhancing the reasoning capabilities of Large Language Models (LLMs). While prior research demonstrates that scaling environment quantity improves RL performance, existing manual or individual construction methods suffer from linear scaling limits, thereby hindering scalable reasoning generalization. Th…
Chirag Chawla, Pratinav Seth, Vinay Kumar Sankarapu · 2026-06-10
Domain fine-tuning degrades the safety of large language models: fine-tuned specialists readily comply with harmful prompts framed in domain language. Existing inference-time defenses that mix logits from a safe anchor model require both models to share a vocabulary, which rules them out for the cross-family specialists where safety is most degraded. We present ALIGNBEAM, a training-free method th…
Paul He, Shiva Kasiviswanathan, Dominik Janzing · 2026-06-10
Evaluating multi-turn dialogue is challenging because quality emerges across turns rather than within individual responses. We focus on a key dimension of information-seeking dialogue: semantic progress, defined as the accumulation of new, question-relevant, and non-redundant information over the course of a conversation. We formalize semantic progress as question-conditioned uncertainty reduction…
Steven Oh, Jason Jingzhou Liu, Tony Tao · 2026-06-10
Contact-rich manipulation requires force sensitivity, but many robot arms lack dedicated force sensors due to their high cost. We present Neural External Torque Estimation (NEXT), a data-driven method that estimates external joint torques without needing any dedicated force sensors. NEXT trains in 1 minute from only 10 minutes of free-motion data, yet achieves estimates comparable to dedicated joi…
Jadelynn Dao, Milan Ganai, Yasmina Abukhadra · 2026-06-10
Vision-Language Models (VLMs) are increasingly deployed as high-level planners for embodied agents, with an emerging strategy of scaling test-time compute to improve capability. However, we observe that doing so increases latency, token usage, and FLOPs while yielding uneven, often diminishing gains in downstream success, limiting where embodied agents can be deployed. We argue that choosing when …
Sadman Sakib Enan, Junaed Sattar · 2026-06-10
Effective multi-human-robot collaboration is essential for expanding human-led operations in the challenging and high-risk underwater environment. For autonomous underwater vehicles (AUVs) to become true teammates, they must be able to comprehend their surroundings and recognize a diver's activities to offer assistance and ensure safety. Towards this goal, we introduce DAR-Net, a novel transformer…
Haoyuan Deng, Yitong Gao, Yudong Lin · 2026-06-10
Human-in-the-loop reinforcement learning (HiL-RL) has emerged as an effective paradigm for real-world robotic manipulation, enabling online policy improvement with human guidance. However, current HiL-RL frameworks remain intervention-intensive, relying on frequent human corrections to redirect the policy out of unproductive exploration, which incurs high labor cost and limits real-world scalabili…
Adam Wei, Nicholas Pfaff, Thomas Cohn · 2026-06-10
We propose Ambient Diffusion Policy, a simple and principled method for imitation learning from suboptimal data in robotics. High-quality, task-specific robot data is expensive and time-consuming to collect, while suboptimal datasets with lower-quality or out-of-distribution demonstrations are abundant. Existing methods that co-train on both data sources in robotics often fail to separate the mean…
Ria Doshi, Tian Gao, Annie Chen · 2026-06-10
Multi-robot collaboration allows robots to efficiently take on a wide range of tasks, from moving a couch through a doorway to assembling structures on a construction site. However, achieving such coordination in mobile multi-robot settings remains challenging: centralized methods conditioned on the combined observations of a team scale poorly with team size, and decentralized methods that train o…
Songhao Wu, Ang Lv, Ruobing Xie · 2026-06-10
Router is the cornerstone component to the Mixture-of-Experts models. Serving as expert proxies, the rows of the router matrix compute their similarity to the MoE inputs to determine which subset of experts is activated. Ideally, each router row is designed to encode the expert matrix into this representative vector, such that its dot-product with token can better reflect token-expert affinity. Ho…
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.