中文
相关论文

相关论文: Class-Specific Semantic Reconstruction for Open Se…

200 篇论文

Continual learning for Semantic Segmentation (CSS) is a rapidly emerging field, in which the capabilities of the segmentation model are incrementally improved by learning new classes or new domains. A central challenge in Continual Learning…

计算机视觉与模式识别 · 计算机科学 2022-09-21 Tobias Kalb , Björn Mauthe , Jürgen Beyerer

Automatic Modulation Recognition (AMR) is a crucial technology in the domains of radar and communications. Traditional AMR approaches assume a closed-set scenario, where unknown samples are forcibly misclassified into known classes, leading…

信号处理 · 电气工程与系统科学 2024-04-16 Ziwei Zhang , Mengtao Zhu , Jiabin Liu , Yunjie Li , Shafei Wang

Deep neural networks (DNNs) have shown incredible promise in learning fixed-length representations from fingerprints. Since the representation learning is often focused on capturing specific prior knowledge (e.g., minutiae), there is no…

计算机视觉与模式识别 · 计算机科学 2022-09-07 Akash Godbole , Karthik Nandakumar , Anil K. Jain

Open set domain recognition has got the attention in recent years. The task aims to specifically classify each sample in the practical unlabeled target domain, which consists of all known classes in the manually labeled source domain and…

计算机视觉与模式识别 · 计算机科学 2021-05-13 Xinxing He , Yuan Yuan , Zhiyu Jiang

Self-Supervised Learning (SSL) methods harness the concept of semantic invariance by utilizing data augmentation strategies to produce similar representations for different deformations of the same input. Essentially, the model captures the…

计算机视觉与模式识别 · 计算机科学 2024-03-05 Huijie Guo , Ying Ba , Jie Hu , Lingyu Si , Wenwen Qiang , Lei Shi

Open-set action recognition is to reject unknown human action cases which are out of the distribution of the training set. Existing methods mainly focus on learning better uncertainty scores but dismiss the importance of feature…

计算机视觉与模式识别 · 计算机科学 2023-03-29 Jun Cen , Shiwei Zhang , Xiang Wang , Yixuan Pei , Zhiwu Qing , Yingya Zhang , Qifeng Chen

Autoencoder, as an essential part of many anomaly detection methods, is lacking flexibility on normal data in complex datasets. U-Net is proved to be effective for this purpose but overfits on the training data if trained by just using…

计算机视觉与模式识别 · 计算机科学 2022-02-14 Mohammadreza Salehi , Ainaz Eftekhar , Niousha Sadjadi , Mohammad Hossein Rohban , Hamid R. Rabiee

Scene text recognition is a popular topic and extensively used in the industry. Although many methods have achieved satisfactory performance for the close-set text recognition challenges, these methods lose feasibility in open-set…

计算机视觉与模式识别 · 计算机科学 2022-08-09 Chang Liu , Chun Yang , Hai-Bo Qin , Xiaobin Zhu , Cheng-Lin Liu , Xu-Cheng Yin

The recent advances in the field of deep learning have not been fully utilised for decoding imagined speech primarily because of the unavailability of sufficient training samples to train a deep network. In this paper, we present a novel…

信号处理 · 电气工程与系统科学 2020-03-23 Jerrin Thomas Panachakel , A. G. Ramakrishnan , T. V. Ananthapadmanabha

In this paper, we study learning semantic representations for million-scale free-hand sketches. This is highly challenging due to the domain-unique traits of sketches, e.g., diverse, sparse, abstract, noisy. We propose a dual-branch CNNRNN…

计算机视觉与模式识别 · 计算机科学 2020-07-09 Peng Xu , Yongye Huang , Tongtong Yuan , Tao Xiang , Timothy M. Hospedales , Yi-Zhe Song , Liang Wang

In this work, we focus on continual semantic segmentation (CSS), where segmentation networks are required to continuously learn new classes without erasing knowledge of previously learned ones. Although storing images of old classes and…

计算机视觉与模式识别 · 计算机科学 2025-03-31 Hongmei Yin , Tingliang Feng , Fan Lyu , Fanhua Shang , Hongying Liu , Wei Feng , Liang Wan

Contemporary transfer learning-based methods to alleviate the data insufficiency in change detection (CD) are mainly based on ImageNet pre-training. Self-supervised learning (SSL) has recently been introduced to remote sensing (RS) for…

计算机视觉与模式识别 · 计算机科学 2022-01-19 Hao Chen , Yifan Zao , Liqin Liu , Song Chen , Zhenwei Shi

Understanding deep neural network (DNN) behavior requires more than evaluating classification accuracy alone; analyzing errors and their predictability is equally crucial. Current evaluation methodologies lack transparency, particularly in…

计算机视觉与模式识别 · 计算机科学 2026-01-29 Katarzyna Filus , Michał Romaszewski , Mateusz Żarski

While convolutional neural networks have brought significant advances in robot vision, their ability is often limited to closed world scenarios, where the number of semantic concepts to be recognized is determined by the available training…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Dario Fontanel , Fabio Cermelli , Massimiliano Mancini , Samuel Rota Bulò , Elisa Ricci , Barbara Caputo

Image classification is a primary task in data analysis where explainable models are crucially demanded in various applications. Although amounts of methods have been proposed to obtain explainable knowledge from the black-box classifiers,…

计算机视觉与模式识别 · 计算机科学 2024-12-31 Ruitao Xie , Jingbang Chen , Limai Jiang , Rui Xiao , Yi Pan , Yunpeng Cai

Continual Named Entity Recognition (CNER) is a burgeoning area, which involves updating an existing model by incorporating new entity types sequentially. Nevertheless, continual learning approaches are often severely afflicted by…

计算与语言 · 计算机科学 2023-10-24 Duzhen Zhang , Wei Cong , Jiahua Dong , Yahan Yu , Xiuyi Chen , Yonggang Zhang , Zhen Fang

A major advantage of a deep convolutional neural network (CNN) is that the focused receptive field size is increased by stacking multiple convolutional layers. Accordingly, the model can explore the long-range dependency of features from…

声音 · 计算机科学 2020-06-17 Xugang Lu , Peng Shen , Sheng Li , Yu Tsao , Hisashi Kawai

The human brain is capable of learning tasks sequentially mostly without forgetting. However, deep neural networks (DNNs) suffer from catastrophic forgetting when learning one task after another. We address this challenge considering a…

机器学习 · 计算机科学 2023-01-18 Aleksandr Dekhovich , David M. J. Tax , Marcel H. F. Sluiter , Miguel A. Bessa

Recurrent neural networks (RNNs) are a powerful model for sequential data. End-to-end training methods such as Connectionist Temporal Classification make it possible to train RNNs for sequence labelling problems where the input-output…

神经与进化计算 · 计算机科学 2013-03-26 Alex Graves , Abdel-rahman Mohamed , Geoffrey Hinton

Deep neural networks (DNNs) have achieved unprecedented performance on a wide range of complex tasks, rapidly outpacing our understanding of the nature of their solutions. This has caused a recent surge of interest in methods for rendering…

机器学习 · 统计学 2017-06-30 Samuel Ritter , David G. T. Barrett , Adam Santoro , Matt M. Botvinick
‹ 上一页 1 8 9 10 下一页 ›