paper-with-me

Papers

Go Beyond Multiple Instance Neural Networks: Deep-learning Models based on Local Pattern Aggregation

2022-05-28 · Linpeng Jin

Deep convolutional neural networks (CNNs) have brought breakthroughs in processing clinical electrocardiograms (ECGs), speaker-independent speech and complex images. However, typical CNNs require a fixed input size while it is common to process variable-size data in practical use. Recurrent networks such as long short-term memory (LSTM) are capable of eliminating the restriction, but suffer from high computational complexity. In this paper, we propose local pattern aggregation-based deep-learning models to effectively deal with both problems. The novel network structure, called LPANet, has cropping and aggregation operations embedded into it. With these new features, LPANet can reduce the difficulty of tuning model parameters and thus tend to improve generalization performance. To demonstrate the effectiveness, we applied it to the problem of premature ventricular contraction detection and the experimental results shows that our proposed method has certain advantages compared to classical network models, such as CNN and LSTM.

📄 PDF Abstract BibTeX arXiv:2205.14428

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Global Aggregation then Local Distribution in Fully Convolutional Networks

2019-09-16 · Xiangtai Li, Li Zhang, Ansheng You, Maoke Yang 외

It has been widely proven that modelling long-range dependencies in fully convolutional networks (FCNs) via global aggregation modules is critical for complex scene understanding tasks such as semantic segmentation and o…

Instance Segmentationobject-detectionObject DetectionScene Understanding+2

Distilling Knowledge from Refinement in Multiple Instance Detection Networks

2020-04-23 · Luis Felipe Zeni, Claudio Jung

Weakly supervised object detection (WSOD) aims to tackle the object detection problem using only labeled image categories as supervision. A common approach used in WSOD to deal with the lack of localization information i…

Knowledge DistillationMultiple Instance LearningObjectobject-detection+4

Beyond Boxes: Mask-Guided Spatio-Temporal Feature Aggregation for Video Object Detection

2024-12-06 · Khurram Azeem Hashmi, Talha Uddin Sheikh, Didier Stricker, Muhammad Zeshan Afzal

The primary challenge in Video Object Detection (VOD) is effectively exploiting temporal information to enhance object representations. Traditional strategies, such as aggregating region proposals, often suffer from feat…

GPUMulti-Object TrackingObjectobject-detection+4

Aggregation With Feature Detection

2021-01-01 · ICCV 2021 10 · Shuyang Sun, Xiaoyu Yue, Xiaojuan Qi, Wanli Ouyang 외

Aggregating features from different depths of a network is widely adopted to improve the network capability. Lots of modern architectures are equipped with skip connections, which actually makes the feature aggregat…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

GraLSP: Graph Neural Networks with Local Structural Patterns

2019-11-18 · Yilun Jin, Guojie Song, Chuan Shi

It is not until recently that graph neural networks (GNNs) are adopted to perform graph representation learning, among which, those based on the aggregation of features within the neighborhood of a node achieved great su…

Graph Representation LearningRepresentation Learning