Connect with us

General

First Makerere Workshop on Social Systems & Computation

Published

on

Summary Top researchers from Northwestern University (Chicago), University of British Columbia (Vancouver) and Makerere (Kampala) are teaming up to offer a workshop on cutting-edge methods for computational modeling of social systems, algorithm design, and machine learning. The sessions will take place between December 3rd and 10th, and there is no cost for attendance; however, registration is mandatory.

Summary Top researchers from Northwestern University (Chicago), University of British Columbia (Vancouver) and Makerere (Kampala) are teaming up to offer a workshop on cutting-edge methods for computational modeling of social systems, algorithm design, and machine learning. The sessions will take place between December 3rd and 10th, and there is no cost for attendance; however, registration is mandatory.

Attendance is limited to academic staff working at a Ugandan university; students doing research in related areas may also be given special permission to attend if space permits. Participants will have the opportunity to publish papers in official, reviewed workshop proceedings at a later date. A certificate of completion will be provided to participants who attend at least two thirds of workshop sessions.

Overview Traditionally, computer science has viewed data as coming from either an adversarial source or from nature itself, giving rise to worst-case and average-case design and analysis of optimization algorithms. In recent years with the advent of modern technologies like the Internet, it has become increasingly apparent that neither of these assumptions reflects reality. Data is neither adversarial nor average, but rather inputs to algorithms are constructed by a diverse set of self-interested agents in an economy, all aiming to maximize their own happiness. Thus the raw data is often not available to an algorithm designer, but must be solicited from the agents–that is, the designer faces an economic constraint. The primary goal of this workshop is to explore the implications of this observation. We will study the performance of algorithms in the presence of utility-maximizing agents and ask whether alternate designs might create incentives for agents to act more optimally. Simultaneously, we will look at other more traditional optimization problems such as approximation and learning and techniques to solve them, pointing out that these may often be leveraged to solve issues in the economic setting.

Related Research Areas Computer Science Theory; Artificial Intelligence; Economics; Business

Format The workshop will consist of six 3-hour lectures, plus meal/breakout sessions for informal research discussion. Spaces are strictly limited, and attendees must pre-register. We will aim to select topics and session times that are best for our participants. To register, and to indicate your preferences for topics and dates, please complete the survey at http://www.surveymonkey.com/s/WWGMKZG.

List of Candidate Topics The workshop will consist of up to six of the following twelve topics.

Introduction to Game Theory
Game theory is the mathematical study of interaction among independent, self-interested agents. It has been applied to disciplines as diverse as economics, political science, biology, psychology, linguistics—and computer science. This tutorial will introduce what has become the dominant branch of game theory, called noncooperative game theory, and will specifically describe normal-form games, a canonical representation in this discipline. The tutorial will be motivated by the question: "In a strategic interaction, what joint outcomes make sense?"

Voting Theory
Voting (or "Social Choice") theory adopts a“designer perspective” to multiagent systems, asking what rules should be put in place by the authority (the “designer”) orchestrating a set of agents. Specifically, how should a central authority pool the preferences of different agents so as to best reflect the wishes of the population as a whole? (Contrast this with Game Theory, whichadopts what might be called the “agent perspective”: its focus is on making statements about how agents should or would act in a given situation.) This tutorial will describe famous voting rules, show problems with them, and explain Arrow's famous impossibility result.

Mechanism Design and Auctions
Social choice theory is nonstrategic: it takes the preferences of agents as given, and investigates ways in which they can be aggregated. But of course those preferences are usually not known. Instead, agents must be asked to declare them, which they may do dishonestly. Since as a designer you wish to find an optimal outcome with respect to the agents’ true preferences (e.g., electing a leader that truly reflects the agents’ preferences), optimizing with respect to the declared preferences will not in general achieve the objective. This tutorial will introduce Mechanism Design, the study of identifying socially desirable protocols for making decisions in such settings. It will describe the core principles behind this theory, and explain the famous "Vickrey-Clarke-Groves" mechanism, an ingenious technique for selecting globally-utility-maximizing outcomes even among selfish agents. It will also describe Auction Theory, the most famous application of mechanism design. Auctions are mechanisms that decide who should receive a scarce resource, and that impose payments upon some or all participants, based on agents' "bids".

