Sitemap

A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.

Pages

Machine Learning & Mission-Critical Systems

U.S. Ph.D. from Embry-Riddle (2025), machine-learning research focus. Three IEEE Access papers on trustworthy ML, proof-of-learning, and model watermarking. Twelve years architecting mission-critical systems across defence, security, and aviation.

Field Notes

Technical writing on machine-learning security, proof-of-learning, distributed systems, and the engineering of high-reliability software, written for ML researchers, senior engineers, and technical leaders.

Posts by Category

Posts organised by category: machine learning, security, engineering, and more.

Posts by Collection

Browse all publications, talks, and portfolio items on ozgurural.github.io.

Essays

Slow, indirect writing about machine learning, security, and the systems we are quietly building.

Blockchain-Enhanced Machine Learning, animated

What a ledger actually buys machine learning: consensus that trains instead of hashing (PoL, PoDL, PoQ), incentive contracts that pay for the improvement you caused, and the measured limits DeepChain and LearningChain ran into.

Determinism at 60 Hz, animated

What hard real time actually costs in a Level D full-flight simulator: the 150 ms transport-delay gate, why the mean frame time is the wrong statistic, and how latency and reliability compose across a rack of hosts.

Proof-of-Learning (SecurePoL), animated

Final weights are a snapshot anyone can copy, but the path that produced them is a one-way function of compute. A cinematic, PhD-level explainer of Proof-of-Learning.

Research Lab

Block Race · Model Heist Detector · Proof-of-Learning (SecurePoL) · Redundancy Reactor · Gradient Pinball · ML Oracles · Watermarking Models · Blockchain-Enhanced ML. Real research math, animated from the equation up.

Perspectives & Leadership

Essays and notes on system architecture, engineering leadership, the academia-to-industry transition, and what twelve years of shipping mission-critical software teaches about building resilient systems.

Projects

Research code, interactive demos, and production systems by Dr. Ozgur Ural: SecurePoL proof-of-learning security, model watermarking, UAV ground control, Level D flight-simulation platforms, and clinical tooling.

Publications

Peer-reviewed publications by Dr. Ozgur Ural on proof-of-learning, model watermarking, adversarial robustness, and blockchain-enhanced machine learning.

Advisory & Service

Technical advisory, ML-security and model-provenance review, conference speaking, plus peer review and program-committee service across machine-learning security and distributed systems.

Sitemap

A full list of all posts, pages, and publications on ozgurural.github.io.

Posts

How to Recognize Advice That Actually Helps

· 3 minute read

Entrepreneurs, researchers, and engineers live in a torrent of guidance. Podcasts, newsletters, and mentors offer conflicting prescriptions, each delivered w…

The Real Test for Making Something People Want

· 3 minute read

Scaling conversations dominate startup culture, yet the first question any product must answer is painfully small: will even one person use it when given the…

Why Great Engineering Teams Run on Curiosity

· 3 minute read

Working on simulator software, defensive cybersecurity platforms, and doctoral research has taught me that durable progress rarely starts with a perfect road…

The Myth of the Quick Fix

· 3 minute read

Every engineer knows the temptation of the “five-minute hack.” A bug appears, the schedule is tight, and a clever shortcut promises to save the day. Weeks la…

Documentation as the First User Interface

· 3 minute read

Before a developer ever sees your landing page, they might encounter your README. For many technical products, documentation is the first user interface. It …

The Invisible Cost of Shiny Tools

· 3 minute read

Engineering teams love new tools. The promise of faster development, cleaner abstractions, or a more elegant stack is hard to resist. Yet every adoption deci…

Autonomous Drones and Their Future Importance

· 4 minute read

Consider this your two-minute hangar brief. Between February 2019 and November 2020, I served as an Expert Software Engineer at STM Defence Technologies in A…

USA vs Netherlands: An Expat’s Perspective

· 10 minute read

Living as an expat has given me the chance to compare daily life in the United States and the Netherlands in a way that guidebooks never could. My notebook i…

SecurePoL with Watermarking

· less than 1 minute read

Official code & experiments for my PhD dissertation: ‘Enhancing Security of Proof-of-Learning Against Spoofing Attacks Using Advanced Model Watermarking.’

