论文检索

输入标题、作者或关键词,从 100,903 篇学术成果中精准定位

会议来源 全部会议

机器学习与综合 AI

自然语言处理

计算机视觉

数据挖掘与 Web

多媒体与图形学

未选择时检索全部会议
支持跨会议组合检索,PDF 均跳转至官方来源
100,903篇论文
第 25 / 5046 页

Deepak Kanneganti, Sajib Mistry, Sheik Mohammad Mostakim Fattah, Joshua Boland, Aneesh Krishna

We propose a novel MLaaS Dataset Generator (MDG) framework that creates configurable and reproducible datasets for evaluating Machine Learning as a Service (MLaaS) selection and composition. MDG simulates realistic MLaaS behaviour by training and evaluating diverse model families across multiple real-world datasets and data distribution settings. It records detailed functional attributes, quality of service metrics, and composition-specific indicators, enabling systematic analysis of service performance and cross-service behaviour. Using MDG, we generate more than ten thousand MLaaS service instances and construct a large-scale benchmark dataset suitable for downstream evaluation. We also implement a built-in composition mechanism that models how services interact under varied Internet of Things conditions. Experiments demonstrate that datasets generated by MDG enhance selection accuracy and composition quality compared to existing baselines. MDG provides a practical and extensible foundation for advancing data-driven research on MLaaS selection and composition.

Yifan Shao, Peilin Zhou, Shoujin Wang, Weizhi Zhang 0001, Sunghun Kim 0003, Xu Cai

Inspired by advances in LLMs, reasoning-enhanced sequential recommendation performs multi-step deliberation before making final predictions, unlocking greater potential for capturing user preferences. However, current methods are constrained by static reasoning trajectories that are ill-suited for the diverse complexity of user behaviors. They suffer from two key limitations: (1) a static reasoning direction, which uses flat supervision signals misaligned with human-like hierarchical reasoning, and (2) a fixed reasoning depth, which inefficiently applies the same computational effort to all users, regardless of pattern complexity. These rigidity lead to suboptimal performance and significant computational waste. To overcome these challenges, we propose DTRec, a novel and effective framework that explores the Dynamic reasoning Trajectory for Sequential Recommendation along both direction and depth. To guide the direction, we develop Hierarchical Process Supervision (HPS), which provides coarse-to-fine supervisory signals to emulate the natural, progressive refinement of human cognitive processes. To optimize the depth, we introduce the Adaptive Reasoning Halting (ARH) mechanism that dynamically adjusts the number of reasoning steps by jointly monitoring three indicators. Extensive experiments on three real-world datasets demonstrate the superiority of our approach, achieving up to a 24.5% performance improvement over strong baselines while simultaneously reducing computational cost by up to 41.6%.

Shuhan Cui, Ruimin Chu, Hanrui Wang 0005, Patrick H. Chen, Ching-Chun Chang, Isao Echizen

Multimodal disinformation may arise from the image, the text, or their cross-modal consistency, and these aspects can mislead either alone or in combination. However, existing research has not considered the full range of such combinations, leaving current methods vulnerable to unseen combinations. To address this gap, we propose a tri-axis formulation that explicitly separates image veracity, text veracity, and cross-modal consistency, yielding an 8-way space that fully enumerates all cases and turns multimodal disinformation detection, formerly a coarse, multi-label problem, into a well-defined, mutually exclusive classification task. To support this formulation, we construct OctantFake, an 8-way dataset sourced from 16 datasets with complete label coverage and broad class diversity. Experiments show that existing methods struggle on this challenging dataset. Building on this dataset, we introduce OctantAgent, an LVLM-based parallel framework with three modules, image check, text check, and consistency check, whose predictions are fused into an 8-way decision, achieving clear improvements over existing LVLM-based methods. Together, these contributions introduce an interpretable and exhaustive 8-way perspective that provides a solid foundation for analyzing multimodal disinformation.

