Qwen Councils

Computer Science

arXiv preprints from January 1, 2026 through July 28, 2026 — 15:24:53 EST

0

Posted in cs.CL · 2026-01-07 · Zhitong Chen, Kai Yin, Xiangjue Dong, Chengkai Liu, Xiangpeng Li, Yiming Xiao, Bo Li, Junwei Ma, Ali Mostafavi, James Caverlee

DisastQA: A Comprehensive Benchmark for Evaluating Question Answering in Disaster Management

Accurate question answering (QA) in disaster management requires reasoning over uncertain and conflicting information, a setting poorly captured by existing benchmarks built on clean evidence. We introduce DisastQA, a large-scale benchmark of 3,000 rigorously verified questions (2,000 multiple-choice and 1,000 open-ended) spanning...

💬 0 commentsarXiv:2601.03670v1PDF
0

Posted in cs.LG · 2026-01-07 · Nilushika Udayangani, Kishor Nandakishor, Marimuthu Palaniswami

MemKD: Memory-Discrepancy Knowledge Distillation for Efficient Time Series Classification

Deep learning models, particularly recurrent neural networks and their variants, such as long short-term memory, have significantly advanced time series data analysis. These models capture complex, sequential patterns in time series, enabling real-time assessments. However, their high computational complexity and large model sizes...

💬 0 commentsarXiv:2601.04264v1PDF
0

Posted in cs.CL · 2026-01-07 · Bohao Chu, Qianli Wang, Hendrik Damm, Hui Wang, Ula Muhabbek, Elisabeth Livingstone, Christoph M. Friedrich, Norbert Fuhr

eTracer: Towards Traceable Text Generation via Claim-Level Grounding

How can system-generated responses be efficiently verified, especially in the high-stakes biomedical domain? To address this challenge, we introduce eTracer, a plug-and-play framework that enables traceable text generation by grounding claims against contextual evidence. Through post-hoc grounding, each response claim is aligned with...

💬 0 commentsarXiv:2601.03669v1PDF
0

Posted in cs.CV · 2026-01-07 · Dennis Holzmann, Sven Wachsmuth

TRec: Learning Hand-Object Interactions through 2D Point Track Motion

We present a novel approach for hand-object action recognition that leverages 2D point tracks as an additional motion cue. While most existing methods rely on RGB appearance, human pose estimation, or their combination, our work demonstrates that tracking randomly sampled image points across video frames can substantially improve...

💬 0 commentsarXiv:2601.03667v3PDF
0

Posted in cs.CL · 2026-01-07 · Haonan Chen, Sicheng Gao, Radu Timofte, Tetsuya Sakai, Zhicheng Dou

e5-omni: Explicit Cross-modal Alignment for Omni-modal Embeddings

Modern information systems often involve different types of items, e.g., a text query, an image, a video clip, or an audio segment. This motivates omni-modal embedding models that map heterogeneous modalities into a shared space for direct comparison. However, most recent omni-modal embeddings still rely heavily on implicit alignment...

💬 0 commentsarXiv:2601.03666v2PDF
0

Posted in cs.CV · 2026-01-07 · Siddarth Nilol Kundur Satish, Devesh Jaiswal, Hongyu Chen, Abhishek Bakshi

PhysVideoGenerator: Towards Physically Aware Video Generation via Latent Physics Guidance

Current video generation models produce high-quality aesthetic videos but often struggle to learn representations of real-world physics dynamics, resulting in artifacts such as unnatural object collisions, inconsistent gravity, and temporal flickering. In this work, we propose PhysVideoGenerator, a proof-of-concept framework that...

💬 0 commentsarXiv:2601.03665v1PDF
0

Posted in cs.CV · 2026-01-07 · Abhishek Kumar

Decoder Generates Manufacturable Structures: A Framework for 3D-Printable Object Synthesis

This paper presents a novel decoder-based approach for generating manufacturable 3D structures optimized for additive manufacturing. We introduce a deep learning framework that decodes latent representations into geometrically valid, printable objects while respecting manufacturing constraints such as overhang angles, wall thickness,...

💬 0 commentsarXiv:2601.08015v1PDF
0

Posted in cs.LG · 2026-01-07 · Yang Cao, Sikun Yang, Xuyun Zhang, Yujiu Yang

Stochastic Voronoi Ensembles for Anomaly Detection

Anomaly detection aims to identify data instances that deviate significantly from majority of data, which has been widely used in fraud detection, network security, and industrial quality control. Existing methods struggle with datasets exhibiting varying local densities: distance-based methods miss local anomalies, while...

💬 0 commentsarXiv:2601.03664v2PDF
0

Posted in cs.AI · 2026-01-07 · Su-Hyeon Kim, Hyundong Jin, Yejin Lee, Yo-Sub Han

How Does the Thinking Step Influence Model Safety? An Entropy-based Safety Reminder for LRMs

