中文
相关论文

相关论文: A Modular-based Strategy for Mitigating Gradient C…

200 篇论文

Training a single model for multilingual, multi-task speech processing (MSP) is severely hampered by conflicting objectives between tasks like speech recognition and translation. While multi-objective optimization (MOO) aims to align…

音频与语音处理 · 电气工程与系统科学 2025-08-14 A F M Saif , Lisha Chen , Xiaodong Cui , Songtao Lu , Brian Kingsbury , Tianyi Chen

Streaming Speech-to-Text Translation (StreamST) requires producing translations concurrently with incoming speech, imposing strict latency constraints and demanding models that balance partial-information decision-making with high…

计算与语言 · 计算机科学 2025-12-22 Marco Gaido , Sara Papi , Mauro Cettolo , Matteo Negri , Luisa Bentivogli

Multimodal large language models (MLLMs) have shown satisfactory effects in many autonomous driving tasks. In this paper, MLLMs are utilized to solve joint semantic scene understanding and risk localization tasks, while only relying on…

计算机视觉与模式识别 · 计算机科学 2024-12-30 Jiaqi Fan , Jianhua Wu , Jincheng Gao , Jianhao Yu , Yafei Wang , Hongqing Chu , Bingzhao Gao

The multi-commodity flow (MCF) problem is a fundamental topic in network flow and combinatorial optimization, with broad applications in transportation, communication, and logistics, etc. Nowadays, the rapid expansion of allocation systems…

机器学习 · 计算机科学 2026-02-12 Xinyu Yuan , Yan Qiao , Zonghui Wang , Wenzhi Chen

The training paradigm for machine translation has gradually shifted, from learning neural machine translation (NMT) models with extensive parallel corpora to instruction finetuning on multilingual large language models (LLMs) with…

计算与语言 · 计算机科学 2024-02-08 Pengzhi Gao , Zhongjun He , Hua Wu , Haifeng Wang

A well-known dilemma in large vision-language models (e.g., GPT-4, LLaVA) is that while increasing the number of vision tokens generally enhances visual understanding, it also significantly raises memory and computational costs, especially…

计算机视觉与模式识别 · 计算机科学 2024-08-30 Shiwei Wu , Joya Chen , Kevin Qinghong Lin , Qimeng Wang , Yan Gao , Qianli Xu , Tong Xu , Yao Hu , Enhong Chen , Mike Zheng Shou

We present an approach for efficiently training Gaussian Mixture Model (GMM) by Stochastic Gradient Descent (SGD) with non-stationary, high-dimensional streaming data. Our training scheme does not require data-driven parameter…

机器学习 · 计算机科学 2021-07-05 Alexander Gepperth , Benedikt Pfülb

Simultaneous speech translation (SST) takes streaming speech input and generates text translation on the fly. Existing methods either have high latency due to recomputation of input representations, or fall behind of offline ST in…

计算与语言 · 计算机科学 2024-08-20 Siqi Ouyang , Xi Xu , Chinmay Dandekar , Lei Li

Guided source separation (GSS) is a type of target-speaker extraction method that relies on pre-computed speaker activities and blind source separation to perform front-end enhancement of overlapped speech signals. It was first proposed…

音频与语音处理 · 电气工程与系统科学 2023-08-15 Desh Raj , Daniel Povey , Sanjeev Khudanpur

Multi-label learning studies the problem where an instance is associated with a set of labels. By treating single-label learning problem as one task, the multi-label learning problem can be casted as solving multiple related tasks…

机器学习 · 计算机科学 2019-11-20 Lu Bai , Yew-Soon Ong , Tiantian He , Abhishek Gupta

In recent years, researchers combine both audio and video signals to deal with challenges where actions are not well represented or captured by visual cues. However, how to effectively leverage the two modalities is still under development.…

计算机视觉与模式识别 · 计算机科学 2024-01-09 Wentao Zhu

Modern LLM serving systems confront inefficient GPU utilization due to the fundamental mismatch between compute-intensive prefill and memory-bound decode phases. While current practices attempt to address this by organizing these phases…

分布式、并行与集群计算 · 计算机科学 2025-09-29 Zejia Lin , Hongxin Xu , Guanyi Chen , Zhiguang Chen , Yutong Lu , Xianwei Zhang

Sarcasm detection, as a crucial research direction in the field of Natural Language Processing (NLP), has attracted widespread attention. Traditional sarcasm detection tasks have typically focused on single-modal approaches (e.g., text),…

计算与语言 · 计算机科学 2025-07-04 Yazhou Zhang , Chunwang Zou , Bo Wang , Jing Qin

In many real-world applications, a reinforcement learning (RL) agent should consider multiple objectives and adhere to safety guidelines. To address these considerations, we propose a constrained multi-objective RL algorithm named…

机器学习 · 计算机科学 2024-06-03 Dohyeong Kim , Mineui Hong , Jeongho Park , Songhwai Oh

Customizing an LLM judge to a specific task or domain often involves optimizing its prompt across multiple evaluation criteria simultaneously. Textual gradient methods automate this for a single judge criterion, however they produce…

计算与语言 · 计算机科学 2026-05-26 Parth Darshan , Abhishek Divekar

This paper introduces an efficient strategy to transform Large Language Models (LLMs) into Multi-Modal Large Language Models (MLLMs). By conceptualizing this transformation as a domain adaptation process, i.e., transitioning from text…

计算与语言 · 计算机科学 2023-12-19 Bingchen Zhao , Haoqin Tu , Chen Wei , Jieru Mei , Cihang Xie

Recently, multi-objective optimization (MOO) has gained attention for its broad applications in ML, operations research, and engineering. However, MOO algorithm design remains in its infancy and many existing MOO methods suffer from…

机器学习 · 计算机科学 2025-06-26 Zhuqing Liu , Chaosheng Dong , Michinari Momma , Simone Shao , Shaoyuan Xu , Yan Gao , Haibo Yang , Jia Liu

Self-supervised 3D representation learning aims to learn effective representations from large-scale unlabeled point clouds. Most existing approaches adopt point discrimination as the pretext task, which assigns matched points in two…

计算机视觉与模式识别 · 计算机科学 2024-03-15 Chengyao Wang , Li Jiang , Xiaoyang Wu , Zhuotao Tian , Bohao Peng , Hengshuang Zhao , Jiaya Jia

Resolving conflicts from merging different software versions is a challenging task. To reduce the overhead of manual merging, researchers develop various program analysis-based tools which only solve specific types of conflicts and have a…

软件工程 · 计算机科学 2024-09-24 Qingyu Zhang , Liangcai Su , Kai Ye , Chenxiong Qian

3D Gaussian Splatting (3DGS) is an increasingly popular novel view synthesis approach due to its fast rendering time, and high-quality output. However, scaling 3DGS to large (or intricate) scenes is challenging due to its large memory…

计算机视觉与模式识别 · 计算机科学 2025-11-10 Hexu Zhao , Xiwen Min , Xiaoteng Liu , Moonjun Gong , Yiming Li , Ang Li , Saining Xie , Jinyang Li , Aurojit Panda