Haoxuan Li 0002, He Chang, Yunshan Ma 0002, Yi Bin, Yang Yang 0002, See-Kiong Ng, Tat-Seng Chua

Event forecasting is inherently influenced by multifaceted considerations, including international relations, regional historical dynamics, and cultural contexts. However, existing LLM-based approaches employ single-model architectures that generate predictions along a singular explicit trajectory, constraining their ability to capture diverse geopolitical nuances across complex regional contexts. To address this limitation, we introduce ThinkTank-ME, a novel Think Tank framework for Middle East event forecasting that emulates collaborative expert analysis in real-world strategic decision-making. To facilitate expert specialization and rigorous evaluation, we construct POLECAT-FOR-ME, a Middle East–focused event forecasting benchmark. Experimental results demonstrate the superiority of multi-expert collaboration in handling complex temporal geopolitical forecasting tasks. The code is available at https://github.com/LuminosityX/ThinkTank-ME.

Haoze Wu 0003, Chenghui Yu, Bingfeng Deng, Daniel Chen

Most existing content issue detection models are built upon Multimodal Large Language Models (MLLMs). Although such approaches achieve high accuracy, they often suffer from poor timeliness, limited feature richness, and high serving costs: MLLM-based models are typically updated only monthly or quarterly and rely mainly on intrinsic video features (e.g., sampled frames and captions), underutilizing post-hoc user feedback and aggregated video and author-side signals. To address these challenges, we propose a daily updated ranking model for Content Issue Detection based on a Cross-Order Representation Fusion (CORF) architecture. The model supports day-level updates and integrates user behavior features, video- and author-side information, and MLLM-generated scores as inputs. Compared with MLLM-based approaches, our model is significantly smaller and can efficiently score all videos on a daily basis. Experiments on the Adult-Content category show higher recall at the same level of precision, and online A/B tests further demonstrate reduced user exposure to such content issues, contributing to a safer and more positive viewing experience.

Yicheng Huang, Xinyu Xiao, Jian Zhang 0019, Shuhan Qi, Yulin Wu 0001, Xuan Wang 0002

With the evolving generative models, generated images are closer to reality, raising concerns about information authenticity and malicious misuse. Invisible watermarks offer a practical approach to detecting and tracing them. However, while image watermarking inevitably introduces quality degradation, most existing methods primarily focus on improving watermark robustness. To address this limitation, we propose AWMA-MoE, a framework that enhances the quality of generated images while preserving strong watermark robustness. Specifically, we design an attention-based adapter that adaptively embeds watermarks with spatially varying strengths across image regions. Building upon this, we introduce an MoE architecture that leverages diverse experts to further improve image quality while retaining watermark robustness. Experiments demonstrate that AWMA-MoE can reduce the distortion of generated images and exhibit competitive watermark performance, thus striking an improved balance for watermarking generated image tasks and better linking post-hoc and in-generation methods.

Qihang Zhao, Zhongbo Sun, Xiaoyang Zheng, Xian Guo, Siyuan Wang 0014, Zihan Liang 0001, Mingcan Peng, Ben Chen 0004, Chenyi Lei

With the rise of modern search and recommendation platforms, insufficient collaborative information of cold-start items exacerbates the Matthew effect of existing platform items, challenging platform diversity and becoming a longstanding issue. Existing methods align items' side content with collaborative information to transfer collaborative signals from high-popularity items to cold-start items. However, these methods fail to account for the asymmetry between collaboration and content, nor the fine-grained differences among items. To address these issues, we propose COINS, an item representation enhancement approach based on fused alignment of semantic IDs. Specifically, we use RQ-OPQ encoding to quantize item content and collaborative information, followed by a two-step alignment: RQ encoding transfers shared collaborative signals across items, while OPQ encoding learns items' differentiated information. Comprehensive offline experiments on large-scale industrial datasets demonstrate COINS's superiority, and rigorous online A/B tests confirm statistically significant improvements.

Ran Zhang 0003, Kun Ouyang, Tiancheng Ma, Yida Yang, Dong Fang

