paper-with-me

홈 › Papers

DANA: Dimension-Adaptive Neural Architecture for Multivariate Sensor Data

2020-08-05 · Mohammad Malekzadeh, Richard G. Clegg, Andrea Cavallaro, Hamed Haddadi

Motion sensors embedded in wearable and mobile devices allow for dynamic selection of sensor streams and sampling rates, enabling several applications, such as power management and data-sharing control. While deep neural networks (DNNs) achieve competitive accuracy in sensor data classification, DNNs generally process incoming data from a fixed set of sensors with a fixed sampling rate, and changes in the dimensions of their inputs cause considerable accuracy loss, unnecessary computations, or failure in operation. We introduce a dimension-adaptive pooling (DAP) layer that makes DNNs flexible and more robust to changes in sensor availability and in sampling rate. DAP operates on convolutional filter maps of variable dimensions and produces an input of fixed dimensions suitable for feedforward and recurrent layers. We also propose a dimension-adaptive training (DAT) procedure for enabling DNNs that use DAP to better generalize over the set of feasible data dimensions at inference time. DAT comprises the random selection of dimensions during the forward passes and optimization with accumulated gradients of several backward passes. Combining DAP and DAT, we show how to transform non-adaptive DNNs into a Dimension-Adaptive Neural Architecture (DANA), while keeping the same number of parameters. Compared to existing approaches, our solution provides better classification accuracy over the range of possible data dimensions at inference time and does not require up-sampling or imputation, thus reducing unnecessary computations. Experiments on seven datasets (four benchmark real-world datasets for human activity recognition and three synthetic datasets) show that DANA prevents significant losses in classification accuracy of the state-of-the-art DNNs and, compared to baselines, it better captures correlated patterns in sensor data under dynamic sensor availability and varying sampling rates.

📄 PDF Abstract BibTeX arXiv:2008.02397

Code (2)

mmalekzadeh/dana 공식 구현 tf
mmalekzadeh/motion-sense

Tasks

Activity RecognitionHuman Activity RecognitionImputationManagement

Similar Papers 제목 키워드 기반

AdaNAS: Adaptively Post-processing with Self-supervised Neural Architecture Search for Ensemble Rainfall Forecasts

2023-12-26 · Yingpeng Wen, Weijiang Yu, Fudan Zheng, Dan Huang 외

Previous post-processing studies on rainfall forecasts using numerical weather prediction (NWP) mainly focus on statistics-based aspects, while learning-based aspects are rarely investigated. Although some manually-desig…

Neural Architecture Search

AdaNav: Adaptive Reasoning with Uncertainty for Vision-Language Navigation

2025-09-29 · Xin Ding, Jianyu Wei, Yifan Yang, Shiqi Jiang 외 arxiv

Vision Language Navigation (VLN) requires agents to follow natural language instructions by grounding them in sequential visual observations over long horizons. Explicit reasoning could enhance temporal consistency and p…

Vision-Language Navigation

DANAE: a denoising autoencoder for underwater attitude estimation

2020-11-13 · Paolo Russo, Fabiana Di Ciaccio, Salvatore Troisi

One of the main issues for underwater robots navigation is their accurate positioning, which heavily depends on the orientation estimation phase. The systems employed to this scope are affected by different noise typolog…

Data IntegrationDenoising

DANA: Domain-Aware Neurosymbolic Agents for Consistency and Accuracy

2024-09-27 · Vinh Luong, Sang Dinh, Shruti Raghavan, William Nguyen 외

Large Language Models (LLMs) have shown remarkable capabilities, but their inherent probabilistic nature often leads to inconsistency and inaccuracy in complex problem-solving tasks. This paper introduces DANA (Domain-Aw…

Financial Analysis

Meta-prediction Model for Distillation-Aware NAS on Unseen Datasets

2023-05-26 · Hayeon Lee, Sohyun An, Minseon Kim, Sung Ju Hwang

Distillation-aware Neural Architecture Search (DaNAS) aims to search for an optimal student architecture that obtains the best performance and/or efficiency when distilling the knowledge from a given teacher model. Previ…

Meta-LearningNeural Architecture Search