-
Topological State Space Inference for Dynamical Systems
Authors:
Mishal Assif P K,
Yuliy Baryshnikov
Abstract:
We present a computational pipe aiming at recovery of the topology of the underlying phase space from observation of an output function along a sample of trajectories of a dynamical system.
We present a computational pipe aiming at recovery of the topology of the underlying phase space from observation of an output function along a sample of trajectories of a dynamical system.
△ Less
Submitted 30 April, 2025;
originally announced May 2025.
-
Impact of Fasteners on the Radar Cross-Section performance of Radar Absorbing Air Intake Duct
Authors:
Vijay Kumar Sutrakar,
Anjana P K
Abstract:
An aircraft consists of various cavities including air intake ducts, cockpit, radome, inlet and exhaust of heat exchangers, passage for engine bay/other bay cooling etc. These cavities are prime radar cross-section (RCS) contributors of aircraft. The major such cavity is air intake duct, and it contributes significantly to frontal sector RCS of an aircraft. The RCS reductions of air intake duct is…
▽ More
An aircraft consists of various cavities including air intake ducts, cockpit, radome, inlet and exhaust of heat exchangers, passage for engine bay/other bay cooling etc. These cavities are prime radar cross-section (RCS) contributors of aircraft. The major such cavity is air intake duct, and it contributes significantly to frontal sector RCS of an aircraft. The RCS reductions of air intake duct is very important to achieve a low RCS (or stealthy) aircraft configuration. In general, radar absorbing materials (RAM) are getting utilized for RCS reduction of air intake duct. It can also be noticed that a large number of fasteners are used for integration of air intake duct with the aircraft structures. The installation of fasteners on RAS may lead to degradation of RCS performance of air intake. However, no such studies are reported in the literature on the impact of rivets on the RCS performance of RAS air intake duct. In this paper, radar absorbing material of thickness 6.25 mm is designed which givens more than -10 dB reflection loss from 4 to 18GHz of frequencies. Next, the effect of rivet installation on these RAS is carried out using three different rivet configurations. The RCS performance of RAS is evaluated for duct of different lengths from 1 to 18GHz of frequencies. In order to see the RCS performance, five different air intake cases are considered The RCS performance with increase in percentage surface area of rivet heads to RAS is reported in detail. At the last, an open-source aircraft CAD model is considered and the RCS performance of RAS air intake with and without rivets is evaluated.
△ Less
Submitted 2 March, 2025;
originally announced March 2025.
-
A Machine Learning Approach for Design of Frequency Selective Surface based Radar Absorbing Material via Image Prediction
Authors:
Vijay Kumar Sutrakar,
Anjana P K,
Sajal Kesharwani,
Siddharth Bisariya
Abstract:
The paper presents an innovative methodology for designing frequency selective surface (FSS) based radar absorbing materials using machine learning (ML) technique. In conventional electromagnetic design, unit cell dimensions of FSS are used as input and absorption coefficient is then predicted for a given design. In this paper, absorption coefficient is considered as input to ML model and image of…
▽ More
The paper presents an innovative methodology for designing frequency selective surface (FSS) based radar absorbing materials using machine learning (ML) technique. In conventional electromagnetic design, unit cell dimensions of FSS are used as input and absorption coefficient is then predicted for a given design. In this paper, absorption coefficient is considered as input to ML model and image of FSS unit cell is predicted. Later, this image is used for generating the FSS unit cell parameters. Eleven different ML models are studied over a wide frequency band of 1GHz to 30GHz. Out of which six ML models (i.e. (a) Random Forest classification, (b) K- Neighbors Classification, (c) Grid search regression, (d) Random Forest regression, (e) Decision tree classification, and (f) Decision tree regression) show training accuracy more than 90%. The absorption coefficients with varying frequencies of these predicted images are subsequently evaluated using commercial electromagnetic solver. The performance of these ML models is encouraging, and it can be used for accelerating design and optimization of high performance FSS based radar absorbing material for advanced electromagnetic applications in future.
△ Less
Submitted 24 February, 2025;
originally announced February 2025.
-
Near-Pilotless MIMO Single Carrier Communications using Matrix Decomposition
Authors:
Sai Praneeth K,
P Aswathylakshmi,
Radhakrishna Ganti
Abstract:
Multiple Input-Multiple Output (MIMO) is a key enabler of higher data rates in the next generation wireless communications. However in MIMO systems, channel estimation and equalization are challenging particularly in the presence of rapidly changing channels. The high pilot overhead required for channel estimation can reduce the system throughput for large antenna configuration. In this paper, we…
▽ More
Multiple Input-Multiple Output (MIMO) is a key enabler of higher data rates in the next generation wireless communications. However in MIMO systems, channel estimation and equalization are challenging particularly in the presence of rapidly changing channels. The high pilot overhead required for channel estimation can reduce the system throughput for large antenna configuration. In this paper, we provide an iterative matrix decomposition algorithm for near-pilotless or blind decoding of MIMO signals, in a single carrier system with frequency domain equalization. This novel approach replaces the standard equalization and estimates both the transmitted data and the channel without the knowledge of any prior distributions, by making use of only one pilot. Our simulations demonstrate improved performance, in terms of error rates, compared to the more widely used pilot-based Maximal Ratio Combining (MRC) method.
△ Less
Submitted 14 October, 2024;
originally announced October 2024.
-
PowerTrain: Fast, Generalizable Time and Power Prediction Models to Optimize DNN Training on Accelerated Edges
Authors:
Prashanthi S. K.,
Saisamarth Taluri,
Beautlin S,
Lakshya Karwa,
Yogesh Simmhan
Abstract:
Accelerated edge devices, like Nvidia's Jetson with 1000+ CUDA cores, are increasingly used for DNN training and federated learning, rather than just for inferencing workloads. A unique feature of these compact devices is their fine-grained control over CPU, GPU, memory frequencies, and active CPU cores, which can limit their power envelope in a constrained setting while throttling the compute per…
▽ More
Accelerated edge devices, like Nvidia's Jetson with 1000+ CUDA cores, are increasingly used for DNN training and federated learning, rather than just for inferencing workloads. A unique feature of these compact devices is their fine-grained control over CPU, GPU, memory frequencies, and active CPU cores, which can limit their power envelope in a constrained setting while throttling the compute performance. Given this vast 10k+ parameter space, selecting a power mode for dynamically arriving training workloads to exploit power-performance trade-offs requires costly profiling for each new workload, or is done \textit{ad hoc}. We propose \textit{PowerTrain}, a transfer-learning approach to accurately predict the power and time consumed when training a given DNN workload (model + dataset) using any specified power mode (CPU/GPU/memory frequencies, core-count). It requires a one-time offline profiling of $1000$s of power modes for a reference DNN workload on a single Jetson device (Orin AGX) to build Neural Network (NN) based prediction models for time and power. These NN models are subsequently transferred (retrained) for a new DNN workload, or even a different Jetson device, with minimal additional profiling of just $50$ power modes to make accurate time and power predictions. These are then used to rapidly construct the Pareto front and select the optimal power mode for the new workload. PowerTrain's predictions are robust to new workloads, exhibiting a low MAPE of $<6\%$ for power and $<15\%$ for time on six new training workloads for up to $4400$ power modes, when transferred from a ResNet reference workload on Orin AGX. It is also resilient when transferred to two entirely new Jetson devices with prediction errors of $<14.5\%$ and $<11\%$. These outperform baseline predictions by more than $10\%$ and baseline optimizations by up to $45\%$ on time and $88\%$ on power.
△ Less
Submitted 18 July, 2024;
originally announced July 2024.
-
An Optimal Baseband Delay-Based Beam Squint Removal Scheme across a Range of Steering Angles for Digital Wideband Beamformers in Radars
Authors:
Neeraja P. K.,
Bindiya T. S.,
Raghu C. V
Abstract:
This paper is an attempt to mitigate the beam squint happening due to frequency-dependent phase shifts in the wideband beamforming scenario, specifically in radar applications. The estimation of the direction of arrival is significant for precise target detection in radars. The undesirable beam squint effect due to the phase shift-only mechanism in conventional phased array systems, which becomes…
▽ More
This paper is an attempt to mitigate the beam squint happening due to frequency-dependent phase shifts in the wideband beamforming scenario, specifically in radar applications. The estimation of the direction of arrival is significant for precise target detection in radars. The undesirable beam squint effect due to the phase shift-only mechanism in conventional phased array systems, which becomes exacerbated when dealing with wide bandwidth signals, is analyzed for a large set of steering angles in this paper. An optimum baseband delay combined with the phase shift technique is proposed for wideband radar beamforming to mitigate beam squint effectively. This technique has been demonstrated to function properly with 1-GHz carrier frequency for signals with wide bandwidths of up to +/-250MHz and for steering angles ranging from 0 to 90 degrees.
△ Less
Submitted 5 March, 2024;
originally announced March 2024.
-
Emotion Detection from EEG using Transfer Learning
Authors:
Sidharth Sidharth,
Ashish Abraham Samuel,
Ranjana H,
Jerrin Thomas Panachakel,
Sana Parveen K
Abstract:
The detection of emotions using an Electroencephalogram (EEG) is a crucial area in brain-computer interfaces and has valuable applications in fields such as rehabilitation and medicine. In this study, we employed transfer learning to overcome the challenge of limited data availability in EEG-based emotion detection. The base model used in this study was Resnet50. Additionally, we employed a novel…
▽ More
The detection of emotions using an Electroencephalogram (EEG) is a crucial area in brain-computer interfaces and has valuable applications in fields such as rehabilitation and medicine. In this study, we employed transfer learning to overcome the challenge of limited data availability in EEG-based emotion detection. The base model used in this study was Resnet50. Additionally, we employed a novel feature combination in EEG-based emotion detection. The input to the model was in the form of an image matrix, which comprised Mean Phase Coherence (MPC) and Magnitude Squared Coherence (MSC) in the upper-triangular and lower-triangular matrices, respectively. We further improved the technique by incorporating features obtained from the Differential Entropy (DE) into the diagonal, which previously held little to no useful information for classifying emotions. The dataset used in this study, SEED EEG (62 channel EEG), comprises three classes (Positive, Neutral, and Negative). We calculated both subject-independent and subject-dependent accuracy. The subject-dependent accuracy was obtained using a 10-fold cross-validation method and was 93.1%, while the subject-independent classification was performed by employing the leave-one-subject-out (LOSO) strategy. The accuracy obtained in subject-independent classification was 71.6%. Both of these accuracies are at least twice better than the chance accuracy of classifying 3 classes. The study found the use of MSC and MPC in EEG-based emotion detection promising for emotion classification. The future scope of this work includes the use of data augmentation techniques, enhanced classifiers, and better features for emotion classification.
△ Less
Submitted 9 June, 2023;
originally announced June 2023.
-
IoT- Based Low-Cost Soil Moisture and Soil Temperature Monitoring System
Authors:
Guruprasad Deshpande,
Mangesh Goswami,
Jayesh Kolhe,
Vishal Khandagale,
Darshan Khope,
Gargi Patel,
Radhika Doijad,
Rajani P. K.,
Milind Mujumdar,
Bhupendra Bahadur Singh,
Naresh Ganeshi
Abstract:
Soil moisture (SM) is referred to as a finite amount of water molecules within the pore spaces and it is a crucial parameter of Hydro-Meteorological processes. The behaviour of soil moisture water changes spatially and temporally in response to topography, soil characteristics, and climate[1]. Soil moisture is overseen by various hydro-meteorological factors that vary vertically with depth, latera…
▽ More
Soil moisture (SM) is referred to as a finite amount of water molecules within the pore spaces and it is a crucial parameter of Hydro-Meteorological processes. The behaviour of soil moisture water changes spatially and temporally in response to topography, soil characteristics, and climate[1]. Soil moisture is overseen by various hydro-meteorological factors that vary vertically with depth, laterally across terrestrial shapes, and temporarily in feedback to the climate. The precise monitoring and quantification of high-resolution surface and subsurface soil moisture observations are very important [13]. This paper highlights the outcomes of the fieldwork carried out at IITM, Pune, wherein we have developed a soil moisture and temperature measurement system using Raspberry Pi and the Internet of things (IoT). The development is classified into three stages, the first stage includes the assembly of the sensor with the microprocessor. The deployment of the low-cost system, data generation, and communication through a wireless sensor network is part of the second stage. Finally, the third stage includes real-time data visualization using a mobile application and data server for analysing soil moisture and temperature. The soil moisture profile obtained through the sensor deployed is highly correlated (r=.9) with in-situ gravimetric observations, having a root mean square error (RMSE) of about 3.1%. Similarly, the temperature observations are well-matched with the in-situ standard temperature observation. Here we present the preliminary results and compare the accuracy with the state-of-the-art sensors.
△ Less
Submitted 23 May, 2022;
originally announced June 2022.
-
Low Complexity Reconfigurable Modified FRM Architecture with Full Spectral Utilization for Efficient Channelizers
Authors:
Parvathi A. K.,
V. Sakthivel
Abstract:
This paper proposes a design of low complexity, reconfigurable and narrow transition band (NTB) filter bank (FB). In our proposed Modified Frequency Response Masking (ModFRM) architecture, the modal filter and complementary filter in conventional FRM approach are replaced by a power complementary and linear phase FB. Additionally, a new masking strategy is proposed by which an M-channel FB can be…
▽ More
This paper proposes a design of low complexity, reconfigurable and narrow transition band (NTB) filter bank (FB). In our proposed Modified Frequency Response Masking (ModFRM) architecture, the modal filter and complementary filter in conventional FRM approach are replaced by a power complementary and linear phase FB. Additionally, a new masking strategy is proposed by which an M-channel FB can be designed by alternately masking even channels and odd channels. By using this masking strategy, it is only necessary to alternately mask even channels and odd channels by the two masking filters while modulating them over the multiple spectra replicas appearing in [0,2$π$] to generate uniform ModFRM FB. Also, reconfigurability of filter bank can be achieved by adjusting the interpolation values appropriately, to obtain more masking responses. To reduce the overall implementation complexity, masking filters are optimized using the interpolated FIR (IFIR) technique. The results indicate that the proposed method requires substantially less multipliers in comparison to the reconfigurable FB existing in literature. Finally, non-uniform FB are generated from the uniform FB by combining nearby channels. The proposed non-uniform ModFRM FB is used for the extraction of different communication standards in the software defined radio (SDR) channelizer. When more channels are to be extracted, the proposed scheme was able to achieve a reduced hardware complexity in comparison to other filter bank based SDR channelizers.
△ Less
Submitted 17 July, 2020;
originally announced July 2020.
-
OMAP-L138 LCDK Development Kit
Authors:
Bharath K P,
Sylash K,
Pravina K,
Rajesh Kumar M
Abstract:
Low cost and low power consumption processor play a vital role in the field of Digital Signal Processing (DSP). The OMAP-L138 development kit which is low cost, low power consumption, ease and speed, with a wide variety of applications includes Digital signal processing, Image processing and video processing. This paper represents the basic introduction to OMAP-L138 processor and quick procedural…
▽ More
Low cost and low power consumption processor play a vital role in the field of Digital Signal Processing (DSP). The OMAP-L138 development kit which is low cost, low power consumption, ease and speed, with a wide variety of applications includes Digital signal processing, Image processing and video processing. This paper represents the basic introduction to OMAP-L138 processor and quick procedural steps for real time and non-real time implementations with a set of programs. The real time experiments are based on audio in the applications of audio loopback, delay and echo. Whereas the non-real time experiments are generation of a sine wave, low pass and high pass filter.
△ Less
Submitted 13 January, 2020;
originally announced January 2020.
-
LipReading with 3D-2D-CNN BLSTM-HMM and word-CTC models
Authors:
Dilip Kumar Margam,
Rohith Aralikatti,
Tanay Sharma,
Abhinav Thanda,
Pujitha A K,
Sharad Roy,
Shankar M Venkatesan
Abstract:
In recent years, deep learning based machine lipreading has gained prominence. To this end, several architectures such as LipNet, LCANet and others have been proposed which perform extremely well compared to traditional lipreading DNN-HMM hybrid systems trained on DCT features. In this work, we propose a simpler architecture of 3D-2D-CNN-BLSTM network with a bottleneck layer. We also present analy…
▽ More
In recent years, deep learning based machine lipreading has gained prominence. To this end, several architectures such as LipNet, LCANet and others have been proposed which perform extremely well compared to traditional lipreading DNN-HMM hybrid systems trained on DCT features. In this work, we propose a simpler architecture of 3D-2D-CNN-BLSTM network with a bottleneck layer. We also present analysis of two different approaches for lipreading on this architecture. In the first approach, 3D-2D-CNN-BLSTM network is trained with CTC loss on characters (ch-CTC). Then BLSTM-HMM model is trained on bottleneck lip features (extracted from 3D-2D-CNN-BLSTM ch-CTC network) in a traditional ASR training pipeline. In the second approach, same 3D-2D-CNN-BLSTM network is trained with CTC loss on word labels (w-CTC). The first approach shows that bottleneck features perform better compared to DCT features. Using the second approach on Grid corpus' seen speaker test set, we report $1.3\%$ WER - a $55\%$ improvement relative to LCANet. On unseen speaker test set we report $8.6\%$ WER which is $24.5\%$ improvement relative to LipNet. We also verify the method on a second dataset of $81$ speakers which we collected. Finally, we also discuss the effect of feature duplication on BLSTM-HMM model performance.
△ Less
Submitted 25 June, 2019;
originally announced June 2019.
-
Scenario approach for minmax optimization with emphasis on the nonconvex case: positive results and caveats
Authors:
Mishal Assif P K,
Debasish Chatterjee,
Ravi Banavar
Abstract:
We treat the so-called scenario approach, a popular probabilistic approximation method for robust minmax optimization problems via independent and indentically distributed (i.i.d) sampling from the uncertainty set, from various perspectives. The scenario approach is well-studied in the important case of convex robust optimization problems, and here we examine how the phenomenon of concentration of…
▽ More
We treat the so-called scenario approach, a popular probabilistic approximation method for robust minmax optimization problems via independent and indentically distributed (i.i.d) sampling from the uncertainty set, from various perspectives. The scenario approach is well-studied in the important case of convex robust optimization problems, and here we examine how the phenomenon of concentration of measures affects the i.i.d sampling aspect of the scenario approach in high dimensions and its relation with the optimal values. Moreover, we perform a detailed study of both the asymptotic behaviour (consistency) and finite time behaviour of the scenario approach in the more general setting of nonconvex minmax optimization problems. In the direction of the asymptotic behaviour of the scenario approach, we present an obstruction to consistency that arises when the decision set is noncompact. In the direction of finite sample guarantees, we establish a general methodology for extracting `probably approximately correct' type estimates for the finite sample behaviour of the scenario approach for a large class of nonconvex problems.
△ Less
Submitted 5 June, 2019; v1 submitted 4 June, 2019;
originally announced June 2019.
-
A simple proof of the discrete time geometric Pontryagin maximum principle on smooth manifolds
Authors:
Mishal Assif P K,
Debasish Chatterjee,
Ravi Banavar
Abstract:
We establish a geometric Pontryagin maximum principle for discrete time optimal control problems on finite dimensional smooth manifolds under the following three types of constraints: a) constraints on the states pointwise in time, b) constraints on the control actions pointwise in time, c) constraints on the frequency spectrum of the optimal control trajectories. Our proof follows, in spirit, the…
▽ More
We establish a geometric Pontryagin maximum principle for discrete time optimal control problems on finite dimensional smooth manifolds under the following three types of constraints: a) constraints on the states pointwise in time, b) constraints on the control actions pointwise in time, c) constraints on the frequency spectrum of the optimal control trajectories. Our proof follows, in spirit, the path to establish geometric versions of the Pontryagin maximum principle on smooth manifolds indicated in [Cha11] in the context of continuous-time optimal control.
△ Less
Submitted 4 June, 2019; v1 submitted 29 June, 2018;
originally announced July 2018.