Image Measurement with PyQt5: A Cardiology Aid

· 3 minute read

Python’s versatility allows it to create tools for a broad spectrum of professional fields. In this post I walk through building an image measurement to…

MS Thesis

· less than 1 minute read

My Master of Science Thesis Project related researches, projects and documents.

Secure Proxy on Cloud Paper Demonstration

· less than 1 minute read

Video demonstration of the Secure Proxy on Cloud paper, covering architecture motivation, implementation details, and development roadmap.

publications

Autonomous Cargo and Mail Delivery

Published in Turkish Autonomous Robots Conference, 2014

Undergraduate capstone project demonstrating an autonomous cargo and mail delivery robot, presented at the Turkish Autonomous Robots Conference.

Recommended citation: Ural, O. (2014). Autonomous Cargo and Mail Delivery. Turkish Autonomous Robots Conference, Ankara, Turkey.
Read paper

Secure Proxy on Cloud

Published in Technical Report (ResearchGate), 2016

Technical report on a secure proxy architecture for cloud-based services.

Recommended citation: Ural, O. (2016). "Secure Proxy on Cloud." Technical report. DOI: 10.13140/RG.2.2.24058.08649.
Read paper

Automatic Detection of Cyber Security Events from Turkish Twitter Stream and Turkish Newspaper Data

Published in Master's Thesis, 2019

Master’s thesis introducing NLP methods for detecting cyber-security events in Turkish social media and news streams, advised by Prof. Cengiz Acartürk and the basis of the later ICISSP 2021 paper.

Recommended citation: Ural, O. (2019). Automatic Detection of Cyber Security Events from Turkish Twitter Stream and Turkish Newspaper Data. Master's Thesis, Middle East Technical University, Ankara, Turkey.
Read paper

Automatic Detection of Cyber Security Events from Turkish Twitter Stream and Newspaper Data

Published in Proceedings of the 7th International Conference on Information Systems Security and Privacy (ICISSP), 2021

NLP-based pipeline for automated detection of cybersecurity incidents from Turkish Twitter and news streams using TF-IDF and ensemble classifiers.

Recommended citation: Ural, O. and Acartürk, C. (2021). "Automatic Detection of Cyber Security Events from Turkish Twitter Stream and Newspaper Data." In Proceedings of the 7th International Conference on Information Systems Security and Privacy (ICISSP), pp. 66-76. DOI: 10.5220/0010201600660076.
Read paper

Survey on Blockchain-Enhanced Machine Learning

Published in IEEE Access, 2023

Comprehensive survey of blockchain-enhanced machine learning: consensus-driven data provenance, federated learning on-chain, and incentive mechanisms across 120+ papers.

Recommended citation: Ural, O. and Yoshigoe, K. (2023). Survey on Blockchain-Enhanced Machine Learning. IEEE Access, pp. 145331-145362. DOI: 10.1109/ACCESS.2023.3344669.
Read paper

Enhancing Security of Proof-of-Learning against Spoofing Attacks using Feature-Based Model Watermarking

Published in IEEE Access, 2024

Feature-based model watermarking scheme that binds ownership proofs to internal activations, surviving fine-tuning and transfer attacks on Proof-of-Learning.

Recommended citation: Ural, O. and Yoshigoe, K. (2024). Enhancing Security of Proof-of-Learning against Spoofing Attacks using Feature-Based Model Watermarking. IEEE Access. DOI: 10.1109/ACCESS.2024.3489776.
Read paper

SecurePoL: Integration of Watermarking With Proof-of-Learning to Enhance Security Against Spoofing Attacks

Published in IEEE Access, 2025

Dual-layer framework coupling immutable Proof-of-Learning logs with three watermarking strategies, so verification succeeds only when both the training trajectory and the watermark are consistent.

Recommended citation: Ural, O. and Yoshigoe, K. (2025). SecurePoL: Integration of Watermarking With Proof-of-Learning to Enhance Security Against Spoofing Attacks. IEEE Access, vol. 13, pp. 213067-213091. DOI: 10.1109/ACCESS.2025.3642198.
Read paper