18 May 2023
The CSC tackled the development of two AI models in two 3-day hyper focussed team events which we called hackathons. The first took place in November of 2022, where we focussed on both models in two separate teams, and the second took place in February 2023 where we focussed on only one model.
Both projects had been worked on in isolation before by two or three people at a time and were at model development stage. The projects tackled are described here and here, and both aim to facilitate faster diagnosis of scaphoid fractures.
This blogpost details the way we organised and executed both events and highlights the lessons we learned along the way.
We identified tasks which broadly correspond to 3 parallel streams of work: model development, package development and documentation writing. The word spread that we were holding a hackathon and other people wanted to participate who do not usually work with the CSC, including clinical AI fellows and other physicists, resulting in a total of 13 participants. For this reason we split into two teams, with half the team tackling the MRI project and the other half the X-ray project.
The preparation for the hackathon lasted around 2 months and included activities such as
To measure the success of our teams we also set up achievement milestones:
On the first day of the hackathon, we had a presentation on the two projects to get everyone up to speed. We divided into teams and got to work.
Most of the first day was spent on MLOps training, installation of requirements and getting the models to perform training. Each day was closed with a show and tell of the day’s progress and the final day included a wrap up with feedback from everyone on what went well and what could be improved upon.
By end of day 3 we had an X-ray team (naming their model ScaphX) with a silver medal and an MRI team (naming their model FOOSHnet) with a bronze medal. Overall, much more work was still needed.
We learned many lessons from our first hackathon and tackled the second one in a different way. We adjusted our preparation work and the rules of the hackathon accordingly.
Things we didn’t know before:
Things we did well:
So for the second hackathon:
As a result, the second hackathon was much more focussed and much better executed. The team, as a whole, achieved a silver medal, but the collaboration this time was much easier due to clearly set out goals and team leaders delegating tasks within each domain. The benefit of a dedicated scrum master was that all participants knew who to ask questions, and the scrum master kept an eye on pull requests and new branches reducing misunderstandings and work duplication.
Model team tested several methods to try and improve the model performance, eventually deciding that segmentation was needed. The documentation team completed the hazard log after extensive risk assessments, added a literature review, added details to the proposal and clinical evaluation plan. The package team built an AIDE-ready package that can be deployed once the model performance is improved.
No progress can be made without some trial and error. In the two events we pushed both scaphoid fracture detection projects much farther than would otherwise be achieved within a year or so. We also learned a lot about collaboration, event organisation and model development. Work on both projects is still ongoing.
If you’re organising a similar event, have a look at our hackathon planning kit.