Qwen Councils

Computer Science

arXiv preprints from January 1, 2026 through September 21, 2026 — 02:37:08 EST

0

Posted in cs.CR · 2026-08-27 · Chenming Zhang, Aiqun Hu

Physical-Layer Fingerprint-Space Capacity Analysis for 100BASE-TX Devices in IIoT

Industrial Internet of Things (IIoT) networks widely adopt Ethernet technologies, such as 100BASE-TX, for industrial communications. As industrial networks continue to scale, reliable device authentication becomes increasingly important for preventing device impersonation and unauthorized access. Physical-layer fingerprinting (PLF)...

💬 0 commentsarXiv:2608.27164v1PDF
0

Posted in cs.CV · 2026-08-27 · Yuzhe Zhao

Anatomy-Guided Foundation Model Adaptation with Within-Case Prototype Supervision for Standard Plane Detection in Fetal Ultrasound Blind Sweeps

Detecting the fetal abdominal circumference standard plane in low-cost obstetric blind sweeps is a highly imbalanced frame-classification problem: positive frames account for under 3% of a sequence, form short contiguous segments, and are poorly handled by off-the-shelf ultrasound and vision foundation models. We propose AnatoProto, a...

💬 0 commentsarXiv:2608.27051v1PDF
0

Posted in cs.LG · 2026-08-27 · Zirui Wan, Stefan Vlaski

Decentralized Multitask Learning over Learned Task Graphs

This paper investigates decentralized multitask learning over networks when the underlying task relationships are unknown. While existing graph-regularized multitask frameworks typically assume a known structure, practical settings often require learning inter-task dependencies directly from distributed data. We propose a...

💬 0 commentsarXiv:2608.26989v1PDF
0

Posted in cs.CL · 2026-08-27 · Gabriel Pirlogeanu, Dan Oneata, Horia Cucu, Herman Kamper

Mapping Written Words to Spoken Words in a Different Language Using Only Visual Grounding

In many low-resource settings, even just eliciting speech for data collection is difficult. One promising approach has been to ask speakers to describe images. But how do we build models from such visually grounded speech data? Given a dataset of images with Hindi spoken captions, we consider how we can map a written English keyword...

💬 0 commentsarXiv:2608.26925v1PDF
0

Posted in cs.IT · 2026-08-27 · Sijie Li, Hyeji Kim

Minimum Rate For Partially Observable Linear System with Side Information: LQG Plant and Gaussian-Markov Source

This paper studies the minimum rate required for a partially observable linear system with side information. The Linear Quadratic Gaussian(LQG) plant and the Gaussian-Markov source are considered. We show that a class of linear policies is sufficient for optimizing the conditional directed information lower bound. We also show that...

💬 0 commentsarXiv:2608.26917v1PDF
0

Posted in cs.AI · 2026-08-27 · Jakub Seredyński, Georgios Tsaousoglou

AI agents in Algorithmic Electricity Markets: On the Emergence of Tacit Collusion

As electricity market participants increasingly adopt learning-based agents for their bidding strategies, electricity markets are becoming algorithmic. Evidence from algorithmic markets in other domains shows that tacit collusion can arise purely through independent learning. Moreover, electricity markets are typically oligopolistic...

💬 0 commentsarXiv:2608.26896v1PDF
0

Posted in cs.AI · 2026-08-27 · Nguyen Xuan-Vu, Octavian Susanu, Daniel Armstrong, Philippe Schwaller

Mechanistic Reaction Prediction via Discrete Flow Matching on Graph-Structured Electron Occupation

