Search
58 results for “AlexCrimi”
-
Seen illumetry?
Exploring intuitive interaction with volumetric data using an Illumetry 3D display and a tracked plastic frame acting as an anatomical slicing plane.
It looks like something that can be done also simply on a ipad but still
#medtech #unity3d #medicalinnovation #ux -
There is something disarming about a world covered in dots. Pumpkins seem to breathe, wrapped in #polkadots. Tentacles reach and curl, at first unsettling, then softer. Their repetition becomes a language, mapping infinity onto something tangible.
The work suggests we are patterns within patterns: dots as cells, stars, memories; pumpkins ground us, while tentacles stretch beyond limits. It echoes #YayoiKusama, who turned struggle into a universe where even a dot can hold infinity.
#Japan #art -
We’ve launched the EU project CRUCiAL – Civic Renaissance: Enabling Underrepresented Groups and Cities with partners from Poland, Latvia, Ukraine, and Italy 🌍
First stop: #Krakow, strengthening democratic participation among underrepresented group: women at risk of exclusion, people with disabilities, migrants, starting with the #art sector.
💡 #Capacitybuilding
🤝 Mentoring & policy dialogue
🎨 Creative workshops & #storytelling
📣 Campaigns
📊 Digital skills
#EU funded 🇪🇺 #CERV-2025-CITIZENS-CIV -
I am excited to announce the #MICCAI2026 MIRASOL Workshop!
Building #ML for #medicalimaging in low-resource settings 🌍
MRI, CT, EEG & more focused on real impact in LMICs.
🗓 Oct 4-8 2026
📍 Abu Dhabi (possible change)
https://mirasol.rise-miccai.org/#
Make AI work for everyone #AIforGood -
I am excited to announce the #MICCAI2026 MIRASOL Workshop!
Building #ML for #medicalimaging in low-resource settings 🌍
MRI, CT, EEG & more focused on real impact in LMICs.
🗓 Oct 4-8 2026
📍 Abu Dhabi (possible change)
https://mirasol.rise-miccai.org/#
Make AI work for everyone #AIforGood -
I am excited to announce the #MICCAI2026 MIRASOL Workshop!
Building #ML for #medicalimaging in low-resource settings 🌍
MRI, CT, EEG & more focused on real impact in LMICs.
🗓 Oct 4-8 2026
📍 Abu Dhabi (possible change)
https://mirasol.rise-miccai.org/#
Make AI work for everyone #AIforGood -
I am excited to announce the #MICCAI2026 MIRASOL Workshop!
Building #ML for #medicalimaging in low-resource settings 🌍
MRI, CT, EEG & more focused on real impact in LMICs.
🗓 Oct 4-8 2026
📍 Abu Dhabi (possible change)
https://mirasol.rise-miccai.org/#
Make AI work for everyone #AIforGood -
I am excited to announce the #MICCAI2026 MIRASOL Workshop!
Building #ML for #medicalimaging in low-resource settings 🌍
MRI, CT, EEG & more focused on real impact in LMICs.
🗓 Oct 4-8 2026
📍 Abu Dhabi (possible change)
https://mirasol.rise-miccai.org/#
Make AI work for everyone #AIforGood -
🧠Our New preprint:
We propose a “neuro-bridge” framework linking #spiking neural networks with biophysical brain simulations for Alzheimer’s detection from #EEG.
📉 1/f slope as key biomarker (E/I balance)
🔁 ML predictions ↔ circuit mechanisms #NeuroAI
https://arxiv.org/abs/2602.07010 -
Someone at AI Research Roundup made a video about our SharpXR: Structure-Aware Denoising for Pediatric X-Rays
https://www.youtube.com/watch?v=UXFYh7GPDR4#AI #MachineLearning #DeepLearning #MedicalImaging #Denoising #PediatricRadiology #ChestXRay
-
We have this finally online 🧠🧠🧠:
"Modeling the Spread of Misfolded Proteins in #Alzheimer’s Disease using Higher-Order Simplicial Complex Contagion", big shout to Marcin Wardyinski, Iacopo Iacopini, Giovanni Petri, & Vito Latora
https://ieeexplore.ieee.org/document/11253716 Free on MedXiv!
Code: https://github.com/mwardynski/MP-spreading-prediction-with-SCM
#TDA #topological #data #complex networks -
For #ReservoirComputing lovers,I found a challenging #attractor, the Thomas':
dx = np.sin(y) - b * x
dy = np.sin(z) - b * y
dz = np.sin(x) - b * z
x += dx * dt
y += dy * dt
z += dz * dt
3k neurons yet 67% correlation. Here is the code for you https://github.com/alecrimi/magic_reservoir/blob/main/thomas_attractor_prediction.py -
the first songbird #basalganglia #brain connectome:
-8,500 automated neuron reconstructions
-20 million synapses
-16 cell types
https://www.songbird-connectomics.org/ -
#OpenSource #Robotic Hand That Costs Just $300. @TetherIA_ai officially launched its robotic hand:
-CAD, electronics, and firmware are all open source
-7 Active Degrees of Freedom (16 joints) with a tendon-driven design
-400 grams
dear #biologists someone can pipette for you -
Li #attractor=chaotic vibes like Lorenz/Chen use its wild dynamics for #ReservoirComputing to process time series.
The truth: just use it because it looks cool⚔🏴☠️🌊
def dequan_li(x,y,z):
dx = a*(y - x) + y*z
dy = b*x - x*z+y
dz = c*z + x*y/3
return dx,dy,dz -
#AlphaEvolve: A #Gemini-powered coding agent for designing advanced algorithms and research. So, are we all unemployed? https://deepmind.google/discover/blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/
-
#simplicialcomplex + #Causality +#Reservoircomputing:
"Higher-order Granger reservoir computing: simultaneously achieving scalable complex structures inference and accurate dynamics prediction" https://www.nature.com/articles/s41467-024-46852-1 -
#brain 🧠🧠🧠
Bridging the 3D geometrical organisation of white matter pathways across anatomical length scales and species https://elifesciences.org/articles/94917 -
#Opensource tool optimizes the placement of visual #brain #implants
Paper: https://iopscience.iop.org/article/10.1088/1741-2552/adaeef
Code and data: https://github.com/rickvanhoof/vimplant -
"End-to-end #Stroke Imaging Analysis using Effective Connectivity and Interpretable Artificial intelligence"
To study the disconnections due to stroke we propose a reservoir-computing causality.
"reservoirs" are high-dimensional dynamic system (implemented as a fixed #RNN) transforming input data into a feature space through recurrent dynamicsPaper: https://ieeexplore.ieee.org/document/10839398
Code: https://github.com/Wotaker/Effective-Connectivity-Reservoir-Computing.
Video Abstract: https://www.youtube.com/watch?v=zWUpVDZUyEQ -
I had some fun putting together #KnowledgeGraph and RAG for #LLMs
The idea is that the vector embedding to extend the knowledge of an LLM is reinforced by a knowledge graph.
Here full explanation and code including GUI, permanent storage with #Chromadb, etc:
https://medium.com/towards-artificial-intelligence/how-i-built-an-llm-app-based-on-graph-rag-system-with-chromadb-and-chainlit-f70c9cca4400it seems even more cumbersome as they say in Matsumoto et al. https://academic.oup.com/bioinformatics/article/40/6/btae353/7687047
or maybe it has to do with the size of the graph, as suggested here https://arxiv.org/abs/2404.16130
Let me know what you think about it
-
#parametricarchitecture in #warsaw. Optimizing #design inputs as light, heat, angle roof panel, etc. This is the European Square
-
Supershort Vector Embedding Explained for Beginners in AI.
https://youtube.com/shorts/8sjO-du6nXw
#VectorEmbedding #MachineLearning #AI #DataScience #BeginnersGuide -
Kids are our future!
From Womb To Cloud: This #Startup Is Monitoring #Maternal Health Using Smart #Wearables.
How IoT and AI helps track critical maternal health parameters
Using technology to address societal and cultural constraints, Kumar and his team conceptualized portable healthcare kits called SaveMom that constantly monitor the health of women in a non-invasive manner. Checking glucose, respiratory rate, ECG and more:
-
Probably one of the works I am mostly proud from my team against #brain #tumor! Out now on Nature Communication bio:
https://www.nature.com/articles/s42003-024-06119-3
Practically we predict via simple #machinelearning brain rewiring after #surgery and recovery, hopefully allowing brainsurgeons better planning to reduce aphasia and motor deficits. Moreover we investigated whether the functional signal inside oedema and other cancer tissues has a meaning.
-
We invite you to the online seminar of Monika Pytlarz PhD student in our lab: "#DeepLearning-Based #Glioma Grading and Tumor Microenvironment Characterization. Generation and Analysis of the Microscopy Image" in collaboration with Nencki Institute of Experimental Biology PAS
-
Where are my goats?! See you @CVPR with an exciting program and hope to see many animal enthusiasts in Seattle #CVPR2024! https://cv4animals.com #animal #behaviouralscience #computervision #CV4Animals
-
Where are my goats?! See you @CVPR with an exciting program and hope to see many animal enthusiasts in Seattle #CVPR2024! https://cv4animals.com #animal #behaviouralscience #computervision #CV4Animals
-
Where are my goats?! See you @CVPR with an exciting program and hope to see many animal enthusiasts in Seattle #CVPR2024! https://cv4animals.com #animal #behaviouralscience #computervision #CV4Animals