From 4d3149bf102c71e80c7d380335e7ea8a01b28bf4 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Fri, 19 Sep 2025 07:05:06 +0100 Subject: [PATCH 1/2] Add competition: MABe Challenge - Social Action Recognition in Mice --- competitions.json | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/competitions.json b/competitions.json index 0b22577..69b4b09 100644 --- a/competitions.json +++ b/competitions.json @@ -4588,7 +4588,9 @@ "prize": "$100,000", "platform": "Kaggle", "sponsor": "Google DeepMind", - "additional_urls": ["https://sites.google.com/corp/view/neurips-2025-code-golf"], + "additional_urls": [ + "https://sites.google.com/corp/view/neurips-2025-code-golf" + ], "conference": "NeurIPS", "conference_year": 2025 }, @@ -4712,7 +4714,7 @@ "conference_year": null }, { - "name": "EEG Data Prediction", + "name": "EEG Data Prediction", "url": "https://www.codabench.org/competitions/9975/?ref=mlcontests", "tags": [ "tabular", @@ -4722,7 +4724,9 @@ "measurable", "supervised" ], - "additional_urls": ["https://eeg2025.github.io"], + "additional_urls": [ + "https://eeg2025.github.io" + ], "launched": "1 Aug 2025", "registration-deadline": null, "deadline": "31 Oct 2025", @@ -4733,7 +4737,7 @@ "conference_year": 2025 }, { - "name": "Create Robust Multi-Modal RAG Systems", + "name": "Create Robust Multi-Modal RAG Systems", "url": "https://agi-lti.github.io/MMU-RAGent/?ref=mlcontests", "tags": [ "rag", @@ -4862,7 +4866,9 @@ "regression", "measurable" ], - "additional_urls": ["https://fair-universe.lbl.gov/?ref=mlcontests"], + "additional_urls": [ + "https://fair-universe.lbl.gov/?ref=mlcontests" + ], "launched": "24 Aug 2025", "registration-deadline": null, "deadline": "16 Nov 2025", @@ -4871,8 +4877,26 @@ "sponsor": "FAIR Universe", "conference": "NeurIPS", "conference_year": 2025 + }, + { + "name": "MABe Challenge - Social Action Recognition in Mice", + "url": "https://www.kaggle.com/competitions/MABe-mouse-behavior-detection?ref=mlcontests", + "tags": [ + "biology", + "time series analysis", + "classification", + "deep learning", + "transfer learning", + "custom metric" + ], + "launched": "18 Sep 2025", + "registration-deadline": "8 Dec 2025", + "deadline": "15 Dec 2025", + "prize": "$50,000", + "platform": "Kaggle", + "sponsor": "MABe Challenge", + "conference": null, + "conference_year": null } ] -} - - +} \ No newline at end of file From 8a310aa1f45e0434ad7578618821a0218f43fd52 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:02:44 +0100 Subject: [PATCH 2/2] Update competitions.json --- competitions.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/competitions.json b/competitions.json index 69b4b09..4061272 100644 --- a/competitions.json +++ b/competitions.json @@ -4879,15 +4879,16 @@ "conference_year": 2025 }, { - "name": "MABe Challenge - Social Action Recognition in Mice", + "name": "Recognise Behaviours in Videos of Mice", "url": "https://www.kaggle.com/competitions/MABe-mouse-behavior-detection?ref=mlcontests", "tags": [ "biology", - "time series analysis", + "timeseries", + "vision", + "video", "classification", - "deep learning", - "transfer learning", - "custom metric" + "measurable", + "supervised" ], "launched": "18 Sep 2025", "registration-deadline": "8 Dec 2025", @@ -4899,4 +4900,4 @@ "conference_year": null } ] -} \ No newline at end of file +}