ASCEND
BY NTHRYS

NTHRYSPhD AssistanceAi Mlops

Ai Mlops

Field
Category

Ai Mlops

Select a category to explore research frontiers

Ai Mlops200 categories
UIRG Unique Individual Research GapFrontier Research Gap Frontier, groups 3+ UIRGsChip badge 4 UIRGs in that frontier🔓 One fee unlocks every UIRG under a frontier🧬 Illustrated: graphical abstract published
PathFieldCategoryFrontierUIRGPhD assistance services
Machine Learning Lifecycle Research
Doctoral work examines the full path from data collection to retired models. Lifecycle understanding determines whether learned systems remain reliable in service.
Explore frontiers →
Pipeline Architecture Research
Research examines how processing stages are structured and connected. Architecture determines both maintainability and the failures that arise.
Explore frontiers →
Workflow Orchestration Research
Doctoral study examines systems coordinating many dependent processing steps. Orchestration determines what happens when individual steps fail.
Explore frontiers →
Directed Workflow Design
Research examines representing processing as a graph of dependent tasks. Graph representation makes dependencies explicit and analysable from the outset.
Explore frontiers →
Pipeline Modularity Research
Doctoral work examines dividing processing into independently testable components. Modularity permits change without disturbing the entire system.
Explore frontiers →
Reusable Component Research
Research examines building components usable across many separate projects. Reuse reduces duplicated effort and concentrates quality investment.
Explore frontiers →
Data Ingestion Research
Doctoral study examines bringing data reliably into processing systems. Ingestion failures are among the commonest causes of pipeline breakage.
Explore frontiers →
Data Validation Research
Research examines automated checking of incoming data against expectations. Validation catches problems before they silently corrupt trained systems.
Explore frontiers →
Schema Enforcement Research
Doctoral work examines defining and enforcing expected data structure. Structural guarantees prevent a large class of downstream failures of downstream failures.
Explore frontiers →
Data Cleaning Automation
Research examines automating correction of problems within collected data. Cleaning choices substantially affect what models eventually learn.
Explore frontiers →
Feature Engineering Automation
Doctoral study examines automated construction of model input variables. Automation reduces the most labour intensive stage of development of the whole process.
Explore frontiers →
Feature Store Research
Research examines shared systems holding computed model input variables. Shared stores prevent teams recomputing the same variables differently.
Explore frontiers →
Feature Consistency Research
Doctoral work examines identical computation during training and in service. Inconsistent computation is a leading cause of silent degradation.
Explore frontiers →
Training Serving Skew Research
Research examines differences between development and production data handling. Skew produces models performing far worse than testing suggested.
Explore frontiers →
Data Versioning Research
Doctoral study examines tracking successive states of training datasets. Dataset identity is essential for reproducing any earlier result of training datasets.
Explore frontiers →
Dataset Lineage Research
Research examines recording how datasets were derived and transformed. Lineage permits tracing problems back to their original source original source data.
Explore frontiers →
Data Provenance Tracking
Doctoral work examines recording the origin of every data item used. Provenance supports both governance and investigation of failures investigation of failures.
Explore frontiers →
Label Management Research
Research examines organising the target values models learn to predict. Label quality bounds the performance any model can reach can possibly reach at all.
Explore frontiers →
Annotation Pipeline Research
Doctoral study examines systems producing human labelled training data. Annotation is costly and its quality is inconsistently controlled inconsistently controlled today.
Explore frontiers →
Label Quality Research
Research examines measuring and improving accuracy of assigned labels. Widely used benchmark datasets contain substantial labelling errors substantial labelling errors.
Explore frontiers →
Weak Supervision Research
Doctoral work examines learning from noisy or programmatically generated labels. Weak supervision reduces reliance on costly manual annotation.
Explore frontiers →
Synthetic Data Generation
Research examines artificially produced data used for model development. Synthetic data addresses scarcity and can embed subtle distortions.
Explore frontiers →
Data Augmentation Research
Doctoral study examines generating variants of existing training examples. Augmentation improves robustness without collecting additional data.
Explore frontiers →
Sampling Strategy Research
Research examines choosing which examples to include in training. Sampling determines which populations a model serves adequately a model serves adequately.
Explore frontiers →
Class Imbalance Handling
Doctoral work examines training where outcome categories are very unequal. Imbalance defeats standard training and evaluation approaches and evaluation approaches.
Explore frontiers →
Train Test Separation Research
Research examines keeping evaluation data genuinely separate from training. Separation failures produce evaluation results that mean nothing.
Explore frontiers →
Data Leakage Detection
Doctoral study examines information improperly crossing evaluation boundaries. Leakage is pervasive and inflates reported performance substantially.
Explore frontiers →
Cross Validation Practice
Research examines repeated partitioning for reliable performance estimation. Careless partitioning invalidates the estimates it produces the estimates it produces.
Explore frontiers →
Experiment Tracking Research
Doctoral work examines recording configurations and results across experiments. Tracking permits comparison and reconstruction of earlier work.
Explore frontiers →
Hyperparameter Search Research
Research examines efficiently exploring model configuration options. Search efficiency determines how much of the space can be examined can be examined properly.
Explore frontiers →
Automated Model Selection
Doctoral study examines automating choice between candidate model designs. Automation lowers the expertise barrier and obscures design reasoning.
Explore frontiers →
Neural Architecture Search
Research examines automated discovery of effective network structures. Search explores design spaces far larger than manual exploration reaches.
Explore frontiers →
Training Reproducibility Research
Doctoral work examines whether training runs can be exactly repeated. Exact repetition is surprisingly difficult on modern hardware on modern computing hardware.
Explore frontiers →
Random Seed Management
Research examines controlling randomness throughout the training process. Seed control is necessary but far from sufficient for reproduction.
Explore frontiers →
Distributed Training Research
Doctoral study examines training spread across many computing devices. Distribution is essential for models of contemporary scale of contemporary scale today.
Explore frontiers →
Data Parallel Training
Research examines splitting training examples across many devices. Data parallelism is the simplest and most widely used approach most widely used approach.
Explore frontiers →
Model Parallel Training
Doctoral work examines splitting a single model across many devices. Model splitting is required where models exceed single device memory exceed single device memory.
Explore frontiers →
Gradient Synchronisation Research
Research examines coordinating learning signals across distributed devices. Synchronisation cost frequently dominates distributed training time.
Explore frontiers →
Training Efficiency Research
Doctoral study examines reducing resources required to train models. Efficiency determines what research is practically achievable is practically achievable.
Explore frontiers →
Mixed Precision Training
Research examines training using reduced numerical precision selectively. Reduced precision accelerates training and risks numerical instability.
Explore frontiers →
Checkpoint Management Research
Doctoral work examines saving and restoring intermediate training states. Checkpointing enables recovery and consumes substantial storage consumes substantial storage.
Explore frontiers →
Training Failure Recovery
Research examines resuming training after hardware or software failure. Long training runs will encounter failures with near certainty failures with near certainty.
Explore frontiers →
Curriculum Ordering Research
Doctoral study examines the sequence in which examples are presented. Ordering affects both convergence speed and final capability speed and final capability.
Explore frontiers →
Transfer Learning Operations
Research examines operational aspects of reusing pretrained models. Reuse is now standard and creates dependence on external artefacts dependence on external artefacts.
Explore frontiers →
Fine Tuning Pipeline Research
Doctoral work examines pipelines adapting pretrained models to specific tasks. Adaptation pipelines must track base model provenance carefully.
Explore frontiers →
Parameter Efficient Adaptation
Research examines adapting models by changing very few parameters. Efficient adaptation makes customisation affordable at scale affordable at very large scale.
Explore frontiers →
Continual Learning Operations
Doctoral study examines models learning continuously from arriving data. Continuous learning risks forgetting previously acquired capability.
Explore frontiers →
Incremental Retraining Research
Research examines refreshing models with newly available information. Refresh frequency balances currency against operational cost and risk.
Explore frontiers →
Retraining Trigger Research
Doctoral work examines deciding when a model should be rebuilt. Trigger design prevents both stale models and needless rebuilding models and needless rebuilding.
Explore frontiers →
Training Cost Modelling
Research examines resources consumed producing a trained model. Cost modelling informs both planning and architectural choices and architectural choices.
Explore frontiers →
Model Deployment Research
Doctoral study examines moving trained models into productive service. Most models never reach service despite successful development despite successful development work.
Explore frontiers →
Deployment Pattern Research
Research examines recurring architectural approaches to serving models. Pattern choice determines operational complexity and failure behaviour.
Explore frontiers →
Batch Inference Research
Doctoral work examines generating predictions for large groups at once. Batch processing achieves efficiency where immediacy is unnecessary.
Explore frontiers →
Real Time Inference Research
Research examines producing predictions within strict time limits. Latency requirements constrain every architectural decision made architectural decision that is made.
Explore frontiers →
Streaming Inference Research
Doctoral study examines prediction over continuously arriving data. Streaming systems must handle unbounded and irregular input and irregular input reliably.
Explore frontiers →
Edge Deployment Research
Research examines running models near where data is generated. Local execution reduces latency and preserves data locality latency and preserves data locality.
Explore frontiers →
Mobile Deployment Research
Doctoral work examines models running on handheld personal devices. Device constraints demand aggressive size and energy reduction size and energy reduction throughout.
Explore frontiers →
Browser Deployment Research
Research examines models executing within web browser environments. Browser execution keeps user data on the local machine data on the local machine entirely.
Explore frontiers →
Embedded Device Research
Doctoral study examines models on severely constrained embedded hardware. Embedded deployment demands extreme efficiency in every respect efficiency in every single respect.
Explore frontiers →
Serverless Inference Research
Research examines prediction services without managed persistent servers. Serverless approaches suit irregular and unpredictable demand and unpredictable demand patterns.
Explore frontiers →
Container Orchestration Research
Doctoral work examines managing containerised model services at scale. Orchestration governs placement, scaling and failure handling scaling and failure handling.
Explore frontiers →
Model Server Architecture
Research examines software specifically designed to serve model predictions. Server design determines achievable throughput and latency achievable throughput and latency.
Explore frontiers →
Inference Latency Research
Doctoral study examines time taken to produce individual predictions. Latency directly determines which applications are feasible which applications are feasible.
Explore frontiers →
Throughput Optimisation Research
Research examines maximising predictions served per unit of hardware. Throughput determines the economics of any deployed system of any deployed system.
Explore frontiers →
Batching Strategy Research
Doctoral work examines grouping requests to improve hardware utilisation. Batching trades individual latency against overall efficiency latency against overall efficiency.
Explore frontiers →
Request Scheduling Research
Research examines ordering incoming work across available resources. Scheduling determines fairness and worst case response times and worst case response times.
Explore frontiers →
Autoscaling Research
Doctoral study examines automatically adjusting capacity to match demand. Scaling responsiveness determines both cost and service reliability.
Explore frontiers →
Load Balancing Research
Research examines distributing requests across available serving instances. Balancing strategy affects tail latency more than average latency.
Explore frontiers →
Cold Start Research
Doctoral work examines delay when serving capacity must be created. Startup delay is severe for large models with substantial weights models with substantial weights.
Explore frontiers →
Caching Strategy Research
Research examines reusing previously computed results where valid. Caching substantially reduces cost for repeated similar requests repeated similar requests.
Explore frontiers →
Model Compression Research
Doctoral study examines reducing model size while preserving capability. Compression determines which hardware can host a given model can host a given model.
Explore frontiers →
Quantisation Research
Research examines representing model parameters at reduced numerical precision. Precision reduction shrinks models with modest capability loss.
Explore frontiers →
Parameter Pruning Research
Doctoral work examines removing parameters contributing little to performance. Pruning reduces size and complicates hardware acceleration complicates hardware acceleration.
Explore frontiers →
Knowledge Distillation Operations
Research examines training small models to imitate larger ones. Distillation produces deployable models retaining much larger capability retaining much larger capability.
Explore frontiers →
Hardware Acceleration Research
Doctoral study examines specialised hardware for model computation. Hardware choice dominates both cost and achievable performance cost and achievable performance.
Explore frontiers →
Accelerator Selection Research
Research examines matching workloads to appropriate computing hardware. Selection errors waste very substantial infrastructure investment substantial infrastructure investment.
Explore frontiers →
Kernel Optimisation Research
Doctoral work examines low level implementation of computational operations. Kernel efficiency determines how much hardware capability is realised.
Explore frontiers →
Compiler Optimisation Research
Research examines compiling models into efficient executable form. Compilation can substantially improve performance without model change performance without any model change.
Explore frontiers →
Runtime Selection Research
Doctoral study examines execution environments running trained models. Runtime choice affects portability, performance and operational tooling.
Explore frontiers →
Model Format Standards
Research examines standardised representations for exchanging trained models. Standard formats reduce dependence on any single framework on any single framework.
Explore frontiers →
Interoperability Research
Doctoral work examines making differing tools and systems work together. Incompatibility between tools traps work within particular ecosystems.
Explore frontiers →
Multi Model Serving
Research examines hosting many models on shared serving infrastructure. Sharing improves utilisation and complicates isolation guarantees complicates isolation guarantees.
Explore frontiers →
Model Routing Research
Doctoral study examines directing requests to appropriate available models. Routing permits matching request difficulty to model capability.
Explore frontiers →
Ensemble Serving Research
Research examines combining several models to produce one prediction. Ensembles improve accuracy at proportionally increased serving cost proportionally increased serving cost.
Explore frontiers →
Cascade Inference Research
Doctoral work examines using cheap models first and expensive ones selectively. Cascades reduce average cost while preserving difficult case accuracy.
Explore frontiers →
Speculative Decoding Research
Research examines accelerating generation using a smaller assisting model. Speculative approaches reduce latency without changing output quality.
Explore frontiers →
Serving Large Models
Doctoral study examines operating models too large for single devices. Large model serving demands distributed inference infrastructure distributed inference infrastructure.
Explore frontiers →
Memory Management Research
Research examines managing limited accelerator memory during inference. Memory is usually the binding constraint on serving capacity constraint on serving capacity.
Explore frontiers →
Context Management Research
Doctoral work examines handling long inputs within generative model serving. Context handling dominates memory use in modern language systems.
Explore frontiers →
Retrieval Augmented Serving
Research examines combining retrieval systems with generative models. Retrieval grounds outputs in sources that can be inspected sources that can be inspected.
Explore frontiers →
Vector Database Operations
Doctoral study examines systems storing and searching learned representations. These systems have become core production infrastructure core production infrastructure.
Explore frontiers →
Embedding Pipeline Research
Research examines producing and maintaining learned representations at scale. Representation changes require rebuilding entire downstream indexes.
Explore frontiers →
Prompt Management Research
Doctoral work examines versioning and governing instructions given to models. Instructions behave like code and are rarely managed as such and are rarely managed as such.
Explore frontiers →
Inference Cost Research
Research examines resources consumed serving predictions over time. Serving cost typically exceeds training cost across a system lifetime across a system lifetime.
Explore frontiers →
Energy Efficiency Research
Doctoral study examines electricity consumed by training and serving. Energy demand has become a material constraint on deployment material constraint on deployment.
Explore frontiers →
Carbon Aware Scheduling
Research examines timing computation to reduce associated emissions. Shifting flexible work substantially reduces emissions at no cost emissions at no additional cost.
Explore frontiers →
Capacity Planning Research
Doctoral work examines provisioning infrastructure against projected demand. Planning errors cause either outages or very costly idle hardware.
Explore frontiers →
Multi Tenancy Research
Research examines serving many separate users from shared infrastructure. Sharing improves efficiency and creates interference between users.
Explore frontiers →
Isolation And Resource Limits
Doctoral study examines preventing workloads interfering with one another. Isolation guarantees are essential in shared serving environments.
Explore frontiers →
Deployment Rollout Strategy
Research examines introducing new model versions into live service. Rollout strategy determines exposure when a new version misbehaves when a new version misbehaves.
Explore frontiers →
Model Monitoring Research
Doctoral work examines observing model behaviour once in productive service. Monitoring is the only way degradation is detected at all is detected at all in practice.
Explore frontiers →
Performance Degradation Detection
Research examines identifying declining accuracy in deployed systems. Degradation is gradual and easily missed without deliberate measurement.
Explore frontiers →
Data Distribution Shift Detection
Doctoral study examines input data diverging from training conditions. Divergence is the commonest cause of production model failure cause of production model failure.
Explore frontiers →
Concept Shift Research
Research examines the target relationship itself changing over time. Relationship change requires rebuilding rather than merely rebalancing.
Explore frontiers →
Covariate Shift Research
Doctoral work examines input characteristics changing while relationships persist. This shift can sometimes be corrected without full rebuilding.
Explore frontiers →
Label Delay Research
Research examines outcomes becoming known long after predictions are made. Delay prevents timely measurement of actual model accuracy of actual model accuracy.
Explore frontiers →
Proxy Metric Research
Doctoral study examines substitute measures used where outcomes are unavailable. Proxy measures can diverge sharply from what actually matters.
Explore frontiers →
Ground Truth Collection Research
Research examines obtaining actual outcomes for deployed predictions. Outcome collection is expensive and frequently neglected entirely and frequently neglected entirely.
Explore frontiers →
Silent Failure Detection
Doctoral work examines failures producing plausible but incorrect output. Silent failures are the most dangerous category in production category in production systems.
Explore frontiers →
Outlier Input Detection
Research examines identifying inputs unlike anything seen during training. Unusual inputs produce unreliable and overconfident predictions and overconfident predictions.
Explore frontiers →
Out Of Scope Input Research
Doctoral study examines requests outside a system intended purpose. Systems should decline rather than answer inappropriate requests answer inappropriate requests.
Explore frontiers →
Confidence Estimation Research
Research examines models reporting how certain their outputs are. Confidence estimates are frequently poorly calibrated in practice calibrated in actual practice.
Explore frontiers →
Uncertainty Monitoring Research
Doctoral work examines tracking prediction uncertainty in live systems. Rising uncertainty is an early indicator of emerging problems of emerging system problems.
Explore frontiers →
Alerting Design Research
Research examines when and how operators should be notified. Alert design determines whether genuine problems receive attention problems receive proper attention.
Explore frontiers →
Alert Fatigue Research
Doctoral study examines desensitisation caused by excessive notifications. Excessive alerting causes important warnings to be routinely ignored.
Explore frontiers →
Incident Response Research
Research examines responding when deployed systems malfunction. Response speed determines how much harm an incident produces an incident eventually produces.
Explore frontiers →
Postmortem Analysis Research
Doctoral work examines structured review following operational incidents. Blameless review encourages the honesty that learning requires that genuine learning requires.
Explore frontiers →
Root Cause Analysis Research
Research examines identifying true origins of system failures. Superficial attribution produces fixes that prevent nothing at all that prevent nothing at all.
Explore frontiers →
Reversion Strategy Research
Doctoral study examines returning quickly to a previous working version. Rapid reversion limits damage when a release behaves badly a release behaves badly.
Explore frontiers →
Canary Release Research
Research examines exposing new versions to a small traffic proportion. Limited exposure contains damage from an unnoticed regression from an unnoticed regression.
Explore frontiers →
Progressive Delivery Research
Doctoral work examines gradually widening exposure to new versions. Gradual widening permits observation before full commitment observation before full commitment.
Explore frontiers →
Shadow Deployment Research
Research examines running new versions without serving their output. Shadow running reveals behaviour under real traffic safely under real traffic safely.
Explore frontiers →
Online Experiment Design
Doctoral study examines controlled comparison between versions in service. Live experimentation provides the only decisive performance evidence.
Explore frontiers →
Interleaving Experiment Research
Research examines mixing outputs from competing systems for comparison. Interleaving detects differences using far less traffic using far less live traffic.
Explore frontiers →
Offline Online Correlation
Doctoral work examines whether test results predict live performance. Correlation is frequently much weaker than teams assume than most teams tend to assume.
Explore frontiers →
Evaluation Harness Research
Research examines systems running repeatable evaluations automatically. Automated evaluation permits frequent and consistent assessment and consistent ongoing assessment.
Explore frontiers →
Benchmark Design Research
Doctoral study examines constructing meaningful evaluation collections. Benchmark weaknesses distort the direction of an entire field direction of an entire field.
Explore frontiers →
Regression Testing For Models
Research examines detecting capability lost between successive versions. Learned systems can lose capability while improving on average while improving on average.
Explore frontiers →
Behavioural Testing Research
Doctoral work examines testing specific expected behaviours directly. Behavioural tests catch failures aggregate metrics entirely hide aggregate metrics entirely hide.
Explore frontiers →
Metamorphic Testing Research
Research examines testing using expected relationships between outputs. This approach tests systems lacking any known correct answer lacking any known correct answer.
Explore frontiers →
Adversarial Robustness Testing
Doctoral study examines behaviour under deliberately crafted difficult inputs. Robustness testing reveals failures ordinary evaluation never finds.
Explore frontiers →
Stress Testing Research
Research examines system behaviour under extreme load conditions. Stress testing reveals limits before real traffic discovers them before real traffic discovers them.
Explore frontiers →
Red Teaming Operations
Doctoral work examines deliberate adversarial probing of deployed systems. Structured probing finds harmful behaviour before users encounter it.
Explore frontiers →
Safety Evaluation Research
Research examines assessing potential harms before and during deployment. Safety evaluation must be continuous rather than a single gate rather than a single gate.
Explore frontiers →
Content Filtering Operations
Doctoral study examines systems screening model inputs and outputs. Filtering trades harmful output against unnecessary refusal of legitimate requests.
Explore frontiers →
Guardrail Implementation Research
Research examines constraints limiting what deployed systems will do. Guardrail design determines both safety and practical usefulness safety and practical usefulness.
Explore frontiers →
Human Review Integration
Doctoral work examines routing uncertain cases to human judgement. Review capacity constrains how much automation can be deployed automation can be deployed.
Explore frontiers →
Feedback Loop Research
Research examines system outputs influencing future training data. Feedback loops can entrench errors and narrow system behaviour and narrow system behaviour.
Explore frontiers →
Feedback Contamination Research
Doctoral study examines training data polluted by earlier system output. Contamination inflates apparent performance and degrades real capability.
Explore frontiers →
Model Collapse Research
Research examines degradation when models train on generated content. Collapse is an emerging concern as generated content proliferates as generated content proliferates.
Explore frontiers →
Data Quality Monitoring
Doctoral work examines continuous checking of data entering systems. Quality problems propagate silently into every downstream conclusion into every downstream conclusion.
Explore frontiers →
Pipeline Reliability Research
Research examines dependability of automated processing systems. Pipeline failures are more common than model failures in practice than model failures in practice.
Explore frontiers →
Service Level Objective Research
Doctoral study examines defining acceptable service performance targets. Explicit targets make reliability trade offs visible and negotiable.
Explore frontiers →
Observability Research
Research examines whether internal system state can be understood externally. Observability determines how quickly problems can be diagnosed.
Explore frontiers →
Tracing And Logging Research
Doctoral work examines recording detailed system activity for diagnosis. Recording volume trades diagnostic capability against storage cost.
Explore frontiers →
Metric Aggregation Research
Research examines summarising system behaviour into usable measures. Aggregation choices determine which problems remain visible which problems remain visible.
Explore frontiers →
Dashboard Design Research
Doctoral study examines presenting operational information comprehensibly. Presentation determines which patterns operators actually notice.
Explore frontiers →
On Call Practice Research
Research examines arrangements for responding to out of hours failures. On call burden strongly affects staff retention and wellbeing staff retention and wellbeing.
Explore frontiers →
Reliability Engineering Practice
Doctoral work examines engineering disciplines applied to learned systems. Reliability practice transfers imperfectly from conventional software.
Explore frontiers →
Chaos Engineering For Models
Research examines deliberately injecting failures to test resilience. Deliberate failure reveals weaknesses before they occur unexpectedly before they occur unexpectedly.
Explore frontiers →
Model Governance Research
Doctoral study examines oversight arrangements for deployed learned systems. Governance determines whether harmful systems are detected and withdrawn.
Explore frontiers →
Model Registry Research
Research examines systems cataloguing models and their versions. Registries provide the record that governance fundamentally depends upon fundamentally depends upon.
Explore frontiers →
Model Card Research
Doctoral work examines structured documentation describing model characteristics. Documentation permits informed decisions about appropriate use.
Explore frontiers →
Documentation Practice Research
Research examines what is recorded about systems and their limitations. Documentation is routinely incomplete and rapidly becomes stale and rapidly becomes stale.
Explore frontiers →
Approval Workflow Research
Doctoral study examines review processes before models enter service. Approval design balances speed against genuine risk scrutiny against genuine risk scrutiny.
Explore frontiers →
Change Management Research
Research examines controlling modifications to systems already in service. Uncontrolled change makes behaviour impossible to explain afterwards.
Explore frontiers →
Audit Trail Research
Doctoral work examines records of what a system did and why. Audit records are essential for accountability and investigation for accountability and investigation.
Explore frontiers →
Regulatory Compliance Research
Research examines meeting legal requirements governing automated systems. Requirements are expanding rapidly across many jurisdictions rapidly across many jurisdictions.
Explore frontiers →
Risk Classification Research
Doctoral study examines categorising systems by their potential for harm. Classification determines what obligations apply to a system obligations apply to a system.
Explore frontiers →
Impact Assessment Research
Research examines structured assessment of consequences before deployment. Assessment quality determines whether real harms are anticipated.
Explore frontiers →
Fairness Assessment Operations
Doctoral work examines routinely measuring performance across population groups. Fairness requires ongoing measurement rather than a single check.
Explore frontiers →
Bias Monitoring Research
Research examines detecting discriminatory behaviour in deployed systems. Discriminatory behaviour can emerge after deployment without warning.
Explore frontiers →
Explainability In Production
Doctoral study examines generating explanations within live serving systems. Production explanation must be fast, stable and genuinely faithful.
Explore frontiers →
Contestability Research
Research examines enabling people to challenge automated decisions. Contestability requires both explanation and a genuine response route and a genuine response route.
Explore frontiers →
Data Privacy Operations
Doctoral work examines protecting personal information throughout the lifecycle. Privacy obligations constrain what data may be retained and used.
Explore frontiers →
Personal Data Erasure Research
Research examines honouring requests to remove personal information. Removal from trained models is technically far harder than from storage.
Explore frontiers →
Machine Unlearning Research
Doctoral study examines removing learned influence of specific training data. Verified removal without full retraining remains largely unsolved.
Explore frontiers →
Differential Privacy Operations
Research examines formal privacy guarantees within production pipelines. Formal guarantees bound what any released result can reveal any released result can reveal.
Explore frontiers →
Federated Learning Operations
Doctoral work examines training across data that cannot be centralised. Federation addresses legal barriers to pooling sensitive data to pooling sensitive data.
Explore frontiers →
Confidential Computing Research
Research examines protecting data and models during active computation. Protection during processing closes a persistent security gap a persistent security gap.
Explore frontiers →
Model Security Research
Doctoral study examines protecting deployed models from deliberate attack. Models are valuable assets and attractive targets for theft attractive targets for theft.
Explore frontiers →
Model Extraction Defence
Research examines preventing reconstruction of models through repeated queries. Extraction attacks can recover substantial model capability.
Explore frontiers →
Adversarial Attack Defence
Doctoral work examines defending against deliberately crafted harmful inputs. Defences are frequently defeated by adapted attack approaches.
Explore frontiers →
Poisoning Defence Research
Research examines protecting training data from deliberate corruption. Poisoning is realistic wherever training data is externally sourced training data is externally sourced.
Explore frontiers →
Supply Chain Security Research
Doctoral study examines risks arising from external models and components. Reused artefacts carry risks that are rarely examined properly are rarely examined properly.
Explore frontiers →
Dependency Management Research
Research examines managing the many libraries these systems require. Clashing library requirements are a persistent operational burden persistent operational burden.
Explore frontiers →
Artefact Integrity Research
Doctoral work examines verifying that models and data are unmodified. Integrity verification detects tampering within the supply chain within the supply chain.
Explore frontiers →
Secret Management Research
Research examines handling credentials within automated processing systems. Exposed credentials are a common and severe security failure and severe security failure.
Explore frontiers →
Access Control Research
Doctoral study examines governing who may use models and data. Access control is the foundation of all practical governance of all practical governance work.
Explore frontiers →
Incident Disclosure Research
Research examines communicating failures to affected users and regulators. Disclosure practice shapes both trust and regulatory consequence.
Explore frontiers →
Operational Maturity Research
Doctoral work examines how capability develops across an organisation. Maturity models guide investment toward the next practical improvement.
Explore frontiers →
Organisational Structure Research
Research examines how organisations arrange teams around learned systems. Structure determines what communication happens and what does not.
Explore frontiers →
Team Topology Research
Doctoral study examines patterns of team responsibility and interaction. Topology choices strongly affect delivery speed and quality delivery speed and quality.
Explore frontiers →
Role Definition Research
Research examines the distinct roles these systems require. Role boundaries remain contested and vary widely between organisations widely between organisations.
Explore frontiers →
Collaboration Practice Research
Doctoral work examines cooperation between research and engineering functions. Collaboration failures are a leading cause of stalled projects.
Explore frontiers →
Handover Between Teams
Research examines transferring systems from development into operation. Poor handover leaves systems without any clear ownership without any clear ownership.
Explore frontiers →
Platform Engineering Research
Doctoral study examines building shared infrastructure for many teams. Shared platforms reduce duplicated effort across an organisation effort across an organisation.
Explore frontiers →
Internal Platform Design
Research examines designing platforms teams actually choose to use. Platforms nobody adopts represent entirely wasted investment entirely wasted investment.
Explore frontiers →
Self Service Capability Research
Doctoral work examines enabling teams to work without central bottlenecks. Self service capability determines organisational delivery speed.
Explore frontiers →
Tooling Selection Research
Research examines choosing among a crowded and fragmented tool landscape. Selection decisions create dependencies lasting many project cycles.
Explore frontiers →
Build Versus Buy Research
Doctoral study examines whether to construct or procure capability. This decision shapes cost, control and long term flexibility control and long term flexibility.
Explore frontiers →
Open Source Adoption Research
Research examines using and contributing to openly developed tools. Open tools dominate this field and carry sustainability concerns and carry sustainability concerns.
Explore frontiers →
Vendor Dependence Research
Doctoral work examines reliance on external providers and their platforms. Dependence constrains future choices and pricing negotiation position.
Explore frontiers →
Technical Debt Research
Research examines accumulated shortcuts within systems and pipelines. Learned systems accumulate debt faster than conventional software faster than conventional software.
Explore frontiers →
Legacy Model Maintenance
Doctoral study examines sustaining models built long before current practice. Legacy systems frequently lack documentation and reproducible pipelines.
Explore frontiers →
Total Cost Research
Research examines complete resource requirements across a system lifetime. Ongoing operation typically dominates initial development expense.
Explore frontiers →
Value Measurement Research
Doctoral work examines whether deployed systems deliver claimed benefit. Benefit is frequently assumed and very rarely actually measured and very rarely actually measured.
Explore frontiers →
Project Failure Research
Research examines why learned system projects fail to reach production. Most failures are organisational rather than technical in their origin.
Explore frontiers →
Skills And Training Research
Doctoral study examines capabilities these systems require from staff. Skill shortages constrain adoption more than technology availability.
Explore frontiers →
Adoption And Implementation
Research examines why good practices are or are not actually adopted. Implementation, not tooling choice, is where most value is genuinely lost.
Explore frontiers →