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

Education

Makerere University signs Memorandum of Understanding with International Rescue Committee to Advance Research, Innovation and Partnerships

Published

on

Prof. Anthony Mugagga (Left), Principal of MakCEES exchanging the MoU with Mr. Elijah Okuyo, Country Director, IRC

Makerere University has signed a five-year Memorandum of Understanding (MoU) with the International Rescue Committee to formalize undertakings in research, innovation & partnerships.

Signed in September 2025 by the Vice Chancellor of Makerere University, Prof. Barnabas Nawangwe and the Country Director, International Rescue Committee,  Mr. Elijah Okeyo, the MoU provides a framework to implement research intensive programmes, promote innovative teaching and learning, internationalization, and contribute to societal transformation.

According to Mr. Okeyo, the MoU re-affirms Makerere University as the academic partner of the International Rescue Committee (IRC). “This MoU formalizes IRC’s working relationship with Makerere University. This framework empowers both institutions to tap into opportunities together. We believe in equal partnership. Makerere University commits to being our partner in research to contribute to evidence based humanitarian undertakings,” he said.

Under this collaboration, Makerere University and IRC will work on developing child-centered learning resources, innovative curricula, and policy-relevant research to enhance the quality of education in crisis-affected regions.

At Makerere University, the MoU brings on board, the College of Education and External Studies (CEES), Makerere University Institute of Teacher Education and Research (MITER), and the Early Childhood Care and Education (ECCE) Research Centre.

To concretize the MoU, the Principal of the College of Education and External Studies, Prof. Anthony Muwagga Mugagga convened a partnership meeting on Friday 12th September 2025  involving a delegation from the International Rescue Committee (IRC), Dr. David Kabugo, the Deputy Director of Makerere University Institute of Teacher Education and Research (MITER),  and Ms. Ritah Namisango, the Principal Communication Officer.

Mak CEES and IRC partnership meeting in progress

The delegation from the International Rescue Committee (IRC) consisted of the following: Mr. Elijah Okeyo-Country Director, Mr. Vincent Wanyama-Senior Program Development and Quality Coordinator,  Mr. Richard Omasete-Policy and Advocacy PlayMatters, and Ms. Janet Nambuya-Grants and Partnerships Coordinator.

The MoU focuses on the following areas of interest: Early Childhood Development, joint research and capacity building in education, the plight of refugees and the host communities, humanitarian aid, as well as, evidence based research to inform the education policy.

In line with its mandate, IRC brings onboard, its unmatched expertise in helping children in crisis-affected areas. The MoU therefore positions both institutions to undertake a leading role in the protection of children and families through evidence based research, access to education, and humanitarian undertakings.

Dr. Kabugo, the Deputy Director MITER, noted that the MoU opens new opportunities for joint efforts in research, training, and policy. He said: “We are committed to co-designing practitioner research, engaging in professional development, and generating evidence to guide the education policy in Uganda and beyond.” Dr. Kabugo explained that this partnership builds on years of cooperation between CEES and IRC, especially in child-centered methods such as play-based learning.

Prof. Mugagga described the MOU as a practical framework that connects Makerere University’s research with IRC’s field experiences. He stated that the College of Education and External Studies (CEES) conducts programmes focused on the future of the young people through training and empowering students/teachers. He articulated that the College significantly impacts on the education sector through delivery of quality academic programmes and research under the School of Education, School of  Distance and Lifelong Learning, and the East African School of Higher Education Studies and Development.

“Our strongest synergy is education and early child-focused care,” Prof. Mugagga emphasized. He revealed that the collaboration presents CEES with a strong and reliable partner (IRC), which stands for protection and the well-being of children and families. “Through this MoU, both CEES and IRC, will significantly contribute to improving education for children, families, and communities impacted by conflict and crisis.”

Prof. Mugagga commended IRC for the earlier support and expertise extended to the College in the development of the early childhood centre, and working together to provide valuable input during the Ministry of Education and Sports’ consultative process that led to the Early Childhood development policy.

Reflecting on the increasing number of refugees enrolling for studies at Makerere University, Prof. Mugagga  said: “ IRC has come at the right time. The College will tap into the IRC expertise to teach our staff and learners components in refugee education. They will equip our students and teachers with knowledge and skills in refugee education. Some of our students will cooperate with IRC to undertake research in refugee settlement and host communities.”

