paper-with-me

홈 › Papers

SAR Target Recognition Using the Multi-aspect-aware Bidirectional LSTM Recurrent Neural Networks

2017-07-25 · Fan Zhang, Chen Hu, Qiang Yin, Wei Li, Heng-Chao Li, Wen Hong

The outstanding pattern recognition performance of deep learning brings new vitality to the synthetic aperture radar (SAR) automatic target recognition (ATR). However, there is a limitation in current deep learning based ATR solution that each learning process only handle one SAR image, namely learning the static scattering information, while missing the space-varying information. It is obvious that multi-aspect joint recognition introduced space-varying scattering information should improve the classification accuracy and robustness. In this paper, a novel multi-aspect-aware method is proposed to achieve this idea through the bidirectional Long Short-Term Memory (LSTM) recurrent neural networks based space-varying scattering information learning. Specifically, we first select different aspect images to generate the multi-aspect space-varying image sequences. Then, the Gabor filter and three-patch local binary pattern (TPLBP) are progressively implemented to extract a comprehensive spatial features, followed by dimensionality reduction with the Multi-layer Perceptron (MLP) network. Finally, we design a bidirectional LSTM recurrent neural network to learn the multi-aspect features with further integrating the softmax classifier to achieve target recognition. Experimental results demonstrate that the proposed method can achieve 99.9% accuracy for 10-class recognition. Besides, its anti-noise and anti-confusion performance are also better than the conventional deep learning based methods.

📄 PDF Abstract BibTeX arXiv:1707.09875

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningDimensionality Reduction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Position-aware Bidirectional Attention Network for Aspect-level Sentiment Analysis

2018-08-01 · COLING 2018 8 · Shuqin Gu, Lipeng Zhang, Yuexian Hou, Yin Song

Aspect-level sentiment analysis aims to distinguish the sentiment polarity of each specific aspect term in a given sentence. Both industry and academia have realized the importance of the relationship between aspect term…

Aspect-Based Sentiment Analysis (ABSA)Feature EngineeringPositionSentence

Target-aware Bidirectional Fusion Transformer for Aerial Object Tracking

2025-03-13 · Xinglong Sun, Haijiang Sun, Shan Jiang, Jiacheng Wang 외

The trackers based on lightweight neural networks have achieved great success in the field of aerial remote sensing, most of which aggregate multi-stage deep features to lift the tracking quality. However, existing algor…

Object Tracking

Multiple-element joint detection for Aspect-Based Sentiment Analysis

2020-10-22 · Knowledge Based Systems 2020 10 · Chao Wu, Qingyu Xiong, Hualing Yi, Yang Yu 외

Aspect-Based Sentiment Analysis (ABSA) is a fine-grained sentiment analysis task, which aims to detect target-aspect-sentiment elements in a sentence. Most of the existing research work distinguished the sentiment for as…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)RelationSentence+1

Group Gated Fusion on Attention-based Bidirectional Alignment for Multimodal Emotion Recognition

2022-01-17 · PengFei Liu, Kun Li, Helen Meng

Emotion recognition is a challenging and actively-studied research area that plays a critical role in emotion-aware human-computer interaction systems. In a multimodal setting, temporal alignment between different modali…

Emotion RecognitionMultimodal Emotion Recognition

Bidirectional Prototype-Reward co-Evolution for Test-Time Adaptation of Vision-Language Models

2025-03-12 · Xiaozhen Qiao, Peng Huang, Jiakang Yuan, Xianda Guo 외

Test-time adaptation (TTA) is crucial in maintaining Vision-Language Models (VLMs) performance when facing real-world distribution shifts, particularly when the source data or target labels are inaccessible. Existing TTA…

Test-time Adaptation