Research Paper Cockpit

Daily Digest - 2026-09-03

Papers first seen in this daily snapshot.

Daily Archives

Quick jump into generated daily digests.

Research Workflow

Latest digest: 2026-09-22.

Papers

49 visible entries

arxiv Score 22.5

Discriminative World Models for Web Agents

2026-09-02 · Kelvin Li, Dhruv Pendharkar, Anish Pahilajani, Chuyi Shang, Leon Oks, Leonid Karlinsky, Rogerio Feris, Trevor Darrell, Roei Herzig

Research Track B · General AI

Recent web agents use world models for test-time action selection by sampling candidate actions, predicting the resulting web states, and ranking them with a ranker model or a Process Reward Model (PRM). These world models are typically trained via supervised next-state prediction to generate fixed representations like…

Review
pending
Role
unreviewed
Read
now
arxiv Score 21.0

Monitoring Web Agents Without Internal Signals: Observable Trajectories and Key-Step Supervision

2026-09-02 · Sitong Pan, Yipeng Shen, Yilin Lu, Caiwen Ding, Lu Cheng, Qianwen Wang

Research Track B · General AI

Reliable web-agent monitoring is difficult when model-internal uncertainty signals such as token logits are unavailable. In this work, we study prefix-level risk prediction for web agents using observable trajectory signals: given an evolving prefix, estimate whether the current execution remains on track or is tending…

Review
pending
Role
unreviewed
Read
now
arxiv Score 18.5

MASkills: Continual Skills Optimization for Multi-Agent LLM Systems

2026-09-02 · Huaiyuan Yao, Xiaoou Liu, Charles Fleming, Tianlong Chen, Hua Wei

Research Track A · General AI

LLM-based multi-agent systems have shown strong performance on complex tasks, yet continual improvement from interaction experience remains challenging. Existing self-reflection methods build experience memories, but memories are mostly hard to invoke, refine, or scale, while agent skills offer a more actionable unit: …

Review
pending
Role
unreviewed
Read
now
arxiv Score 18.3

Large Language Models (LLMs) for Telecom Root Cause Analysis (RCA): A Structured Reasoning Framework for Evidence-Grounded Diagnosis

2026-09-02 · Hao Zhou, Mandar Kulkarni, Hao Chen, Yan Xin, Charlie, Zhang

General AI

Root cause analysis (RCA) is a critical task in telecom network operations, but diagnosing performance degradations in modern 5G and emerging 6G networks remains challenging due to complex cross-layer dependencies. While large language models (LLMs) offer promising capabilities for reasoning and knowledge integration, …

Review
pending
Role
unreviewed
Read
now
huggingface Score 17.5

FoldingAgent: Inferring Parametric Origami Procedures from Demonstration Videos

2026-08-31 · Maya Moriya, Sigal Raab, Yael Vinker, Tali Dekel

General AI

We present FoldingAgent, an agentic framework for inferring explicit parametric folding programs directly from origami demonstration videos. Our framework leverages the reasoning power of a pre-trained Vision-Language Model (VLM) equipped with a suite of specialized tools that enable the agent to simulate geometric tra…

Review
pending
Role
unreviewed
Read
now
arxiv Score 17.3

CORAL: An LLM-Native Harness for Production Recommender Systems

2026-09-02 · Muhammad Rafay Azhar, Yuhang Zhou, Gilbert Jiang, Yuchen Wang, Rahul Sharma, Matthew DeSousa, Jiayi Liu, Xin Guo, Lizhu Zhang, Xiangjun Fan

General AI

Production recommender systems shape what billions of people see, and sustaining their performance requires continual optimization: as content, user behavior, and upstream models shift, the choices governing retrieval, ranking, and serving must be revisited. Traditionally, human engineers test such changes through onli…

Review
pending
Role
unreviewed
Read
now
arxiv Score 17.3

MARS: What Retrieval Signals Are Hidden in Multimodal Large Language Models for Text-Video Retrieval?

2026-09-02 · Uicheol Jung, Juyoung Hong, Geuntaek Lim, Yukyung Choi

