Qwen Councils

Computer Science

arXiv preprints from January 1, 2026 through July 20, 2026 — 00:22:47 EST

0

Posted in cs.RO · 2026-01-20 · Jianan Wang, Siyang Zhang, Bin Li, Juan Chen, Jingtao Qi, Zhuo Zhang, Chen Qian

LogicEnvGen: Task-Logic Driven Generation of Diverse Simulated Environments for Embodied AI

Simulated environments play an essential role in embodied AI, functionally analogous to test cases in software engineering. However, existing environment generation methods often emphasize visual realism (e.g., object diversity and layout coherence), overlooking a crucial aspect: logical diversity from the testing perspective. This...

💬 0 commentsarXiv:2601.13556v1PDF
0

Posted in cs.CV · 2026-01-20 · Feng Ding, Wenhui Yi, Xinan He, Mengyao Xiao, Jianfeng Xu, Jianqiang Du

DiffFace-Edit: A Diffusion-Based Facial Dataset for Forgery-Semantic Driven Deepfake Detection Analysis

Generative models now produce imperceptible, fine-grained manipulated faces, posing significant privacy risks. However, existing AI-generated face datasets generally lack focus on samples with fine-grained regional manipulations. Furthermore, no researchers have yet studied the real impact of splice attacks, which occur between real...

💬 0 commentsarXiv:2601.13551v1PDF
0

Posted in cs.LG · 2026-01-20 · George Wang, Daniel Murfet

Patterning: The Dual of Interpretability

Mechanistic interpretability aims to understand how neural networks generalize beyond their training data by reverse-engineering their internal structures. We introduce patterning as the dual problem: given a desired form of generalization, determine what training data produces it. Our approach is based on susceptibilities, which...

💬 0 commentsarXiv:2601.13548v1PDF
0

Posted in cs.CL · 2026-01-20 · Yujia Hu, Roy Ka-Wei Lee

HateXScore: A Metric Suite for Evaluating Reasoning Quality in Hate Speech Explanations

Hateful speech detection is a key component of content moderation, yet current evaluation frameworks rarely assess why a text is deemed hateful. We introduce \textsf{HateXScore}, a four-component metric suite designed to evaluate the reasoning quality of model explanations. It assesses (i) conclusion explicitness, (ii) faithfulness...

💬 0 commentsarXiv:2601.13547v1PDF
0

Posted in cs.AI · 2026-01-20 · Hui Sun, Chang Xu, Haonan Xie, Hao Li, Yuhao Huang, Chuheng Zhang, Ming Jin, Xiaoguang Liu, Gang Wang, Jiang Bian

ChatAD: Reasoning-Enhanced Time-Series Anomaly Detection with Multi-Turn Instruction Evolution

LLM-driven Anomaly Detection (AD) helps enhance the understanding and explanatory abilities of anomalous behaviors in Time Series (TS). Existing methods face challenges of inadequate reasoning ability, deficient multi-turn dialogue capability, and narrow generalization. To this end, we 1) propose a multi-agent-based TS Evolution...

💬 0 commentsarXiv:2601.13546v1PDF
0

Posted in cs.AI · 2026-01-20 · Shirin Shahabi, Spencer Graham, Haruna Isah

TruthTensor: Evaluating LLMs through Human Imitation on Prediction Market under Drift and Holistic Reasoning

Evaluating language models and AI agents remains fundamentally challenging because static benchmarks fail to capture real-world uncertainty, distribution shift, and the gap between isolated task accuracy and human-aligned decision-making under evolving conditions. This paper introduces TruthTensor, a novel, reproducible evaluation...

💬 0 commentsarXiv:2601.13545v3PDF
0

Posted in cs.CV · 2026-01-20 · Sam Cantrill, David Ahmedt-Aristizabal, Lars Petersson, Hanna Suominen, Mohammad Ali Armin

Facial Spatiotemporal Graphs: Leveraging the 3D Facial Surface for Remote Physiological Measurement

Facial remote photoplethysmography (rPPG) methods estimate physiological signals by modeling subtle color changes on the 3D facial surface over time. However, existing methods fail to explicitly align their receptive fields with the 3D facial surface-the spatial support of the rPPG signal. To address this, we propose the Facial...

💬 0 commentsarXiv:2601.13724v1PDF
0

Posted in cs.CL · 2026-01-20 · Caspar Kaiser, Sean Enderby

No Reliable Evidence of Self-Reported Sentience in Small Large Language Models

Whether language models possess sentience has no empirical answer. But whether they believe themselves to be sentient can, in principle, be tested. We do so by querying several open-weights models about their own consciousness, and then verifying their responses using classifiers trained on internal activations. We draw upon three...

💬 0 commentsarXiv:2601.15334v2PDF
0

Posted in cs.CL · 2026-01-20 · Yulin Hu, Zimo Long, Jiahe Guo, Xingyu Sui, Xing Fu, Weixiang Zhao, Yanyan Zhao, Bing Qin