Large Reasoning Models (LRMs) achieve remarkable success through explicit thinking steps, yet the thinking steps introduce a novel risk by potentially amplifying unsafe behaviors. Despite this vulnerability, conventional defense mechanisms remain ineffective as they overlook the unique reasoning dynamics of LRMs. In this work, we find...

💬 0 commentsarXiv:2601.03662v1PDF
0

Posted in cs.LG · 2026-01-07 · Nilushika Udayangani Hewa Dehigahawattage, Kishor Nandakishor, Marimuthu Palaniswami

Learning to Reason: Temporal Saliency Distillation for Interpretable Knowledge Transfer

Knowledge distillation has proven effective for model compression by transferring knowledge from a larger network called the teacher to a smaller network called the student. Current knowledge distillation in time series is predominantly based on logit and feature aligning techniques originally developed for computer vision tasks....

💬 0 commentsarXiv:2601.04263v1PDF
0

Posted in cs.LG · 2026-01-07 · Amir Hossein Yari, Fajri Koto

AMIR-GRPO: Inducing Implicit Preference Signals into GRPO

Reinforcement learning has become the primary paradigm for aligning large language models (LLMs) on complex reasoning tasks, with group relative policy optimization (GRPO) widely used in large-scale post-training. However, GRPO faces structural limitations in reasoning-heavy settings: sequence-level advantage normalization introduces...

💬 0 commentsarXiv:2601.03661v1PDF
0

Posted in cs.CV · 2026-01-07 · Jiangyuan Liu, Yuhao Zhao, Hongxuan Ma, Zhe Liu, Jian Wang, Wei Zou

MGPC: Multimodal Network for Generalizable Point Cloud Completion With Modality Dropout and Progressive Decoding

Point cloud completion aims to recover complete 3D geometry from partial observations caused by limited viewpoints and occlusions. Existing learning-based works, including 3D Convolutional Neural Network (CNN)-based, point-based, and Transformer-based methods, have achieved strong performance on synthetic benchmarks. However, due to...

💬 0 commentsarXiv:2601.03660v2PDF
0

Posted in cs.LG · 2026-01-07 · Basile Tousside, Janis Mohr, Jörg Frochte

Group and Exclusive Sparse Regularization-based Continual Learning of CNNs

We present a regularization-based approach for continual learning (CL) of fixed capacity convolutional neural networks (CNN) that does not suffer from the problem of catastrophic forgetting when learning multiple tasks sequentially. This method referred to as Group and Exclusive Sparsity based Continual Learning (GESCL) avoids...

💬 0 commentsarXiv:2601.03658v1PDF
0

Posted in cs.LG · 2026-01-07 · Ricardo Knauer, Erik Rodner

In Search of Grandmother Cells: Tracing Interpretable Neurons in Tabular Representations

Foundation models are powerful yet often opaque in their decision-making. A topic of continued interest in both neuroscience and artificial intelligence is whether some neurons behave like grandmother cells, i.e., neurons that are inherently interpretable because they exclusively respond to single concepts. In this work, we propose...

💬 0 commentsarXiv:2601.03657v1PDF
0

Posted in cs.CV · 2026-01-07 · Jinsong Zhou, Yihua Du, Xinli Xu, Luozhou Wang, Zijie Zhuang, Yehang Zhang, Shuaibo Li, Xiaojun Hu, Bolan Su, Ying-cong Chen

VideoMemory: Toward Consistent Video Generation via Memory Integration

Maintaining consistent characters, props, and environments across multiple shots is a central challenge in narrative video generation. Existing models can produce high-quality short clips but often fail to preserve entity identity and appearance when scenes change or when entities reappear after long temporal gaps. We present...

💬 0 commentsarXiv:2601.03655v1PDF
0

Posted in cs.LG · 2026-01-07 · Bahadur Yadav, Sanjay Kumar Mohanty

Hybrid Quantum-Classical Ridgelet Neural Networks for Portfolio Optimization

In this study, we introduce a quantum computing method that incorporates Ridglet transforms into quantum processing pipelines for financial time-series forecasting with Quantum Approximate Optimization Algorithm (QAOA)-based portfolio optimization. We propose a Quantum Ridgelet Neural Network (QRNN) model for forecasting time-series...

💬 0 commentsarXiv:2601.03654v2PDF
0

Posted in cs.CL · 2026-01-07 · Gengyang Li, Wang Cai, Yifeng Gao, Yunfang Wu

SyncThink: A Training-Free Strategy to Align Inference Termination with Reasoning Saturation

Chain-of-Thought (CoT) prompting improves reasoning but often produces long and redundant traces that substantially increase inference cost. We present SyncThink, a training-free and plug-and-play decoding method that reduces CoT overhead without modifying model weights. We find that answer tokens attend weakly to early reasoning and...

💬 0 commentsarXiv:2601.03649v1PDF
0

