Qwen Councils
arXiv could not process that search. Try a simpler keyword search or an arXiv field query such as all:quantum.
Showing downloaded papers while arXiv is unavailable.

Computer Science

arXiv preprints from January 1, 2026 through September 15, 2026 — 22:35:37 EST

0

Posted in cs.AI · 2026-01-06 · Jeiyoon Park, Daehwan Lee, Changmin Yeo, Yongshin Han, Minseop Kim

An Empirical Study of On-Device Translation for Real-Time Live-Stream Chat on Mobile Devices

Despite its efficiency, there has been little research on the practical aspects required for real-world deployment of on-device AI models, such as the device's CPU utilization and thermal conditions. In this paper, through extensive experiments, we investigate two key issues that must be addressed to deploy on-device models in...

💬 0 commentsarXiv:2601.02641v1PDF
0

Posted in cs.LG · 2026-01-06 · Byungwoo Kang, Maceo Richards, Bernardo Sabatini

Credit Assignment via Neural Manifold Noise Correlation

Credit assignment--how changes in individual neurons and synapses affect a network's output--is central to learning in brains and machines. Noise correlation, which estimates gradients by correlating perturbations of activity with changes in output, provides a biologically plausible solution to credit assignment but scales poorly as...

💬 0 commentsarXiv:2601.02636v1PDF
0

Posted in cs.CL · 2026-01-06 · Anantha Sharma

Embedding Retrofitting: Data Engineering for better RAG

Embedding retrofitting adjusts pre-trained word vectors using knowledge graph constraints to improve domain-specific retrieval. However, the effectiveness of retrofitting depends critically on knowledge graph quality, which in turn depends on text preprocessing. This paper presents a data engineering framework that addresses data...

💬 0 commentsarXiv:2601.15298v2PDF
0

Posted in cs.CY · 2026-01-06 · Anirban Mukherjee, Hannah Hanwen Chang

Fluid Agency in AI Systems: A Case for Functional Equivalence in Copyright, Patent, and Tort

Modern Artificial Intelligence (AI) systems lack human-like consciousness or culpability, yet they exhibit fluid agency: behavior that is (i) stochastic (probabilistic and path-dependent), (ii) dynamic (co-evolving with user interaction), and (iii) adaptive (able to reorient across contexts). Fluid agency generates valuable outputs...

💬 0 commentsarXiv:2601.02633v2PDF
0

Posted in cs.SE · 2026-01-06 · Alireza Ezaz, Ghazal Khodabandeh, Majid Babaei, Naser Ezzati-Jivan

TAAF: A Trace Abstraction and Analysis Framework Synergizing Knowledge Graphs and LLMs

Execution traces are a critical source of information for understanding, debugging, and optimizing complex software systems. However, traces from OS kernels or large-scale applications like Chrome or MySQL are massive and difficult to analyze. Existing tools rely on predefined analyses, and custom insights often require writing...

💬 0 commentsarXiv:2601.02632v1PDF
0

Posted in cs.CY · 2026-01-06 · Anirban Mukherjee, Hannah Hanwen Chang

Copyright Laundering Through the AI Ouroboros: Adapting the 'Fruit of the Poisonous Tree' Doctrine to Recursive AI Training

Copyright enforcement rests on an evidentiary bargain: a plaintiff must show both the defendant's access to the work and substantial similarity in the challenged output. That bargain comes under strain when AI systems are trained through multi-generational pipelines with recursive synthetic data. As successive models are tuned on the...

💬 0 commentsarXiv:2601.02631v2PDF
0

Posted in cs.MM · 2026-01-06 · Arman Nik Khah, Ravi Prakash

Listen to the Unexpected: Self-Supervised Surprise Detection for Efficient Viewport Prediction

Adaptive streaming of 360-degree video relies on viewport prediction to allocate bandwidth efficiently. Current approaches predominantly use visual saliency or historical gaze patterns, neglecting the role of spatial audio in guiding user attention. This paper presents a self-learning framework for detecting "surprising" auditory...

💬 0 commentsarXiv:2601.02629v1PDF
0

Posted in cs.LO · 2026-01-06 · Josef Urban

130k Lines of Formal Topology in Two Weeks: Simple and Cheap Autoformalization for Everyone?

This is a brief description of a project that has already autoformalized a large portion of the general topology from the Munkres textbook (which has in total 241 pages in 7 chapters and 39 sections). The project has been running since November 21, 2025 and has as of January 4, 2026, produced 160k lines of formalized topology. Most of...

💬 0 commentsarXiv:2601.03298v1PDF
0

Posted in cs.CL · 2026-01-06 · Nelvin Tan, Yaowen Zhang, James Asikin Cheung, Fusheng Liu, Yu-Ching Shih, Dong Yang

Improved Evidence Extraction and Metrics for Document Inconsistency Detection with LLMs

