中文
相关论文

相关论文: Robust Semantic Segmentation with Superpixel-Mix

200 篇论文

Convolutional Neural Networks (CNNs) have significantly advanced Image Super-Resolution (SR), yet most CNN-based methods rely solely on pixel-based transformations, often leading to artifacts and blurring, particularly under severe…

计算机视觉与模式识别 · 计算机科学 2025-04-15 Bingwen Hu , Heng Liu , Zhedong Zheng , Ping Liu

Multi-scale inference is commonly used to improve the results of semantic segmentation. Multiple images scales are passed through a network and then the results are combined with averaging or max pooling. In this work, we present an…

计算机视觉与模式识别 · 计算机科学 2020-05-22 Andrew Tao , Karan Sapra , Bryan Catanzaro

Establishing visual correspondences under large intra-class variations requires analyzing images at different levels, from features linked to semantics and context to local patterns, while being invariant to instance-specific details. To…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Juhong Min , Jongmin Lee , Jean Ponce , Minsu Cho

For the semantic segmentation of images, state-of-the-art deep neural networks (DNNs) achieve high segmentation accuracy if that task is restricted to a closed set of classes. However, as of now DNNs have limited ability to operate in an…

计算机视觉与模式识别 · 计算机科学 2022-09-13 Svenja Uhlemeyer , Matthias Rottmann , Hanno Gottschalk

Data augmentation with mixup has shown to be effective on various computer vision tasks. Despite its great success, there has been a hurdle to apply mixup to NLP tasks since text consists of discrete tokens with variable length. In this…

计算与语言 · 计算机科学 2021-06-16 Soyoung Yoon , Gyuwan Kim , Kyumin Park

In this work, we investigate performing semantic segmentation solely through the training on image-sentence pairs. Due to the lack of dense annotations, existing text-supervised methods can only learn to group an image into semantic regions…

计算机视觉与模式识别 · 计算机科学 2023-04-04 Yabo Zhang , Zihao Wang , Jun Hao Liew , Jingjia Huang , Manyu Zhu , Jiashi Feng , Wangmeng Zuo

Several image pattern recognition tasks rely on superpixel generation as a fundamental step. Image analysis based on superpixels facilitates domain-specific applications, also speeding up the overall processing time of the task. Recent…

计算机视觉与模式识别 · 计算机科学 2018-02-19 Marcelo Santos , Luciano Oliveira

Recently, methods based on Convolutional Neural Networks (CNN) achieved impressive success in semantic segmentation tasks. However, challenges such as the class imbalance and the uncertainty in the pixel-labeling process are not completely…

Weakly supervised semantic segmentation is a challenging task as it only takes image-level information as supervision for training but produces pixel-level predictions for testing. To address such a challenging task, most recent…

计算机视觉与模式识别 · 计算机科学 2019-11-20 Bingfeng Zhang , Jimin Xiao , Yunchao Wei , Mingjie Sun , Kaizhu Huang

Superpixel algorithms aim to over-segment the image by grouping pixels that belong to the same object. Many state-of-the-art superpixel algorithms rely on minimizing objective functions to enforce color ho- mogeneity. The optimization is…

计算机视觉与模式识别 · 计算机科学 2013-09-17 Michael Van den Bergh , Xavier Boix , Gemma Roig , Luc Van Gool

In this paper, we present a graph-based semi-supervised framework for hyperspectral image classification. We first introduce a novel superpixel algorithm based on the spectral covariance matrix representation of pixels to provide a better…

计算机视觉与模式识别 · 计算机科学 2019-05-16 Philip Sellars , Angelica Aviles-Rivero , Nicolas Papadakis , David Coomes , Anita Faul , Carola-Bibane Schönlieb

Supervised training a deep neural network aims to "teach" the network to mimic human visual perception that is represented by image-and-label pairs in the training data. Superpixelized (SP) images are visually perceivable to humans, but a…

计算机视觉与模式识别 · 计算机科学 2019-03-04 Yizhe Zhang , Lin Yang , Hao Zheng , Peixian Liang , Colleen Mangold , Raquel G. Loreto , David P. Hughes , Danny Z. Chen

Motivated by the increasing popularity of transformers in computer vision, in recent times there has been a rapid development of novel architectures. While in-domain performance follows a constant, upward trend, properties like robustness…

计算机视觉与模式识别 · 计算机科学 2023-03-21 Pau de Jorge , Riccardo Volpi , Philip Torr , Gregory Rogez

Semi-supervised semantic segmentation aims to utilize limited labeled images and abundant unlabeled images to achieve label-efficient learning, wherein the weak-to-strong consistency regularization framework, popularized by FixMatch, is…

计算机视觉与模式识别 · 计算机科学 2023-12-15 Wentao Pan , Zhe Xu , Jiangpeng Yan , Zihan Wu , Raymond Kai-yu Tong , Xiu Li , Jianhua Yao

Recent studies on semi-supervised semantic segmentation (SSS) have seen fast progress. Despite their promising performance, current state-of-the-art methods tend to increasingly complex designs at the cost of introducing more network…

计算机视觉与模式识别 · 计算机科学 2022-12-12 Zhen Zhao , Lihe Yang , Sifan Long , Jimin Pi , Luping Zhou , Jingdong Wang

Recently, Referring Image Segmentation (RIS) frameworks that pair the Multimodal Large Language Model (MLLM) with the Segment Anything Model (SAM) have achieved impressive results. However, adapting MLLM to segmentation is computationally…

计算机视觉与模式识别 · 计算机科学 2025-09-18 Xiaobo Yang , Xiaojin Gong

Training a deep neural model for semantic segmentation requires collecting a large amount of pixel-level labeled data. To alleviate the data scarcity problem presented in the real world, one could utilize synthetic data whose label is easy…

计算机视觉与模式识别 · 计算机科学 2021-11-10 Yiren Jian , Chongyang Gao

Over the past years, computer vision community has contributed to enormous progress in semantic image segmentation, a per-pixel classification task, crucial for dense scene understanding and rapidly becoming vital in lots of real-world…

计算机视觉与模式识别 · 计算机科学 2018-09-28 Vladimir Nekrasov , Chunhua Shen , Ian Reid

Recently, the concept of unsupervised learning for superpixel segmentation via CNNs has been studied. Essentially, such methods generate superpixels by convolutional neural network (CNN) employed on a single image, and such CNNs are trained…

计算机视觉与模式识别 · 计算机科学 2022-06-22 Moshe Eliasof , Nir Ben Zikri , Eran Treister

Our work tackles the fundamental challenge of image segmentation in computer vision, which is crucial for diverse applications. While supervised methods demonstrate proficiency, their reliance on extensive pixel-level annotations limits…

计算机视觉与模式识别 · 计算机科学 2024-11-11 Boujemaa Guermazi , Naimul Khan