Constraint Satisfaction Problem Solving
This hands-on tutorial will teach participants about solving Constraint Satisfaction Problems using search and constraint propagation techniques. This is a representation language from artificial intelligence, used to describe problems in scheduling, circuit verification, DNA structure prediction, vehicle routing, and many other practical problems. The tutorial will consider the problem of solving Sudoku puzzles as a running example. By the end of the session, participants will have written software (in Python) capable of solving any Sudoku puzzle in less than a second.

Bayesian methods and Probabilisitic Inference
Bayesian methods are commonly used for recognising patterns and making predictions in the fields of medicine, economics, finance and engineering, powering all manner of applications from fingerprint recognition to spam filters to robotic self-driving cars. This session will show how principles of probability can be used when making inferences from large datasets, covering issues such as prior knowledge and hyperpriors, the construction of "belief networks", and nonparametric methods such as Gaussian processes. Several applications will be demonstrated.

Computer Vision

It is useful to be able to automatically answer questions about an image, such as "is this the face of person X?", "how many cars are there on this street?" or "is there anything unusual about this x-ray?". This session will look at some of the current state of the art in computer vision techniques, including methods for representing the information in an image (feature extraction), and to recognise objects in an image given such a representation. We will particularly spend some time looking at approaches which have been found to work well empirically on object recognition, such as generalised Hough transforms, boosted cascades of Haar wavelet classifiers, and visual bag-of-words methods. Locally relevant applications in crop disease diagnosis, parasite detection in blood samples and traffic monitoring will be demonstrated as illustrating examples.

Learning Causal Structure from Data
Until a few decades ago, it was thought to be impossible to learn causes and effects from purely observational data without doing experiments. Sometimes, however, it is impossible to do experiments (e.g. in some branches of genetics), or experiments may be costly or unethical (e.g. situations in climate change or medicine), so the emergence of computational methods for distinguishing causes, effects and confounding variables is likely to have wide implications. Some principles are now understood for learning the causal structure between different variables, and this session will explain the most successful current approaches, their possibilities and their limitations.

Internet Search and Monetization
The internet is one of the most fundamental and important applications of computer science. Central to its existence are search engines which enable us to find content on the web. This module focuses on the algorithms like PageRank that these search engines use to help us find webpages. It also studies how these engines make money through advertising.

Social Networks
Social networks describe the structure of interpersonal relationships and have many alarmingly predictable properties. While most people have just a few friends, most social networks have at least a few very popular people. Furthermore, most people are closely linked to every other person so that a message (or an idea or a disease) can spread rapidly throughout the network. Finally, social networks tend to be fairly clustered — i.e., if two people share a common friend it is quite likely that they are also friends. This module will discuss the typical structures of social networks, models that explain these structures, and the impact of these structures on activities in the social network such as message routing or the adoption of new technologies.

Two-Sided Matching Markets
Many markets involve two “sides'' that wish to be matched to one another. For example, a marriage market matches women to men; a job market matches workers to employers. In such settings, people on each side have strict preferences over the options on the other side of the market. Hence, a woman Julie may like David best, John second best, and Christopher third. David on the other hand may prefer Mary to Julie. In such settings, what matches might we expect to form? Can these matches be computed by a centralized algorithm, a match-maker for example, and what are the corresponding incentives of the participants? These questions are of fundamental importance as such centralized algorithms are in use in many important markets. In many countries, medical students are matched to hospitals using such algorithms, or school children to schools.

Approximation Algorithms
In the field of algorithms, many tasks turn out to be computationally difficult. That is, the time to complete the task is fundamentally large compared to the size of the problem. For example, consider the problem of finding the optimal way to visit 10 cities, visiting each exactly once. To minimize travel time, one could test all possible travel schedules, but for 10 cities there are already 3.5M of them! Unfortunately, there is not a significantly quicker way to find the optimal solution. However, one can find an approximately optimal solution quickly. That is, with just a few things to check, one can design a schedule that takes at most 50% more time than the optimal one. In this module we showcase a few general techniques for computing approximate solutions to hard problems, including the use of randomization and linear programming.