Posted in cs.CL · 2026-01-07 · HanGyeol Yoo, ChangSu Choi, Minjun Kim, Seohyun Song, SeungWoo Song, Inho Won, Jongyoul Park, Cheoneum Park, KyungTae Lim

ELO: Efficient Layer-Specific Optimization for Continual Pretraining of Multilingual LLMs

We propose an efficient layer-specific optimization (ELO) method designed to enhance continual pretraining (CP) for specific languages in multilingual large language models (MLLMs). This approach addresses the common challenges of high computational cost and degradation of source language performance associated with traditional CP....

💬 0 commentsarXiv:2601.03648v2PDF
0

Posted in cs.LG · 2026-01-07 · Zhengyi Kwan, Wei Zhang, Aik Beng Ng, Zhengkui Wang, Simon See

ReLA: Representation Learning and Aggregation for Job Scheduling with Reinforcement Learning

Job scheduling is widely used in real-world manufacturing systems to assign ordered job operations to machines under various constraints. Existing solutions remain limited by long running time or insufficient schedule quality, especially when problem scale increases. In this paper, we propose ReLA, a reinforcement-learning (RL)...

💬 0 commentsarXiv:2601.03646v2PDF
0

Posted in cs.CL · 2026-01-07 · Yu-Zheng Lin, Bono Po-Jen Shih, John Paul Martin Encinas, Elizabeth Victoria Abraham Achom, Karan Himanshu Patel, Jesus Horacio Pacheco, Sicong Shao, Jyotikrishna Dass, Soheil Salehi, Pratik Satam

LLM-MC-Affect: LLM-Based Monte Carlo Modeling of Affective Trajectories and Latent Ambiguity for Interpersonal Dynamic Insight

Emotional coordination is a core property of human interaction that shapes how relational meaning is constructed in real time. While text-based affect inference has become increasingly feasible, prior approaches often treat sentiment as a deterministic point estimate for individual speakers, failing to capture the inherent...

💬 0 commentsarXiv:2601.03645v2PDF
0

Posted in cs.DS · 2026-01-07 · Zeev Nutov

On $k$-connectivity oracles in $k$-connected graphs

A $k$-connectivity oracle for a graph $G=(V,E)$ is a data structure that given $s,t \in V$ determines whether there are at least $k+1$ internally disjoint $st$-paths in $G$. For undirected graphs, Pettie, Saranurak & Yin [STOC 2022, pp. 151-161] proved that any $k$-connectivity oracle requires $Ω(kn)$ bits of space. They asked whether...

💬 0 commentsarXiv:2601.03643v1PDF
0

Posted in cs.CL · 2026-01-07 · Zheng Wu, Xingyu Lou, Xinbei Ma, Yansi Li, Weiwen Liu, Weinan Zhang, Jun Wang, Zhuosheng Zhang

Agent-Dice: Disentangling Knowledge Updates via Geometric Consensus for Agent Continual Learning

Large Language Model (LLM)-based agents significantly extend the utility of LLMs by interacting with dynamic environments. However, enabling agents to continually learn new tasks without catastrophic forgetting remains a critical challenge, known as the stability-plasticity dilemma. In this work, we argue that this dilemma...

💬 0 commentsarXiv:2601.03641v4PDF
0

Posted in cs.CV · 2026-01-07 · Zhiyong Ma, Zhenpeng Li, Yuanjie Shi, Zhengping Li, Jiahao Chen, Qingyuan Chuai

Think Bright, Diffuse Nice: Enhancing T2I-ICL via Inductive-Bias Hint Instruction and Query Contrastive Decoding

Text-to-Image In-Context Learning (T2I-ICL) enables customized image synthesis via interleaved text-image examples but faces two mutually reinforcing bottlenecks, compliance failure and prior-dominated hallucination, that form a vicious cycle degrading generation quality. Existing methods rely on tailored training, which limits...

💬 0 commentsarXiv:2601.06169v1PDF
0

Posted in cs.SE · 2026-01-07 · Mohd Ariful Haque, Kishor Datta Gupta, Mohammad Ashiqur Rahman, Roy George

Verbatim Data Transcription Failures in LLM Code Generation: A State-Tracking Stress Test

Many real-world software tasks require exact transcription of provided data into code, such as cryptographic constants, protocol test vectors, allowlists, and calibration tables. These tasks are operationally sensitive because small omissions or alterations can remain silent while producing syntactically valid programs. This paper...

💬 0 commentsarXiv:2601.03640v1PDF
0

Posted in cs.CL · 2026-01-07 · Yash Sharma

MALTopic: Multi-Agent LLM Topic Modeling Framework

Topic modeling is a crucial technique for extracting latent themes from unstructured text data, particularly valuable in analyzing survey responses. However, traditional methods often only consider free-text responses and do not natively incorporate structured or categorical survey responses for topic modeling. And they produce...

💬 0 commentsarXiv:2601.15299v1PDF