home.social

Search

58 results for “AlexCrimi”

  1. 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

  2. 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

  3. 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

  4. 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)
    mirasol.rise-miccai.org/#
    Make AI work for everyone #AIforGood

  5. I am excited to announce the MIRASOL Workshop!
    Building for in low-resource settings 🌍
    MRI, CT, EEG & more focused on real impact in LMICs.
    🗓 Oct 4-8 2026
    📍 Abu Dhabi (possible change)
    mirasol.rise-miccai.org/#
    Make AI work for everyone

  6. 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)
    mirasol.rise-miccai.org/#
    Make AI work for everyone #AIforGood

  7. 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)
    mirasol.rise-miccai.org/#
    Make AI work for everyone #AIforGood

  8. 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)
    mirasol.rise-miccai.org/#
    Make AI work for everyone #AIforGood

  9. 🧠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
    arxiv.org/abs/2602.07010

  10. 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
    ieeexplore.ieee.org/document/1 Free on MedXiv!
    Code: github.com/mwardynski/MP-sprea
    #TDA #topological #data #complex networks

  11. 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 github.com/alecrimi/magic_rese

  12. the first songbird #basalganglia #brain connectome:
    -8,500 automated neuron reconstructions
    -20 million synapses
    -16 cell types
    songbird-connectomics.org/

  13. #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

  14. 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

  15. #simplicialcomplex + #Causality +#Reservoircomputing:
    "Higher-order Granger reservoir computing: simultaneously achieving scalable complex structures inference and accurate dynamics prediction" nature.com/articles/s41467-024

    #dynamicalsystem #ML #AI

  16. #brain 🧠🧠🧠
    Bridging the 3D geometrical organisation of white matter pathways across anatomical length scales and species elifesciences.org/articles/949

    #DWI #MRI

  17. "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 dynamics

    Paper: ieeexplore.ieee.org/document/1
    Code: github.com/Wotaker/Effective-C.
    Video Abstract: youtube.com/watch?v=zWUpVDZUyE

  18. 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:
    medium.com/towards-artificial-

    it seems even more cumbersome as they say in Matsumoto et al. academic.oup.com/bioinformatic

    or maybe it has to do with the size of the graph, as suggested here arxiv.org/abs/2404.16130

    Let me know what you think about it

  19. Survey: Multimodal #LLMs like GPT-4V are redefining AI by excelling at tasks like image-based storytelling & OCR-free math reasoning, hinting at AGI potential. This paper reviews their progress, architectures, and challenges while exploring new horizons for research. 🚀 #AI #MLLM

  20. #parametricarchitecture in #warsaw. Optimizing #design inputs as light, heat, angle roof panel, etc. This is the European Square

  21. 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:

    coe-iot.com/from-womb-to-cloud

    #innovation #prenatalcare #startups

  22. Probably one of the works I am mostly proud from my team against #brain #tumor! Out now on Nature Communication bio:

    nature.com/articles/s42003-024

    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.

    #glioma #meningioma #braintumor #neuroimaging #naturecom

  23. 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

    sano.science/seminars/125-deep

  24. Where are my goats?! See you @CVPR with an exciting program and hope to see many animal enthusiasts in Seattle ! cv4animals.com