General AI

Text-video retrieval requires representations that can distinguish videos with similar scenes, actions, and temporal patterns. Recent multimodal large language models have been adapted as embedding models, but they often represent each input using a single token from the final layer. This can compress diverse video-tex…

Review
pending
Role
unreviewed
Read
now
arxiv Score 17.0

Emergence of Fibrations, Compression, and Symmetry Breaking in Artificial Neural Networks

2026-09-01 · Osvaldo M Velarde, Lucas C Parra, Alireza Hashemi, Hernan A Makse

Research Track A

Artificial neural networks are often regarded as powerful yet opaque black boxes. Here, we demonstrate that learning in deep neural networks generates local symmetries known in graph theory as fibrations and coverings. We prove that covering symmetries are stable attractors of stochastic gradient descent. Consistent wi…

Review
pending
Role
unreviewed
Read
now
huggingface Score 16.5

NeoMME: A Single-Tower Multimodal-Native Multilingual Foundation Encoder for Efficient Fine-Tuning and Inference

2026-08-31 · Aurélien Lac, Tony Wu

General AI

Multimodal models often build on architectures designed for generative vision-language modeling, typically combining separately pretrained vision encoders with causal language models. Visual document retrievers such as ColPali repurpose these models as encoders, carrying over the parameter and compute overhead of a VLM…

Review
pending
Role
unreviewed
Read
now
arxiv Score 16.3

Post-Training Language Models for Gold-Medal Performance in Coding Competitions

2026-09-02 · Aleksander Ficek, Sean Narenthiran, Mehrzad Samadi, Somshubra Majumdar, Boris Ginsburg

General AI

