-
Accuracy Enhancement in Refractive Index Sensing via Full-Spectrum Machine Learning Modeling
Authors:
Majid Aalizadeh,
Chinmay Raut,
Morteza Azmoudeh Afshar,
Ali Tabartehfarahani,
Xudong Fan
Abstract:
We present a full-spectrum machine learning framework for refractive index sensing using simulated absorption spectra from meta-grating structures composed of titanium or silicon nanorods under TE and TM polarizations. Linear regression was applied to 80 principal components extracted from each spectrum, and model performance was assessed using five-fold cross-validation, simulating real-world bio…
▽ More
We present a full-spectrum machine learning framework for refractive index sensing using simulated absorption spectra from meta-grating structures composed of titanium or silicon nanorods under TE and TM polarizations. Linear regression was applied to 80 principal components extracted from each spectrum, and model performance was assessed using five-fold cross-validation, simulating real-world biosensing scenarios where unknown patient samples are predicted based on standard calibration data. Titanium-based structures, dominated by broadband intensity changes, yielded the lowest mean squared errors and the highest accuracy improvements: up to a 6065-fold reduction compared to the best single-feature model. In contrast, silicon-based structures, governed by narrow resonances, showed more modest gains due to spectral nonlinearity that limits the effectiveness of global linear models. We also show that even the best single-wavelength predictor is identified through data-driven analysis, not visual selection, highlighting the value of automated feature preselection. These findings demonstrate that spectral shape plays a key role in modeling performance and that full-spectrum linear approaches are especially effective for intensity-modulated index sensors.
△ Less
Submitted 8 April, 2025;
originally announced April 2025.
-
Development of a Miniaturized, Automated, and Cost-Effective Device for Enzyme-Linked Immunosorbent Assay
Authors:
Majid Aalizadeh,
Shuo Yang,
Suchithra Guntur,
Vaishnavi Potluri,
Girish Kulkarni,
Xudong Fan
Abstract:
In this work, a miniaturized, automated, and cost-effective ELISA device is designed and implemented, without the utilization of conventional techniques such as pipetting or microfluidic valve technologies. The device has dimensions of 24 cm x 19 cm x 14 cm and weighs <3 Kg. The total hardware cost of the device is estimated to be approximately $1,200, which can be further reduced through optimiza…
▽ More
In this work, a miniaturized, automated, and cost-effective ELISA device is designed and implemented, without the utilization of conventional techniques such as pipetting or microfluidic valve technologies. The device has dimensions of 24 cm x 19 cm x 14 cm and weighs <3 Kg. The total hardware cost of the device is estimated to be approximately $1,200, which can be further reduced through optimization during scale-up production. 3D printed disposable parts, including the reagent reservoir disk and the microfluidic connector, have also been developed. IL-6 is used as a model system to demonstrate how the device provides an ELISA measurement. The cost per test is estimated to be less than ten dollars. The compactness, automated operation, along with the cost-effectiveness of this ELISA device, makes it suitable for point-of-care applications in resource-limited regions.
△ Less
Submitted 28 March, 2025;
originally announced March 2025.
-
A topological route to engineering robust and bright supersymmetric laser arrays
Authors:
Soujanya Datta,
Mohammadmahdi Alizadeh,
Ramy El-Ganainy,
Krishanu Roychowdhury
Abstract:
In recent years, several proposals that leverage principles from condensed matter and high-energy physics for engineering laser arrays have been put forward. The most important among these concepts are topology, which enables the construction of robust zero-mode laser devices, and supersymmetry (SUSY), which holds the potential for achieving phase locking in laser arrays. In this work, we show tha…
▽ More
In recent years, several proposals that leverage principles from condensed matter and high-energy physics for engineering laser arrays have been put forward. The most important among these concepts are topology, which enables the construction of robust zero-mode laser devices, and supersymmetry (SUSY), which holds the potential for achieving phase locking in laser arrays. In this work, we show that the relation between supersymmetric coupled bosonic and fermionic oscillators on one side, and bipartite networks (and hence chiral symmetry) on another side can be exploited together with non-Hermitian engineering for building one- and two-dimensional laser arrays with in-phase synchronization. To demonstrate our strategy, we present a concrete design starting from the celebrated Su-Schrieffer-Heeger (SSH) model to arrive at a SUSY laser structure that enjoys two key advantages over those reported in previous works. Firstly, the design presented here features a near-uniform geometry for both the laser array and supersymmetric reservoir (i.e. the widths and distances between the cavity arrays are almost the same). Secondly, the uniform field distribution in the presented structure leads to a far-field intensity that scales as N^2 where N is the number of lasing elements. Taken together, these two features can enable the implementation of higher-power laser arrays that are easy to fabricate, and hence provide a roadmap for pushing the frontier of SUSY laser arrays beyond the proof-of-concept phase.
△ Less
Submitted 16 December, 2024;
originally announced December 2024.
-
Machine Learning Evaluation Metric Discrepancies across Programming Languages and Their Components: Need for Standardization
Authors:
Mohammad R. Salmanpour,
Morteza Alizadeh,
Ghazal Mousavi,
Saba Sadeghi,
Sajad Amiri,
Mehrdad Oveisi,
Arman Rahmim,
Ilker Hacihaliloglu
Abstract:
This study evaluates metrics for tasks such as classification, regression, clustering, correlation analysis, statistical tests, segmentation, and image-to-image (I2I) translation. Metrics were compared across Python libraries, R packages, and Matlab functions to assess their consistency and highlight discrepancies. The findings underscore the need for a unified roadmap to standardize metrics, ensu…
▽ More
This study evaluates metrics for tasks such as classification, regression, clustering, correlation analysis, statistical tests, segmentation, and image-to-image (I2I) translation. Metrics were compared across Python libraries, R packages, and Matlab functions to assess their consistency and highlight discrepancies. The findings underscore the need for a unified roadmap to standardize metrics, ensuring reliable and reproducible ML evaluations across platforms. This study examined a wide range of evaluation metrics across various tasks and found only some to be consistent across platforms, such as (i) Accuracy, Balanced Accuracy, Cohens Kappa, F-beta Score, MCC, Geometric Mean, AUC, and Log Loss in binary classification; (ii) Accuracy, Cohens Kappa, and F-beta Score in multi-class classification; (iii) MAE, MSE, RMSE, MAPE, Explained Variance, Median AE, MSLE, and Huber in regression; (iv) Davies-Bouldin Index and Calinski-Harabasz Index in clustering; (v) Pearson, Spearman, Kendall's Tau, Mutual Information, Distance Correlation, Percbend, Shepherd, and Partial Correlation in correlation analysis; (vi) Paired t-test, Chi-Square Test, ANOVA, Kruskal-Wallis Test, Shapiro-Wilk Test, Welchs t-test, and Bartlett's test in statistical tests; (vii) Accuracy, Precision, and Recall in 2D segmentation; (viii) Accuracy in 3D segmentation; (ix) MAE, MSE, RMSE, and R-Squared in 2D-I2I translation; and (x) MAE, MSE, and RMSE in 3D-I2I translation. Given observation of discrepancies in a number of metrics (e.g. precision, recall and F1 score in binary classification, WCSS in clustering, multiple statistical tests, and IoU in segmentation, amongst multiple metrics), this study concludes that ML evaluation metrics require standardization and recommends that future research use consistent metrics for different tasks to effectively compare ML techniques and solutions.
△ Less
Submitted 8 March, 2025; v1 submitted 18 November, 2024;
originally announced November 2024.
-
Exploring Engagement and Perceived Learning Outcomes in an Immersive Flipped Learning Context
Authors:
Mehrasa Alizadeh
Abstract:
The flipped classroom model has been widely acknowledged as a practical pedagogical approach to enhancing student engagement and learning. However, it faces challenges such as improving student interaction with learning content and peers, particularly in Japanese universities where digital technologies are not always fully utilized. To address these challenges and identify potential solutions, a c…
▽ More
The flipped classroom model has been widely acknowledged as a practical pedagogical approach to enhancing student engagement and learning. However, it faces challenges such as improving student interaction with learning content and peers, particularly in Japanese universities where digital technologies are not always fully utilized. To address these challenges and identify potential solutions, a case study was conducted in which an online flipped course on academic skills was developed and implemented in an immersive virtual environment. The primary objective during this initial phase was not to establish a causal relationship between the use of immersive flipped learning and students' engagement and perceived learning outcomes. Instead, this initiative aimed to explore the benefits and challenges of the immersive flipped learning approach in relation to students' online engagement and their perceived learning outcomes. Following a mixed-methods research approach, quantitative and qualitative data were collected through a survey (N=50) and students' reflective reports (N=80). The study revealed high levels of student engagement and perceived learning outcomes, although it also identified areas needing improvement, particularly in supporting student interactions in the target language. Despite the exploratory nature of this study, the findings suggest that a well-designed flipped learning approach, set in an engaging immersive environment, can significantly enhance student engagement, thereby supporting the learning process. When creating an immersive flipped learning course, educators should incorporate best practices from the literature on both flipped learning and immersive learning design to ensure optimal learning outcomes. The findings of this study can serve as a valuable resource for educators seeking to design engaging and effective remote learning experiences.
△ Less
Submitted 19 September, 2024;
originally announced September 2024.
-
Soil Erosion in the United States. Present and Future (2020-2050)
Authors:
Shahab Aldin Shojaeezadeh,
Malik Al-Wardy,
Mohammad Reza Nikoo,
Mehrdad Ghorbani Mooselu,
Mohammad Reza Alizadeh,
Jan Franklin Adamowski,
Hamid Moradkhani,
Nasrin Alamdari,
Amir H. Gandomi
Abstract:
Soil erosion is a significant threat to the environment and long-term land management around the world. Accelerated soil erosion by human activities inflicts extreme changes in terrestrial and aquatic ecosystems, which is not fully surveyed/predicted for the present and probable future at field-scales (30-m). Here, we estimate/predict soil erosion rates by water erosion, (sheet and rill erosion),…
▽ More
Soil erosion is a significant threat to the environment and long-term land management around the world. Accelerated soil erosion by human activities inflicts extreme changes in terrestrial and aquatic ecosystems, which is not fully surveyed/predicted for the present and probable future at field-scales (30-m). Here, we estimate/predict soil erosion rates by water erosion, (sheet and rill erosion), using three alternative (2.6, 4.5, and 8.5) Shared Socioeconomic Pathway and Representative Concentration Pathway (SSP-RCP) scenarios across the contiguous United States. Field Scale Soil Erosion Model (FSSLM) estimations rely on a high resolution (30-m) G2 erosion model integrated by satellite- and imagery-based estimations of land use and land cover (LULC), gauge observations of long-term precipitation, and scenarios of the Coupled Model Intercomparison Project Phase 6 (CMIP6). The baseline model (2020) estimates soil erosion rates of 2.32 Mg ha 1 yr 1 with current agricultural conservation practices (CPs). Future scenarios with current CPs indicate an increase between 8% to 21% under different combinations of SSP-RCP scenarios of climate and LULC changes. The soil erosion forecast for 2050 suggests that all the climate and LULC scenarios indicate either an increase in extreme events or a change in the spatial location of extremes largely from the southern to the eastern and northeastern regions of the United States.
△ Less
Submitted 13 July, 2022;
originally announced July 2022.
-
Electromagnetic Field Tapering in the High-Roughness Substrates Coated by a Thin Film of Manganese: A Lithography-Free Approach to Ultra-Broadband, Wide-Angle, UV to FIR Perfect Absorption
Authors:
Majid Aalizadeh,
Mohammad Reza Tavakol,
Amin Khavasi,
Mehmet Yilmaz,
Ekmel Ozbay
Abstract:
Metallic layers are known to be used for the suppression of wave transmission when their thickness is sufficiently higher than the skin depth of metal. If in addition to blocking the transmission, metallic layers have the feature of blocking the reflection, too, they would make perfect absorbers. In this work, we propose an experimental approach of using a single thin layer of Manganese (Mn) as bo…
▽ More
Metallic layers are known to be used for the suppression of wave transmission when their thickness is sufficiently higher than the skin depth of metal. If in addition to blocking the transmission, metallic layers have the feature of blocking the reflection, too, they would make perfect absorbers. In this work, we propose an experimental approach of using a single thin layer of Manganese (Mn) as both the transmission suppresser and the reflection suppresser. This approach leads to obtaining lithography-free ultra-broadband perfect absorption in an ultra-wide spectrum ranging from Ultraviolet (UV) to Far Infrared (FIR). The measured average absorption is approximately 99%. Such a promising result can be achieved by only coating a single Mn layer on high-roughness substrates that include random nano-pyramids on it. In other words, we do not need a stack of different materials and combinations of geometrical features. The high roughness is realized on a commercial Silicon wafer substrate by inductively coupled plasma (ICP) etching. The key to this ultra-wideband absorption is electromagnetic field tapering which exists due to the graded-index feature of the structure (known as moth-eye effect), along with the ideal optical properties of Mn which makes it an excellent metal for broadband absorption applications. A full experimental characterization of the fabricated samples is presented along with the physical analysis of the phenomena. The findings of this paper can be used for the realization of lithography-free, cost-effective and high-throughput mass production of broadband absorbers.
△ Less
Submitted 7 March, 2019; v1 submitted 5 December, 2018;
originally announced December 2018.
-
A Route to Unusually Broadband Absorption Spanning from Visible to Mid-Infrared
Authors:
Majid Aalizadeh,
Amin Khavasi,
Andriy E. Serebryannikov,
Guy A. E. Vandenbosch,
Ekmel Ozbay
Abstract:
In this paper, a route to ultra-broadband absorption is suggested and demonstrated by a feasible design. The high absorption regime (absorption above 90%) for the suggested structure ranges from visible to mid-infrared (MIR), i.e. for the wavelength from 478 to 3,278 nm that yields an ultra-wide bandwidth of 2,800 nm. The structure consists of a top-layer-patterned metal-insulator-metal (MIM) conf…
▽ More
In this paper, a route to ultra-broadband absorption is suggested and demonstrated by a feasible design. The high absorption regime (absorption above 90%) for the suggested structure ranges from visible to mid-infrared (MIR), i.e. for the wavelength from 478 to 3,278 nm that yields an ultra-wide bandwidth of 2,800 nm. The structure consists of a top-layer-patterned metal-insulator-metal (MIM) configuration, into the insulator layer of which, an ultra-thin 5 nm layer of Manganese (Mn) is embedded. The MIM configuration represents a Ti-Al2O3-Ti tri-layer. It is shown that, without the ultra-thin layer of Mn, the absorption bandwidth is reduced to 274 nm. Therefore, adding only a 5 nm layer of Mn leads to a more than tenfold increase in the width of the absorption band. It is explained in detail that the physical mechanism contributing to this ultra-broadband result is a combination of plasmonic and non-plasmonic resonance modes, along with the appropriate optical properties of Mn. This structure has the relative bandwidth (RBW) of 149%, while only one step of lithography is required for its fabrication, so it is relatively simple to fabricate. This makes it rather promising for practical applications.
△ Less
Submitted 16 October, 2018;
originally announced October 2018.
-
Lithography-Free, Manganese-Based Ultra-Broadband Absorption Through Annealing-Based Deformation of Thin Layers into metal-air composites
Authors:
Majid Aalizadeh,
Amin Khavasi,
Bayram Butun,
Ekmel Ozbay
Abstract:
Fabrication, characterization, and analysis of an ultra-broadband lithography-free absorber is presented. An over 94% average absorption is experimentally achieved in the wavelength range of 450-1400 nm. This ultra-broadband absorption is obtained by a simple annealed tri-layer metal-insulator-metal (MIM) configuration. The metal used in the structure is Manganese (Mn), which also makes the struct…
▽ More
Fabrication, characterization, and analysis of an ultra-broadband lithography-free absorber is presented. An over 94% average absorption is experimentally achieved in the wavelength range of 450-1400 nm. This ultra-broadband absorption is obtained by a simple annealed tri-layer metal-insulator-metal (MIM) configuration. The metal used in the structure is Manganese (Mn), which also makes the structure cost-effective. It is shown that the structure retains its high absorption for TM polarization, up to 70 degrees, and, for TE polarization, up to 50 degrees. Moreover, the physical mechanism behind this broadband absorption is explained. Being both lithography-free and cost-effective, the structure is a perfect candidate for large-area and mass production purposes.
△ Less
Submitted 21 December, 2018; v1 submitted 16 October, 2018;
originally announced October 2018.
-
Psychological and Personality Profiles of Political Extremists
Authors:
Meysam Alizadeh,
Ingmar Weber,
Claudio Cioffi-Revilla,
Santo Fortunato,
Michael Macy
Abstract:
Global recruitment into radical Islamic movements has spurred renewed interest in the appeal of political extremism. Is the appeal a rational response to material conditions or is it the expression of psychological and personality disorders associated with aggressive behavior, intolerance, conspiratorial imagination, and paranoia? Empirical answers using surveys have been limited by lack of access…
▽ More
Global recruitment into radical Islamic movements has spurred renewed interest in the appeal of political extremism. Is the appeal a rational response to material conditions or is it the expression of psychological and personality disorders associated with aggressive behavior, intolerance, conspiratorial imagination, and paranoia? Empirical answers using surveys have been limited by lack of access to extremist groups, while field studies have lacked psychological measures and failed to compare extremists with contrast groups. We revisit the debate over the appeal of extremism in the U.S. context by comparing publicly available Twitter messages written by over 355,000 political extremist followers with messages written by non-extremist U.S. users. Analysis of text-based psychological indicators supports the moral foundation theory which identifies emotion as a critical factor in determining political orientation of individuals. Extremist followers also differ from others in four of the Big Five personality traits.
△ Less
Submitted 1 April, 2017;
originally announced April 2017.
-
Dominant chiral optical forces in vicinity of optical nanofibers
Authors:
M. H. Alizadeh,
B. M. Reinhard
Abstract:
Transverse spin angular momentum (SAM) of light and associated transverse chiral optical forces have received tremendous attention recently as the latter may lead to an optical separation of chiral biomolecules. In this context, the relative magnitude of chiral and non-chiral forces represents a challenge for the implementation of chiral separation schemes. In this work we demonstrate that, by spa…
▽ More
Transverse spin angular momentum (SAM) of light and associated transverse chiral optical forces have received tremendous attention recently as the latter may lead to an optical separation of chiral biomolecules. In this context, the relative magnitude of chiral and non-chiral forces represents a challenge for the implementation of chiral separation schemes. In this work we demonstrate that, by spatially separating the maxima of transverse spin density from the gradient of field intensity, it is possible to dominate chiral-specific components of the force over non-chiral ones. To that end, we study optical nanofibers and nanowires as a candidate for such scheme and demonstrate that in their vicinity, chiral optical forces can emerge that are stronger than gradient and scattering forces. This finding may be of significance in the design of improved optical separation schemes for chiral biomolecules.
△ Less
Submitted 10 August, 2016; v1 submitted 16 May, 2016;
originally announced May 2016.
-
Emergence of transverse spin in optical modes of semiconductor nanowires
Authors:
M. H. Alizadeh,
Bjorn M. Reinhard
Abstract:
The transverse spin angular momentum of light has recently received tremendous attention as it adds a new degree of freedom for controlling light-matter interactions. In this work we demonstrate the generation of transverse spin angular momentum by the weakly-guided mode of semiconductor nanowires. The evanescent field of these modes in combination with the transversality condition rigorously acco…
▽ More
The transverse spin angular momentum of light has recently received tremendous attention as it adds a new degree of freedom for controlling light-matter interactions. In this work we demonstrate the generation of transverse spin angular momentum by the weakly-guided mode of semiconductor nanowires. The evanescent field of these modes in combination with the transversality condition rigorously accounts for the occurrence of transverse spin angular momentum. The intriguing and nontrivial spin properties of optical modes in semiconductor nanowires are of high interest for a broad range of new applications including chiral optical trapping, quantum information processing, and nanophotonic circuitry.
△ Less
Submitted 21 February, 2016; v1 submitted 21 January, 2016;
originally announced February 2016.
-
Transverse Chiral Optical Forces by Chiral Surface Plasmon Polaritons
Authors:
M. H. Alizadeh,
Bjorn M. Reinhard
Abstract:
Recently the new concepts of transverse spin angular momentum and Belinfante spin momentum of evanescent waves have drawn considerable attention. Here, we investigate these novel physical properties of electromagnetic fields in the context of locally excited surface plasmon polaritons. We demonstrate, both analytically and numerically, that locally excited surface plasmon polaritons possess transv…
▽ More
Recently the new concepts of transverse spin angular momentum and Belinfante spin momentum of evanescent waves have drawn considerable attention. Here, we investigate these novel physical properties of electromagnetic fields in the context of locally excited surface plasmon polaritons. We demonstrate, both analytically and numerically, that locally excited surface plasmon polaritons possess transverse spin angular momentum and Belinfante momentum with rich and non-trivial characteristics. We also show that the transverse spin angular momentum of locally excited surface plasmon polaritons leads to the emergence of transverse chiral forces in opposite directions for chiral objects of different handedness. The magnitude of such a transverse force is comparable to the optical gradient force and scattering forces. This finding may pave the way for realization of optical separation of chiral biomolecules.
△ Less
Submitted 26 October, 2015; v1 submitted 14 September, 2015;
originally announced September 2015.
-
Conservation of Optical Chirality in Superconductors as a measure for 5 dimensional Electromagnetism
Authors:
H. Lashkari-Ghouchani,
M. H. Alizadeh
Abstract:
Currently only three spatial and one temporal dimensions are considered to be "physical". Recently, solutions to a plethora of questions have used the notion of extra-dimensions. The experimental verification of the existence of such extra dimensions, however, remains elusive. Here by applying standard electromagnetism to five dimensional Minkowski space-time, we propose a novel test ground to sea…
▽ More
Currently only three spatial and one temporal dimensions are considered to be "physical". Recently, solutions to a plethora of questions have used the notion of extra-dimensions. The experimental verification of the existence of such extra dimensions, however, remains elusive. Here by applying standard electromagnetism to five dimensional Minkowski space-time, we propose a novel test ground to search for a new non-compactified lengthlike extra dimension. in this regard, we propose superconductors as a testbed for this hypothetical new extra dimension.
△ Less
Submitted 18 June, 2015;
originally announced July 2015.
-
Enhanced Electromagnetic Chirality by Locally Excited Surface Plasmon Polaritons
Authors:
M. H. Alizadeh,
B. M. Reinhard
Abstract:
The possibility to enhance chiral light-matter interactions through plasmonic nanostructures provides entirely new opportunities for greatly improving the detection limits of chiroptical spectroscopies down to the single molecule level. The most pronounced of these chiral interactions occur in the ultraviolet (UV) range of the electromagnetic spectrum, which is difficult to access with conventiona…
▽ More
The possibility to enhance chiral light-matter interactions through plasmonic nanostructures provides entirely new opportunities for greatly improving the detection limits of chiroptical spectroscopies down to the single molecule level. The most pronounced of these chiral interactions occur in the ultraviolet (UV) range of the electromagnetic spectrum, which is difficult to access with conventional localized plasmon resonance based sensors. Although Surface Plasmon Polaritons (SPPs) on noble metal films can sustain resonances in the desired spectral range, their transverse magnetic nature has been an obstacle for enhancing chiroptical effects. Here we demonstrate, both analytically and numerically, that SPPs excited by near-field sources can exhibit rich and non-trivial chiral characteristics. In particular, we show that the excitation of SPPs by a chiral source not only results in a locally enhanced optical chirality but also achieves manifold enhancement of net optical chirality. Our finding that SPPs facilitate a plasmonic enhancement of optical chirality in the UV part of the spectrum is of great interest in chiral bio-sensing.
△ Less
Submitted 9 May, 2015; v1 submitted 26 March, 2015;
originally announced March 2015.
-
Energy-momentum conservation and Lipkin's zilch
Authors:
H. Lashkari-Ghouchani,
M. H. Alizadeh
Abstract:
As Noether's theorem states any differentiable symmetry of the action of a physical system has a corresponding conservation law. Lipkin introduced the conservation laws of zilches. But the corresponding symmetries are yet to be determined. Here we find a method to determine those symmetries and by direct calculations express the zilch tensor's relation to current-density for $n$-dimensional Minkow…
▽ More
As Noether's theorem states any differentiable symmetry of the action of a physical system has a corresponding conservation law. Lipkin introduced the conservation laws of zilches. But the corresponding symmetries are yet to be determined. Here we find a method to determine those symmetries and by direct calculations express the zilch tensor's relation to current-density for $n$-dimensional Minkowski space-time. Also, we extend this method to calculate symmetries of conservation of energy-momentum. Finally we show that in the special case of n=4, our general equation governing optical chirality reduces to the continuity equation of optical chirality density and optical chirality flow.
△ Less
Submitted 13 August, 2014; v1 submitted 8 August, 2014;
originally announced August 2014.