Skip to main content

Showing 1–21 of 21 results for author: Mohsenin, T

.
  1. arXiv:2405.12353  [pdf, other

    cs.LG

    TinyM$^2$Net-V3: Memory-Aware Compressed Multimodal Deep Neural Networks for Sustainable Edge Deployment

    Authors: Hasib-Al Rashid, Tinoosh Mohsenin

    Abstract: The advancement of sophisticated artificial intelligence (AI) algorithms has led to a notable increase in energy usage and carbon dioxide emissions, intensifying concerns about climate change. This growing problem has brought the environmental sustainability of AI technologies to the forefront, especially as they expand across various sectors. In response to these challenges, there is an urgent ne… ▽ More

    Submitted 20 May, 2024; originally announced May 2024.

    Comments: Accepted at AAAI 2024 Workshop SAI

  2. arXiv:2404.03574  [pdf, other

    cs.CV cs.AI cs.LG

    TinyVQA: Compact Multimodal Deep Neural Network for Visual Question Answering on Resource-Constrained Devices

    Authors: Hasib-Al Rashid, Argho Sarkar, Aryya Gangopadhyay, Maryam Rahnemoonfar, Tinoosh Mohsenin

    Abstract: Traditional machine learning models often require powerful hardware, making them unsuitable for deployment on resource-limited devices. Tiny Machine Learning (tinyML) has emerged as a promising approach for running machine learning models on these devices, but integrating multiple data modalities into tinyML models still remains a challenge due to increased complexity, latency, and power consumpti… ▽ More

    Submitted 4 April, 2024; originally announced April 2024.

    Comments: Accepted as a full paper by the tinyML Research Symposium 2024

  3. arXiv:2312.11716  [pdf, other

    cs.CV

    Squeezed Edge YOLO: Onboard Object Detection on Edge Devices

    Authors: Edward Humes, Mozhgan Navardi, Tinoosh Mohsenin

    Abstract: Demand for efficient onboard object detection is increasing due to its key role in autonomous navigation. However, deploying object detection models such as YOLO on resource constrained edge devices is challenging due to the high computational requirements of such models. In this paper, an compressed object detection model named Squeezed Edge YOLO is examined. This model is compressed and optimize… ▽ More

    Submitted 18 December, 2023; originally announced December 2023.

    Comments: ML with New Compute Paradigms (MLNCP) Workshop at NeurIPS 2023

  4. arXiv:2311.05596  [pdf, other

    cs.LG cs.AI cs.RO

    LLM Augmented Hierarchical Agents

    Authors: Bharat Prakash, Tim Oates, Tinoosh Mohsenin

    Abstract: Solving long-horizon, temporally-extended tasks using Reinforcement Learning (RL) is challenging, compounded by the common practice of learning without prior knowledge (or tabula rasa learning). Humans can generate and execute plans with temporally-extended actions and quickly learn to perform new tasks because we almost never solve problems from scratch. We want autonomous agents to have this sam… ▽ More

    Submitted 9 November, 2023; originally announced November 2023.

  5. arXiv:2308.08737  [pdf, other

    cs.RO cs.AI cs.LG

    ReProHRL: Towards Multi-Goal Navigation in the Real World using Hierarchical Agents

    Authors: Tejaswini Manjunath, Mozhgan Navardi, Prakhar Dixit, Bharat Prakash, Tinoosh Mohsenin

    Abstract: Robots have been successfully used to perform tasks with high precision. In real-world environments with sparse rewards and multiple goals, learning is still a major challenge and Reinforcement Learning (RL) algorithms fail to learn good policies. Training in simulation environments and then fine-tuning in the real world is a common approach. However, adapting to the real-world setting is a challe… ▽ More

    Submitted 16 August, 2023; originally announced August 2023.

    Comments: AAAI 2023 RL Ready for Production Workshop

  6. arXiv:2211.01413  [pdf, other

    cs.LG cs.AI

    Harnessing the Power of Explanations for Incremental Training: A LIME-Based Approach

    Authors: Arnab Neelim Mazumder, Niall Lyons, Ashutosh Pandey, Avik Santra, Tinoosh Mohsenin

    Abstract: Explainability of neural network prediction is essential to understand feature importance and gain interpretable insight into neural network performance. However, explanations of neural network outcomes are mostly limited to visualization, and there is scarce work that looks to use these explanations as feedback to improve model performance. In this work, model explanations are fed back to the fee… ▽ More

    Submitted 11 July, 2023; v1 submitted 2 November, 2022; originally announced November 2022.

    Comments: Accepted at EUSIPCO 2023

  7. arXiv:2210.08412  [pdf, other

    cs.LG cs.RO

    Towards an Interpretable Hierarchical Agent Framework using Semantic Goals

    Authors: Bharat Prakash, Nicholas Waytowich, Tim Oates, Tinoosh Mohsenin

    Abstract: Learning to solve long horizon temporally extended tasks with reinforcement learning has been a challenge for several years now. We believe that it is important to leverage both the hierarchical structure of complex tasks and to use expert supervision whenever possible to solve such tasks. This work introduces an interpretable hierarchical agent framework by combining planning and semantic goal di… ▽ More

    Submitted 15 October, 2022; originally announced October 2022.

    Report number: AIHRI/2022/7590

  8. arXiv:2202.04303  [pdf, other

    cs.LG cs.SD eess.AS

    TinyM$^2$Net: A Flexible System Algorithm Co-designed Multimodal Learning Framework for Tiny Devices

    Authors: Hasib-Al Rashid, Pretom Roy Ovi, Carl Busart, Aryya Gangopadhyay, Tinoosh Mohsenin

    Abstract: With the emergence of Artificial Intelligence (AI), new attention has been given to implement AI algorithms on resource constrained tiny devices to expand the application domain of IoT. Multimodal Learning has recently become very popular with the classification task due to its impressive performance for both image and audio event classification. This paper presents TinyM$^2$Net -- a flexible syst… ▽ More

    Submitted 19 April, 2022; v1 submitted 9 February, 2022; originally announced February 2022.

    Comments: tinyML Research Symposium 2022

  9. arXiv:2202.02361  [pdf, other

    cs.LG

    A Fast Network Exploration Strategy to Profile Low Energy Consumption for Keyword Spotting

    Authors: Arnab Neelim Mazumder, Tinoosh Mohsenin

    Abstract: Keyword Spotting nowadays is an integral part of speech-oriented user interaction targeted for smart devices. To this extent, neural networks are extensively used for their flexibility and high accuracy. However, coming up with a suitable configuration for both accuracy requirements and hardware deployment is a challenge. We propose a regression-based network exploration technique that considers t… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: accepted in tinyML Research Symposium 2022

  10. arXiv:2111.04120  [pdf, other

    cs.AI cs.RO

    Automatic Goal Generation using Dynamical Distance Learning

    Authors: Bharat Prakash, Nicholas Waytowich, Tinoosh Mohsenin, Tim Oates

    Abstract: Reinforcement Learning (RL) agents can learn to solve complex sequential decision making tasks by interacting with the environment. However, sample efficiency remains a major challenge. In the field of multi-goal RL, where agents are required to reach multiple goals to solve complex tasks, improving sample efficiency can be especially challenging. On the other hand, humans or other biological agen… ▽ More

    Submitted 7 November, 2021; originally announced November 2021.

  11. arXiv:2110.04649  [pdf, other

    cs.AI

    Interactive Hierarchical Guidance using Language

    Authors: Bharat Prakash, Nicholas Waytowich, Tim Oates, Tinoosh Mohsenin

    Abstract: Reinforcement learning has been successful in many tasks ranging from robotic control, games, energy management etc. In complex real world environments with sparse rewards and long task horizons, sample efficiency is still a major challenge. Most complex tasks can be easily decomposed into high-level planning and low level control. Therefore, it is important to enable agents to leverage the hierar… ▽ More

    Submitted 9 October, 2021; originally announced October 2021.

    Comments: Presented at AI-HRI symposium as part of AAAI-FSS 2021 (arXiv:2109.10836)

    Report number: AIHRI/2021/45

  12. arXiv:2105.05956  [pdf

    cs.ET cond-mat.dis-nn cond-mat.mtrl-sci

    2022 Roadmap on Neuromorphic Computing and Engineering

    Authors: Dennis V. Christensen, Regina Dittmann, Bernabé Linares-Barranco, Abu Sebastian, Manuel Le Gallo, Andrea Redaelli, Stefan Slesazeck, Thomas Mikolajick, Sabina Spiga, Stephan Menzel, Ilia Valov, Gianluca Milano, Carlo Ricciardi, Shi-Jun Liang, Feng Miao, Mario Lanza, Tyler J. Quill, Scott T. Keene, Alberto Salleo, Julie Grollier, Danijela Marković, Alice Mizrahi, Peng Yao, J. Joshua Yang, Giacomo Indiveri , et al. (34 additional authors not shown)

    Abstract: Modern computation based on the von Neumann architecture is today a mature cutting-edge science. In the Von Neumann architecture, processing and memory units are implemented as separate blocks interchanging data intensively and continuously. This data transfer is responsible for a large part of the power consumption. The next generation computer technology is expected to solve problems at the exas… ▽ More

    Submitted 13 January, 2022; v1 submitted 12 May, 2021; originally announced May 2021.

    Journal ref: Neuromorph. Comput. Eng. 2 022501 (2022)

  13. arXiv:2011.13194  [pdf, other

    cs.LG cs.HC

    Neural Networks for Pulmonary Disease Diagnosis using Auditory and Demographic Information

    Authors: Morteza Hosseini, Haoran Ren, Hasib-Al Rashid, Arnab Neelim Mazumder, Bharat Prakash, Tinoosh Mohsenin

    Abstract: Pulmonary diseases impact millions of lives globally and annually. The recent outbreak of the pandemic of the COVID-19, a novel pulmonary infection, has more than ever brought the attention of the research community to the machine-aided diagnosis of respiratory problems. This paper is thus an effort to exploit machine learning for classification of respiratory problems and proposes a framework tha… ▽ More

    Submitted 26 November, 2020; originally announced November 2020.

  14. arXiv:2006.15127  [pdf, other

    eess.IV cs.LG

    Diverse Knowledge Distillation (DKD): A Solution for Improving The Robustness of Ensemble Models Against Adversarial Attacks

    Authors: Ali Mirzaeian, Jana Kosecka, Houman Homayoun, Tinoosh Mohsenin, Avesta Sasan

    Abstract: This paper proposes an ensemble learning model that is resistant to adversarial attacks. To build resilience, we introduced a training process where each member learns a radically distinct latent space. Member models are added one at a time to the ensemble. Simultaneously, the loss function is regulated by a reverse knowledge distillation, forcing the new member to learn different features and map… ▽ More

    Submitted 7 January, 2021; v1 submitted 26 June, 2020; originally announced June 2020.

  15. arXiv:2001.06099  [pdf, other

    cs.LG cs.CV stat.ML

    Code-Bridged Classifier (CBC): A Low or Negative Overhead Defense for Making a CNN Classifier Robust Against Adversarial Attacks

    Authors: Farnaz Behnia, Ali Mirzaeian, Mohammad Sabokrou, Sai Manoj, Tinoosh Mohsenin, Khaled N. Khasawneh, Liang Zhao, Houman Homayoun, Avesta Sasan

    Abstract: In this paper, we propose Code-Bridged Classifier (CBC), a framework for making a Convolutional Neural Network (CNNs) robust against adversarial attacks without increasing or even by decreasing the overall models' computational complexity. More specifically, we propose a stacked encoder-convolutional model, in which the input image is first encoded by the encoder module of a denoising auto-encoder… ▽ More

    Submitted 16 January, 2020; originally announced January 2020.

    Comments: 6 pages, Accepted and to appear in ISQED 2020

  16. arXiv:1909.13392  [pdf, other

    cs.LG stat.ML

    Learning from Observations Using a Single Video Demonstration and Human Feedback

    Authors: Sunil Gandhi, Tim Oates, Tinoosh Mohsenin, Nicholas Waytowich

    Abstract: In this paper, we present a method for learning from video demonstrations by using human feedback to construct a map** between the standard representation of the agent and the visual representation of the demonstration. In this way, we leverage the advantages of both these representations, i.e., we learn the policy using standard state representations, but are able to specify the expected behavi… ▽ More

    Submitted 29 September, 2019; originally announced September 2019.

  17. arXiv:1903.11381  [pdf, other

    eess.SP

    Minimizing Classification Energy of Binarized Neural Network Inference for Wearable Devices

    Authors: Morteza Hosseini, Hirenkumar Paneliya, Uttej Kallakuri, Mohit Khatwani, Tinoosh Mohsenin

    Abstract: In this paper, we propose a low-power hardware for efficient deployment of binarized neural networks (BNNs) that have been trained for physiological datasets. BNNs constrain weights and feature-map to 1 bit, can pack in as many 1-bit weights as the width of a memory entry provides, and can execute multiple multiply-accumulate (MAC) operations with one fused bit-wise xnor and population-count instr… ▽ More

    Submitted 25 March, 2019; originally announced March 2019.

    Comments: Accepted and presented at 20th International Symposium on Quality Electronic Design (ISQED 2019) on March 7th, 2019, Santa Clara, CA, USA

  18. arXiv:1903.10404  [pdf, other

    cs.LG cs.AI

    On the use of Deep Autoencoders for Efficient Embedded Reinforcement Learning

    Authors: Bharat Prakash, Mark Horton, Nicholas R. Waytowich, William David Hairston, Tim Oates, Tinoosh Mohsenin

    Abstract: In autonomous embedded systems, it is often vital to reduce the amount of actions taken in the real world and energy required to learn a policy. Training reinforcement learning agents from high dimensional image representations can be very expensive and time consuming. Autoencoders are deep neural network used to compress high dimensional data such as pixelated images into small latent representat… ▽ More

    Submitted 25 March, 2019; originally announced March 2019.

  19. arXiv:1903.09328  [pdf, other

    cs.AI

    Improving Safety in Reinforcement Learning Using Model-Based Architectures and Human Intervention

    Authors: Bharat Prakash, Mohit Khatwani, Nicholas Waytowich, Tinoosh Mohsenin

    Abstract: Recent progress in AI and Reinforcement learning has shown great success in solving complex problems with high dimensional state spaces. However, most of these successes have been primarily in simulated environments where failure is of little or no consequence. Most real-world applications, however, require training solutions that are safe to operate as catastrophic failures are inadmissible espec… ▽ More

    Submitted 21 March, 2019; originally announced March 2019.

  20. arXiv:1708.08430  [pdf

    cs.CV cs.AI

    Deep Belief Networks used on High Resolution Multichannel Electroencephalography Data for Seizure Detection

    Authors: JT Turner, Adam Page, Tinoosh Mohsenin, Tim Oates

    Abstract: Ubiquitous bio-sensing for personalized health monitoring is slowly becoming a reality with the increasing availability of small, diverse, robust, high fidelity sensors. This oncoming flood of data begs the question of how we will extract useful information from it. In this paper we explore the use of a variety of representations and machine learning algorithms applied to the task of seizure detec… ▽ More

    Submitted 28 August, 2017; originally announced August 2017.

    Comments: Old draft of AAAI paper, AAAI Spring Symposium Series. 2014

  21. arXiv:1412.6502   

    cs.LG cs.NE q-bio.NC

    Detecting Epileptic Seizures from EEG Data using Neural Networks

    Authors: Siddharth Pramod, Adam Page, Tinoosh Mohsenin, Tim Oates

    Abstract: We explore the use of neural networks trained with dropout in predicting epileptic seizures from electroencephalographic data (scalp EEG). The input to the neural network is a 126 feature vector containing 9 features for each of the 14 EEG channels obtained over 1-second, non-overlap** windows. The models in our experiments achieved high sensitivity and specificity on patient records not used in… ▽ More

    Submitted 3 February, 2019; v1 submitted 19 December, 2014; originally announced December 2014.

    Comments: This paper has been withdrawn by the authors due to an error discovered in the experiments