<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://dspace.dtu.ac.in:8080/jspui/handle/123456789/85">
    <title>DSpace Collection:</title>
    <link>http://dspace.dtu.ac.in:8080/jspui/handle/123456789/85</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22672" />
        <rdf:li rdf:resource="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22549" />
        <rdf:li rdf:resource="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22546" />
        <rdf:li rdf:resource="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22545" />
      </rdf:Seq>
    </items>
    <dc:date>2026-04-28T03:57:58Z</dc:date>
  </channel>
  <item rdf:about="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22672">
    <title>DESIGN OF EFFICIENT ALGORITHMS FOR BRAIN DISEASE IDENTIFICATION AND CLASSIFICATION</title>
    <link>http://dspace.dtu.ac.in:8080/jspui/handle/repository/22672</link>
    <description>Title: DESIGN OF EFFICIENT ALGORITHMS FOR BRAIN DISEASE IDENTIFICATION AND CLASSIFICATION
Authors: BHATT, KAVITA
Abstract: Brain diseases encompass a wide range of disorders, such as neurodegenerative&#xD;
disorders, cerebrovascular disorders, neurodevelopmental disorders, seizure disorders,&#xD;
and brain tumors that impair cognitive, motor, and behavioral functions of human&#xD;
beings. Among these disorders, neurodegenerative disorders are considered the most&#xD;
prominent brain disorders due to their progressive nature, which leads to a continuous&#xD;
decline in cognitive, motor, and behavioral functions. Unlike other brain disorders,&#xD;
these disorders worsen over time and currently have no definitive cure, which makes&#xD;
them a major challenge for healthcare systems worldwide.&#xD;
Alzheimer’s Disease (AD) and Parkinson’s Disease (PD) are the two most prevalent&#xD;
neurodegenerative disorders, affecting millions of people worldwide and imposing&#xD;
substantial social and economic burdens. AD primarily causes progressive memory&#xD;
loss and cognitive decline due to amyloid plaques and tau tangles, while PD mainly&#xD;
leads to motor and non-motor symptoms like tremor, rigidity, and bradykinesia due&#xD;
to dopaminergic neuron loss and Lewy bodies. Both AD and PD are irreversible,&#xD;
progressive neurodegenerative disorders with no particular cure, leading to a gradual&#xD;
decline in cognitive and motor functions and a significant deterioration in patients’&#xD;
quality of life. Although the progression of these disorders can be slowed with certain&#xD;
medications and therapies. Early and accurate diagnosis is essential to provide timely&#xD;
and effective interventions. Therefore, early detection is crucial for ensuring the&#xD;
much-needed care and support for patients.&#xD;
This thesis aims to develop optimized, automated frameworks for early and ac-&#xD;
curate identification of these brain diseases using biomedical signal analysis and&#xD;
advanced machine learning (ML) and deep learning (DL) techniques. Biosignaling&#xD;
modalities such as electroencephalography (EEG), gait analysis, and speech pattern&#xD;
assessment are cost-efficient and non-invasive in nature. These signals capture essen-&#xD;
tial physiological and behavioral markers reflecting neurological impairments. These&#xD;
iv&#xD;
modalities enable the detection of subtle abnormalities in brain activity, motor func-&#xD;
tion, and communication, providing valuable insights into the onset and progression&#xD;
of neurodegenerative disorders without the need for invasive or expensive clinical&#xD;
procedures.&#xD;
Biomedical signals are typically high-dimensional and contain redundant or ir-&#xD;
relevant information. Identifying the most informative and discriminative features&#xD;
is crucial to improving classification accuracy and computational efficiency. Hence,&#xD;
feature selection-driven optimization models are developed for brain disease detection.&#xD;
For PD, EEG datasets obtained from OpenNeuro are analyzed using statistical and&#xD;
ensemble-based feature selection methods. The Kruskal–Wallis test and Extra tree&#xD;
classifier (ETC) are used to select the most discriminative EEG features. Additionally,&#xD;
a two-stage PD detection framework is developed to enhance diagnostic accuracy&#xD;
and computational efficiency. Initially, an ETC-based feature selection is employed&#xD;
to obtain the most relevant and discriminative speech features while eliminating re-&#xD;
dundant or non-informative ones. These optimal feature subsets effectively reduced&#xD;
dimensionality and improved the model’s ability to capture meaningful variations&#xD;
associated with PD. To address the issue of class imbalance commonly observed&#xD;
in biomedical datasets, the synthetic minority oversampling technique is applied to&#xD;
generate synthetic samples for the minority class. This ensured balanced training data&#xD;
and prevented bias toward the majority class. Then, a stacked ensemble model is em-&#xD;
ployed for classification, which leverages the complementary strengths of individual&#xD;
classifiers. The proposed two-stage framework significantly improved classification&#xD;
performance for PD detection using speech signals.&#xD;
Identifying the most affected brain regions and corresponding EEG channels is&#xD;
crucial for achieving accurate diagnosis and meaningful neuroscientific interpretation&#xD;
in AD. AD causes progressive neurodegeneration that disrupts neuronal connectivity&#xD;
and alters the brain’s rhythmic activity patterns. These abnormalities are not uniformly&#xD;
distributed but are concentrated in specific cortical areas. Therefore, it is essential to&#xD;
analyze EEG signals across multiple lobes: frontal, temporal, parietal, and occipital&#xD;
lobes to identify the dominant brain regions and EEG channels most influenced by&#xD;
v&#xD;
the disease. Identifying these regions enhances the interpretability of ML models,&#xD;
strengthens the physiological validity of classification outcomes, and supports targeted&#xD;
clinical assessments for early and precise AD diagnosis. For this purposes, a Fourier&#xD;
decomposition and Hilbert transform-based EEG signal analysis (FHESA) method&#xD;
is developed. The FHESA method integrates the Fourier Decomposition Method&#xD;
(FDM) and Hilbert Transform (HT) to extract meaningful features from the EEG&#xD;
signal for efficient classification and brain region analysis. The FHESA method aims&#xD;
to efficiently analyze the EEG data to identify the important brain regions vulnerable&#xD;
to AD, and to assess the impact of various EEG channels for the timely and early&#xD;
detection of AD.&#xD;
The accurate detection and classification of neurological disorders is one of the&#xD;
most challenging tasks due to the overlapping clinical symptoms and shared patholog-&#xD;
ical characteristics of diseases such as AD and Frontotemporal dementia (FTD). Both&#xD;
disorders lead to progressive cognitive decline and behavioral impairments, often&#xD;
resulting in misdiagnosis and delayed treatment. Traditional diagnostic methods heav-&#xD;
ily rely on neuroimaging and clinical assessments, which are both time-consuming&#xD;
and costly. Moreover, biomedical signals such as EEG exhibit non-linear and non-&#xD;
stationary behavior, making it difficult for conventional machine learning methods&#xD;
to capture underlying temporal–spectral dependencies. Therefore, there is a need&#xD;
for an algorithm that can extract robust, noise-invariant, and discriminative features&#xD;
capable of representing complex brain activities associated with different neurological&#xD;
conditions. To address this, wavelet scattering transform-based dementia identification&#xD;
and classification (WavDemNet) is proposed. The model leverages the wavelet scatter-&#xD;
ing transform (WST) to extract robust, noise-invariant features that capture essential&#xD;
time-frequency characteristics and a 1-D convolutional neural network (CNN) to learn&#xD;
discriminative patterns for accurate identification and classification of brain diseases.&#xD;
Manual analysis of biomedical signals is time-consuming. To assist clinicians&#xD;
in real-time decision-making, there is a requirement to develop automated and ef-&#xD;
ficient algorithms that can process signals, extract optimal features, and accurately&#xD;
classify neurological disorders with minimal human intervention. For this purpose, an&#xD;
vi&#xD;
automated algorithmic framework is developed for the early diagnosis of PD. The high-&#xD;
resolution superlet transform (SLT) technique is utilized to obtain the time-frequency&#xD;
representation (TFRs) of the signal. SLT employs multiple wavelets to achieve higher&#xD;
TF resolution while being less leaky than a single wavelet, which makes it more sus-&#xD;
tainable to apply to non-stationary signals. In order to identify PD and assess the PD&#xD;
severity rate, the TFRs are fed into deep neural network (DNN) models as input. This&#xD;
approach eliminates the need of additional handcrafted feature extraction methods,&#xD;
as the DNNs are capable of automatically learning hierarchical and discriminative&#xD;
patterns from the TFRs. This model captures signal variations associated with PD&#xD;
progression and results in accurate detection and severity assessment.</description>
    <dc:date>2026-02-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22549">
    <title>DESIGN AND MODELLING OF NANOPHOTONIC DEVICES</title>
    <link>http://dspace.dtu.ac.in:8080/jspui/handle/repository/22549</link>
    <description>Title: DESIGN AND MODELLING OF NANOPHOTONIC DEVICES