Competitive programming has become a key test of large language model reasoning, with international competitions such as IOI and ICPC representing its most challenging settings. We present an end-to-end specialization pipeline combining large-scale problem curation, synthetic reasoning traces, supervised fine-tuning (S…

Review
pending
Role
unreviewed
Read
now
arxiv Score 15.3

ShallowStream: Index Shallow then Answer Deep for Streaming Video Understanding

2026-09-02 · Jitai Hao, Ke Yang, Qiang Huang, Jun Yu

General AI

Streaming video understanding is a critical capability for real-world applications, including embodied intelligence, autonomous driving, industrial monitoring, surveillance and early warning, and wearable assistants. However, processing continuous video streams with multimodal large language models (MLLMs) is computati…

Review
pending
Role
unreviewed
Read
now
arxiv Score 15.3

SkillGLoW: Procedural-Family Skill Consolidation for Self-Improving Agents on Long-Horizon Task Streams

2026-09-02 · Ao Yan, Xin Zhang, Jiawei Du, Joey Tianyi Zhou

Research Track A · General AI

LLM agents increasingly self-improve by writing and reusing textual skills, kept either as one global document or as a flat pool of per-task entries, though most of the evidence comes from domains with structurally similar tasks. On long-horizon workloads where each task demands a different solution, the two forms fail…

Review
pending
Role
unreviewed
Read
now
arxiv Score 14.3

Cliff: Learning Process Rewards from the First Mistake

2026-09-02 · Peixuan Han, Runhui Wang, Ketan Ramaneti, Jie Hao, Gerald Friedland, Chris Kong

General AI

Reinforcement learning with verifiable rewards (RLVR) has emerged as a powerful paradigm for large language model (LLM) post-training, but its reliance on coarse outcome rewards leads to limited guidance on intermediate reasoning processes. Existing approaches such as process reward modeling and on-policy distillation …

Review
pending
Role
unreviewed
Read
now
arxiv Score 14.3

Untangling the Mechanisms of Misleading Context in Medical Question Answering

2026-09-02 · Robin Linzmayer, Noémie Elhadad

General AI

Large language models now answer medical questions with expert-level performance. However, the context these systems act on can be misleading, and misleading context can corrupt a model's medical judgment. To understand how misleading context corrupts this judgment, we examine the model's susceptibility to the context,…

Review
pending
Role
unreviewed
Read
now
huggingface Score 13.5

SnapBench: Benchmarking Snap-and-Ask Multimodal Retrieval for Mobile Interactions

2026-08-30 · Zirong Chen, Fuda Ye, Kuan Zhang, Enjun Du, Junfu Pu, Xinlei Wang, Xinyu Zuo, Lisheng Duan, Jin Ma, Yongqi Zhang

General AI

Mobile AI acts as a visual oracle, empowering users to snap a picture of something and ask for information. Snap-and-ask retrieval is now one of the most common entry points for mobile AI, yet photos are often blurry, while text questions may be short or mistyped. Existing benchmarks only test on clean inputs or do not…

Review
pending
Role
unreviewed
Read
now
arxiv Score 13.3

Measurement-Driven Sub-Network Selection for On-Premise Retrieval-Augmented Factory Agents

2026-09-02 · Vasileios Rizeakos, Georgios Paisios, Alexandros Machairas, Michael Birbas, Athanasios Bachoumis

General AI

On-premise assistants can give factory workers conversational access to machine documentation, but models capable of the task rarely fit shop-floor hardware. We show that after structural compression and retrieval-grounded adaptation, model size is no longer a reliable predictor of adapted answer quality: general capab…

Review
pending
Role
unreviewed
Read
now
huggingface Score 12.5

Autoregressive Mosaics: Probing 2D Spatial Reasoning in Text-Only Language Models

2026-09-01 · Ashwin Nedungadi, Stefan Oehmcke, Stefan Lüdtke

General AI

Large language models (LLMs) trained only on text and code can sometimes generate programs that draw recognizable images. However, it is unclear whether this reflects an internal representation of 2D spatial layout or simply the ability to translate spatial descriptions into code. We introduce Autoregressive Mosaics (A…

Review
pending
Role
unreviewed
Read
now
huggingface Score 11.5

Repo-To-Skill: Distilling GitHub Repositories Into AI4AI Skills

2026-09-02 · Jianlyu Chen, Yuyang Hu, Hongjin Qian, Jiawei Liu, Wenqing Wei, Xiaolong Chen, Defu Lian, Zhicheng Dou, Chaozhuo Li, Qiwei Ye, Zheng Liu

General AI

Autonomous agents are beginning to carry out machine-learning (ML) research end to end. These agents combine a model backbone with a harness for planning, execution, memory, and verification, but this architecture still leaves domain-specific know-how outside the agent. We call this missing layer operational knowledge,…

Review
pending
Role
unreviewed
Read
now
arxiv Score 11.3

From Tokens to Semantics: Leveraging Complementary Signals for Hallucination Detection in Black-Box LLMs

2026-09-02 · Urja Pawar, Rajitha Ramanayake, Owen O'Neill, Nabeel Kemal, Abhishek Mandal, Houssem Chatbri, Christopher Martin

General AI

When LLMs support public-facing or high-stakes workflows, missed fabrications can harm users and institutions, while false alarms consume limited human-review capacity. When no trusted context or reference document is available, we study two signals accessible through black-box model APIs: semantic entropy, which measu…

Review
pending
Role
unreviewed
Read
now
arxiv Score 11.3

Towards Trustworthy Autonomous Robots: An Explainable AI-Based Decision Framework

2026-09-02 · Cagri Temel

General AI

Autonomous robots powered by deep learning face a fundamental auditability challenge: when incidents occur, investigators cannot reconstruct why the system made specific decisions. This paper presents TRACE (Transparent Reasoning Architecture for Credible Execution), a decision framework that ensures every autonomous a…

Review
pending
Role
unreviewed
Read
now
huggingface Score 10.5

HarnessDev: Can LLMs Create and Evolve Their Own Agent Harness?

2026-09-01 · Yuhao Wu, Jingyuan Zhang, Jiajun Shi, Xinping Lei, Qingshui Gu, Yuxuan Zhang, Zexuan Wang, Chen He, Chen Huang, Maojia Song, Zhiyuan Zeng, Shaowen Wang, Jinkai Liu, Yunfeng Shi, Jiaheng Liu, Shen Yan, Wenhao Huang, Ge Zhang, Wenxuan Zhang

General AI

As agents move from research prototypes to deployed tools, their capability increasingly depends on model-external execution infrastructure, commonly termed the agent harness. Changing this harness while holding model weights fixed can substantially alter task performance. Current agent evaluations typically report dow…

Review
pending
Role
unreviewed
Read
now
arxiv Score 10.5

Lagged Coupling: Internal Representations Become Readable Before They Become Causal

2026-09-01 · Xining Xun

Research Track A

Across the full Pythia suite (160M-12B, eight checkpoints, four task families), a linear probe can read a target variable from the residual stream as early as step 1,000 at every scale -- yet steering along that same reading direction remains null-equivalent in 43 of 48 model-checkpoint cells. Internal readability syst…

Review
pending
Role
unreviewed
Read
now
arxiv Score 10.3

Bilevel Coordinated Reflection: A Game-Theoretic Approach to Multi-Agent LLM Systems

2026-09-02 · Yihang Chen, Yuxiang Chen, Yuxuan Huang, Meng Fang, Weilin Luo, Jun Wang

General AI

Multi-agent LLM systems commonly use an orchestrator to decompose a task for a team of workers and then improve through textual reflection. Despite strong empirical results, these systems lack a unified account of coordination, memory improvement, and the role of external verification. We model orchestrator-worker inte…

Review
pending
Role
unreviewed
Read
now
arxiv Score 10.3

Deeply Interleaved Text-Image Contexts for Multimodal LLMs Assessment

2026-09-02 · Zihao Wang, Xi Xiang, Yuwen Sun, Yingyu Li, Yabo Zhang, Yihan Zeng, Fan Li, Wangmeng Zuo

General AI

Current evaluations and training of multimodal models predominantly focus on multi-image tasks, largely overlooking interleaved text-image scenarios. In such multi-image tasks, text typically serves merely as task instructions, lacking deep semantic interaction with the visual content. In contrast, realworld applicatio…

Review
pending
Role
unreviewed
Read
now
arxiv Score 10.3

EarlyEval: Cheaper Agent Evaluation via Early Outcome Prediction

2026-09-02 · Yuling Shi, Zhensu Sun, Junsen Dong, Chengcheng Wan, David Lo, Xiaodong Gu

General AI

Evaluating LLM agents is essential for guiding their development, yet it has grown prohibitively expensive: a single pass of a frontier model over an agentic benchmark can cost hundreds to thousands of dollars, a price paid repeatedly across iterative development cycles. Prior efforts, centered on benchmark distillatio…

Review
pending
Role
unreviewed
Read
now
arxiv Score 10.3

Federated LoRA Adaptation of BiomedCLIP Across Four International Chest X-Ray Cohorts

2026-09-02 · Sanjaya Poudel, Nirajan Kunwor, Manish Dhakal, Debesh Jha, Sunil Kumar Gaire

General AI

Federated learning (FL) lets institutions train a shared model without exchanging data, and Low-Rank Adaptation (LoRA) makes this practical at scale by communicating only compact low-rank updates. Biomedical imaging is a compelling setting for this combination: patient data are archived behind privacy regulations, and …

Review
pending
Role
unreviewed
Read
now
arxiv Score 10.3

Thinking in Pictures: A Systematic Benchmark for Reasoning-driven Image Generation

2026-09-02 · Yutong Liu, Nan Huang, Xu Cao, James M. Rehg

General AI

Recent advancements in unified generative models (UGMs) and world simulators have achieved unprecedented results in visual perception and synthesis. However, these models primarily rely on surface-level event alignment, leaving the capacity for high-level visual reasoning underexplored. True visual generative intellige…

Review
pending
Role
unreviewed
Read
now
huggingface Score 9.5

CRISP: Cliff-awaRe Input-adaptive Sparse Prefilling with Structural-Mass-Motivated Routing

2026-09-01 · Huu Huy Nguyen, Chien Van Nguyen, Franck Dernoncourt, Ryan A. Rossi, Linh Ngo Van, Jieyang Chen, Thien Huu Nguyen

General AI

The attention prefilling phase of long-context LLM inference scales quadratically, making self-attention a severe computational bottleneck. Traditional sparse attention methods mitigate this through fixed patterns or offline profiling, but lack the flexibility to adapt to input-dependent attention structure. Recent dyn…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 9.3

Breaking the Structural Identity: Personalized Federated LoRA Fine-tuning under Rank Heterogeneity

2026-09-01 · Lei Wang, Jieming Bian, Letian Zhang, Jie Xu

General AI

Large Language Models (LLMs) have achieved remarkable success across diverse domains, but their adaptation to privacy-sensitive, distributed datasets remains a challenge. While Federated Learning (FL) combined with Low-Rank Adaptation (LoRA) provides a resource-efficient paradigm for collaborative fine-tuning, practica…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 9.3

Stored Is Not Supported: Typed Provenance and Assertion Guardrails for Persistent AI Agents

2026-09-02 · Jun He, Deying Yu

Research Track A · General AI

Persistent AI agents construct autobiographical state through reflection, retrieval, and consolidation. Persistence changes availability, not epistemic standing: stored or retrieved material is not thereby supported. Untrusted inputs, prompt injections, and model inferences can therefore enter persistent state and late…

Review
pending
Role
unreviewed
Read
now
huggingface Score 8.5

Ignorance or Incompetence? Constructing Knowledge-Gated, Verifiable Tasks for LLM Agents

2026-08-31 · Hanlin Tian, Minhao Li, Yu Mi, Sihan Zhu, Zhao Yang, Yuxiang Wang, Hongquan Zhu, Qiufei Hu

General AI

Professional agent tasks often depend on conventions that are absent from public corpora, yet benchmarks rarely control whether an agent has access to those conventions. We introduce a knowledge-gated task-construction protocol that separates a task instruction from a compact artefact containing private conventions, re…

Review
pending
Role
unreviewed
Read
soon
huggingface Score 8.5

Exploring Collaboration between a language and a non-language agent

2026-09-02 · Harini S I, Somesh Singh, Yaman K Singla, Rajiv Ratn Shah, David Doermann, Balaji Krishnamurthy

General AI

LLMs are increasingly deployed as orchestrators that coordinate specialized subagents to solve complex tasks through natural language. However, in many important domains like game playing and robotics, the strongest available agents are not language models. Integrating non-language agents with LLMs would require verbal…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 8.3

From Production Traffic to Post-Training: Building a Self-Hosted LLM That Covers the Corporate Request Mix

2026-09-01 · Olga Tsymboi, Dmitrii Stoianov, Ramil Latypov, Danil Taranets, Daniil Dryabin, Mikhail Gashkov, Viktor Zelenkovskiy, Aleksandr Fida, Gleb Alektorov, Nikita Gulyakov, Arthur Babkin, Aleksandr Medvedev, Pavel Gein, Anatolii Potapov

General AI

Data-residency constraints force enterprises to self-host LLMs, but continuous adoption of newer models without decommissioning their predecessors expands the serving fleet, fragmenting a finite GPU pool. We consolidate traffic from over 200 internal applications onto a single model by closing quality gaps identified t…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 8.3

SafeEvolve: Harness-Policy Co-Evolution from Agent Experience for Safety Alignment

2026-09-02 · Qinghua Mao, Wanying Qu, Dadi Guo, Leitao Yuan, Qingyu Liu, Yu Li, Guanxu Chen, Yanwei Fu, Xi Lin, Xia Hu, Dongrui Liu

General AI

The performance of LLM-based agents is jointly shaped by the base model and the harness used when interacting with the environment. This exposes them to safety risks in both harmful final responses and multi-step execution trajectories. Existing safety alignment mechanisms often rely on either external harness updates …

Review
pending
Role
unreviewed
Read
soon
arxiv Score 7.3

DiscoSign: Discourse-Aware Text to Sign Language Gloss Translation

2026-09-02 · Vasileios Baltatzis, Mert Inan, Connor Gillis, Raja Kushalnagar, Lorna Quandt, Leah Findlater, Colin Lea

General AI

Sign language processing systems have traditionally operated at the sentence level, ignoring critical discourse phenomena fundamental to sign language comprehension. We introduce DiscoSign, a computational approach for discourse-aware text to sign language gloss translation grounded in linguistic research. We address t…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 7.3

User Feedback Provides a Unique Signal that LLMs Can not Detect

2026-09-02 · Shachar Don-Yehiya, Leshem Choshen, Omri Abend

General AI

Harnessing naturally occurring feedback from user interactions offers a promising learning signal for Large Language Models (LLMs). However, recent studies suggest this feedback is inherently noisy and difficult to leverage effectively. We challenge this conception by demonstrating that user feedback is a highly action…

Review
pending
Role
unreviewed
Read
soon
huggingface Score 6.5

Beyond Visual Similarity: Entity-Aligned Retrieval for Knowledge-Based Visual Question Answering

2026-08-19 · Hangrui Xu, Zhengxian Wu, Yunyao Yu, Zhuohong Chen, Rui Cong, Xiangwen Deng, Zhifang Liu, Peng Jiao, Haoqian Wang

General AI

Knowledge-Based Visual Question Answering (KB-VQA) relies on retrieving external information to answer queries involving long-tail entities. However, existing retrieval pipelines predominantly employ CLIP-style dual encoders, which prioritize surface-level visual similarity over entity-level semantic alignment. This pa…

Review
pending
Role
unreviewed
Read
later
arxiv Score 6.3

Low-Quality Face Recognition using Center Aligned Representations and Local Margin Constraints

2026-09-01 · Vedat Can Dilaver, Benjamin S. Riggan

General AI

Low-quality face recognition (LQFR) remains challenging due to the difficulty of matching degraded query (probe) images against low-quality (LQ) enrollment (gallery) imagery and the scarcity of training data for large-scale models. While recent face recognition (FR) models perform well on high-quality (HQ) imagery, the…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 6.3

Using LLMs to Elicit Security Requirements for Service-Oriented Cyber Ranges

2026-09-01 · Michail Takaronis, Athanasia Kollarou, Georgios Kavallieratos, Vasileios Gkioulos, Sokratis Katsikas

General AI

Cyber ranges are complex environments comprising many interacting components and stakeholders with different security concerns. The Service-Oriented Cyber Range (SOR) is no exception, particularly when it comes to training scenarios targeting critical infrastructure. Security concerns are translated into security requi…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 6.3

VibeVoice-ASR-Streaming Technical Report

2026-09-02 · Yujie Tu, Zhiliang Peng, Jianwei Yu, Li Dong, Songchen Xu, Yaoyao Chang, Wenhui Wang, Zilong Wang, Zehua Wang, Yan Xia, Jiajun Zhang, Xie Chen, Furu Wei

General AI

Traditional speaker-attributed ASR systems treated ASR and speaker diarization as two separate tasks. Recently, end-to-end models such as VibeVoice-ASR have unified the two tasks within a single model. However, existing unified models still mainly support offline recognition, making it difficult to meet the low-latency…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 5.3

CRAFT: Fine-Tuning Pre-hoc Explainability in AI-native 6G RAN

2026-09-01 · Pranshav Gajjar, Vijay K Shah

General AI

The next generation of mobile networks is envisioned as fully AI-native, with AI-RAN architectures embedding small language models (SLMs) to perform reasoning over real-time telemetry. The state-of-the-art training paradigms for telecom LLMs, exemplified by RANSTRUCT-style supervised fine-tuning (SFT) on curated instru…

Review
pending
Role
unreviewed
Read
later
arxiv Score 5.3

Characterizing Text Branch Sensitivity in Medical Vision-Language Segmentation via Evidence Decoupling

2026-09-02 · Ziquan Liu, Zhewei Zhu, Xuyang Shi

General AI

Pretrained vision-language models (VLMs) have shown promising performance in medical image segmentation by incorporating clinical text. However, it remains unclear how much textual information actually contributes to pixel-level predictions. In this work, we systematically investigate the role of text in multimodal med…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 5.3

Predictors of Loneliness in Older Adults Using Multimodal Analysis of Speech and Language

2026-09-02 · Vinmay Khandode, Sai Karthik Kosuri, Neil K. R. Sehgal, Adam Greene, Elif Alpoge, Elana Duffy, Matthew Lee Smith, Thomas K. M. Cudjoe, Sharath Chandra Guntuku

General AI

Loneliness is a critical public health issue among older adults, linked to higher risks of depression, cognitive decline, and mortality. Scalable, objective methods for its detection remain limited, particularly in natural conversational contexts. We analyzed speech and language markers of loneliness in 310 older adult…

Review
pending
Role
unreviewed
Read
soon
arxiv Score 4.3

Gaussian Core LoRA: Distribution-Aware Dynamic Adaptation for Broad Concept Erasure

2026-09-01 · Qinghui Gong, Xunlei Chen, Yu-Xuan Zhang, Hua Meng, Zhengchun Zhou

General AI

Concept erasure aims to suppress unsafe, privacy-sensitive, or undesirable generations in text-to-image diffusion models while preserving benign semantics, visual quality, and deployment efficiency. Existing adapter-based methods, such as Low-Rank Adaptation (LoRA), typically freeze the diffusion backbone and learn lig…

Review
pending
Role
unreviewed
Read
later
arxiv Score 4.3

ARFT: A Synchronized Multimodal RF-Acoustic Dataset for Positioning in Distributed Environments

2026-09-02 · Daan Delabie, Jarne Van Mulders, Bert Pyck, Gustav Nilsson Gisleskog, Gilles Callebaut

General AI

This paper documents the acoustic-radio fusion in Techtile (ARFT) dataset, a synchronized measurement campaign for distributed wireless sensing and positioning in the Techtile testbed. Ultrasonic and radio frequency (RF) signals are simultaneously transmitted and captured at multiple positions in a 2D spatial grid insi…

Review
pending
Role
unreviewed
Read
later
arxiv Score 4.3

Approximately Efficient Multidimensional Bilateral Trade

2026-09-02 · Aviad Rubinstein, Xizhi Tan, Zixin Zhou

General AI

A central challenge in mechanism design is to develop truthful trade mechanisms that maximize the expected gains-from-trade (GFT) in two-sided markets. Because achieving the full GFT is generally impossible, the literature has focused on constant-factor approximations---a notoriously difficult problem even in simple se…

Review
pending
Role
unreviewed
Read
later
arxiv Score 4.3

LoRA-TSD: Tangent-Space Spectral Descent for LoRA via Muon-Style Updates

2026-09-02 · Dmitrii Andriianov, Andrey Veprikov, Aleksandr Beznosikov

General AI

Low-rank adaptation (LoRA) is the standard way to fine-tune large models, yet when its two factors are trained independently, the update ignores the geometry of the low-rank weight change it induces. We introduce LoRA-TSD, an optimizer that treats every LoRA step as a tangent vector of the fixed-rank matrix manifold an…

Review
pending
Role
unreviewed
Read
later
arxiv Score 4.3

Random-mapped intensity optical neural network: all-optical two-layer computing for multimodal optical-field inference

2026-09-02 · Gi-Hyun Go, Doeon Lee, Gookho Song, Mooseok Jang

General AI

Free-space optical neural networks offer distinct advantages for computational imaging and machine vision because they can compute directly on incident optical fields. However, conventional ONNs composed of cascaded linear optical components are bound to a general linear input-output relation with square-law detection …

Review
pending
Role
unreviewed
Read
later
arxiv Score 4.3

ShikumiMiner: Mining Recurring Implementation Patterns in AI Codebases

2026-09-02 · Afsana Tasnim, Sheikh Motahar Naim

General AI

Large language models are paving the way towards innovation by understanding, analyzing, summarizing and generating content in the modern world. Currently there are thousands of LLM projects developed by engineers in open-source repositories. However, whether these LLM projects have underlying patterns or not remains a…

Review
pending
Role
unreviewed
Read
later