<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>3- إعلام آلي</title>
<link href="http//localhost:8080/jspui/handle/123456789/580" rel="alternate"/>
<subtitle/>
<id>http//localhost:8080/jspui/handle/123456789/580</id>
<updated>2026-06-09T12:46:58Z</updated>
<dc:date>2026-06-09T12:46:58Z</dc:date>
<entry>
<title>AI-Driven Cardiac Diagnostics: Leveraging Vision Transformers for PCG Signal Classification</title>
<link href="http//localhost:8080/jspui/handle/123456789/13628" rel="alternate"/>
<author>
<name>BOUATOUATA, Chakib</name>
</author>
<id>http//localhost:8080/jspui/handle/123456789/13628</id>
<updated>2025-11-30T09:21:42Z</updated>
<published>2025-06-06T00:00:00Z</published>
<summary type="text">AI-Driven Cardiac Diagnostics: Leveraging Vision Transformers for PCG Signal Classification
BOUATOUATA, Chakib
work presents a comprehensive approach to classifying cardiac sound (PCG)&#13;
&#13;
signals into normal and abnormal categories using hybrid deep learning and ma-&#13;
chine learning techniques. Our goal is to develop a solution based on artificial&#13;
&#13;
intelligence techniques. The study leverages the PhysioNet/CinC Challenge 2016&#13;
dataset, which consists of recordings from multiple environments and patient cases,&#13;
introducing significant variability in signal quality, duration, and class balance. A&#13;
&#13;
robust preprocessing pipeline was implemented to normalize and segment the sig-&#13;
nals by patient. Time-domain and frequency-domain features were extracted to&#13;
&#13;
improve representation. n our work, we proposed a hybrid architecture that inte-&#13;
grates multiple models, long short-term memory (LSTM) networks to model tem-&#13;
poral context, and an attention mechanism to weight the most informative heart-&#13;
beats. The most relevant segments were selected using attention weights, forming&#13;
&#13;
the final input to a random forest classifier. Experimental results demonstrate&#13;
that the proposed system achieves promising classification performance, proving&#13;
its effectiveness in handling PCG variability and imbalanced real-world data. This&#13;
&#13;
work highlights the potential of hybrid deep learning methods in automated car-&#13;
diac listening systems
</summary>
<dc:date>2025-06-06T00:00:00Z</dc:date>
</entry>
<entry>
<title>Classification Audio pour les Maladies Respiratoires</title>
<link href="http//localhost:8080/jspui/handle/123456789/13560" rel="alternate"/>
<author>
<name>DJEDIDI, Abdelghani</name>
</author>
<id>http//localhost:8080/jspui/handle/123456789/13560</id>
<updated>2025-11-19T11:12:35Z</updated>
<published>2025-06-09T00:00:00Z</published>
<summary type="text">Classification Audio pour les Maladies Respiratoires
DJEDIDI, Abdelghani
Les maladies respiratoires constituent un défi sanitaire mondial majeur, nécessitant&#13;
des outils diagnostiques rapides, fiables et accessibles. L’analyse audio des sons de toux&#13;
offre une alternative non invasive prometteuse. Ce projet vise à développer un système&#13;
&#13;
basé sur l’intelligence artificielle pour la classification automatisée des maladies respira-&#13;
toires à partir de l’audio de la toux, en utilisant le jeu de données COUGHVID annoté&#13;
&#13;
par des experts.&#13;
Face aux défis tels que la variabilité acoustique et le bruit, nous avons exploré diverses&#13;
techniques de prétraitement et d’extraction de caractéristiques, en nous concentrant sur&#13;
la combinaison des coefficients MFCC et des spectrogrammes Mel. Plusieurs modèles de&#13;
classification ont été entraînés et évalués sur ces caractéristiques.&#13;
&#13;
Notre approche méthodologique a abouti à la sélection d’un modèle XGBoost opti-&#13;
misé comme étant le plus performant. Les expériences menées ont rigoureusement validé&#13;
&#13;
son efficacité : le modèle XGBoost final a atteint une précision remarquable de 98.01%&#13;
&#13;
sur l’ensemble de test (et 97.51% en validation) pour la classification des conditions res-&#13;
piratoires basées sur les diagnostics experts. Ces résultats surpassent significativement&#13;
&#13;
ceux d’autres modèles testés, tels que Random Forest (96.20% test) et les approches&#13;
d’Apprentissage Profond standard (94.12% test).&#13;
&#13;
Ce travail contribue une méthodologie optimisée combinant des caractéristiques acous-&#13;
tiques pertinentes (MFCC + Mel-spectrogramme) avec un classificateur XGBoost per-&#13;
formant, démontrant une haute précision sur des données validées cliniquement. Ces&#13;
&#13;
résultats soulignent le potentiel de l’analyse audio de la toux pour développer des outils&#13;
de dépistage évolutifs et économiques, renforçant ainsi la télémédecine et les stratégies&#13;
de santé publique.
</summary>
<dc:date>2025-06-09T00:00:00Z</dc:date>
</entry>
<entry>
<title>Video Tampering Detection Based on Deep Learning Techniques</title>
<link href="http//localhost:8080/jspui/handle/123456789/13555" rel="alternate"/>
<author>
<name>RAIS, Tameur</name>
</author>
<id>http//localhost:8080/jspui/handle/123456789/13555</id>
<updated>2025-11-19T09:52:21Z</updated>
<published>2025-06-10T00:00:00Z</published>
<summary type="text">Video Tampering Detection Based on Deep Learning Techniques
RAIS, Tameur
Dashcams have become standard in modern vehicles, capturing continuous video footage&#13;
that can serve as vital digital evidence in legal disputes or insurance claims. However,&#13;
the reliability of these recordings is threatened by various forms of video tampering,&#13;
including video forgery, frame deletion, frame insertion, and even deepfake-based&#13;
alterations. These challenges demand robust and intelligent forgery detection systems&#13;
capable of identifying manipulations at both frame and video levels.&#13;
This master thesis presents a deep learning-based approach for automated video&#13;
tampering detection in dashcam recordings. It begins with an in-depth theoretical&#13;
analysis of digital video forgery, outlining its common forms and the limitations of&#13;
&#13;
traditional forensic methods. The study then focuses on the use of Convolutional Neu-&#13;
ral Networks (CNNs), known for their effectiveness in visual anomaly detection,&#13;
&#13;
and proposes a novel detection pipeline built upon the ResNet50 architecture.&#13;
The main contribution is the implementation of a custom model named BinaryCNN,&#13;
a CNN-based architecture derived from ResNet50 and fine-tuned to classify dashcam&#13;
&#13;
videos into “original” or “forged” (specifically for frame deletion forgery). The de-&#13;
tection pipeline includes video preprocessing, frame extraction, individual frame&#13;
&#13;
classification, and score aggregation to determine video-level authenticity.&#13;
The system was trained and evaluated using the publicly available Video Forgery&#13;
Dataset (Kaggle), which contains thousands of dashcam videos, divided into classes&#13;
representing different tampering techniques: frame deletion, insertion, duplication,&#13;
flipping, rotation, and zooming. For this work, we focused on a binary classification&#13;
task: detecting frame deletion forgery vs. original. The dataset includes 1181 videos per&#13;
class, split evenly between training and testing sets, and covers diverse driving conditions.&#13;
The proposed BinaryCNN model achieved an overall accuracy of 79%, with a&#13;
precision of 81%, recall of 78%, and F1-score of 79%, demonstrating its effectiveness&#13;
in identifying forged videos under real-world conditions. These results confirm the&#13;
capability of CNN-based models to tackle video forgery detection with high reliability.&#13;
Additionally, a user-friendly web interface was developed using Flask to demonstrate&#13;
the real-time application of this deep learning video tampering detection system.&#13;
Users can upload a dashcam video and instantly receive a classification result.&#13;
This research contributes to the growing field of automated forgery detection&#13;
&#13;
&#13;
&#13;
and highlights the potential of deep learning techniques, especially ResNet50-based&#13;
&#13;
CNNs, in building scalable, intelligent, and robust systems for video tampering de-&#13;
tection.
</summary>
<dc:date>2025-06-10T00:00:00Z</dc:date>
</entry>
<entry>
<title>Mefria : Une application super multiservice</title>
<link href="http//localhost:8080/jspui/handle/123456789/13553" rel="alternate"/>
<author>
<name>TRIKI Tarek, KALLA Abdelmounam</name>
</author>
<id>http//localhost:8080/jspui/handle/123456789/13553</id>
<updated>2025-11-19T09:34:29Z</updated>
<published>2025-06-07T00:00:00Z</published>
<summary type="text">Mefria : Une application super multiservice
TRIKI Tarek, KALLA Abdelmounam
Mefria est une application mobile multiservices innovante conçue pour simplifier le quoti-&#13;
dien des utilisateurs en centralisant plusieurs services essentiels au sein d’une seule plateforme.&#13;
&#13;
L’application propose initialement la prise de rendez-vous pour les coiffeurs et les coiffeuse,&#13;
et prévoit d’étendre ses fonctionnalités vers la livraison de repas, les courses alimentaires, le&#13;
transport de personnes, ainsi que la livraison de colis.&#13;
Mefria vise à répondre aux besoins croissants des citoyens en matière de praticité, de gain&#13;
de temps et d’efficacité, tout en soutenant la digitalisation des petits commerçants, artisans&#13;
et prestataires de services. L’application se distingue par son interface conviviale, son système&#13;
de réservation intuitif, ainsi que son approche locale et adaptée au contexte algérien.&#13;
Ce mémoire explore les aspects techniques, ergonomiques et économiques de l’application,&#13;
tout en analysant son impact potentiel sur les habitudes de consommation et la transformation&#13;
numérique des services de proximité.
</summary>
<dc:date>2025-06-07T00:00:00Z</dc:date>
</entry>
</feed>