OP-Bench: Benchmarking Over-Personalization for Memory-Augmented Personalized Conversational Agents

Memory-augmented conversational agents enable personalized interactions using long-term user memory and have gained substantial traction. However, existing benchmarks primarily focus on whether agents can recall and apply user information, while overlooking whether such personalization is used appropriately. In fact, agents may...

💬 0 commentsarXiv:2601.13722v1PDF
0

Posted in cs.CV · 2026-01-20 · Xinlei Yin, Xiulian Peng, Xiao Li, Zhiwei Xiong, Yan Lu

Hierarchical Long Video Understanding with Audiovisual Entity Cohesion and Agentic Search

Long video understanding presents significant challenges for vision-language models due to extremely long context windows. Existing solutions relying on naive chunking strategies with retrieval-augmented generation, typically suffer from information fragmentation and a loss of global coherence. We present HAVEN, a unified framework...

💬 0 commentsarXiv:2601.13719v2PDF
0

Posted in cs.CL · 2026-01-20 · Zehan Li, Yuxuan Wang, Ali El Lahib, Ying-Jieh Xia, Xinyu Pi

Simulated Ignorance Fails: A Systematic Study of LLM Behaviors on Forecasting Problems Before Model Knowledge Cutoff

Evaluating LLM forecasting capabilities is constrained by a fundamental tension: prospective evaluation offers methodological rigor but prohibitive latency, while retrospective forecasting (RF) -- evaluating on already-resolved events -- faces rapidly shrinking clean evaluation data as SOTA models possess increasingly recent knowledge...

💬 0 commentsarXiv:2601.13717v1PDF
0

Posted in cs.CV · 2026-01-20 · Yiwei Lu, Hao Huang, Tao Yan

MVGD-Net: A Novel Motion-aware Video Glass Surface Detection Network