Graph Theory
A graph is a combinatorial object consisting of nodes and edges, and is a extremely valuable abstraction of many practical problems. For example, nodes might represent jobs and edges might connect pairs of jobs that can not be performed simultaneously. Alternatively, nodes might represent electronic components on a circuit board and edges the wiring that connects them. Many questions that arise in such domains can be cast as an optimization question in the corresponding graph. The number of workers required to complete all jobs in fixed time frame in the first example is at its heart a graph coloring problem. Asking whether one can lay out the circuit board so no two wires cross becomes the problem of determining which graphs have planar representations. This course defines graphs, shows how to solve a few fundamental graph problems, and applies them to practical settings.

Speaker Bios

Nicole Immorlica  is an assistant professor in the Economics Group of Northwestern University's EECS department in Chicago, IL, USA. She joined Northwestern in Fall 2008 after postdoctoral positions at Microsoft Research in Seattle, Washington, USA and Centruum voor Wiskunde en Informatica (CWI) in Amsterdam, The Netherlands. She received her Ph.D. from MIT in Boston, MA, USA, in 2005 under the joint supervision of Erik Demaine and David Karger. Her main research area is algorithmic game theory where she investigates economic and social implications of modern technologies including social networks, advertising auctions, and online auction design.

Kevin Leyton-Brown is an associate professor in computer science at the University of British Columbia, Vancouver, Canada. He received a B.Sc. from McMaster University (1998), and an M.Sc. and PhD from Stanford University (2001; 2003). Much of his work is at the intersection of computer science and microeconomics, addressing computational problems in economic contexts and incentive issues in multiagent systems. He also studies the application of machine learning to the automated design and analysis of algorithms for solving hard computational problems.

John Quinn is a Senior Lecturer in Computer Science at Makerere University. He received a BA in Computer Science from the University of Cambridge (2000) and a PhD from the University of Edinburgh (2007). He coordinates the Machine Learning Group at Makerere, and his research interests are in pattern recognition and computer vision particularly applied to developing world problems.

Denis Wamala

Continue Reading

General

Makerere Reaffirms Leadership in AI Partnerships at the 16th Annual CEO Forum 2025

Published

on

A group photo of the various delegates at the #CEOForumUg2025. “Leveraging AI for Sustainable Transformation: Leading in Uganda’s Transformation in the Age of Disruptive AI,” the 16th Annual CEO Forum 2025, Prof. Barnabas Nawangwe, Vice Chancellor Makerere University represented by Mr. Yusuf Kiranda, University Secretary 31st October 2025, Kampala Uganda, East Africa.

Under the theme, “Leveraging AI for Sustainable Transformation: Leading in Uganda’s Transformation in the Age of Disruptive AI,” the 16th Annual CEO Forum 2025 brought together government leaders, captains of industry, academia, and development partners to discuss how Artificial Intelligence (AI) can drive Uganda’s transformation agenda.

Representing the Vice Chancellor, Mr Yusuf Kiranda, University Secretary at Makerere University, reaffirmed the University’s pivotal role as a hub for AI research, innovation, and training anchored in strong partnerships across government, academia, and industry.

Makerere University is responsible for research, innovation and training to ensure transferable knowledge that can be utilised by both the private and public sector,” Mr. Kiranda noted.

He emphasised that Uganda’s sustainable AI transformation will depend on effective policy, governance, and collaboration across sectors.

According to Mr. Kiranda, three key issues must be addressed for AI to realise its potential:

  1. Balancing control and facilitation: Policymakers must not only regulate AI but also actively enable its use to drive innovation and competitiveness.
  2. Sovereignty of AI: Uganda must safeguard its data and resources, especially in sectors like agriculture, where external mapping of local assets threatens national control and export competitiveness.
  3. Regional harmonisation: To ensure fair competition, AI policies must be aligned across East Africa so Ugandan, Kenyan, and Tanzanian businesses operate under a level playing field.

“In the utilisation of AI, if a policy is making Uganda less competitive, we must revise it now to allow private sector players to thrive in this disruptive age,” he added.

Mr. Kiranda further reiterated Makerere’s commitment to producing quality, AI-ready graduates and enhancing teaching and learning methods to integrate technology. He also acknowledged the Government’s continued investment in research at Makerere, which has seen a growing number of researchers focus on AI and technological innovations.