Authors: DALAL, KIRTI
Abstract: This thesis presents a brief overview of the research work carried out on&#xD;
the design and modelling of nanophotonic devices, especially plasmonic switches&#xD;
based on vanadium dioxide (VO2) – a promising phase change material (PCM).&#xD;
Plasmonic switches, which modulate light propagation at the nanoscale, have gained&#xD;
significant attention for applications in integrated photonics, plasmonic logic circuits,&#xD;
and optical communication networks. These devices utilize the tunable plasmonic&#xD;
properties of PCM covered nanostructures under external stimuli — thermal,&#xD;
electrical, or optical — offering ultra-fast switching speeds, wide spectral tunability,&#xD;
compact sizes, and low losses. The thesis also explains the rationale for selecting VO2&#xD;
and presents an extensive review of VO2 based plasmonic switches developed over the&#xD;
past few decades.&#xD;
Plasmonic switch designs proposed in this thesis are analyzed using Finite&#xD;
Difference Time Domain (FDTD) simulations. Firstly, active broadband plasmonic&#xD;
switches are designed using periodic arrays of metallic nanodisc-dimers with&#xD;
increasing diameters on a gold-coated silicon dioxide (SiO2) substrate, separated by a&#xD;
thin VO2 spacer layer. It is well known that — for a periodic array of circular metallic&#xD;
discs on a substrate, the applied optical field is efficiently coupled into the plasmonic&#xD;
modes of the nanostructure at specific plasmon resonance wavelengths, thus resulting&#xD;
in narrow and strong dips in the reflection spectrum of the nanostructure. Further, there&#xD;
is a red-shift in the plasmon resonance wavelength due to the retardation of the&#xD;
depolarization field when the diameter of the nanodiscs is increased. It can therefore&#xD;
be inferred that by employing an array of dimers of metallic nanodiscs with&#xD;
progressively increasing diameters, multiple wavelengths can be coupled into the&#xD;
plasmonic modes of the nanostructure such that each nanodisc-dimer with a specific&#xD;
value of diameter results in the coupling of incident electromagnetic radiation into the&#xD;
plasmonic modes of the nanostructure at a specific plasmon resonance wavelength.&#xD;
This coupling of incident radiation to plasmonic modes at multiple wavelengths results&#xD;
in an overall broadband resonance dip in the reflection spectrum of the nanostructure,&#xD;
enabling broadband response across the C, L, and U optical communication bands.&#xD;
The proposed designs achieve a broadband extinction ratio (ER) of 5 dB over 650 nm&#xD;
(from 1460 nm to 2110 nm wavelength) and 4 dB over 702 nm (from 1432 nm to&#xD;
2134 nm wavelength) for a periodic array of five sets of nanodisc-dimers. The trade-&#xD;
off between ER and bandwidth is also explored for design optimization.&#xD;
Next, polarization-independent dual-wavelength switches are proposed&#xD;
using a periodic combination of U and C shaped gold nanostructures on a gold coated&#xD;
SiO2 substrate with a thin VO2 film spacer between the nanostructures and the&#xD;
underlying plasmonic substrate. The U and C shaped nanopillars are placed on the&#xD;
underlying substrate such that there is a spatial offset between them. It is well known&#xD;
that when three nanopillars are arranged in a U shaped nanostructure, two plasmonic&#xD;
modes ⎯ a short wavelength mode and a long wavelength mode ⎯ are generated&#xD;
when the incident light is X-polarized, whereas a single plasmonic mode is generated&#xD;
when the incident light is Y-polarized. For the C shaped nanostructure, this situation&#xD;
becomes inverted, with two plasmonic modes being excited for Y-polarized light and&#xD;
vi&#xD;
one plasmonic mode being excited for X-polarized light. However, when both U and&#xD;
C shaped nanostructures are placed together to form a U-C type plasmonic switch, two&#xD;
plasmonic modes ⎯ a short wavelength mode and a long wavelength mode ⎯ are&#xD;
generated for both X- and Y-polarized incident light. Due to the excitation of two&#xD;
plasmonic modes at both polarization angles of incident light, these U-C type&#xD;
plasmonic nanostructures are employed in this work to realize an efficient&#xD;
polarization-independent multi-wavelength switch by placing them on a VO2 coated&#xD;
plasmonic substrate. The proposed U-C type plasmonic switches exhibit an ER of ~20&#xD;
dB simultaneously at two wavelengths ⎯ at ~1560 nm and at ~2130 nm ⎯ for a&#xD;
linearly polarized incident light with any polarization angle from 0° to 90°.&#xD;
Further, periodic arrays of identical V-shaped gold nanostructures and&#xD;
variable V-shaped gold nanostructures are designed on top of a gold-coated SiO2&#xD;
substrate with a thin spacer layer of VO2 to realize multi-wavelength and broadband&#xD;
plasmonic switches, respectively. The periodic array of identical V-shaped&#xD;
nanostructures (IVNSs) with small inter-particle separation leads to coupled&#xD;
interactions of the elementary plasmons of a V-shaped nanostructure (VNS), resulting&#xD;
in a hybridized plasmon response with two longitudinal plasmonic modes in the&#xD;
reflectance spectra of the proposed switches when the incident light is polarized in the&#xD;
x-direction. FDTD modelling is employed to demonstrate that an ER &gt; 12 dB at two&#xD;
wavelengths can be achieved by employing the proposed switches. Further, plasmonic&#xD;
switches based on variable V-shaped nanostructures (VVNSs) — i.e., multiple VNSs&#xD;
with variable arm lengths in one unit cell of a periodic array — are proposed for&#xD;
broadband switching. In the broadband operation mode, an ER &gt; 5 dB over an&#xD;
operational wavelength range &gt; 1400 nm in the near-IR spectral range spanning over&#xD;
all optical communication bands, i.e., the O, E, S, C, L and U bands, is reported.&#xD;
Further, it is also demonstrated that the operational wavelength of these switches can&#xD;
be tuned by adjusting the geometrical parameters of the proposed design.&#xD;
Additionally, the thesis investigates near-field plasmonic switching using&#xD;
pentagon shaped fractal plasmonic nanoantennas placed on a VO2 thin film overlaying&#xD;
a gold-coated SiO2 substrate. These fractal geometries are designed to confine&#xD;
electromagnetic fields to deep sub-wavelength volumes, generating intense field&#xD;
enhancements at the nanogap between the antenna arms. Upon phase transition of the&#xD;
VO2 layer, a significant change in local field distribution is observed, leading to an&#xD;
intensity switching ratio (ISR) exceeding ~2300 for higher fractal orders. The spectral&#xD;
response is shown to be tunable via geometric parameters. These near-field designs&#xD;
hold promise for utilization in areas like surface enhanced Raman spectroscopy&#xD;
(SERS), nonlinear optical phenomena, and nanoscale sensing.&#xD;
In summary, this thesis offers a detailed exploration of VO2 based&#xD;
plasmonic switches, emphasizing their potential for broadband, multi-wavelength,&#xD;
polarization-independent, and near-field switching applications. The proposed&#xD;
designs, supported by rigorous simulations, contribute significantly toward the&#xD;
development of compact and high-performance plasmonic devices for next-generation&#xD;
optical communication and photonic integration.</description>
    <dc:date>2025-10-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22546">
    <title>DEEP LEARNING FRAMEWORKS FOR FACE ANTI-SPOOFING</title>
    <link>http://dspace.dtu.ac.in:8080/jspui/handle/repository/22546</link>
    <description>Title: DEEP LEARNING FRAMEWORKS FOR FACE ANTI-SPOOFING
