中文
相关论文

相关论文: Learning Large-scale Universal User Representation…

200 篇论文

Inspite the emerging importance of Speech Emotion Recognition (SER), the state-of-the-art accuracy is quite low and needs improvement to make commercial applications of SER viable. A key underlying reason for the low accuracy is the…

声音 · 计算机科学 2020-03-24 Siddique Latif , Rajib Rana , Sara Khalifa , Raja Jurdak , Julien Epps , Björn W. Schuller

Sparse Mixture of Experts (MoE) large language models (LLMs) are gradually becoming the mainstream approach for ultra-large-scale models. Existing optimization efforts for MoE models have focused primarily on coarse-grained MoE…

计算与语言 · 计算机科学 2025-05-07 Haoqi Yang , Luohe Shi , Qiwei Li , Zuchao Li , Ping Wang , Bo Du , Mengjia Shen , Hai Zhao

Recent advancements in general-purpose or domain-specific multimodal large language models (LLMs) have witnessed remarkable progress for medical decision-making. However, they are designated for specific classification or generative tasks,…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Songtao Jiang , Tuo Zheng , Yan Zhang , Yeying Jin , Li Yuan , Zuozhu Liu

Continual fine-tuning of large language models (LLMs) suffers from catastrophic forgetting. Rehearsal-based methods mitigate this problem by retaining a small set of old data. Nevertheless, they still suffer inevitable performance loss.…

计算与语言 · 计算机科学 2025-04-10 Zhilin Wang , Yafu Li , Xiaoye Qu , Yu Cheng

Leveraging Large Language Models (LLMs) for recommendation has demonstrated notable success in various domains, showcasing their potential for open-domain recommendation. A key challenge to advancing open-domain recommendation lies in…

信息检索 · 计算机科学 2025-07-29 Honghui Bao , Wenjie Wang , Xinyu Lin , Fengbin Zhu , Teng Sun , Fuli Feng , Tat-Seng Chua

It is widely acknowledged that the performance of Transformer models is logarithmically related to their number of parameters and computational complexity. While approaches like Mixture of Experts (MoE) decouple parameter count from…

机器学习 · 计算机科学 2025-02-07 Zihao Huang , Qiyang Min , Hongzhi Huang , Defa Zhu , Yutao Zeng , Ran Guo , Xun Zhou

Text-to-image generation has advanced rapidly, yet it still struggles to capture the nuanced user preferences. Existing approaches typically rely on multimodal large language models to infer user preferences, but the derived prompts or…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Zihao Wang , Yuxiang Wei , Xinpeng Zhou , Tianyu Zhang , Tao Liang , Yalong Bai , Hongzhi Zhang , Wangmeng Zuo

Despite the well-developed cut-edge representation learning for language, most language representation models usually focus on specific levels of linguistic units. This work introduces universal language representation learning, i.e.,…

计算与语言 · 计算机科学 2021-06-01 Yian Li , Hai Zhao

Sparse Mixture of Experts (SMoEs) models scale the capacity of models while maintaining constant computational overhead. Early designs typically relied on a fixed value of $k$, where $k$ represents either the number of experts selected per…

计算与语言 · 计算机科学 2025-10-28 Giang Do , Hung Le , Truyen Tran

Multimodal federated learning in real-world settings often encounters incomplete and heterogeneous data across clients. This results in misaligned local feature representations that limit the effectiveness of model aggregation. Unlike prior…

机器学习 · 计算机科学 2025-10-28 Duong M. Nguyen , Trong Nghia Hoang , Thanh Trung Huynh , Quoc Viet Hung Nguyen , Phi Le Nguyen

Supervised machine-learning models often underperform in predicting user behaviors from conversational text, hindered by poor crowdsourced label quality and low NLP task accuracy. We introduce the Metadata-Sensitive Weighted-Encoding…

机器学习 · 计算机科学 2025-05-29 Lynnette Hui Xian Ng , Kokil Jaidka , Kaiyuan Tay , Hansin Ahuja , Niyati Chhaya

Solving multi-objective optimization problems for large deep neural networks is a challenging task due to the complexity of the loss landscape and the expensive computational cost of training and evaluating models. Efficient Pareto front…

机器学习 · 计算机科学 2024-06-17 Anke Tang , Li Shen , Yong Luo , Shiwei Liu , Han Hu , Bo Du

Recognizing wild faces is extremely hard as they appear with all kinds of variations. Traditional methods either train with specifically annotated variation data from target domains, or by introducing unlabeled target variation data to…

计算机视觉与模式识别 · 计算机科学 2020-02-28 Yichun Shi , Xiang Yu , Kihyuk Sohn , Manmohan Chandraker , Anil K. Jain

E-commerce platforms generate vast amounts of customer behavior data, such as clicks and purchases, from millions of unique users every day. However, effectively using this data for behavior understanding tasks is challenging because there…

机器学习 · 计算机科学 2022-02-16 Tianyu Li , Ali Cevahir , Derek Cho , Hao Gong , DuyKhuong Nguyen , Bjorn Stenger

Dense Retrieval Models (DRMs) are a prominent development in Information Retrieval (IR). A key challenge with these neural Transformer-based models is that they often struggle to generalize beyond the specific tasks and domains they were…

信息检索 · 计算机科学 2025-10-20 Effrosyni Sokli , Pranav Kasela , Georgios Peikos , Gabriella Pasi

To build an artificial neural network like the biological intelligence system, recent works have unified numerous tasks into a generalist model, which can process various tasks with shared parameters and do not have any task-specific…

计算机视觉与模式识别 · 计算机科学 2022-07-06 Jinguo Zhu , Xizhou Zhu , Wenhai Wang , Xiaohua Wang , Hongsheng Li , Xiaogang Wang , Jifeng Dai

Inductive transfer learning has had a big impact on computer vision and NLP domains but has not been used in the area of recommender systems. Even though there has been a large body of research on generating recommendations based on…

信息检索 · 计算机科学 2020-06-11 Fajie Yuan , Xiangnan He , Alexandros Karatzoglou , Liguang Zhang

Sequential recommendation has rapidly advanced in click-through rate prediction due to its ability to model dynamic user interests. A key challenge, however, lies in modeling long sequences: users often exhibit significant interest shifts,…

An unsupervised human action modeling framework can provide useful pose-sequence representation, which can be utilized in a variety of pose analysis applications. In this work we propose a novel temporal pose-sequence modeling framework,…

计算机视觉与模式识别 · 计算机科学 2018-12-07 Jogendra Nath Kundu , Maharshi Gor , Phani Krishna Uppala , R. Venkatesh Babu

Machine learning models often need to adapt to new data after deployment due to structured or unstructured real-world dynamics. The Continual Learning (CL) framework enables continuous model adaptation, but most existing approaches either…

机器学习 · 计算机科学 2026-03-25 Connor Mclaughlin , Nigel Lee , Lili Su