中文
相关论文

相关论文: Generating Superpixels for High-resolution Images …

200 篇论文

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

Semantic segmentation, which aims to classify every pixel in an image, is a key task in machine perception, with many applications across robotics and autonomous driving. Due to the high dimensionality of this task, most existing approaches…

计算机视觉与模式识别 · 计算机科学 2023-10-04 Alex Zihao Zhu , Jieru Mei , Siyuan Qiao , Hang Yan , Yukun Zhu , Liang-Chieh Chen , Henrik Kretzschmar

Deep Neural Networks (DNNs) have shown remarkable success in various computer vision tasks. However, their black-box nature often leads to difficulty in interpreting their decisions, creating an unfilled need for methods to explain the…

计算机视觉与模式识别 · 计算机科学 2026-01-14 Daniel Siegismund , Mario Wieser , Stephan Heyse , Stephan Steigele

Deep learning has been widely used for hyperspectral pixel classification due to its ability of generating deep feature representation. However, how to construct an efficient and powerful network suitable for hyperspectral data is still…

计算机视觉与模式识别 · 计算机科学 2019-04-17 Jingzhou Chen , Siyu Chen , Peilin Zhou , Yuntao Qian

Training machine learning models to segment tumors and other anomalies in medical images is an important step for developing diagnostic tools but generally requires manually annotated ground truth segmentations, which necessitates…

计算机视觉与模式识别 · 计算机科学 2024-01-24 Jay J. Yoo , Khashayar Namdar , Farzad Khalvati

Scene parsing is an important and challenging prob- lem in computer vision. It requires labeling each pixel in an image with the category it belongs to. Tradition- ally, it has been approached with hand-engineered features from color…

机器学习 · 统计学 2014-11-18 Rahul Mohan

Deep Convolutional Neural Networks (DCNNs) have recently shown state of the art performance in high level vision tasks, such as image classification and object detection. This work brings together methods from DCNNs and probabilistic…

计算机视觉与模式识别 · 计算机科学 2016-06-08 Liang-Chieh Chen , George Papandreou , Iasonas Kokkinos , Kevin Murphy , Alan L. Yuille

Over the years, the use of superpixel segmentation has become very popular in various applications, serving as a preprocessing step to reduce data size by adapting to the content of the image, regardless of its semantic content. While the…

计算机视觉与模式识别 · 计算机科学 2025-09-24 Rémi Giraud , Michaël Clément

Subspace clustering is a powerful unsupervised approach for hyperspectral image (HSI) analysis, but its high computational and memory costs limit scalability. Superpixel segmentation can improve efficiency by reducing the number of data…

计算机视觉与模式识别 · 计算机科学 2025-09-30 Xianlu Li , Nicolas Nadisic , Shaoguang Huang , Aleksandra Pizurica

The ability to decompose scenes into their object components is a desired property for autonomous agents, allowing them to reason and act in their surroundings. Recently, different methods have been proposed to learn object-centric…

计算机视觉与模式识别 · 计算机科学 2022-01-11 Angel Villar-Corrales , Sven Behnke

Deep learning (DL) has been widely applied into hyperspectral image (HSI) classification owing to its promising feature learning and representation capabilities. However, limited by the spatial resolution of sensors, existing DL-based…

图像与视频处理 · 电气工程与系统科学 2024-12-06 Zhu Han , Jin Yang , Lianru Gao , Zhiqiang Zeng , Bing Zhang , Jocelyn Chanussot

Recently, there have been tremendous efforts in developing lightweight Deep Neural Networks (DNNs) with satisfactory accuracy, which can enable the ubiquitous deployment of DNNs in edge devices. The core challenge of developing compact and…

计算机视觉与模式识别 · 计算机科学 2024-02-02 Zhuo Su , Jiehua Zhang , Longguang Wang , Hua Zhang , Zhen Liu , Matti Pietikäinen , Li Liu

The fast development of self-supervised learning lowers the bar learning feature representation from massive unlabeled data and has triggered a series of research on change detection of remote sensing images. Challenges in adapting…

计算机视觉与模式识别 · 计算机科学 2022-12-07 Meiqi Hu , Chen Wu , Liangpei Zhang

High-resolution image segmentation remains challenging and error-prone due to the enormous size of intermediate feature maps. Conventional methods avoid this problem by using patch based approaches where each patch is segmented…

计算机视觉与模式识别 · 计算机科学 2021-08-27 Fahim Faisal Niloy , M. Ashraful Amin , Amin Ahsan Ali , AKM Mahbubur Rahman

Semantic segmentation, like other fields of computer vision, has seen a remarkable performance advance by the use of deep convolution neural networks. However, considering that neighboring pixels are heavily dependent on each other, both…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Hyojin Park , Jisoo Jeong , Youngjoon Yoo , Nojun Kwak

The objective of this work is to segment high-resolution images without overloading GPU memory usage or losing the fine details in the output segmentation map. The memory constraint means that we must either downsample the big image or…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Chuong Huynh , Anh Tran , Khoa Luu , Minh Hoai

We propose an unsupervised superpixel segmentation method by optimizing a randomly-initialized convolutional neural network (CNN) in inference time. Our method generates superpixels via CNN from a single image without any labels by…

计算机视觉与模式识别 · 计算机科学 2020-06-29 Teppei Suzuki

RGB-D semantic segmentation can be advanced with convolutional neural networks due to the availability of Depth data. Although objects cannot be easily discriminated by just the 2D appearance, with the local pixel difference and geometric…

计算机视觉与模式识别 · 计算机科学 2023-02-24 Jun Yang , Lizhi Bai , Yaoru Sun , Chunqi Tian , Maoyu Mao , Guorun Wang

Defect detection is a basic and essential task in automatic parts production, especially for automotive engine precision parts. In this paper, we propose a new idea to construct a deep convolutional network combining related knowledge of…

计算机视觉与模式识别 · 计算机科学 2018-10-30 Zhenshen Qu , Jianxiong Shen , Ruikun Li , Junyu Liu , Qiuyu Guan

Deep superpixel algorithms have made remarkable strides by substituting hand-crafted features with learnable ones. Nevertheless, we observe that existing deep superpixel methods, serving as mid-level representation operations, remain…

计算机视觉与模式识别 · 计算机科学 2024-04-10 Sen Xu , Shikui Wei , Tao Ruan , Lixin Liao