Authors: ANTIL, AASHANIA
Abstract: With the rapid integration of facial recognition (FR) systems in access control,&#xD;
banking, and mobile authentication, the risk of face spoofing—also known as&#xD;
presentation attacks (PAs)—has grown significantly. These attacks, carried out using&#xD;
printed images, replayed videos, or 3D masks, threaten the security and reliability of&#xD;
biometric authentication systems. The increasing sophistication of spoofing&#xD;
techniques, combined with the low cost and easy availability of generative tools,&#xD;
underscores the urgent need for robust Face Anti-Spoofing (FAS) or Presentation&#xD;
Attack Detection (PAD) mechanisms. Although several approaches have been&#xD;
proposed, many existing solutions struggle to generalize under challenging conditions&#xD;
involving varied lighting, spoofing materials, backgrounds, and image/video quality.&#xD;
To address these challenges, this thesis proposes a suite of deep learning-based&#xD;
frameworks that are robust, interpretable, and generalizable for real-world face anti-&#xD;
spoofing. The research is structured around four complementary solutions, each&#xD;
targeting a specific dimension of the problem: texture-based learning, multi-modal&#xD;
fusion, spatio-temporal modeling, and generative learning.&#xD;
The first solution introduces a two-stream hybrid framework that fuses&#xD;
handcrafted and deep features to improve spoof detection accuracy. It combines Multi-&#xD;
Level Extended Local Binary Patterns (ELBP) to capture fine-grained texture&#xD;
information with a modified Xception network, enhanced by Squeeze-and-Excitation&#xD;
(SE) blocks for channel-wise feature reweighting without increasing complexity. This&#xD;
design balances expressive power and computational efficiency, enabling the model to&#xD;
handle diverse spoofing conditions and maintain generalization across datasets.&#xD;
The second solution, MF2ShrT, addresses multi-modal fusion by leveraging the&#xD;
power of Vision Transformers (ViTs). It uses overlapping patches to emphasize local&#xD;
contextual cues and introduces SharLViT, a shared-layer transformer backbone that&#xD;
improves feature representation while reducing parameter count. A novel T-Encoder-&#xD;
viii&#xD;
based Hybrid Feature Block is employed to mine inter-modal dependencies across&#xD;
RGB, depth, and IR streams. The Adaptive Weighted Fusion and Classification Block&#xD;
(AWFCB) then learns to dynamically combine these features, emphasizing salient&#xD;
cues while suppressing redundant information—resulting in a flexible and accurate&#xD;
spoof detection system.&#xD;
The third solution focuses on the temporal dimension of FAS by proposing Bi-&#xD;
STAM, a Bi-Directional Spatio-Temporal Adaptive Modeling framework. Aiming to&#xD;
capture motion inconsistencies and subtle dynamics in video-based attacks, it&#xD;
introduces two key components: a Temporal Adaptive Block (TAB) to balance motion&#xD;
and static information, and a Spatial Adaptive Block (SAB) to enhance texture&#xD;
representation while filtering noise. These are fused via a Feature Aggregation Block&#xD;
(FAB) to yield a unified spatio-temporal representation, significantly boosting&#xD;
generalization and performance on video-based spoof detection tasks.&#xD;
The fourth solution, PolarSentinelGAN, presents a novel generative adversarial&#xD;
framework that enhances spoof classification through depth map generation. By fusing&#xD;
RGB and Multi-Scale Retinex with Color Preservation (MSRCP) inputs, the model&#xD;
uses Dual Polarized Attention (DPAttn) to focus on discriminative regions. A&#xD;
dedicated Feed Forward Block (FFB) within the generator facilitates the transmission&#xD;
of rich features, while optimized latent variables improve generalization across attack&#xD;
types and datasets.&#xD;
All four frameworks are extensively evaluated using standard intra- and cross-&#xD;
dataset testing protocols on public benchmarks, and are further supported with&#xD;
explainability techniques such as class activation mapping and feature occlusion&#xD;
testing. The results demonstrate strong real-time performance, robustness, and&#xD;
scalability.&#xD;
The proposed methodologies in this thesis makes substantial contributions toward&#xD;
the development of next-generation face anti-spoofing systems. The proposed methods&#xD;
not only address key challenges in generalization, efficiency, and interpretability, but&#xD;
also pave the way for practical deployment in critical domains such as finance, border&#xD;
security, surveillance, and consumer electronics. Future directions include exploring&#xD;
ix&#xD;
federated learning, privacy-aware architectures, and continual domain adaptation to&#xD;
further enhance system reliability in dynamic real-world environments.</description>
    <dc:date>2025-12-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.dtu.ac.in:8080/jspui/handle/repository/22545">
    <title>DESIGN AND SIMULATION OF NOVEL NANO-SCALE DEVICES FOR BIOSENSOR APPLICATIONS</title>
    <link>http://dspace.dtu.ac.in:8080/jspui/handle/repository/22545</link>
    <description>Title: DESIGN AND SIMULATION OF NOVEL NANO-SCALE DEVICES FOR BIOSENSOR APPLICATIONS