Mr. Yusuf Kiranda participating in a panel discussion at the #CEOForumUg2025. “Leveraging AI for Sustainable Transformation: Leading in Uganda’s Transformation in the Age of Disruptive AI,” the 16th Annual CEO Forum 2025, Prof. Barnabas Nawangwe, Vice Chancellor Makerere University represented by Mr. Yusuf Kiranda, University Secretary 31st October 2025, Kampala Uganda, East Africa.
Mr. Yusuf Kiranda participating in a panel discussion at the #CEOForumUg2025.

“I can attest to Makerere’s existing partnerships with government entities and development partners. These collaborations are making the market ready to deliver solutions through effective academia–industry partnerships,” he said.

Building Africa’s Digital Destiny

The forum opened with a powerful keynote from Dr. Robin Kibuka, Board Director at the CEO Summit Uganda, who spoke on “Building Africa’s Digital Destiny: Kampala Rising, Africa Inventing.”

Dr. Kibuka urged Africans to take ownership of their digital future, stressing that the continent must define how AI transforms its societies.

“Artificial Intelligence can empower Africa or divide it. The choice is ours,” he said.

He highlighted success stories from across Africa, including AI-powered drones delivering medical supplies and smart credit systems supporting small businesses — proof that the continent is already innovating its own digital solutions.

Dr. Robin Kibuka addressing the CEO Summit Uganda 2026. “Leveraging AI for Sustainable Transformation: Leading in Uganda’s Transformation in the Age of Disruptive AI,” the 16th Annual CEO Forum 2025, Prof. Barnabas Nawangwe, Vice Chancellor Makerere University represented by Mr. Yusuf Kiranda, University Secretary 31st October 2025, Kampala Uganda, East Africa.
Dr. Robin Kibuka addressing the CEO Summit Uganda 2026.

Leveraging AI for Sustainable Transformation

In her keynote address on “Leveraging Artificial Intelligence for Sustainable Transformation,” Dr. Preeti Aghalayam, Director of the Indian Institute of Technology Madras – Zanzibar Campus, described AI as “the defining disruptor of the 21st century.”

She emphasised that both Africa and India share a unique opportunity to collaborate in education, innovation, and human capital development to shape a more inclusive digital future.

“Artificial Intelligence must help us do better and be better,” she said, highlighting the need for responsible innovation that uplifts communities and promotes sustainability.

Dr. Preeti Aghalayam delivering her keynote address. “Leveraging AI for Sustainable Transformation: Leading in Uganda’s Transformation in the Age of Disruptive AI,” the 16th Annual CEO Forum 2025, Prof. Barnabas Nawangwe, Vice Chancellor Makerere University represented by Mr. Yusuf Kiranda, University Secretary 31st October 2025, Kampala Uganda, East Africa.
Dr. Preeti Aghalayam delivering her keynote address.

Digital Transformation in the Health Sector

Mr. Rashid Khalani, Chief Executive Officer of Aga Khan University Hospital, Uganda, presented on “Digital Transformation in the Health Sector,” sharing practical examples of how AI is redefining healthcare delivery.

From AI-powered radiology that detects anomalies faster, to predictive models for early sepsis detection and digital tools supporting mental health care, Mr. Khalani demonstrated how AI is improving patient outcomes and empowering medical professionals.

“AI is not replacing people. It is empowering them to deliver better care, faster,” he emphasised.

He noted that partnerships between hospitals, universities, and technology institutions are crucial in developing localised AI solutions that respond to real health needs.

Mr. Rashid Khalani discussing AI in the health sector. “Leveraging AI for Sustainable Transformation: Leading in Uganda’s Transformation in the Age of Disruptive AI,” the 16th Annual CEO Forum 2025, Prof. Barnabas Nawangwe, Vice Chancellor Makerere University represented by Mr. Yusuf Kiranda, University Secretary 31st October 2025, Kampala Uganda, East Africa.
Mr. Rashid Khalani discussing AI in the health sector.

Makerere at the Heart of Uganda’s AI Transformation

The discussions throughout the 16th Annual CEO Forum 2025 reaffirmed the critical importance of collaboration among academia, industry, and government in shaping Uganda’s AI-driven future.

Makerere University continues to play a leading role in this space, providing the research, innovation, and talent that power the country’s transition into a digital economy.

Through strategic partnerships, forward-looking policy engagement, and continuous innovation in research and training, Makerere stands at the forefront of preparing Uganda and the region for a smart, inclusive, and sustainable future powered by AI.