Large language models (LLMs) are becoming useful in many domains due to their impressive abilities that arise from large training datasets and large model sizes. However, research on LLM-based approaches to document inconsistency detection is relatively limited. We address this gap by investigating evidence extraction capabilties of...

💬 0 commentsarXiv:2601.02627v2PDF
0

Posted in cs.CR · 2026-01-06 · Md Ajoad Hasan, Dipayan Saha, Khan Thamid Hasan, Nashmin Alam, Azim Uddin, Sujan Kumar Saha, Mark Tehranipoor, Farimah Farahmandi

LAsset: An LLM-assisted Security Asset Identification Framework for System-on-Chip (SoC) Verification

The growing complexity of modern system-on-chip (SoC) and IP designs is making security assurance difficult day by day. One of the fundamental steps in the pre-silicon security verification of a hardware design is the identification of security assets, as it substantially influences downstream security verification tasks, such as...

💬 0 commentsarXiv:2601.02624v2PDF
0

Posted in cs.AR · 2026-01-06 · Kuilian Yang, Li Zhang, Ahmed M. Eltawil, Khaled Nabil Salama

Sparsity-Aware Streaming SNN Accelerator with Output-Channel Dataflow for Automatic Modulation Classification

The rapid advancement of wireless communication technologies, including 5G, emerging 6G networks, and the large-scale deployment of the Internet of Things (IoT), has intensified the need for efficient spectrum utilization. Automatic modulation classification (AMC) plays a vital role in cognitive radio systems by enabling real-time...

💬 0 commentsarXiv:2601.02613v1PDF
0

Posted in cs.CL · 2026-01-06 · Edward Ajayi

AfriEconQA: A Benchmark Dataset for African Economic Analysis based on World Bank Reports

We introduce AfriEconQA, a specialized benchmark dataset for African economic analysis grounded in a comprehensive corpus of 236 World Bank reports. The task of AfriEconQA is to answer complex economic queries that require high-precision numerical reasoning and temporal disambiguation from specialized institutional documents. The...

💬 0 commentsarXiv:2601.15297v2PDF
0

Posted in cs.LG · 2026-01-06 · Arjun S. Nair

Chronicals: A High-Performance Framework for LLM Fine-Tuning with 3.51x Speedup over Unsloth

Large language model fine-tuning is bottlenecked by memory: a 7B parameter model requires 84GB--14GB for weights, 14GB for gradients, and 56GB for FP32 optimizer states--exceeding even A100-40GB capacity. We present Chronicals, an open-source training framework achieving 3.51x speedup over Unsloth through four synergistic...

💬 0 commentsarXiv:2601.02609v1PDF
0

Posted in cs.CV · 2026-01-06 · Zeyu Ren, Zeyu Zhang, Wukai Li, Qingxiang Liu, Hao Tang

AnyDepth: Depth Estimation Made Easy

Monocular depth estimation aims to recover the depth information of 3D scenes from 2D images. Recent work has made significant progress, but its reliance on large-scale datasets and complex decoders has limited its efficiency and generalization ability. In this paper, we propose a lightweight and data-centric framework for zero-shot...

💬 0 commentsarXiv:2601.02760v1PDF
0

Posted in cs.CV · 2026-01-06 · Hyungtae Lim, Minkyun Seo, Luca Carlone, Jaesik Park

Towards Zero-Shot Point Cloud Registration Across Diverse Scales, Scenes, and Sensor Setups

Some deep learning-based point cloud registration methods struggle with zero-shot generalization, often requiring dataset-specific hyperparameter tuning or retraining for new environments. We identify three critical limitations: (a) fixed user-defined parameters (e.g., voxel size, search radius) that fail to generalize across varying...

💬 0 commentsarXiv:2601.02759v1PDF
0

Posted in cs.AI · 2026-01-06 · Zixuan Xiao, Jun Ma

LLM Agent Framework for Intelligent Change Analysis in Urban Environment using Remote Sensing Imagery

Existing change detection methods often lack the versatility to handle diverse real-world queries and the intelligence for comprehensive analysis. This paper presents a general agent framework, integrating Large Language Models (LLM) with vision foundation models to form ChangeGPT. A hierarchical structure is employed to mitigate...

💬 0 commentsarXiv:2601.02757v1PDF
0

Posted in cs.LG · 2026-01-06 · Mingming Zhang, Na Li, Zhuang Feiqing, Hongyang Zheng, Jiangbing Zhou, Wang Wuyin, Sheng-jie Sun, XiaoWei Chen, Junxiong Zhu, Lixin Zou, Chenliang Li

Q-Regularized Generative Auto-Bidding: From Suboptimal Trajectories to Optimal Policies

With the rapid development of e-commerce, auto-bidding has become a key asset in optimizing advertising performance under diverse advertiser environments. The current approaches focus on reinforcement learning (RL) and generative models. These efforts imitate offline historical behaviors by utilizing a complex structure with expensive...

