中文
相关论文

相关论文: PEARL: Prototype-Enhanced Alignment for Label-Effi…

200 篇论文

Meta Reinforcement Learning (Meta-RL) has seen substantial advancements recently. In particular, off-policy methods were developed to improve the data efficiency of Meta-RL techniques. \textit{Probabilistic embeddings for actor-critic RL}…

机器学习 · 计算机科学 2023-02-10 Lu Wen , Songan Zhang , H. Eric Tseng , Baljeet Singh , Dimitar Filev , Huei Peng

A novel method, the Pareto Envelope Augmented with Reinforcement Learning (PEARL), has been developed to address the challenges posed by multi-objective problems, particularly in the field of engineering where the evaluation of candidate…

机器学习 · 计算机科学 2024-03-19 Paul Seurin , Koroush Shirvan

Representation learning is a key technique in modern machine learning that enables models to identify meaningful patterns in complex data. However, different methods tend to extract distinct aspects of the data, and relying on a single…

机器学习 · 统计学 2025-09-30 Wenhui Li , Shijin Gong , Xinyu Zhang

The in-context learning (ICL) capability of large language models (LLMs) enables them to perform challenging tasks using provided demonstrations. However, ICL is highly sensitive to the ordering of demonstrations, leading to instability in…

机器学习 · 计算机科学 2025-02-21 Liang Chen , Li Shen , Yang Deng , Xiaoyan Zhao , Bin Liang , Kam-Fai Wong

In preference-based Reinforcement Learning (RL), obtaining a large number of preference labels are both time-consuming and costly. Furthermore, the queried human preferences cannot be utilized for the new tasks. In this paper, we propose…

机器学习 · 计算机科学 2024-06-06 Runze Liu , Yali Du , Fengshuo Bai , Jiafei Lyu , Xiu Li

Training-free open-vocabulary semantic segmentation (OVSS) promises rapid adaptation to new label sets without retraining. Yet, many methods rely on heavy post-processing or handle text and vision in isolation, leaving cross-modal geometry…

计算机视觉与模式识别 · 计算机科学 2026-03-24 Gensheng Pei , Xiruo Jiang , Xinhao Cai , Tao Chen , Yazhou Yao , Byeungwoo Jeon

Contrastively trained vision-language models such as CLIP provide strong zero-shot transfer by aligning images and text in a shared embedding space. However, adapting these models to downstream tasks without degrading their open-vocabulary…

计算机视觉与模式识别 · 计算机科学 2026-05-20 Simone Carnemolla , Salvatore Calcagno , Daniela Giordano , Concetto Spampinato , Matteo Pennisi

We propose an entity-agnostic representation learning method for handling the problem of inefficient parameter storage costs brought by embedding knowledge graphs. Conventional knowledge graph embedding methods map elements in a knowledge…

计算与语言 · 计算机科学 2023-02-06 Mingyang Chen , Wen Zhang , Zhen Yao , Yushan Zhu , Yang Gao , Jeff Z. Pan , Huajun Chen

We present PEARL (Peer-Enhanced Adaptive Radio via On-Device LLM), a framework for cooperative cross-layer optimization in device-to-device (D2D) communication. Building on our previous work on single-device on-device LLMs, PEARL extends…

机器学习 · 计算机科学 2025-10-29 Ju-Hyung Lee , Yanqing Lu , Klaus Doppler

Large Language Models (LLMs) have shown promise as educational tutors, yet effective tutoring requires more than solving problems: it must provide progressive Socratic guidance and balance multiple pedagogical objectives across multi-turn…

机器学习 · 计算机科学 2026-05-29 Qikai Chang , Zhenrong Zhang , Linbo Chen , Pengfei Hu , Jianshu Zhang , Youhui Guo , Jun Du

In light of the significant progress made in the development and application of semantic segmentation tasks, there has been increasing attention towards improving the robustness of segmentation models against natural degradation factors…

计算机视觉与模式识别 · 计算机科学 2023-05-26 Xianghao Jiao , Yaohua Liu , Jiaxin Gao , Xinyuan Chu , Risheng Liu , Xin Fan

Dense retrieval systems increasingly need to handle complex queries. In many realistic settings, users express intent through long instructions or task-specific descriptions, while target documents remain relatively simple and static. This…

信息检索 · 计算机科学 2026-04-07 Seiji Maekawa , Moin Aminnaseri , Pouya Pezeshkpour , Estevam Hruschka

Catastrophic forgetting has remained a critical challenge for deep neural networks in Continual Learning (CL) as it undermines consolidated knowledge when learning new tasks. Parameter efficient fine tuning CL techniques are gaining…

机器学习 · 计算机科学 2026-01-27 Prashant Shivaram Bhat , Shakib Yazdani , Elahe Arani , Bahram Zonooz

Parameter-efficient transfer learning (PETL) has emerged as a flourishing research field for adapting large pre-trained models to downstream tasks, greatly reducing trainable parameters while grappling with memory challenges during…

计算机视觉与模式识别 · 计算机科学 2024-07-11 Haiwen Diao , Bo Wan , Xu Jia , Yunzhi Zhuge , Ying Zhang , Huchuan Lu , Long Chen

Deep Reinforcement Learning (DRL) is vital in various AI applications. DRL algorithms comprise diverse compute kernels, which may not be simultaneously optimized using a homogeneous architecture. However, even with available heterogeneous…

分布式、并行与集群计算 · 计算机科学 2023-11-17 Yuan Meng , Michael Kinsner , Deshanand Singh , Mahesh A Iyer , Viktor Prasanna

Large Language Models show great potential with external tools, but face significant challenges in complex, multi-turn tool invocation. They often exhibit weak planning, tool hallucination, erroneous parameter generation, and struggle with…

计算与语言 · 计算机科学 2026-01-29 Qihao Wang , Mingzhe Lu , Jiayue Wu , Yue Hu , Yanbing Liu

Self-supervised learning has emerged as a major technique for the task of learning from unlabeled data, where the current methods mostly revolve around alignment of representations and input recon struction. Although such approaches have…

机器学习 · 计算机科学 2026-04-16 Mintu Dutta , Ritesh Vyas , Mohendra Roy

Phrase representations play an important role in data science and natural language processing, benefiting various tasks like Entity Alignment, Record Linkage, Fuzzy Joins, and Paraphrase Classification. The current state-of-the-art method…

计算与语言 · 计算机科学 2024-02-23 Lihu Chen , Gaël Varoquaux , Fabian M. Suchanek

Robot motion planning often requires finding trajectories that balance different user intents, or preferences. One of these preferences is usually arrival at the goal, while another might be obstacle avoidance. Here, we formalize these, and…

机器人学 · 计算机科学 2018-12-03 Aleksandra Faust , Hao-Tien Lewis Chiang , Lydia Tapia

Self-supervised learning (SSL) has made enormous progress and largely narrowed the gap with the supervised ones, where the representation learning is mainly guided by a projection into an embedding space. During the projection, current…

计算机视觉与模式识别 · 计算机科学 2022-03-29 Lang Huang , Shan You , Mingkai Zheng , Fei Wang , Chen Qian , Toshihiko Yamasaki
‹ 上一页 1 2 3 10 下一页 ›