The majority of existing graph-network-based few-shot models focus on a node-similarity update mode.The lack of adequate information intensies the risk of overtraining.In this paper,we propose a novel Multihead Attent...The majority of existing graph-network-based few-shot models focus on a node-similarity update mode.The lack of adequate information intensies the risk of overtraining.In this paper,we propose a novel Multihead Attention Graph Network to excavate discriminative relation and fulll effective information propagation.For edge update,the node-level attention is used to evaluate the similarities between the two nodes and the distributionlevel attention extracts more in-deep global relation.The cooperation between those two parts provides a discriminative and comprehensive expression for edge feature.For node update,we embrace the label-level attention to soften the noise of irrelevant nodes and optimize the update direction.Our proposed model is veried through extensive experiments on two few-shot benchmark MiniImageNet and CIFAR-FS dataset.The results suggest that our method has a strong capability of noise immunity and quick convergence.The classication accuracy outperforms most state-of-the-art approaches.展开更多
Fine-tuning is a popular approach to solve the few-shot object detection problem.In this paper,we attempt to introduce a new perspective on it.We formulate the few-shot novel tasks as a type of distribution shifted fr...Fine-tuning is a popular approach to solve the few-shot object detection problem.In this paper,we attempt to introduce a new perspective on it.We formulate the few-shot novel tasks as a type of distribution shifted from its ground-truth distribution.We introduce the concept of imaginary placeholder masks to show that this distribution shift is essentially a composite of in-distribution(ID)and out-of-distribution(OOD)shifts.Our empirical investigation results show that it is significant to balance the trade-off between adapting to the available few-shot distribution and keeping the distribution-shift robustness of the pre-trained model.We explore improvements in the few-shot finetuning transfer in the few-shot object detection(FSOD)settings from three aspects.First,we explore the LinearProbe-Finetuning(LP-FT)technique to balance this trade-off to mitigate the feature distortion problem.Second,we explore the effectiveness of utilizing the protection freezing strategy for querybased object detectors to keep their OOD robustness.Third,we try to utilize ensembling methods to circumvent the feature distortion.All these techniques are integrated into a whole method called BIOT(Balanced ID-OOD Transfer).Evaluation results show that our method is simple yet effective and general to tap the FSOD potential of query-based object detectors.It outperforms the current SOTA method in many FSOD settings and has a promising scaling capability.展开更多
Taking the real part and the imaginary part of complex sound pressure of the sound field as features,a transfer learning model is constructed.Based on the pre-training of a large amount of underwater acoustic data in ...Taking the real part and the imaginary part of complex sound pressure of the sound field as features,a transfer learning model is constructed.Based on the pre-training of a large amount of underwater acoustic data in the preselected sea area using the convolutional neural network(CNN),the few-shot underwater acoustic data in the test sea area are retrained to study the underwater sound source ranging problem.The S5 voyage data of SWellEX-96 experiment is used to verify the proposed method,realize the range estimation for the shallow source in the experiment,and compare the range estimation performance of the underwater target sound source of four methods:matched field processing(MFP),generalized regression neural network(GRNN),traditional CNN,and transfer learning.Experimental data processing results show that the transfer learning model based on residual CNN can effectively realize range estimation in few-shot scenes,and the estimation performance is remarkably better than that of other methods.展开更多
Now object detection based on deep learning tries different strategies.It uses fewer data training networks to achieve the effect of large dataset training.However,the existing methods usually do not achieve the balan...Now object detection based on deep learning tries different strategies.It uses fewer data training networks to achieve the effect of large dataset training.However,the existing methods usually do not achieve the balance between network parameters and training data.It makes the information provided by a small amount of picture data insufficient to optimize model parameters,resulting in unsatisfactory detection results.To improve the accuracy of few shot object detection,this paper proposes a network based on the transformer and high-resolution feature extraction(THR).High-resolution feature extractionmaintains the resolution representation of the image.Channels and spatial attention are used to make the network focus on features that are more useful to the object.In addition,the recently popular transformer is used to fuse the features of the existing object.This compensates for the previous network failure by making full use of existing object features.Experiments on the Pascal VOC and MS-COCO datasets prove that the THR network has achieved better results than previous mainstream few shot object detection.展开更多
针对深度学习模型易出现灾难性遗忘的关键难点,提出了一种基于原型对比的合成孔径雷达(synthetic aperture radar,SAR)图像增量小样本目标检测算法-InFSAR(prototype contrast based incremental few-shot SAR object detection)。首先...针对深度学习模型易出现灾难性遗忘的关键难点,提出了一种基于原型对比的合成孔径雷达(synthetic aperture radar,SAR)图像增量小样本目标检测算法-InFSAR(prototype contrast based incremental few-shot SAR object detection)。首先,采用基础数据集对检测器进行预训练,以构建初步的特征提取能力;其次,设计一种类原型表征生成模块,以构建一组能够代表数据内在特征的类原型。在增量学习阶段,设计一种混合类原型对比编码模块,以有效学习新类别与基础类别之间的区分性特征。此外,为缓解灾难性遗忘问题,引入类原型校准策略,使模型在类原型上的预测分布逐步逼近真实分布,从而保持对基础类别识别的稳定性。在小样本目标检测数据集SRSDD-v1.0上的实验结果表明,在5-shot设置下,InFSAR对船舶细粒度目标的检测精度达到46.5%。同时,该方法能够在无需访问基础类训练数据的情况下,实现对少量标注新类别的增量检测与识别。展开更多
基于图的虚假评论检测主要面临着如何在仅有少量正样本标注的属性图中,有效聚合图中不同关系的邻居信息,提高图表示学习对于异常节点的敏感性和泛化能力的挑战。针对此挑战,提出基于元学习的多信息融合图差异网络(multi-information fus...基于图的虚假评论检测主要面临着如何在仅有少量正样本标注的属性图中,有效聚合图中不同关系的邻居信息,提高图表示学习对于异常节点的敏感性和泛化能力的挑战。针对此挑战,提出基于元学习的多信息融合图差异网络(multi-information fusion graph deviation network based on meta-learning,MetaMGDN)。通过构建多视图划分与多信息融合模块,充分挖掘用户、项目、评分的结构信息与属性信息,以实现网络对多方面信息的获取并挖掘评论节点之间的关系。设计多视图邻域差异聚合模块,合并邻域信息与自身-邻域差异信息,使网络同时关注节点之间的关联性与差异性,提高了网络对于异常节点的敏感性。最后,引入元学习框架,利用多个辅助网络增强目标网络学习小样本任务的经验,从而在小样本虚假评论检测场景下保持较高泛化能力。在真实公开评论数据集上进行的实验表明,Meta-MGDN在基于图的虚假评论检测领域上的效果优于先进的基线。展开更多
基金supported in part by the Natural Science Foundation of China under Grant 61972169 and U1536203in part by the National key research and developm program of China(2016QY01W0200)in part by the Major Scientic and Technological Project of Hubei Province(2018AAA068 and 2019AAA051).
文摘The majority of existing graph-network-based few-shot models focus on a node-similarity update mode.The lack of adequate information intensies the risk of overtraining.In this paper,we propose a novel Multihead Attention Graph Network to excavate discriminative relation and fulll effective information propagation.For edge update,the node-level attention is used to evaluate the similarities between the two nodes and the distributionlevel attention extracts more in-deep global relation.The cooperation between those two parts provides a discriminative and comprehensive expression for edge feature.For node update,we embrace the label-level attention to soften the noise of irrelevant nodes and optimize the update direction.Our proposed model is veried through extensive experiments on two few-shot benchmark MiniImageNet and CIFAR-FS dataset.The results suggest that our method has a strong capability of noise immunity and quick convergence.The classication accuracy outperforms most state-of-the-art approaches.
文摘Fine-tuning is a popular approach to solve the few-shot object detection problem.In this paper,we attempt to introduce a new perspective on it.We formulate the few-shot novel tasks as a type of distribution shifted from its ground-truth distribution.We introduce the concept of imaginary placeholder masks to show that this distribution shift is essentially a composite of in-distribution(ID)and out-of-distribution(OOD)shifts.Our empirical investigation results show that it is significant to balance the trade-off between adapting to the available few-shot distribution and keeping the distribution-shift robustness of the pre-trained model.We explore improvements in the few-shot finetuning transfer in the few-shot object detection(FSOD)settings from three aspects.First,we explore the LinearProbe-Finetuning(LP-FT)technique to balance this trade-off to mitigate the feature distortion problem.Second,we explore the effectiveness of utilizing the protection freezing strategy for querybased object detectors to keep their OOD robustness.Third,we try to utilize ensembling methods to circumvent the feature distortion.All these techniques are integrated into a whole method called BIOT(Balanced ID-OOD Transfer).Evaluation results show that our method is simple yet effective and general to tap the FSOD potential of query-based object detectors.It outperforms the current SOTA method in many FSOD settings and has a promising scaling capability.
基金supported by the National Natural Science Foundation of China(1197428611904274)+1 种基金the Shaanxi Young Science and Technology Star Program(2021KJXX-07)the fundamental research funding for characteristic disciplines(G2022WD0235)。
文摘Taking the real part and the imaginary part of complex sound pressure of the sound field as features,a transfer learning model is constructed.Based on the pre-training of a large amount of underwater acoustic data in the preselected sea area using the convolutional neural network(CNN),the few-shot underwater acoustic data in the test sea area are retrained to study the underwater sound source ranging problem.The S5 voyage data of SWellEX-96 experiment is used to verify the proposed method,realize the range estimation for the shallow source in the experiment,and compare the range estimation performance of the underwater target sound source of four methods:matched field processing(MFP),generalized regression neural network(GRNN),traditional CNN,and transfer learning.Experimental data processing results show that the transfer learning model based on residual CNN can effectively realize range estimation in few-shot scenes,and the estimation performance is remarkably better than that of other methods.
基金the National Natural Science Foundation of China under grant 62172059 and 62072055Hunan Provincial Natural Science Foundations of China under Grant 2020JJ4626+2 种基金Scientific Research Fund of Hunan Provincial Education Department of China under Grant 19B004“Double First-class”International Cooperation and Development Scientific Research Project of Changsha University of Science and Technology under Grant 2018IC25the Young Teacher Growth Plan Project of Changsha University of Science and Technology under Grant 2019QJCZ076.
文摘Now object detection based on deep learning tries different strategies.It uses fewer data training networks to achieve the effect of large dataset training.However,the existing methods usually do not achieve the balance between network parameters and training data.It makes the information provided by a small amount of picture data insufficient to optimize model parameters,resulting in unsatisfactory detection results.To improve the accuracy of few shot object detection,this paper proposes a network based on the transformer and high-resolution feature extraction(THR).High-resolution feature extractionmaintains the resolution representation of the image.Channels and spatial attention are used to make the network focus on features that are more useful to the object.In addition,the recently popular transformer is used to fuse the features of the existing object.This compensates for the previous network failure by making full use of existing object features.Experiments on the Pascal VOC and MS-COCO datasets prove that the THR network has achieved better results than previous mainstream few shot object detection.
文摘针对深度学习模型易出现灾难性遗忘的关键难点,提出了一种基于原型对比的合成孔径雷达(synthetic aperture radar,SAR)图像增量小样本目标检测算法-InFSAR(prototype contrast based incremental few-shot SAR object detection)。首先,采用基础数据集对检测器进行预训练,以构建初步的特征提取能力;其次,设计一种类原型表征生成模块,以构建一组能够代表数据内在特征的类原型。在增量学习阶段,设计一种混合类原型对比编码模块,以有效学习新类别与基础类别之间的区分性特征。此外,为缓解灾难性遗忘问题,引入类原型校准策略,使模型在类原型上的预测分布逐步逼近真实分布,从而保持对基础类别识别的稳定性。在小样本目标检测数据集SRSDD-v1.0上的实验结果表明,在5-shot设置下,InFSAR对船舶细粒度目标的检测精度达到46.5%。同时,该方法能够在无需访问基础类训练数据的情况下,实现对少量标注新类别的增量检测与识别。
文摘基于图的虚假评论检测主要面临着如何在仅有少量正样本标注的属性图中,有效聚合图中不同关系的邻居信息,提高图表示学习对于异常节点的敏感性和泛化能力的挑战。针对此挑战,提出基于元学习的多信息融合图差异网络(multi-information fusion graph deviation network based on meta-learning,MetaMGDN)。通过构建多视图划分与多信息融合模块,充分挖掘用户、项目、评分的结构信息与属性信息,以实现网络对多方面信息的获取并挖掘评论节点之间的关系。设计多视图邻域差异聚合模块,合并邻域信息与自身-邻域差异信息,使网络同时关注节点之间的关联性与差异性,提高了网络对于异常节点的敏感性。最后,引入元学习框架,利用多个辅助网络增强目标网络学习小样本任务的经验,从而在小样本虚假评论检测场景下保持较高泛化能力。在真实公开评论数据集上进行的实验表明,Meta-MGDN在基于图的虚假评论检测领域上的效果优于先进的基线。