Authors: KUMAR, ANIL
Abstract: Field Effect Transistor (FET)-based biosensors have become a cornerstone in&#xD;
biomedical diagnostics, environmental surveillance, and biosecurity because of their&#xD;
exceptional sensitivity, fast response time, and compact design. These biosensors&#xD;
utilize the intrinsic characteristics of FETs to identify biological and chemical sub-&#xD;
stances by observing variations in electrical parameters such as current or voltage.&#xD;
Among the various FET-based biosensors, silicon nanowire (SiNW)-based biosen-&#xD;
sors are particularly noteworthy. The substantial surface-to-volume ratio of SiNWs&#xD;
greatly amplifies their interaction with target biomolecules, enhancing sensitivity and&#xD;
lower detection limits. Furthermore, the compatibility of SiNWs with existing semi-&#xD;
conductor fabrication technologies facilitates their integration into complex sensing&#xD;
systems.&#xD;
This thesis investigates various FET-based devices, including Charge Plasma Tun-&#xD;
nel FETs, Non-Reconfigurable Silicon Nanowire (SiNW) FETs, and Reconfigurable&#xD;
SiNW FETs, focusing on their promising uses in biosensing. Initially, a sensitivity&#xD;
analysis of CP Tunnel FETs (CP-TFETs) was conducted by optimizing cavity place-&#xD;
ment and size to boost biosensor performance. The study then focuses on biosensors&#xD;
utilizing Silicon Nanowire FETs, examining reconfigurable and non-reconfigurable&#xD;
types. This evaluation covers calibration, sensitivity parameter analysis, and a per-&#xD;
formance comparison with cutting-edge biosensors. Additionally, Spacer Engineering&#xD;
techniques are applied to enhance the performance of RFET-based biosensors. Fol-&#xD;
lowing this, noise and sensitivity analysis was performed, assessing distortion and&#xD;
linearity. An analytical model was formulated for RFET-based biosensors and its&#xD;
sensitivity compared to leading biosensors. Below, comprehensive assessments of the&#xD;
viii&#xD;
effectiveness of each device for biosensing are provided.&#xD;
Optimizing Cavity Position in the Charge Plasma Tunnel FET-Based&#xD;
Biosensor: We performed a comparative analysis of different cavity positions (source,&#xD;
gate, and drain) in CP-TFET for biosensor applications. The intrinsic properties&#xD;
of biomolecules, such as the dielectric constant and charge density, are leveraged&#xD;
to detect biomolecules within the nanogap cavities. Our findings indicate that the&#xD;
placement of cavities significantly impacts the device’s sensitivity and electric field&#xD;
distribution, suggesting optimal configurations for enhanced biosensing performance.&#xD;
Performance Evaluation of Reconfigurable FET (RFET) and Non-Reco-&#xD;
nfigurable FET for Biosensor Application: We assessed the SiNW FET-based&#xD;
biosensor with and without reconfigurable features and examined the sensitivity of&#xD;
the proposed biosensors. Furthermore, we compare the sensitivity of our proposed&#xD;
device with that of the advanced FET-based biosensors.&#xD;
High-Performance RFET-based Biosensor using Spacer Engineering:&#xD;
We explored the Spacer Engineering Reconfigurable Silicon Nanowire Schottky Bar-&#xD;
rier Transistor (SE R-SiNW SBT) as a label-free biosensor capable of detecting dual-&#xD;
polarity biomolecules with high sensitivity, selectivity, and linearity. The device’s&#xD;
dual-gate configuration significantly enhances the modulation of the Schottky tun-&#xD;
neling width and channel potential, providing a robust framework for biosensing ap-&#xD;
plications.&#xD;
Noise and Sensitivity analysis of the RFET for Biosensor Application:&#xD;
This work presents a comprehensive noise and sensitivity analysis of the proposed&#xD;
RFET tailored for biosensor applications. Experimental calibration corroborates the&#xD;
simulation results, showcasing the device’s exceptional sensitivity and noise char-&#xD;
acteristics. The findings underscore the proposed RFET’s potential for real-time,&#xD;
low-power biosensing applications.&#xD;
ix&#xD;
Analytical Modeling of the RFET for Biosensor Application: The analyt-&#xD;
ical modeling of the proposed RFET biosensor, featuring a cavity under the control&#xD;
gate, is introduced to further advance biosensing capabilities. This design leverages&#xD;
the dielectric modulation effect to achieve high sensitivity and selectivity in detect-&#xD;
ing biomolecules. The device’s architecture and operation are optimized to enhance&#xD;
biosensing performance, showcasing significant potential for various biosensing appli-&#xD;
cations.</description>
    <dc:date>2025-12-01T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