Caroline Kainomugisha is the Communications Officer, Advancement Office, Makerere University.

Caroline Kainomugisha
Caroline Kainomugisha

Continue Reading

General

Call For Applications: Erasmus Mundus Master-Human Response 2026/2028

Published

on

Call For Applications: Erasmus Mundus Joint Master on Coordinated Humanitarian Response, Health and Displacement. Photo: ImageFX

The applications for scholarships to the second edition of the Erasmus Mundus Joint Master on Coordinated Humanitarian Response, Health and Displacement are open. The deadline is 09.01.2026 (9 January 2026), at 17.00, CET time (19.00 EAT).

Requirements

Mandatory documentation to upload is:

  • Valid Passport
  • Photograph
  • Diplomas (from previous degrees completed)
  • Transcript of records (diploma supplement) with all courses and grades (from previous completed degrees)
  • English proficiency test results certificate (from one of the required tests). Code for certificate validation.
  • Curriculum vitae
  • Statement of purpose (mandatory to upload a pdf document)
  • 2 signed and dated Recommendation Letters

All of the identified documentation is mandatory. Applications missing any of the above mentioned documents will not be considered as eligible.

Only candidates with a Bachelor degree (180 ECTS) can be admitted.

Read more

Mak Editor

Continue Reading

General

Scholars Discuss Techno-Colonialism and Decolonizing AI for African Identity at Makerere University

Published

on

Prof. Sarah Ssali (2nd Left) flanked by Prof. Eddy Walakira and other participants during the parallel session on Techno-Colonialism on 31st October 2025. Webinar on TECHNO-COLONIALISM: Decolonising AI for Africa's Transformation, Day 3 of the 5th African Research Universities Alliance (ARUA) Biennial International Conference on Research, Innovation and Artificial Intelligence, October 31, 2025 hosted by Makerere University, Kampala Uganda, East Africa.

Betty Kyakuwa & Eve Nakyanzi

Scholars from across Africa and beyond convened at Makerere University for a workshop on “Techno-Colonialism: Decolonizing Artificial Intelligence (AI) for African Identity.” The event formed part of the ongoing African Research Universities Alliance (ARUA) Conference hosted at Makerere University, under the ARUA Centre of Excellence in Notions of Identity.

In her opening remarks, Prof. Sarah Ssali, Director of the ARUA Centre of Excellence in Notions of Identity, welcomed participants to what she described as a “thought-provoking engagement for early career researchers.” She noted that the Centre, hosted at Makerere University, now brings together over 10 universities across Africa and partner institutions in the Global North to examine evolving African identities in the face of global transformations.

“We don’t imagine a single African identity defined by class, tribe, or religion,” Prof. Ssali said. “We consider African identities as lived, negotiated, and continually reshaped by experiences such as colonialism, globalization, and technological change.”

The workshop was moderated by Dr. Kemi Kehinde, an ARUA–Carnegie Postdoctoral Fellow from Anchor University, Nigeria, who emphasized the need to critically examine the intersections between artificial intelligence, indigenous knowledge, and identity formation.

Dr. Kemi Kehinde. Webinar on TECHNO-COLONIALISM: Decolonising AI for Africa's Transformation, Day 3 of the 5th African Research Universities Alliance (ARUA) Biennial International Conference on Research, Innovation and Artificial Intelligence, October 31, 2025 hosted by Makerere University, Kampala Uganda, East Africa.
Dr. Kemi Kehinde.

Dr. Kemi invited participants to reflect on a presentation by Dr. Sameen Musa on Indigenous Knowledge Systems and AI in the Context of Decoloniality and Sustainable Futures. She highlighted the importance of ensuring that AI systems recognize and integrate oral African traditions such as storytelling, proverbs, and performance arts—areas where current technologies often fall short.

“As young African scholars, we have a responsibility to shape the training models of AI so that future systems engage authentically with African oral traditions and worldviews,” Dr. Kemi noted.

The panel featured Prof. Aghogho Akpome from the University of Zululand, Dr. Isaac Tibasiima and Marvin Galiwango, a machine learning engineer at Makerere, and Dr. Nikolai Golovko from the Centre for African Studies at the Higher School of Economics, Moscow and Dr. Chongomweru Halimu, a lecturer at the Department of Information Technology, Makerere University.