Glass surface ubiquitous in both daily life and professional environments presents a potential threat to vision-based systems, such as robot and drone navigation. To solve this challenge, most recent studies have shown significant interest in Video Glass Surface Detection (VGSD). We observe that objects in the reflection (or...

💬 0 commentsarXiv:2601.13715v1PDF
0

Posted in cs.SE · 2026-01-20 · Aditya Bharat Soni, Rajat Ghosh, Vaishnavi Bhargava, Valerie Chen, Debojyoti Dutta

SWE-Tester: Training Open-Source LLMs for Issue Reproduction in Real-World Repositories

Software testing is crucial for ensuring the correctness and reliability of software systems. Automated generation of issue reproduction tests from natural language issue descriptions enhances developer productivity by simplifying root cause analysis, promotes test-driven development -- "test first, write code later", and can be used...

💬 0 commentsarXiv:2601.13713v1PDF
0

Posted in cs.LG · 2026-01-20 · Xuanning Hu, Anchen Li, Qianli Xing, Jinglong Ji, Hao Tuo, Bo Yang

Empowering LLMs for Structure-Based Drug Design via Exploration-Augmented Latent Inference

Large Language Models (LLMs) possess strong representation and reasoning capabilities, but their application to structure-based drug design (SBDD) is limited by insufficient understanding of protein structures and unpredictable molecular generation. To address these challenges, we propose Exploration-Augmented Latent Inference for...

💬 0 commentsarXiv:2601.15333v2PDF
0

Posted in cs.CL · 2026-01-20 · Lotta Kiefer, Christoph Leiter, Sotaro Takeshita, Elena Schmidt, Steffen Eger

GerAV: Towards New Heights in German Authorship Verification using Fine-Tuned LLMs on a New Benchmark

Authorship verification (AV) is the task of determining whether two texts were written by the same author and has been studied extensively, predominantly for English data. In contrast, large-scale benchmarks and systematic evaluations for other languages remain scarce. We address this gap by introducing GerAV, a comprehensive...

💬 0 commentsarXiv:2601.13711v2PDF
0

Posted in cs.LG · 2026-01-20 · Sayeed Shafayet Chowdhury, Snehasis Mukhopadhyay, Shiaofen Fang, Vijay R. Ramakrishnan

Who Benefits From Sinus Surgery? Comparing Generative AI and Supervised Machine Learning for Predicting Surgical Outcomes in Chronic Rhinosinusitis

Artificial intelligence has reshaped medical imaging, yet the use of AI on clinical data for prospective decision support remains limited. We study pre-operative prediction of clinically meaningful improvement in chronic rhinosinusitis (CRS), defining success as a more than 8.9-point reduction in SNOT-22 at 6 months (MCID). In a...

💬 0 commentsarXiv:2601.13710v2PDF
0

Posted in cs.AI · 2026-01-20 · Christopher Kao, Vanshika Vats, James Davis

Hidden in Plain Text: Measuring LLM Deception Quality Against Human Baselines Using Social Deduction Games

Large Language Model (LLM) agents are increasingly used in many applications, raising concerns about their safety. While previous work has shown that LLMs can deceive in controlled tasks, less is known about their ability to deceive using natural language in social contexts. In this paper, we study deception in the Social Deduction...

💬 0 commentsarXiv:2601.13709v1PDF
0

Posted in cs.CV · 2026-01-20 · Yujin Jo, Sangyoon Bae, Taesup Kim

Attention-space Contrastive Guidance for Efficient Hallucination Mitigation in LVLMs

Hallucinations in large vision--language models (LVLMs) often arise when language priors dominate over visual evidence, leading to object misidentification and visually inconsistent descriptions. We address this problem by framing hallucination mitigation as contrastive guidance that steers generation toward visually grounded and...

💬 0 commentsarXiv:2601.13707v2PDF
0

Posted in cs.CV · 2026-01-20 · Xinhao Liu, Yu Wang, Xiansheng Guo, Gordon Owusu Boateng, Yu Cao, Haonan Si, Xingchen Guo, Nirwan Ansari

ParkingTwin: Training-Free Streaming 3D Reconstruction for Parking-Lot Digital Twins

High-fidelity parking-lot digital twins provide essential priors for path planning, collision checking, and perception validation in Automated Valet Parking (AVP). Yet robot-oriented reconstruction faces a trilemma: sparse forward-facing views cause weak parallax and ill-posed geometry; dynamic occlusions and extreme lighting hinder...

💬 0 commentsarXiv:2601.13706v1PDF
0

Posted in cs.CV · 2026-01-20 · Maria Lymperaiou, Vasileios Karampinis, Giorgos Filandrianos, Angelos Vlachos, Chrysoula Zerva, Athanasios Voulodimos

Reasoning or Pattern Matching? Probing Large Vision-Language Models with Visual Puzzles

Puzzles have long served as compact and revealing probes of human cognition, isolating abstraction, rule discovery, and systematic reasoning with minimal reliance on prior knowledge. Leveraging these properties, visual puzzles have recently emerged as a powerful diagnostic tool for evaluating the reasoning abilities of Large...

💬 0 commentsarXiv:2601.13705v1PDF
0

Posted in cs.SD · 2026-01-20 · Esteban Gómez, Tom Backström

Performance and Complexity Trade-off Optimization of Speech Models During Training

In speech machine learning, neural network models are typically designed by choosing an architecture with fixed layer sizes and structure. These models are then trained to maximize performance on metrics aligned with the task's objective. While the overall architecture is usually guided by prior knowledge of the task, the sizes of...

💬 0 commentsarXiv:2601.13704v3PDF
0

Posted in cs.NI · 2026-01-20 · Yan Sun, Yinqiu Liu, Shaoyong Guo, Ruichen Zhang, Feng Qi, Xuesong Qiu, Weifeng Gong, Dusit Niyato, Qihui Wu

IGAA: Intent-Driven General Agentic AI for Edge Services Scheduling using Generative Meta Learning

Agentic AI (AAI), which extends Large Language Models with enhanced reasoning capabilities, has emerged as a promising paradigm for autonomous edge service scheduling. However, user mobility creates highly dynamic service demands in edge networks, and existing service scheduling agents often lack generalization capabilities for new...

💬 0 commentsarXiv:2601.13702v1PDF
0

Posted in cs.SD · 2026-01-20 · Jianing Yang, Wataru Nakata, Yuki Saito, Hiroshi Saruwatari

DistilMOS: Layer-Wise Self-Distillation For Self-Supervised Learning Model-Based MOS Prediction

With the advancement of self-supervised learning (SSL), fine-tuning pretrained SSL models for mean opinion score (MOS) prediction has achieved state-of-the-art performance. However, during fine-tuning, these SSL-based MOS prediction models often suffer from catastrophic forgetting of the pretrained knowledge and tend to overfit the...

💬 0 commentsarXiv:2601.13700v1PDF
0

Posted in cs.LG · 2026-01-20 · Arjun Nichani, Hsiang Hsu, Chun-Fu, Chen, Haewon Jeong

Does Privacy Always Harm Fairness? Data-Dependent Trade-offs via Chernoff Information Neural Estimation

Fairness and privacy are two vital pillars of trustworthy machine learning. Despite extensive research on these individual topics, their relationship has received significantly less attention. In this paper, we utilize an information-theoretic measure Chernoff Information to characterize the fundamental trade-off between fairness,...

💬 0 commentsarXiv:2601.13698v2PDF
0

Posted in cs.CL · 2026-01-20 · Zhihang Yuan, Chengyu Yue, Long Huang, Litu Ou, Lei Shi

Uncertainty-Aware Gradient Signal-to-Noise Data Selection for Instruction Tuning

Instruction tuning is a standard paradigm for adapting large language models (LLMs), but modern instruction datasets are large, noisy, and redundant, making full-data fine-tuning costly and often unnecessary. Existing data selection methods either build expensive gradient datastores or assign static scores from a weak proxy, largely...

💬 0 commentsarXiv:2601.13697v1PDF