<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Graduate Thesis</title>
<link>https://ar.iub.edu.bd/handle/123456789/643</link>
<description>By CSE Department</description>
<pubDate>Thu, 16 Apr 2026 01:20:50 GMT</pubDate>
<dc:date>2026-04-16T01:20:50Z</dc:date>
<item>
<title>TinyML for Environmental Intelligence: Optimizing Tree-Based Ensembles for Real-Time, On-Device  IAQ Forecasting</title>
<link>https://ar.iub.edu.bd/handle/11348/1053</link>
<description>TinyML for Environmental Intelligence: Optimizing Tree-Based Ensembles for Real-Time, On-Device  IAQ Forecasting
Mahir, Hasin; Zihan, Tahfizul Hasan
</description>
<pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ar.iub.edu.bd/handle/11348/1053</guid>
<dc:date>2025-12-14T00:00:00Z</dc:date>
</item>
<item>
<title>Design and Development of IoT-Integrated Medical Devices for Real-Time Clinical Monitoring</title>
<link>https://ar.iub.edu.bd/handle/11348/1052</link>
<description>Design and Development of IoT-Integrated Medical Devices for Real-Time Clinical Monitoring
Shihab, Rahat Hasan
Reliable and affordable clinical monitoring remains a major challenge in low- and&#13;
middle-income countries, where hospitals often face shortages of equipment, unstable&#13;
&#13;
power, and fragmented digital infrastructures. This thesis presents an integrated IoT-&#13;
enabled biomedical system that addresses these gaps through three complementary com-&#13;
ponents: a rapidly deployable phototherapy device for neonatal jaundice, a wearable vital&#13;
&#13;
sign monitoring platform for continuous measurement of temperature, ECG, pulse rate,&#13;
&#13;
and SpO2, and a scalable Internet of Medical Things (IoMT) framework that unifies de-&#13;
vice data into a single operational environment. The phototherapy device provides stable&#13;
&#13;
irradiance, modular battery-backed operation, and remote status reporting. The vital&#13;
sign monitor enables long-duration physiological sensing supported by bedside and cloud&#13;
dashboards. The IoMT platform incorporates MQTT-based data ingestion, Node-RED&#13;
edge processing, hybrid MySQL–MongoDB storage, and automated WhatsApp alerts to&#13;
clinicians. System evaluations demonstrate sub-second latency, reliable data delivery,&#13;
and improved response times in simulated clinical conditions. Together, these contribu-&#13;
tions form a cohesive, low-cost, and scalable biomedical ecosystem designed for resource-&#13;
constrained healthcare settings.
</description>
<pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ar.iub.edu.bd/handle/11348/1052</guid>
<dc:date>2025-12-01T00:00:00Z</dc:date>
</item>
<item>
<title>A Comprehensive Hierarchical Review of Blockchain Technology in Revolutionizing Carbon Emission Trading  System</title>
<link>https://ar.iub.edu.bd/handle/11348/1039</link>
<description>A Comprehensive Hierarchical Review of Blockchain Technology in Revolutionizing Carbon Emission Trading  System
Khan, Nayeem; Tahmid, Ahanaf; Monir Adar, Ahasanul
The growing climate crisis has raised the need to search for reliable mechanisms which could&#13;
reduce greenhouse gas gas emissions worldwide. Carbon markets can continue to play a central&#13;
role in this effort but often there is a problem of duplication of credit, fraud, multi-jurisdiction&#13;
and poor traceability. There is an attempt to avoid such shortcomings by suggesting a&#13;
multi-layered framework, called BAIC-Gov. The framework enables automated and verifiable&#13;
monitoring and enforcement of carbon credits through blockchain technology, smart contracts,&#13;
live real-time data on the Internet of Things (IoT) and anomaly detection via Artificial&#13;
Intelligence (AI). Smart contracts are coded in such a way that they will be directly connected to&#13;
the emissions data measured by IoT sensors, thus credit issuance as well as compliance will take&#13;
place autonomously and with precision. Such application was illustrated with the use of the&#13;
IBM-China ETS and Toucan Protocol. The framework enhances the climate governance, the&#13;
ability of the market to scale, and the willingness by countries around the world to achieve&#13;
carbon neutrality to establish a more sustainable future by strengthening confidence and integrity&#13;
in carbon trading.
</description>
<pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ar.iub.edu.bd/handle/11348/1039</guid>
<dc:date>2025-08-01T00:00:00Z</dc:date>
</item>
<item>
<title>A Unified Lightweight Framework for Detecting  Multimodal Attacks</title>
<link>https://ar.iub.edu.bd/handle/11348/1037</link>
<description>A Unified Lightweight Framework for Detecting  Multimodal Attacks
Sayem, Md; Rakibul Hasan, Md.; Islam Anika, Morium
Modern Vision-Language Model (VLM) has shown tremendous performance in multi-&#13;
modal reasoning, captioning, retrieval and generative tasks, but it is also fatally suscep-&#13;
tible to two types of attacks: adversarial perturbation and jailbreak prompts. In order&#13;
&#13;
to tackle these balancing threats, the current thesis presents two lightweight, model-free&#13;
detection systems that will improve the security and resilience of modern multimodal&#13;
&#13;
systems. The former contribution is LMDF, which is a semantic-consistency-based ad-&#13;
versarial detection model to detect perturbation-based attacks by evaluating cross-modal&#13;
&#13;
correspondence between image and text embeddings. Based on the conceptual underpin-&#13;
nings of contrastive learning, LMDF uses the fact that adversarial perturbations, though&#13;
&#13;
imperceptible on the eye, introduce quantifiable distortions in the shared embedding&#13;
&#13;
space. LMDF identifies adversarial manipulations of frozen pretrained languages encod-&#13;
ings like CLIP and BLIP-2 with high accuracy through the evaluation of cosine similarity&#13;
&#13;
between language and vision encodings. Major experiments between various datasets&#13;
and attack algorithms (FGSM, PGD and Adversarial Patch) show high effectiveness with&#13;
&#13;
maximum accuracy and AUC scores reaching up to 91.2 and AUC up to 0.950 with mini-&#13;
mum computational costs; only two forward passes and similarity calculations are needed.&#13;
&#13;
The second addition is a multimodal jailbreak detecting framework based on confidence&#13;
which expands the concepts of Free Jailbreak Detection to vision-language environment.&#13;
This method compares temperature scaled token probability distributions produced by&#13;
decoder-based VLMs and derives five important statistical properties, namely minimum&#13;
token confidence, first-token confidence, mean token confidence, entropy and confidence&#13;
standard deviation. Jailbreak induces the typical instability of these confidence profiles&#13;
&#13;
which allow effective classification with a small threshold-based detector. Empirical val-&#13;
idation shows great discriminative ability with AUC = 0.979, 90 percent accuracy and&#13;
&#13;
F1-score = 0.907 at an optimal temperature setting without adjusting its model, gradi-&#13;
ent access, or evident computing cost.Combined, these two detection modules deal with&#13;
&#13;
different yet more and more common multimodal attack vectors. This paper combines&#13;
semantic alignment analysis of adversarial perturbations with behavioral analysis based&#13;
on confidence to offer a consistent, practical, and efficient defense mechanism to protect&#13;
&#13;
the modern VLMs. The suggested frameworks promote the objective of developing reli-&#13;
able, multimodal AIs, which can work safely in the real-world environment, high-stakes,&#13;
&#13;
and adversarial settings.
</description>
<pubDate>Sat, 13 Dec 2025 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ar.iub.edu.bd/handle/11348/1037</guid>
<dc:date>2025-12-13T00:00:00Z</dc:date>
</item>
</channel>
</rss>
