中文
相关论文

相关论文: Video Relationship Detection Using Mixture of Expe…

200 篇论文

This work focuses on training a single visual relationship detector predicting over the union of label spaces from multiple datasets. Merging labels spanning different datasets could be challenging due to inconsistent taxonomies. The issue…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Long Zhao , Liangzhe Yuan , Boqing Gong , Yin Cui , Florian Schroff , Ming-Hsuan Yang , Hartwig Adam , Ting Liu

Visual relation detection (VRD) is the task of identifying the relationships between objects in a scene. VRD models trained solely on relation detection data struggle to generalize beyond the relations on which they are trained. While…

计算机视觉与模式识别 · 计算机科学 2025-08-11 Gopika Sudhakaran , Hikaru Shindo , Patrick Schramowski , Simone Schaub-Meyer , Kristian Kersting , Stefan Roth

We present DeepSeek-VL2, an advanced series of large Mixture-of-Experts (MoE) Vision-Language Models that significantly improves upon its predecessor, DeepSeek-VL, through two key major upgrades. For the vision component, we incorporate a…

Deep Learning-based Vulnerability Detection (DLVD) techniques have garnered significant interest due to their ability to automatically learn vulnerability patterns from previously compromised code. Despite the notable accuracy demonstrated…

软件工程 · 计算机科学 2025-02-14 Xu Yang , Shaowei Wang , Jiayuan Zhou , Wenhan Zhu

The video visual relation detection (VidVRD) task is to identify objects and their relationships in videos, which is challenging due to the dynamic content, high annotation costs, and long-tailed distribution of relations. Visual language…

计算机视觉与模式识别 · 计算机科学 2025-03-13 Qi Liu , Weiying Xue , Yuxiao Wang , Zhenao Wei

Seas of videos are uploaded daily with the popularity of social channels; thus, retrieving the most related video contents with user textual queries plays a more crucial role. Most methods consider only one joint embedding space between…

计算机视觉与模式识别 · 计算机科学 2022-06-28 Burak Satar , Hongyuan Zhu , Hanwang Zhang , Joo Hwee Lim

Multimodal large language models (MLLMs) require a nuanced interpretation of complex image information, typically leveraging a vision encoder to perceive various visual scenarios. However, relying solely on a single vision encoder to handle…

计算机视觉与模式识别 · 计算机科学 2025-06-02 Xin He , Xumeng Han , Longhui Wei , Lingxi Xie , Qi Tian

Perceptual ambiguity and task conflict limit multitask robotic manipulation via imitation learning. We propose a framework combining a Language-Conditioned Visual Representation (LCVR) module and a Language-conditioned Mixture-ofExperts…

机器人学 · 计算机科学 2025-10-29 Xiucheng Zhang , Yang Jiang , Hongwei Qing , Jiashuo Bai

In this study, we propose MoME, a Mixture of Visual Language Medical Experts, for Medical Image Segmentation. MoME adapts the successful Mixture of Experts (MoE) paradigm, widely used in Large Language Models (LLMs), for medical…

计算机视觉与模式识别 · 计算机科学 2025-11-03 Arghavan Rezvani , Xiangyi Yan , Anthony T. Wu , Kun Han , Pooya Khosravi , Xiaohui Xie

Multi-modal named entity recognition (NER) and relation extraction (RE) aim to leverage relevant image information to improve the performance of NER and RE. Most existing efforts largely focused on directly extracting potentially useful…

计算与语言 · 计算机科学 2022-12-06 Xinyu Wang , Jiong Cai , Yong Jiang , Pengjun Xie , Kewei Tu , Wei Lu

Visual relation detection (VRD) aims to identify relationships (or interactions) between object pairs in an image. Although recent VRD models have achieved impressive performance, they are all restricted to pre-defined relation categories,…

计算机视觉与模式识别 · 计算机科学 2025-04-17 Kaifeng Gao , Siqi Chen , Hanwang Zhang , Jun Xiao , Yueting Zhuang , Qianru Sun

Multimodal large language models (MLLMs) have demonstrated impressive capabilities across various vision-language tasks. However, a generalist MLLM typically underperforms compared with a specialist MLLM on most VL tasks, which can be…

计算机视觉与模式识别 · 计算机科学 2024-07-18 Leyang Shen , Gongwei Chen , Rui Shao , Weili Guan , Liqiang Nie

With the rapid development of pre-training technologies, adapting large-scale Vision-Language Models (VLMs) for video understanding \emph{\ie} image-to-video transfer learning has become a dominant paradigm. To achieve superior performance,…

计算机视觉与模式识别 · 计算机科学 2026-05-28 Rui Lin , Chuanming Wang , Huadong Ma

We introduce a Mixture of Raytraced Experts, a stacked Mixture of Experts (MoE) architecture which can dynamically select sequences of experts, producing computational graphs of variable width and depth. Existing MoE architectures generally…

机器学习 · 计算机科学 2025-07-17 Andrea Perin , Giacomo Lagomarsini , Claudio Gallicchio , Giuseppe Nuti

Implicit neural representations (INRs) have proven effective in various tasks including image, shape, audio, and video reconstruction. These INRs typically learn the implicit field from sampled input points. This is often done using a…

计算机视觉与模式识别 · 计算机科学 2024-10-30 Yizhak Ben-Shabat , Chamin Hewa Koneputugodage , Sameera Ramasinghe , Stephen Gould

Mixture-of-Experts (MoE) decouples model capacity from per-token computation, yet their scalability remains limited by the physical dimensions of depth and width. To overcome this, we propose Mixture of Universal Experts (MOUE),a MoE…

Instruction tuning of Large Vision-language Models (LVLMs) has revolutionized the development of versatile models with zero-shot generalization across a wide range of downstream vision-language tasks. However, the diversity of training…

计算机视觉与模式识别 · 计算机科学 2024-07-08 Yunhao Gou , Zhili Liu , Kai Chen , Lanqing Hong , Hang Xu , Aoxue Li , Dit-Yan Yeung , James T. Kwok , Yu Zhang

Mixture-of-Experts (MoE) presents a naturally compatible and scalable framework for multimodal learning, demonstrating strong adaptability across diverse modalities and tasks. Despite its growing success, a comprehensive and systematic…

机器学习 · 计算机科学 2026-05-28 Liangwei Nathan Zheng , Wei Emma Zhang , Olaf Maennel , Lin Yue , Weitong Chen

Mixture-of-Experts (MoE) architectures enable conditional computation by activating only a subset of model parameters for each input. Although sparse routing has been highly effective in language models and has also shown promise in vision,…

机器学习 · 计算机科学 2026-04-07 Vadim Vashkelis , Natalia Trukhina

The Mixture-of-Experts (MoE) model uses a set of expert networks that specialize on subsets of a dataset under the supervision of a gating network. A common issue in MoE architectures is ``expert collapse'' where overlapping class…

神经与进化计算 · 计算机科学 2026-03-31 Abien Fred Agarap , Arnulfo P. Azcarraga