[L-R] Dr. David Kabugo, Deputy Director (MITER), Mr. Vincent Wanyama (IRC), Prof. Anthony Mugagga (Principal, MakCEES), Mr. Elijah Okeyo( Country Director-IRC), Ms. Janet Nambuya (IRC), Mr. Richard Omasette (IRC) and Ms. Ritah Namisango, PCO (MakCEES)

Prof. Mugagga implored both MITER and IRC to undertake research and develop modules on refugee education, parenting, re-tooling street children, integration of a health component into the curriculum, and management of truamatised students/learners who come from areas affected by war, conflict and crisis.

On the issue of play materials, Prof. Mugagga stressed that already made play materials derial creativing. “Both CEES and IRC should work towards a context that empowers children and learners to ignite their creative potential by developing home-made play materials,” he submitted.

About IRC

Stating a brief profile history about IRC, Mr. Okeyo explained that IRC is a global non-profit organisation that provides humanitarian aid and assistance to people affected by conflict and disaster. IRC has been active in Uganda since 1998, originally assisting displaced populations in Northern Uganda and later expanding its efforts to refugee settlements and urban areas.. Currently, IRC operates more than 35 health facilities in refugee settlements and runs a variety of programs in health, education, protection, and economic recovery. IRC also undertakes projects focusing on early childhood development, prevention of gender-based violence, and protection of refugees and families.

Ritah Namisango
Ritah Namisango

Continue Reading

General

Mastercard Foundation Scholars at Makerere University encouraged to participate in philanthropy work

Published

on

Prof. Helen Nambalirwa Nkabala addressing the gathering on behalf of DVC F&A, Prof. Ireeta. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.

By Carol Kasujja Adii and Bernard Buteera

Mastercard Foundation Scholars at Makerere University have been encouraged to embrace the spirit of philanthropy as a vital foundation for fostering stronger and more resilient communities. This inspiring call to action took place during the 2025 Community Open Day at the Freedom Square on Saturday, September 6, 2025, where hundreds of Mastercard Scholars, Scholar-alumni, and partners of the Scholars Program gathered to initiate a fundraising drive for the signature Annual Scholars Day of Service.

The Annual Scholars Day of Service stands as a hallmark event through which the Scholars give back to the community in impactful and sustainable ways. During a keynote address titled “How Philanthropy Shapes Resilient Communities,” Prof. Winston Tumps Ireeta, the Deputy Vice Chancellor of Finance and Administration, emphasised that while local philanthropy is not a new concept in Uganda, a more intentional mobilisation of this giving back power is necessary to address broader social challenges.

“Communities that mobilise their own resources—financial, human, and material—are empowered to take ownership of their development. Ownership naturally leads to sustainability, ensuring that solutions emerge from local knowledge, context, and values rather than being imposed from the outside. This approach is essential for effectively tackling our social challenges,” Prof. Ireeta stated.

A cross-section of scholar-alumni, listening attentively during the event. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
A cross-section of scholar-alumni, listening attentively during the event.

In his remarks delivered by Prof. Helen Nambalirwa Nkabala, the Principal of the College of Humanities and Social Sciences, Prof. Ireeta highlighted the importance of nurturing the inherent power of local giving. He urged the celebration of current local philanthropic efforts, which can be initiated at the individual, religious, and community levels.

“To foster a culture of giving, we need to create platforms that promote structured, transparent, and impactful contributions,” he argued. “It’s crucial to strengthen our generosity, particularly among the youth, and cultivate a society where giving is valued as a core aspect of leadership and citizenship.”

Prof. Ireeta further noted, “The future of our Communities’ strength lies not in distant promises but in our own hands and collective actions. By fostering local philanthropy, we can build a society that is not only fairer but also more resilient and united.

Mr. John Osuna, speaking on behalf of the Program Director, Prof. Justine Namaalwa, at the event. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
Mr. John Osuna, speaking on behalf of the Program Director, Prof. Justine Namaalwa, at the event.

In his welcoming remarks, Mr. John Osuna, Transition Lead for the Mastercard Foundation Scholars Program at Makerere University, who spoke on behalf of the Program Director, Prof. Justine Namaalwa, expressed gratitude to the Scholars for their collaborative efforts in turning the idea of giving back into reality.

“Let us embody humility, kindness, and compassion through actionable philanthropy. By doing so, we can create lasting impacts, enhancing our reputation as a community that genuinely cares,” Mr. Osuna stated.

The Community Open Day was organised under the inspiring theme: “Nurturing Philanthropy for Resilient Communities,” paving the way for future initiatives that strengthen community bonds through collective generosity.

