中文
相关论文

相关论文: ESNet: An Efficient Symmetric Network for Real-tim…

200 篇论文

Recent real-time semantic segmentation models, whether single-branch or multi-branch, achieve good performance and speed. However, their speed is limited by multi-path blocks, and some depend on high-performance teacher models for training.…

计算机视觉与模式识别 · 计算机科学 2025-03-06 Guoyu Yang , Yuan Wang , Daming Shi , Yanzhong Wang

Semantic segmentation is an essential technology for self-driving cars to comprehend their surroundings. Currently, real-time semantic segmentation networks commonly employ either encoder-decoder architecture or two-pathway architecture.…

计算机视觉与模式识别 · 计算机科学 2023-09-20 Yalun Wang , Shidong Chen , Huicong Bian , Weixiao Li , Qin Lu

We present TDNet, a temporally distributed network designed for fast and accurate video semantic segmentation. We observe that features extracted from a certain high-level layer of a deep CNN can be approximated by composing features…

计算机视觉与模式识别 · 计算机科学 2020-04-08 Ping Hu , Fabian Caba Heilbron , Oliver Wang , Zhe Lin , Stan Sclaroff , Federico Perazzi

Semantic segmentation, as a crucial component of complex visual interpretation, plays a fundamental role in autonomous vehicle vision systems. Recent studies have significantly improved the accuracy of semantic segmentation by exploiting…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Danial Qashqai , Emad Mousavian , Shahriar Baradaran Shokouhi , Sattar Mirzakuchaki

Semantic segmentation is a pixel-level prediction task to classify each pixel of the input image. Deep learning models, such as convolutional neural networks (CNNs), have been extremely successful in achieving excellent performances in this…

计算机视觉与模式识别 · 计算机科学 2023-02-24 Nadeem Atif , Saquib Mazhar , Debajit Sarma , M. K. Bhuyan , Shaik Rafi Ahamed

The demand of applying semantic segmentation model on mobile devices has been increasing rapidly. Current state-of-the-art networks have enormous amount of parameters hence unsuitable for mobile devices, while other small memory footprint…

计算机视觉与模式识别 · 计算机科学 2019-04-15 Tianyi Wu , Sheng Tang , Rui Zhang , Yongdong Zhang

Convolutional networks are powerful visual models that yield hierarchies of features. We show that convolutional networks by themselves, trained end-to-end, pixels-to-pixels, improve on the previous best result in semantic segmentation. Our…

计算机视觉与模式识别 · 计算机科学 2016-05-23 Evan Shelhamer , Jonathan Long , Trevor Darrell

Semantic segmentation of remotely sensed images plays an important role in land resource management, yield estimation, and economic assessment. U-Net, a deep encoder-decoder architecture, has been used frequently for image segmentation with…

图像与视频处理 · 电气工程与系统科学 2022-05-06 Rui Li , Chenxi Duan , Shunyi Zheng , Ce Zhang , Peter M. Atkinson

Accurate and fast scene understanding is one of the challenging task for autonomous driving, which requires to take full advantage of LiDAR point clouds for semantic segmentation. In this paper, we present a \textbf{concise} and…

计算机视觉与模式识别 · 计算机科学 2022-07-27 Hui-Xian Cheng , Xian-Feng Han , Guo-Qiang Xiao

Majority of semantic segmentation algorithms operate on a single frame even in the case of videos. In this work, the goal is to exploit temporal information within the algorithm model for leveraging motion cues and temporal consistency. We…

计算机视觉与模式识别 · 计算机科学 2019-03-25 Ganesh Sistu , Sumanth Chennupati , Senthil Yogamani

Recent progress of deep image classification models has provided great potential to improve state-of-the-art performance in related computer vision tasks. However, the transition to semantic segmentation is hampered by strict memory…

计算机视觉与模式识别 · 计算机科学 2019-05-15 Ivan Krešo , Josip Krapac , Siniša Šegvić

Semantic segmentation of remotely sensed images plays a crucial role in precision agriculture, environmental protection, and economic assessment. In recent years, substantial fine-resolution remote sensing images are available for semantic…

计算机视觉与模式识别 · 计算机科学 2021-09-21 Rui Li , Chenxi Duan

For complex segmentation tasks, fully automatic systems are inherently limited in their achievable accuracy for extracting relevant objects. Especially in cases where only few data sets need to be processed for a highly accurate result,…

计算机视觉与模式识别 · 计算机科学 2017-09-12 Mario Amrehn , Sven Gaube , Mathias Unberath , Frank Schebesch , Tim Horz , Maddalena Strumia , Stefan Steidl , Markus Kowarschik , Andreas Maier

To satisfy the stringent requirements on computational resources in the field of real-time semantic segmentation, most approaches focus on the hand-crafted design of light-weight segmentation networks. Recently, Neural Architecture Search…

计算机视觉与模式识别 · 计算机科学 2020-04-01 Peng Sun , Jiaxiang Wu , Songyuan Li , Peiwen Lin , Junzhou Huang , Xi Li

We propose a novel neural network module that transforms an existing single-frame semantic segmentation model into a video semantic segmentation pipeline. In contrast to prior works, we strive towards a simple, fast, and general module that…

计算机视觉与模式识别 · 计算机科学 2021-09-28 Matthieu Paul , Martin Danelljan , Luc Van Gool , Radu Timofte

Semantic image segmentation is one of the most challenged tasks in computer vision. In this paper, we propose a highly fused convolutional network, which consists of three parts: feature downsampling, combined feature upsampling and…

计算机视觉与模式识别 · 计算机科学 2018-01-08 Tao Yang , Yan Wu , Junqiao Zhao , Linting Guan

Semantic segmentation with deep learning has achieved great progress in classifying the pixels in the image. However, the local location information is usually ignored in the high-level feature extraction by the deep learning, which is…

计算机视觉与模式识别 · 计算机科学 2020-01-03 Yi Lu , Yaran Chen , Dongbin Zhao , Jianxin Chen

Real-time semantic segmentation is a challenging task that requires high-accuracy models with low-inference times. Implementing these models on embedded systems is limited by hardware capability and memory usage, which produces bottlenecks.…

计算机视觉与模式识别 · 计算机科学 2023-05-22 Miguel Lopez-Montiel , Daniel Alejandro Lopez , Oscar Montiel

In this paper, we propose a multi-resolution deep-learning architecture to semantically segment dense large-scale pointclouds. Dense pointcloud data require a computationally expensive feature encoding process before semantic segmentation.…

计算机视觉与模式识别 · 计算机科学 2021-01-25 Liuyue Xie , Tomotake Furuhata , Kenji Shimada

Deployment of deep learning models in robotics as sensory information extractors can be a daunting task to handle, even using generic GPU cards. Here, we address three of its most prominent hurdles, namely, i) the adaptation of a single…

计算机视觉与模式识别 · 计算机科学 2019-02-28 Vladimir Nekrasov , Thanuja Dharmasiri , Andrew Spek , Tom Drummond , Chunhua Shen , Ian Reid