中文
相关论文

相关论文: SwinDocSegmenter: An End-to-End Unified Domain Ada…

200 篇论文

The segmentation task has traditionally been formulated as a complete-label pixel classification task to predict a class for each pixel from a fixed number of predefined semantic categories shared by all images or videos. Yet, following…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Haodi He , Yuhui Yuan , Xiangyu Yue , Han Hu

We present an end-to-end network to bridge the gap between training and inference pipeline for panoptic segmentation, a task that seeks to partition an image into semantic regions for "stuff" and object instances for "things". In contrast…

计算机视觉与模式识别 · 计算机科学 2020-05-28 Qizhu Li , Xiaojuan Qi , Philip H. S. Torr

In-context segmentation aims at segmenting novel images using a few labeled example images, termed as "in-context examples", exploring content similarities between examples and the target. The resulting models can be generalized seamlessly…

计算机视觉与模式识别 · 计算机科学 2024-07-23 Lingchen Meng , Shiyi Lan , Hengduo Li , Jose M. Alvarez , Zuxuan Wu , Yu-Gang Jiang

Deep learning has proven to be more effective than other methods in medical image analysis, including the seemingly simple but challenging task of segmenting individual cells, an essential step for many biological studies. Comparative…

图像与视频处理 · 电气工程与系统科学 2023-11-07 Valentina Vadori , Antonella Peruffo , Jean-Marie Graïc , Livio Finos , Livio Corain , Enrico Grisan

Medical image segmentation is crucial for the development of computer-aided diagnostic and therapeutic systems, but still faces numerous difficulties. In recent years, the commonly used encoder-decoder architecture based on CNNs has been…

计算机视觉与模式识别 · 计算机科学 2023-04-25 Davoud Saadati , Omid Nejati Manzari , Sattar Mirzakuchaki

Prevalent state-of-the-art instance segmentation methods fall into a query-based scheme, in which instance masks are derived by querying the image feature using a set of instance-aware embeddings. In this work, we devise a new training…

计算机视觉与模式识别 · 计算机科学 2022-12-20 Wenguan Wang , James Liang , Dongfang Liu

This paper presents a deep learning framework for medical video segmentation. Convolution neural network (CNN) and transformer-based methods have achieved great milestones in medical image segmentation tasks due to their incredible semantic…

计算机视觉与模式识别 · 计算机科学 2024-02-13 Chengxi Zeng , Xinyu Yang , David Smithard , Majid Mirmehdi , Alberto M Gambaruto , Tilo Burghardt

We present Token-UNet, adopting the TokenLearner and TokenFuser modules to encase Transformers into UNets. While Transformers have enabled global interactions among input elements in medical imaging, current computational challenges hinder…

计算机视觉与模式识别 · 计算机科学 2026-02-24 Louis Fabrice Tshimanga , Andrea Zanola , Federico Del Pup , Manfredo Atzori

Deep neural networks have enabled major progresses in semantic segmentation. However, even the most advanced neural architectures suffer from important limitations. First, they are vulnerable to catastrophic forgetting, i.e. they perform…

计算机视觉与模式识别 · 计算机科学 2022-02-01 Fabio Cermelli , Massimiliano Mancini , Samuel Rota Buló , Elisa Ricci , Barbara Caputo

Unsupervised semantic segmentation aims to categorize each pixel in an image into a corresponding class without the use of annotated data. It is a widely researched area as obtaining labeled datasets is expensive. While previous works in…

计算机视觉与模式识别 · 计算机科学 2024-01-01 Yau Shing Jonathan Cheung , Xi Chen , Lihe Yang , Hengshuang Zhao

Semi-supervised semantic segmentation in computational pathology remains challenging due to scarce pixel-level annotations and unreliable pseudo-label supervision. We propose UniSemAlign, a dual-modal semantic alignment framework that…

计算机视觉与模式识别 · 计算机科学 2026-04-13 Le-Van Thai , Tien Dat Nguyen , Hoai Nhan Pham , Lan Anh Dinh Thi , Duy-Dong Nguyen , Ngoc Lam Quang Bui

Semantic segmentation assigns labels to pixels in images, a critical yet challenging task in computer vision. Convolutional methods, although capturing local dependencies well, struggle with long-range relationships. Vision Transformers…

计算机视觉与模式识别 · 计算机科学 2025-03-11 Mian Muhammad Naeem Abid , Nancy Mehta , Zongwei Wu , Radu Timofte

Semantic segmentation is a powerful method to facilitate visual scene understanding. Each pixel is assigned a label according to a pre-defined list of object classes and semantic entities. This becomes very useful as a means to summarize…

计算机视觉与模式识别 · 计算机科学 2018-11-21 Marc Bosch , Gordon A. Christie , Christopher M. Gifford

Despite the tremendous progress in zero-shot learning(ZSL), the majority of existing methods still rely on human-annotated attributes, which are difficult to annotate and scale. An unsupervised alternative is to represent each class using…

计算机视觉与模式识别 · 计算机科学 2022-09-22 Muhammad Ferjad Naeem , Yongqin Xian , Luc Van Gool , Federico Tombari

Current semantic segmentation methods focus only on mining "local" context, i.e., dependencies between pixels within individual images, by context-aggregation modules (e.g., dilated convolution, neural attention) or structure-aware…

计算机视觉与模式识别 · 计算机科学 2021-03-31 Wenguan Wang , Tianfei Zhou , Fisher Yu , Jifeng Dai , Ender Konukoglu , Luc Van Gool

Most recent semantic segmentation methods adopt a fully-convolutional network (FCN) with an encoder-decoder architecture. The encoder progressively reduces the spatial resolution and learns more abstract/semantic visual concepts with larger…

计算机视觉与模式识别 · 计算机科学 2021-07-27 Sixiao Zheng , Jiachen Lu , Hengshuang Zhao , Xiatian Zhu , Zekun Luo , Yabiao Wang , Yanwei Fu , Jianfeng Feng , Tao Xiang , Philip H. S. Torr , Li Zhang

We present a bottom-up approach for the task of object instance segmentation using a single-shot model. The proposed model employs a fully convolutional network which is trained to predict class-wise segmentation masks as well as the…

计算机视觉与模式识别 · 计算机科学 2018-07-23 Jacob Richeimer , Jonathan Mitchell

Image segmentation is about grouping pixels with different semantics, e.g., category or instance membership, where each choice of semantics defines a task. While only the semantics of each task differ, current research focuses on designing…

计算机视觉与模式识别 · 计算机科学 2022-06-17 Bowen Cheng , Ishan Misra , Alexander G. Schwing , Alexander Kirillov , Rohit Girdhar

The performance of object instance segmentation in remote sensing images has been greatly improved through the introduction of many landmark frameworks based on convolutional neural network. However, the object densely issue still affects…

计算机视觉与模式识别 · 计算机科学 2019-04-23 Yingchao Feng , Wenhui Diao , Zhonghan Chang , Menglong Yan , Xian Sun , Xin Gao

The traditional SegNet architecture commonly encounters significant information loss during the sampling process, which detrimentally affects its accuracy in image semantic segmentation tasks. To counter this challenge, we introduce an…

图像与视频处理 · 电气工程与系统科学 2024-06-05 Zijun Gao , Qi Wang , Taiyuan Mei , Xiaohan Cheng , Yun Zi , Haowei Yang