中文
相关论文

相关论文: Learn to Differ: Sim2Real Small Defection Segmenta…

200 篇论文

Semi-weakly supervised semantic segmentation (SWSSS) aims to train a model to identify objects in images based on a small number of images with pixel-level labels, and many more images with only image-level labels. Most existing SWSSS…

计算机视觉与模式识别 · 计算机科学 2022-05-04 Wonho Bae , Junhyug Noh , Milad Jalali Asadabadi , Danica J. Sutherland

Deploying neural networks to different devices or platforms is in general challenging, especially when the model size is large or model complexity is high. Although there exist ways for model pruning or distillation, it is typically…

机器学习 · 计算机科学 2023-12-07 Kai Li , Yi Luo

In this work, we train a network to simultaneously perform segmentation and pixel-wise Out-of-Distribution (OoD) detection, such that the segmentation of unknown regions of scenes can be rejected. This is made possible by leveraging an OoD…

计算机视觉与模式识别 · 计算机科学 2021-03-02 David Williams , Matthew Gadd , Daniele De Martini , Paul Newman

Line segments are ubiquitous in our human-made world and are increasingly used in vision tasks. They are complementary to feature points thanks to their spatial extent and the structural information they provide. Traditional line detectors…

计算机视觉与模式识别 · 计算机科学 2023-03-29 Rémi Pautrat , Daniel Barath , Viktor Larsson , Martin R. Oswald , Marc Pollefeys

Representation learning methods for heterogeneous networks produce a low-dimensional vector embedding for each node that is typically fixed for all tasks involving the node. Many of the existing methods focus on obtaining a static vector…

机器学习 · 计算机科学 2021-04-28 Ping Wang , Khushbu Agarwal , Colby Ham , Sutanay Choudhury , Chandan K. Reddy

Getting precise aspects of road through segmentation from remote sensing imagery is useful for many real-world applications such as autonomous vehicles, urban development and planning, and achieving sustainable development goals. Roads are…

计算机视觉与模式识别 · 计算机科学 2023-09-28 Javed Iqbal , Aliza Masood , Waqas Sultani , Mohsen Ali

Significant progress has been made in self-supervised image denoising (SSID) in the recent few years. However, most methods focus on dealing with spatially independent noise, and they have little practicality on real-world sRGB images with…

计算机视觉与模式识别 · 计算机科学 2023-03-28 Junyi Li , Zhilu Zhang , Xiaoyu Liu , Chaoyu Feng , Xiaotao Wang , Lei Lei , Wangmeng Zuo

We present a method for detecting objects in images using a single deep neural network. Our approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature…

计算机视觉与模式识别 · 计算机科学 2016-12-30 Wei Liu , Dragomir Anguelov , Dumitru Erhan , Christian Szegedy , Scott Reed , Cheng-Yang Fu , Alexander C. Berg

In this research work, we have demonstrated the application of Mask-RCNN (Regional Convolutional Neural Network), a deep-learning algorithm for computer vision and specifically object detection, to semiconductor defect inspection domain.…

计算机视觉与模式识别 · 计算机科学 2022-11-07 Bappaditya Dey , Enrique Dehaerne , Kasem Khalil , Sandip Halder , Philippe Leray , Magdy A. Bayoumi

Biases can filter into AI technology without our knowledge. Oftentimes, seminal deep learning networks champion increased accuracy above all else. In this paper, we attempt to alleviate biases encountered by semantic segmentation models in…

计算机视觉与模式识别 · 计算机科学 2021-12-03 Jack Stelling , Amir Atapour-Abarghouei

In-context segmentation has drawn increasing attention with the advent of vision foundation models. Its goal is to segment objects using given reference images. Most existing approaches adopt metric learning or masked image modeling to…

计算机视觉与模式识别 · 计算机科学 2025-03-11 Chaoyang Wang , Xiangtai Li , Henghui Ding , Lu Qi , Jiangning Zhang , Yunhai Tong , Chen Change Loy , Shuicheng Yan

Defocus blur always occurred in photos when people take photos by Digital Single Lens Reflex Camera(DSLR), giving salient region and aesthetic pleasure. Defocus blur Detection aims to separate the out-of-focus and depth-of-field areas in…

计算机视觉与模式识别 · 计算机科学 2020-11-20 Ming Qian , Min Xia , Chunyi Sun , Zhiwei Wang , Liguo Weng

Automated segmentation of multiple sclerosis (MS) lesions from MRI scans is important to quantify disease progression. In recent years, convolutional neural networks (CNNs) have shown top performance for this task when a large amount of…

计算机视觉与模式识别 · 计算机科学 2023-03-10 Jiacheng Wang , Hao Li , Han Liu , Dewei Hu , Daiwei Lu , Keejin Yoon , Kelsey Barter , Francesca Bagnato , Ipek Oguz

The concept of image similarity is ambiguous, and images can be similar in one context and not in another. This ambiguity motivates the creation of metrics for specific contexts. This work explores the ability of deep perceptual similarity…

计算机视觉与模式识别 · 计算机科学 2023-05-15 Gustav Grund Pihlgren , Fredrik Sandin , Marcus Liwicki

Weakly supervised semantic segmentation and localiza- tion have a problem of focusing only on the most important parts of an image since they use only image-level annota- tions. In this paper, we solve this problem fundamentally via…

计算机视觉与模式识别 · 计算机科学 2017-08-17 Dahun Kim , Donghyeon Cho , Donggeun Yoo , In So Kweon

While generic object detection has achieved large improvements with rich feature hierarchies from deep nets, detecting small objects with poor visual cues remains challenging. Motion cues from multiple frames may be more informative for…

计算机视觉与模式识别 · 计算机科学 2018-05-16 Ryota Yoshihashi , Tu Tuan Trinh , Rei Kawakami , Shaodi You , Makoto Iida , Takeshi Naemura

Few-shot segmentation performance declines substantially when facing images from a domain different than the training domain, effectively limiting real-world use cases. To alleviate this, recently cross-domain few-shot segmentation (CD-FSS)…

计算机视觉与模式识别 · 计算机科学 2024-05-20 Jonas Herzog

Semantic segmentation, a pixel-level vision task, is developed rapidly by using convolutional neural networks (CNNs). Training CNNs requires a large amount of labeled data, but manually annotating data is difficult. For emancipating…

计算机视觉与模式识别 · 计算机科学 2019-04-22 Qi Wang , Junyu Gao , Xuelong Li

Recent algorithms for image manipulation detection almost exclusively use deep network models. These approaches require either dense pixelwise groundtruth masks, camera ids, or image metadata to train the networks. On one hand, constructing…

计算机视觉与模式识别 · 计算机科学 2022-03-16 Susmit Agrawal , Prabhat Kumar , Siddharth Seth , Toufiq Parag , Maneesh Singh , Venkatesh Babu

Leaping into the rapidly developing world of deep learning is an exciting and sometimes confusing adventure. All of the advice and tutorials available can be hard to organize and work through, especially when training specific models on…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Ishtar Nyawira , Kristi Bushman