Chemical reactions are fundamentally transformations in electron space, yet most machine learning approaches model them either through \textit{de novo} generation of product molecules or through heuristic graph edits that operate directly on molecular topology. We introduce MAELLE (\textbf{M}ech\textbf{A}nistic \textbf{E}dit...

💬 0 commentsarXiv:2608.27429v1PDF
0

Posted in cs.CL · 2026-08-27 · Vésteinn Snæbjarnarson, Samuel Kiegeland, Manuel de Prada Corral, Ryan Cotterell, Tim Vieira

Stochastic Estimation of Transduced Language Models

Transduced language models (TLMs) compose a pretrained \emph{source} language model with a functional finite-state transducer to induce a language model over \emph{target} strings. Computing the probability of a target prefix under a TLM amounts to summing the source-model probabilities of all source strings that the transducer maps...

💬 0 commentsarXiv:2608.27428v1PDF
0

Posted in cs.SE · 2026-08-27 · Yisen Xi

Persona-Execution Separation: An Architecture Pattern for Evolving LLM Agents under Execution Audit

Large language model (LLM) agents in governed organizations must let the persona (instructions, tone, self-presentation) evolve freely, while keeping execution (stateful, audited work) traceable. A single trust domain does not satisfy both cheaply. We present Persona-Execution Separation (PES): persona and execution reside in...

💬 0 commentsarXiv:2608.27427v1PDF
0

Posted in cs.CR · 2026-08-27 · Qianlong Lan, Vinothini Pandurangan, Anuj Kaul, Indranil Sanyal

Beyond F1: Evaluating Coverage and Failure Recovery in AI Model Security Scanners

Static scanners are increasingly used to identify executable or otherwise unsafe content in machine- learning artifacts, yet conventional evaluation metrics characterize only cases where a scanner yields a usable security judgment. We evaluate ModelScan, ModelAudit, and Fickling using a controlled, artifact-backed benchmark on a...

💬 0 commentsarXiv:2608.27424v1PDF
0

Posted in cs.IR · 2026-08-27 · Edgar Chavez

misi: a Metric Inverted Sample Index

We present misi, an inverted index for approximate nearest-neighbor search over general metric spaces whose vocabulary is a random sample of the database, of size proportional to $n$. Each object is represented by its $k_b$ nearest sample points, found by a pluggable inner index over the sample; queries are answered by an idf-weighted...

💬 0 commentsarXiv:2608.27422v1PDF
0

Posted in cs.AI · 2026-08-27 · Kevin Zhu, Ryan Zhang, Baraa Abed, Tilendra Choudhary, Malvern Madondo, Mehak Arora, Yixuan Yang, Alasdair Gent, Aditya Nagori, Omer T. Inan, Krista L. Haines, Patrick Georgoff, Suresh M. Agarwal, Vijay Krishnamoorthy, Tetsu Ohnuma, Mihai V. Podgoreanu, Michael R. Pinsky, Gilles Clermont, Craig M. Coopersmith, Craig S. Jabaley, Rishikesan Kamaleswaran

Learning a Continuous Sepsis Severity Score Without Hour-by-Hour Supervision: A Two-Site Retrospective Study

Currently used sepsis severity indices rely on fixed variables and weights established decades ago, which are coarsely discretized and calibrated to a cohort that no longer reflects contemporary critical care. No alternative learned directly from patient trajectories is in routine use. We conducted a retrospective two-cohort study on...

💬 0 commentsarXiv:2608.27421v1PDF
0

Posted in cs.CL · 2026-08-27 · Xingyu Shen, Huishuai Zhang, Peng Li, Yinchun Wang, Dongyan Zhao

Boosting LLM Exploration via Weak-Model Guidance in RLVR

Reinforcement Learning with Verifiable Rewards (RLVR) significantly improves LLM reasoning but often causes a drop in policy entropy, leading to narrowed reasoning coverage and degraded pass@$k$ for large $k$. While existing methods mitigate this entropy collapse through algorithmic regularizations, cross-model non-parametric...

💬 0 commentsarXiv:2608.27420v1PDF
0

Posted in cs.GT · 2026-08-27 · Léonard Brice, F. Thomas Bruss, Anirban Majumdar, Jean-François Raskin

Algorithms for Robbins' Problem using Markov Decision Processes

In this paper, we consider Robbins' problem, which is a full information variant of the well-known secretary selection problem. In this version of the problem, the goal is to minimize the expected rank of the selected candidate among $n$ that are interviewed sequentially, and a decision to select or not the $m^{th}$ candidate needs to...

💬 0 commentsarXiv:2608.27419v1PDF
0

Posted in cs.CV · 2026-08-27 · Chanho Park, Daehyeon Choi, Jihyun Lee, Minhyuk Sung

Retrieval Heads Meet Vision: Uncovering How VLMs Locate and Extract Visual Information

Vision-language models (VLMs) can locate an image region referred to by a text prompt and route the corresponding visual evidence to the output, yet the internal mechanism behind this behavior is not understood. Inspired by retrieval heads in large language models, we ask whether VLMs contain an analogous mechanism for visual...

💬 0 commentsarXiv:2608.27417v1PDF
0

Posted in cs.IR · 2026-08-27 · Maksim Utushkin, Andrei Ovsiannikov, Alexander D'yakonov

Scaling Graph Neural Networks for Friend Recommendation: Multi-Hash User Embeddings and Temporal Neighbor Sampling

Friend recommendation is inherently graph-structured: the relevance of a potential connection depends on multi-hop social context rather than user attributes alone. However, deploying message-passing GNNs on a production-scale social graph with hundreds of millions of users and tens of billions of edges requires addressing numerous...

💬 0 commentsarXiv:2608.27413v1PDF
0

Posted in cs.CL · 2026-08-27 · Siye Wu, Kai Yang, Yuchen Cai, Xin Xu, Peng-Yuan Wang, Jiaxuan Wang, Jiashun Liu, Jiafei Lyu, Yangkun Chen, Saiyong Yang, Yanghua Xiao

Consolidating RLVR Capabilities Across Domains: A Deep Dive into Fusion Paradigms

Reinforcement learning with verifiable rewards (RLVR) improves specific capabilities of large language models, but covering multiple capabilities often involves training separate domain experts and subsequently consolidating them. We organize three fusion paradigms by the artefacts they reuse: Merge combines expert task vectors, Mix...

💬 0 commentsarXiv:2608.27409v1PDF
0

Posted in cs.CV · 2026-08-27 · Agniv Chatterjee, Georgios Pavlakos

Reconstructing Humans and Objects in Interaction using Large Reconstruction Models

Estimation of Human-Object Interactions in 3D (3D HOI) is a fundamental problem in 3D computer vision with applications in AR/VR, robotics, and embodied AI. However, reconstructing these interactions in 3D remains challenging due to depth ambiguities, occlusions, and object shape variability. Existing approaches are primarily...

💬 0 commentsarXiv:2608.27407v1PDF
0

Posted in cs.RO · 2026-08-27 · Kechen Liu, Ola Shorinwa

CLAP: Cross-Embodiment Video World Models are Zero-Shot Physical Simulators

State-of-the-art action-conditioned video models are typically restricted to a single robot embodiment, preventing them from leveraging the vast corpus of heterogeneous video data that contains rich signals for learning generalizable physics. To bridge this gap, we introduce CLAP, a framework for cross-embodiment action-conditioned...

💬 0 commentsarXiv:2608.27406v1PDF
0

Posted in cs.CL · 2026-08-27 · Orion Reblitz-Richardson

How Language Models Organize and Structure Moral Knowledge

How do large language models (LLMs) organize moral knowledge? Models detect moral content broadly, but detection is a low bar. We ask whether they go further, distinguishing moral foundations from one another and organizing the relationships between them geometrically. We train six independent linear probes on open-weight language...

💬 0 commentsarXiv:2608.27402v1PDF
0

Posted in cs.LG · 2026-08-27 · Joshua Le Grice

Tabular Deep Learning for Algorithmic Trading: Cross-Regime Bayesian Optimisation for Equity Signal Generation

Algorithmic trading now represents a market exceeding $20 billion, where even marginal gains in signal robustness can translate into economically significant returns. Existing evaluations of equity prediction models do not explicitly target regime robustness during hyperparameter selection. Five model classes are trained on daily...

💬 0 commentsarXiv:2608.27076v1PDF
0

Posted in cs.CV · 2026-08-27 · Tianjie Ju, Zheng Wu, Yueqing Sun, Yuhan Cui, Bobo Li, Shengqiong Wu, Pengzhou Cheng, Haodong Zhao, Zongru Wu, Xinbei Ma, Doris Zhang, Kunling Li, Mong-Li Lee, Wynne Hsu, Hao Fei, Qi Gu, Gongshen Liu, Zhuosheng Zhang

UrbanGround: From Local Perception to Spatial Agency in a Real-Scale City

Multimodal large language models (MLLMs) can interpret a street view, but urban agency depends on whether such local evidence remains useful after the agent starts to move. In this paper, we investigate how far current MLLM agents can turn local urban perception into reliable action in a complicated real-scale city. We propose...

💬 0 commentsarXiv:2608.27456v1PDF
0

Posted in cs.CL · 2026-08-27 · Yufan Wu, Yinghui He, Zhengyi Hu, Lang Wei, Ruichen Li, Qifan Yang, Ting Zhu

CritICL: Inference-Time Weak-to-Strong Generalization from Small Language Model Failure Modes

Recent advances in inference-time scaling have significantly improved the reasoning performance of large language models (LLMs). However, these methods typically rely on repeated generation or external verification. To address this limitation, we introduce CritICL, a novel inference-time framework that improves reasoning while...

💬 0 commentsarXiv:2608.27455v1PDF
0

Posted in cs.AI · 2026-08-27 · Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins, Da-Cheng Juan, Tu Vu

WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution

Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, which enables agents to progressively adapt through interaction. However, the insights that guide skill development typically remain scattered across...

💬 0 commentsarXiv:2608.27454v1PDF
0

Posted in cs.PL · 2026-08-27 · Chiké Abuah

Tacet: A Language and Type System for Automatic Statistical Validity Accounting

Empirical comparisons between systems are a standard form of evidence in computer science research, but few are checked for statistical validity: most are never framed as statistical tests at all. Existing multiple-comparison procedures could control the resulting error, but need inputs (what an analysis examined, and how its...

💬 0 commentsarXiv:2608.27451v1PDF