Speaking from South Africa, Prof. Aghogho Akpome delivered a strong critique of what he termed “the intellectual dependency fostered by generative AI tools.” He cautioned that over reliance on artificial intelligence for writing and research risks eroding cognitive skills and perpetuating new forms of colonial dependence.

“The use of generative AI without critical engagement amounts to intellectual theft,” he said. “It replaces creative thought with algorithmic mimicry, and that is the essence of techno-colonialism.”

A lively Q&A during the parallel session. Webinar on TECHNO-COLONIALISM: Decolonising AI for Africa's Transformation, Day 3 of the 5th African Research Universities Alliance (ARUA) Biennial International Conference on Research, Innovation and Artificial Intelligence, October 31, 2025 hosted by Makerere University, Kampala Uganda, East Africa.
A lively Q&A during the parallel session.

Dr. Isaac Tibasiima, from Makerere University’s Department of Literature, offered a balanced view, arguing that while AI poses risks of cultural misrepresentation, it also presents opportunities for Africans to reclaim their agency by shaping the data that powers these systems.

“We need to feed our own knowledge into AI systems—honest, transparent, contextually grounded African knowledge,” Dr. Tibasiima said. “That’s the path to inclusion and authentic representation.”

From Moscow, Dr. Nikolai Golovko provided a global policy perspective, noting that while 11 African countries have adopted national AI strategies, implementation remains limited by resource and data inequalities. He warned that foreign-designed algorithms often ignore local contexts, reinforcing what he called “algorithmic colonialism.”

“African governments and universities must prioritize indigenous participation in AI design,” Dr. Golovko urged. “Otherwise, we risk reproducing colonial hierarchies in digital form.”

Dr. Halimu Chongomweru discussed the theme “Techno-Colonialism and Decolonizing Artificial Intelligence (AI) for African Ideas.” He argued that today’s global digital ecosystem mirrors historical patterns of colonial exploitation—only now, instead of natural resources, Africa’s data is being extracted to fuel AI economies controlled by others.

He described this as a form of modern colonialism, not through armies or flags, but through algorithms, cloud servers, and digital platforms that define African problems and solutions without African participation. These systems enrich others while disempowering African communities.

Dr. Halimu Chongomweru. Webinar on TECHNO-COLONIALISM: Decolonising AI for Africa's Transformation, Day 3 of the 5th African Research Universities Alliance (ARUA) Biennial International Conference on Research, Innovation and Artificial Intelligence, October 31, 2025 hosted by Makerere University, Kampala Uganda, East Africa.
Dr. Halimu Chongomweru.

Dr. Chongomweru emphasized that AI without culture is not intelligence but extraction. When AI models are trained on Western norms, they impose Western values globally, leading Africans to adopt technology without shifting the moral and cultural lenses behind it.

He urged a shift in focus from access to ownership, arguing that access without control only deepens dependency — another form of digital colonialism. True equalization, he said, means determining who owns, benefits from, and governs African data and AI systems.

To decolonize AI, Dr. Chongomweru proposed several actions:

  1. Build African-owned data repositories hosted on African soil and governed by African laws.
  2. Invest in AI research in African languages, moving from translation (copying) to representation (originating ideas).
  3. Develop home-grown technological infrastructure, ensuring computation and innovation occur within the continent.

He concluded that Africa’s AI agenda must be rooted in cultural, linguistic, historical, and sovereign identity, drawing from African philosophical traditions to create ethical and inclusive AI systems.

Marvin Galiwango cautioned that Africa’s growing engagement with AI still relies heavily on foreign tools, funding, and servers, creating digital dependency rather than empowerment. He argued that so-called “inclusion” often leaves Africans creating within systems they don’t control. Drawing parallels with genomics, he noted that Africa provides data but lacks ownership of infrastructure and outcomes. He concluded that true technological independence requires Africans to build and govern their own digital systems.

The session closed with a lively discussion on the ethics of AI use in research, the need for inclusive data models, and the role of African universities in decolonizing digital technologies. Participants agreed that decolonizing AI is not merely a technological issue but a cultural, ethical, and identity-driven imperative for Africa’s future.

Betty Kyakuwa
Betty Kyakuwa

Continue Reading

Trending