paper-with-me

Papers

LSTM Self-Supervision for Detailed Behavior Analysis

2017-07-01 · CVPR 2017 7 · Biagio Brattoli, Uta Buchler, Anna-Sophia Wahl, Martin E. Schwab, Bjorn Ommer

Behavior analysis provides a crucial non-invasive and easily accessible diagnostic tool for biomedical research. A detailed analysis of posture changes during skilled motor tasks can reveal distinct functional deficits and their restoration during recovery. Our specific scenario is based on a neuroscientific study of rodents recovering from a large sensorimotor cortex stroke and skilled forelimb grasping is being recorded. Given large amounts of unlabeled videos that are recorded during such long-term studies, we seek an approach that captures fine-grained details of posture and its change during rehabilitation without costly manual supervision. Therefore, we utilize self-supervision to automatically learn accurate posture and behavior representations for analyzing motor function. Learning our model depends on the following fundamental elements: (i) limb detection based on a fully convolutional network is ini- tialized solely using motion information, (ii) a novel self- supervised training of LSTMs using only temporal permu- tation yields a detailed representation of behavior, and (iii) back-propagation of this sequence representation also im- proves the description of individual postures. We establish a novel test dataset with expert annotations for evaluation of fine-grained behavior analysis. Moreover, we demonstrate the generality of our approach by successfully applying it to self-supervised learning of human posture on two standard benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Attention-Based LSTM for Psychological Stress Detection from Spoken Language Using Distant Supervision

2018-05-31 · Genta Indra Winata, Onno Pepijn Kampman, Pascale Fung

We propose a Long Short-Term Memory (LSTM) with attention mechanism to classify psychological stress from self-conducted interview transcriptions. We apply distant supervision by automatically labeling tweets based on th…

Teaching Matters: Investigating the Role of Supervision in Vision Transformers

2022-12-07 · CVPR 2023 1 · Matthew Walmer, Saksham Suri, Kamal Gupta, Abhinav Shrivastava

Vision Transformers (ViTs) have gained significant popularity in recent years and have proliferated into many applications. However, their behavior under different learning paradigms is not well explored. We compare ViTs…

Why Attention? Analyze BiLSTM Deficiency and Its Remedies in the Case of NER

2019-08-29 · Peng-Hsuan Li, Tsu-Jui Fu, Wei-Yun Ma

BiLSTM has been prevalently used as a core module for NER in a sequence-labeling setup. State-of-the-art approaches use BiLSTM with additional resources such as gazetteers, language-modeling, or multi-task supervision to…

Language ModelingNamed Entity Recognition (NER)NER

Learning Deep Representations from Clinical Data for Chronic Kidney Disease

2018-10-01 · Duc Thanh Anh Luong, Varun Chandola

We study the behavior of a Time-Aware Long Short-Term Memory Autoencoder, a state-of-the-art method, in the context of learning latent representations from irregularly sampled patient data. We identify a key issue in the…

Time Series Analysis

Vision Transformers Need More Than Registers

2026-02-25 · Cheng Shi, Yizhou Yu, Sibei Yang arxiv

Vision Transformers (ViTs), when pre-trained on large-scale data, provide general-purpose representations for diverse downstream tasks. However, artifacts in ViTs are widely observed across different supervision paradigm…