Optimizing numerical systems and mechanism design is crucial for enhancing player experience in Massively Multiplayer Online (MMO) games. Traditional optimization approaches rely on iterative online experiments or parameter tuning over abstracted statistical models, which can be inaccurate, time-consuming and potentially impair players' experience. Although simplified offline simulation systems are frequently employed as alternatives, their low fidelity constrains agents' ability to faithfully replicate real players' reasoning processes and behavioral responses to interventions. To address these limitations, we propose a generative agent-based MMO simulation system with hundreds of agents empowered by Large Language Models (LLMs). By applying Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) on large-scale real player behavioral data, we adapt LLMs from general priors to game-specific domains, enabling realistic and interpretable player decision-making. In parallel, a data-driven environment model trained on real gameplay logs reconstructs dynamic in-game systems. Experiments demonstrate strong consistency with real-world player behaviors and plausible causal responses under interventions, providing a reliable, interpretable, and cost-efficient framework for data-driven numerical design optimization.

Yanan Cao, Farnaz Fallahi, Murali Mohana Krishna Dandu, Lalitesh Morishetti, Kai Zhao 0011, Luyi Ma, Sinduja Subramaniam, Jianpeng Xu, Evren Körpeoglu, Kaushiki Nag 等

Large Language Models (LLMs) have demonstrated impressive capabilities in reasoning and prediction across different domains. Yet, their ability to infer temporal regularities from structured behavioral data remains underexplored. This paper presents a systematic study investigating whether LLMs can predict time intervals between recurring user actions, such as repeated purchases, and how different levels of contextual information shape their predictive behavior. Using a simple but representative repurchase scenario, we benchmark state-of-the-art LLMs in zero-shot settings against both statistical and machine-learning models. Two key findings emerge. First, while LLMs surpass lightweight statistical baselines, they consistently underperform dedicated machine-learning models, showing their limited ability to capture quantitative temporal structure. Second, although moderate context can improve LLM accuracy, adding further user-level detail degrades performance. These results challenge the assumption that ''more context leads to better reasoning.'' Our study highlights fundamental limitations of today's LLMs in structured temporal inference and offers guidance for designing future context-aware hybrid models that integrate statistical precision with linguistic flexibility.

Haoyuan Li, Mengxiao Zhang, Maoyuan Li, Jianzheng Li, Zijian Zhang 0001, Junyi Yang, Shuangyan Deng, Jiamou Liu

The rapid growth of the cryptocurrency ecosystem has intensified the need for multimodal data that captures the interplay among user behavior, market dynamics, and public sentiment. Existing public datasets remain fragmented and cannot support such integrated analysis. We present 3MEthTaskforce¹, a large-scale multimodal Ethereum dataset that integrates 303 million transactions across 3,880 tokens, token histories, global market indicators, and LLM-annotated Reddit sentiment from 2014–2024, all aligned on a daily timeline. The dataset enables tasks such as user behavior prediction and market trend modeling. This paper reports benchmark results for user behavior prediction, while the project website provides additional evaluations. The dataset is publicly available via Figshare², where it has been downloaded more than four hundred times, and the codebase is released at https://github.com/Haoyuan-Li-UoA/3MEthTaskforce.

Yurim Jang, Jaeung Lee, Dohyun Kim, Jaemin Jo, Simon S. Woo

As pretrained models are increasingly shared on the web, ensuring that models can forget or delete sensitive, copyrighted, or private information upon request has become crucial. Machine unlearning has been proposed to address this challenge. However, current evaluations for unlearning methods rely on output-based metrics, which cannot verify whether information is completely deleted or merely suppressed at the representation level, where suppression is insufficient for true unlearning. To address this gap, we propose a novel restoration-based analysis framework that uses Sparse Autoencoders to identify class-specific expert features in intermediate layers and applies inference-time steering to quantitatively distinguish between suppression and deletion. Applying our framework to 12 major unlearning methods in image classification tasks, we find that most methods achieve high restoration rates of unlearned information, indicating that they only suppress information at the decision-boundary level, while preserving semantic features in intermediate representations. Notably, even retraining from pretrained checkpoints shows high restoration, revealing that robust semantic features inherited from pretraining are not removed by retraining. These results demonstrate that representation-level retention poses significant risks overlooked by output-based metrics, highlighting the need for new unlearning evaluation criteria. We propose new evaluation guidelines that prioritize representation-level verification, especially for privacy-critical applications in the era of pre-trained models.