A cross-section of the alumni making their pledges towards the scholars give back project. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
A cross-section of the alumni making their pledges towards the scholars give back project.

“We believe that through nurturing philanthropy for resilient communities, our communities shall be able to organise themselves to build resilience beyond what we shall give back,” Mr. Osuna explained.

The vibrant event saw Scholars and Scholar-alumni actively participating by bringing items for auction and buying tickets for the raffle draw as a means of mobilising resources for the construction of a ventilated pit latrine, renovation of two classroom blocks and providing tanks for harvesting clean water for Bwera Primary School in Kabale District.

Speaking at the event, Mrs. Agnes Katumba, the Director of Katumba Estates, one of the long-standing partners of the Scholars Program at Makerere University, tasked the Scholars to embrace the heart of giving back without expecting something in return.

Ms. Agnes Katumba, the Director, Katumba Estates Ltd handing over part of her pledge towards the Scholars Giveback project. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
Ms. Agnes Katumba, the Director, Katumba Estates Ltd handing over part of her pledge towards the Scholars Giveback project.

“I thank the Mastercard Foundation; they not only provide scholarships but also give back to the community. I have been able to grow because of them. For scholars, you do not have to wait to be wealthy to give back; every coin counts,” Mrs. Katumba said.

Katumba Estates Ltd contributed three million shillings to the Scholars Give Back project. Another long-standing partner, DFCU Bank, pledged over sh10 million towards the Scholars’ building project.

The Representative from DFCU making the pledge to support Scholars Giveback project on behalf of the Bank. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
The Representative from DFCU making the pledge to support Scholars Giveback project on behalf of the Bank.

In her presentation, Ms. Malvin Akwara, a Mastercard Foundation Scholar-alumna, urged current Scholars to contribute to their communities in various ways, including mentorship and guiding young people.

Ms. Malvin Akwara, a Scholar-alumna addressing fellow Scholars and alumni at the event. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
Ms. Malvin Akwara, a Scholar-alumna addressing fellow Scholars and alumni at the event.

“We are all here because someone chose to give. During my first year at Makerere, I contributed to some young man’s school fees back home in my community. The young man is now in his second year at Makerere. You don’t have to be wealthy to make an impact; be intentional in your giving, and you will witness the difference it makes. There is no greater fulfilment than helping someone in need,” Akwara stated.

Some of the Scholars praying for their raffle draw tickets to win. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
Some of the Scholars praying for their raffle draw tickets to win.

The event was punctuated with a number of activities that ranged from auctioning items, raffle draws, exhibitions, quizzes and a lot of games and fun.

The winner of the grand draw walked away with a flat screen TV. Mastercard Foundation Scholars Community Open Day, September 6, 2025, Freedom Square, Makerere University, Kampala Uganda, East Africa.
The winner of the grand draw walked away with a flat screen TV.

Carol Kasujja and Bernard Buteera form the communications team for the Scholars Programme at Makerere University.

Mak Editor

Continue Reading

General

First-Year Student’s Joining Instructions 2025/26

Published

on

Dear Students; Class of 2025/2026
I am very delighted to welcome you to Makerere University. You are joining a Premier University and I hope you all are excited to start your new academic journey. We would like to first congratulate all of you for successfully overcoming the many challenges you have all faced, from completing high school to choosing a university and a study program and the extensive delays in the admission process you experienced.

As you are about to begin one of the most exciting times in your life, you should acknowledge and appreciate your efforts and achievements so far. I am aware that as a fresher, you are filled with hope and ambition, and I encourage you to take a moment to reflect on the road that has brought you here. I know that you have worked hard and overcome many obstacles
to reach this point. So, take a moment to savor this achievement and be proud of yourselves.

Now, as you step into the next phase of your lives, I want to remind you that this is a time of growth and exploration. You will face new challenges, make new friends, and gain experiences that will shape you into the person you will become. This is the time to embrace new opportunities, learn from your mistakes, and never stop growing.

I also want to emphasise the importance of hard work, determination, and resilience. These are the qualities that will help you overcome any obstacle and succeed in your endeavors. Remember to keep your focus on your goals and work towards them with determination.
I encourage you to approach your studies with a growth mindset. This means that you believe that your abilities can be developed through hard work and perseverance. Remember that failure is not the end, but rather an opportunity to learn and grow.

Professor Buyinza Mukadasi (PhD)
Academic Registrar

Mak Editor

Continue Reading

Trending