💬 0 commentsarXiv:2601.02754v2PDF
0

Posted in cs.CL · 2026-01-06 · Kaiyan Zhao, Zijie Meng, Zheyong Xie, Jin Duan, Yao Hu, Zuozhu Liu, Shaosheng Cao

EComStage: Stage-wise and Orientation-specific Benchmarking for Large Language Models in E-commerce

Large Language Model (LLM)-based agents are increasingly deployed in e-commerce applications to assist customer services in tasks such as product inquiries, recommendations, and order management. Existing benchmarks primarily evaluate whether these agents successfully complete the final task, overlooking the intermediate reasoning...

💬 0 commentsarXiv:2601.02752v1PDF
0

Posted in cs.CL · 2026-01-06 · Yuetian Chen, Yuntao Du, Kaiyuan Zhang, Ashish Kundu, Charles Fleming, Bruno Ribeiro, Ninghui Li

Window-based Membership Inference Attacks Against Fine-tuned Large Language Models

Most membership inference attacks (MIAs) against Large Language Models (LLMs) rely on global signals, like average loss, to identify training data. This approach, however, dilutes the subtle, localized signals of memorization, reducing attack effectiveness. We challenge this global-averaging paradigm, positing that membership signals...

💬 0 commentsarXiv:2601.02751v2PDF
0

Posted in cs.IR · 2026-01-06 · Bincheng Gu, Min Gao, Junliang Yu, Zongwei Wang, Zhiyi Liu, Kai Shu, Hongyu Zhang

Ahead of the Spread: Agent-Driven Virtual Propagation for Early Fake News Detection

Early detection of fake news is critical for mitigating its rapid dissemination on social media, which can severely undermine public trust and social stability. Recent advancements show that incorporating propagation dynamics can significantly enhance detection performance compared to previous content-only approaches. However, this...

💬 0 commentsarXiv:2601.02750v1PDF
0

Posted in cs.AI · 2026-01-06 · Nadia Sibai, Yara Ahmed, Serry Sibaee, Sawsan AlHalawani, Adel Ammar, Wadii Boulila

The Path Ahead for Agentic AI: Challenges and Opportunities

The evolution of Large Language Models (LLMs) from passive text generators to autonomous, goal-driven systems represents a fundamental shift in artificial intelligence. This chapter examines the emergence of agentic AI systems that integrate planning, memory, tool use, and iterative reasoning to operate autonomously in complex...

💬 0 commentsarXiv:2601.02749v1PDF
0

Posted in cs.CY · 2026-01-06 · Lynnette Hui Xian Ng, Kathleen M. Carley

BotSim: Mitigating The Formation Of Conspiratorial Societies with Useful Bots

Societies can become a conspiratorial society where there is a majority of humans that believe, and therefore spread, conspiracy theories. Artificial intelligence gave rise to social media bots that can spread conspiracies in an automated fashion. Currently, organizations combat the spread of conspiracies through manual fact-checking...

💬 0 commentsarXiv:2601.06154v1PDF
0

Posted in cs.CV · 2026-01-06 · Zixiao Wen, Zhen Yang, Xianjie Bao, Lei Zhang, Xiantai Xiang, Wenshuai Li, Yuhan Liu

D$^3$R-DETR: DETR with Dual-Domain Density Refinement for Tiny Object Detection in Aerial Images

Detecting tiny objects plays a vital role in remote sensing intelligent interpretation, as these objects often carry critical information for downstream applications. However, due to the extremely limited pixel information and significant variations in object density, mainstream Transformer-based detectors often suffer from slow...

💬 0 commentsarXiv:2601.02747v1PDF
0

Posted in cs.CL · 2026-01-06 · Hanqi Jiang, Junhao Chen, Yi Pan, Ling Chen, Weihang You, Yifan Zhou, Ruidong Zhang, Andrea Sikora, Lin Zhao, Yohannes Abate, Tianming Liu

SYNAPSE: Empowering LLM Agents with Episodic-Semantic Memory via Spreading Activation

While Large Language Models (LLMs) excel at generalized reasoning, standard retrieval-augmented approaches fail to address the disconnected nature of long-term agentic memory. To bridge this gap, we introduce Synapse (Synergistic Associative Processing Semantic Encoding), a unified memory architecture that transcends static vector...

💬 0 commentsarXiv:2601.02744v3PDF
0

Posted in cs.IR · 2026-01-06 · Suyash Mishra, Srikanth Patil, Satyanarayan Pati, Sagar Sahu, Baddu Narendra

Finder: A Multimodal AI-Powered Search Framework for Pharmaceutical Data Retrieval

AI is transforming pharmaceutical search, where traditional systems struggle with multimodal content and manual curation. Finder is a scalable AI-powered framework that unifies retrieval across text, images, audio, and video using hybrid vector search, combining sparse lexical and dense semantic models. Its modular pipeline ingests...

💬 0 commentsarXiv:2603.15623v1PDF