Kyungho Kim, Geon Lee, Juyeon Kim 0001, Dongwon Choi, Shinhwan Kang, Kijung Shin

Relational databases (RDBs) play a crucial role in many real-world web applications, supporting data management across multiple interconnected tables. Beyond typical retrieval-oriented tasks, prediction tasks on RDBs have recently gained attention. In this work, we address this problem by generating informative relational features that enhance predictive performance. However, generating such features is challenging: it requires reasoning over complex schemas and exploring a combinatorially large feature space, all without explicit supervision. To address these challenges, we propose ReFuGe, an agentic framework that leverages specialized large language model agents: (1) a schema selection agent identifies the tables and columns relevant to the task, (2) a feature generation agent produces diverse candidate features from the selected schema, and (3) a feature filtering agent evaluates and retains promising features through reasoning-based and validation-based filtering. It operates within an iterative feedback loop until performance converges. Experiments on RDB benchmarks demonstrate that ReFuGe substantially improves performance on various prediction tasks. Our code and datasets are available at https://github.com/K-Kyungho/REFUGE.

Aaron Steiner, Ralph Peeters, Christian Bizer

LLM-based agents are increasingly used to automate web tasks such as product search, offer comparison, and order placement. Current research explores different interfaces through which these agents interact with websites, including traditional HTML browsing, retrieval-augmented generation (RAG) over pre-crawled content, communication via Web APIs using the Model Context Protocol (MCP), and natural-language querying through the NLWeb interface. Yet no systematic comparison of the effectiveness and efficiency of these interfaces on identical challenging task sets exists. To address this gap, we introduce a testbed consisting of four simulated e-shops, each offering its products via HTML, MCP, and NLWeb interfaces. For each interface (HTML, RAG, MCP, and NLWeb), we develop specialized agents that perform the same sets of tasks, ranging from simple product searches and price comparisons to complex queries for complementary or substitute products and checkout processes. We evaluate the agents using GPT-5 and GPT-5-mini. Our evaluation shows that RAG, MCP, and NLWeb agents outperform HTML browsing agents by 11 percentage points in task completion while requiring 2–5 times fewer tokens on search-oriented tasks. The GPT-5 RAG agent achieves the highest task completion rate (0.79) while maintaining moderate token consumption.

Yonghao Si, Xingyuan Zeng, Zhao Chen 0003, Libin Zheng 0001, Caleb Chen Cao, Lei Chen 0002, Jian Yin 0001

High-quality annotated datasets are crucial for advancing machine learning in medical image analysis. However, a critical gap exists: most datasets either offer a single, clean ground truth, which hides real-world expert disagreement, or they provide multiple annotations without a separate gold standard for objective evaluation. To bridge this gap, we introduce CytoCrowd, a new public benchmark for cytology analysis. The dataset features 446 high-resolution images, each with two key components: (1) raw, conflicting annotations from four independent pathologists, and (2) a separate, high-quality gold-standard ground truth established by a senior expert. This dual structure makes CytoCrowd a versatile resource. It serves as a benchmark for standard computer vision tasks, such as object detection and classification, using the ground truth. Simultaneously, it provides a realistic testbed for evaluating annotation aggregation algorithms that must resolve expert disagreements. We provide comprehensive baseline results for both tasks. Our experiments demonstrate the challenges presented by CytoCrowd and establish its value as a resource for developing the next generation of models for medical image analysis.