中文
相关论文

相关论文: Homogeneous Tokenizer Matters: Homogeneous Visual …

200 篇论文

To mimic human vision with the way of recognizing the diverse and open world, foundation vision models are much critical. While recent techniques of self-supervised learning show the promising potentiality of this mission, we argue that…

计算机视觉与模式识别 · 计算机科学 2023-10-12 Zhiming Qian

Homographs, words with the same spelling but different meanings, remain challenging in Neural Machine Translation (NMT). While recent works leverage various word embedding approaches to differentiate word sense in NMT, they do not focus on…

计算与语言 · 计算机科学 2023-04-14 Weixuan Wang , Wei Peng , Qun Liu

Zero-shot Human-object interaction (HOI) detection aims to locate humans and objects in images and recognize their interactions. While advances in open-vocabulary object detection provide promising solutions for object localization,…

计算机视觉与模式识别 · 计算机科学 2026-02-18 Shiyu Xuan , Dongkai Wang , Zechao Li , Jinhui Tang

Vision Transformer (ViT) architectures traditionally employ a grid-based approach to tokenization independent of the semantic content of an image. We propose a modular superpixel tokenization strategy which decouples tokenization and…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Marius Aasan , Odd Kolbjørnsen , Anne Schistad Solberg , Adín Ramirez Rivera

The remarkable performance of large multimodal models (LMMs) has attracted significant interest from the image segmentation community. To align with the next-token-prediction paradigm, current LMM-driven segmentation methods either use…

计算机视觉与模式识别 · 计算机科学 2025-07-17 Tao Wang , Changxu Cheng , Lingfeng Wang , Senda Chen , Wuyue Zhao

In Transformer architectures, tokens\textemdash discrete units derived from raw data\textemdash are formed by segmenting inputs into fixed-length chunks. Each token is then mapped to an embedding, enabling parallel attention computations…

机器学习 · 计算机科学 2026-01-14 Zhenglun Kong , Yize Li , Fanhu Zeng , Lei Xin , Shvat Messica , Xue Lin , Pu Zhao , Manolis Kellis , Hao Tang , Marinka Zitnik

Open-vocabulary semantic segmentation (OVS) aims to segment images of arbitrary categories specified by class labels or captions. However, most previous best-performing methods, whether pixel grouping methods or region recognition methods,…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Yuan Wang , Rui Sun , Naisong Luo , Yuwen Pan , Tianzhu Zhang

Vision-Language Models (VLMs) excel at reasoning in linguistic space but struggle with perceptual understanding that requires dense visual perception, e.g., spatial reasoning and geometric awareness. This limitation stems from the fact that…

计算机视觉与模式识别 · 计算机科学 2025-12-02 Yiming Qin , Bomin Wei , Jiaxin Ge , Konstantinos Kallidromitis , Stephanie Fu , Trevor Darrell , XuDong Wang

Human-centric visual tasks have attracted increasing research attention due to their widespread applications. In this paper, we aim to learn a general human representation from massive unlabeled human images which can benefit downstream…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Weihua Chen , Xianzhe Xu , Jian Jia , Hao luo , Yaohua Wang , Fan Wang , Rong Jin , Xiuyu Sun

Despite notable advances in image denoising, existing models often struggle to generalize beyond in-distribution noise patterns, particularly when confronted with out-of-distribution (OOD) conditions characterized by spatially variant…

计算机视觉与模式识别 · 计算机科学 2025-08-06 Dawei Zhang , Xiaojie Guo

Unifying visual understanding and generation within a single multimodal framework remains a significant challenge, as the two inherently heterogeneous tasks require representations at different levels of granularity. Current approaches that…

计算机视觉与模式识别 · 计算机科学 2025-04-23 Size Wu , Wenwei Zhang , Lumin Xu , Sheng Jin , Zhonghua Wu , Qingyi Tao , Wentao Liu , Wei Li , Chen Change Loy

Large language model (LLM) serving is now limited by the key-value (KV) cache. During decode, each new token rereads prior KV state, so attention becomes a bandwidth- and capacity-heavy memory task. HBM-PIM helps by moving attention closer…

硬件体系结构 · 计算机科学 2026-05-08 Zhuoran Li , Zhuohang Bian , Zihao Huang , Guangyu Sun , Yun Liang , Youwei Zhuo

Diffusion models represent a new paradigm in text-to-image generation. Beyond generating high-quality images from text prompts, models such as Stable Diffusion have been successfully extended to the joint generation of semantic segmentation…

计算机视觉与模式识别 · 计算机科学 2024-06-18 Pablo Marcos-Manchón , Roberto Alcover-Couso , Juan C. SanMiguel , Jose M. Martínez

Recent open-vocabulary human-object interaction (OV-HOI) detection methods primarily rely on large language model (LLM) for generating auxiliary descriptions and leverage knowledge distilled from CLIP to detect unseen interaction…

计算机视觉与模式识别 · 计算机科学 2025-03-04 Xin Lin , Chong Shi , Zuopeng Yang , Haojin Tang , Zhili Zhou

Modeling 4D human-object interaction (HOI) is a compelling challenge in computer vision and an essential technology powering virtual and mixed-reality applications. While existing works have achieved promising results on specific HOI…

计算机视觉与模式识别 · 计算机科学 2026-05-01 Mengfei Zhang , Jinlu Zhang , Zhigang Tu

Three-dimensional medical image segmentation is a fundamental yet computationally demanding task due to the cubic growth of voxel processing and the redundant computation on homogeneous regions. To address these limitations, we propose…

计算机视觉与模式识别 · 计算机科学 2026-01-09 Sen Zeng , Hong Zhou , Zheng Zhu , Yang Liu

Current Large Multimodal Models (LMMs) empowered visual grounding typically rely on $\texttt{<SEG>}$ tokens as a text prompt to jointly optimize the vision-language model (e.g., LLaVA) and the downstream task-specific model (e.g., SAM).…

计算机视觉与模式识别 · 计算机科学 2026-03-17 Rui Qian , Xin Yin , Dejing Dou

Many vision and language models suffer from poor visual grounding - often falling back on easy-to-learn language priors rather than basing their decisions on visual concepts in the image. In this work, we propose a generic approach called…

计算机视觉与模式识别 · 计算机科学 2019-10-29 Ramprasaath R. Selvaraju , Stefan Lee , Yilin Shen , Hongxia Jin , Shalini Ghosh , Larry Heck , Dhruv Batra , Devi Parikh

Measuring concept generalization, i.e., the extent to which models trained on a set of (seen) visual concepts can be leveraged to recognize a new set of (unseen) concepts, is a popular way of evaluating visual representations, especially in…

计算机视觉与模式识别 · 计算机科学 2021-09-13 Mert Bulent Sariyildiz , Yannis Kalantidis , Diane Larlus , Karteek Alahari

Human-Object Interaction (HOI) detection aims to understand the interactions between humans and objects, which plays a curtail role in high-level semantic understanding tasks. However, most works pursue designing better architectures to…

计算机视觉与模式识别 · 计算机科学 2023-08-08 Shuman Fang , Shuai Liu , Jie Li , Guannan Jiang , Xianming Lin , Rongrong Ji